@opengis/partsmap 0.0.65 → 0.0.66
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.
- package/dist/PartsMap.js +6133 -5836
- package/dist/PartsMap.umd.cjs +41 -41
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/PartsMap.umd.cjs
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
(function(
|
1
|
+
(function(N,Tr){typeof exports=="object"&&typeof module<"u"?module.exports=Tr(require("vue")):typeof define=="function"&&define.amd?define(["vue"],Tr):(N=typeof globalThis<"u"?globalThis:N||self,N.PartsMap=Tr(N.Vue))})(this,function(N){"use strict";var Tr={};function Hh(f){return Math.floor(Math.abs(f)+.5)*(f>=0?1:-1)}function nl(f,v,k){f=Hh(f*k),v=Hh(v*k);var P=(f-v)*2;P<0&&(P=-P-1);for(var L="";P>=32;)L+=String.fromCharCode((32|P&31)+63),P/=32;return L+=String.fromCharCode((P|0)+63),L}Tr.decode=function(f,v){for(var k=0,P=0,L=0,G=[],T=0,c=0,fe=null,me,ve,le=Math.pow(10,Number.isInteger(v)?v:5);k<f.length;){fe=null,T=1,c=0;do fe=f.charCodeAt(k++)-63,c+=(fe&31)*T,T*=32;while(fe>=32);me=c&1?(-c-1)/2:c/2,T=1,c=0;do fe=f.charCodeAt(k++)-63,c+=(fe&31)*T,T*=32;while(fe>=32);ve=c&1?(-c-1)/2:c/2,P+=me,L+=ve,G.push([P/le,L/le])}return G},Tr.encode=function(f,v){if(!f.length)return"";for(var k=Math.pow(10,Number.isInteger(v)?v:5),P=nl(f[0][0],0,k)+nl(f[0][1],0,k),L=1;L<f.length;L++){var G=f[L],T=f[L-1];P+=nl(G[0],T[0],k),P+=nl(G[1],T[1],k)}return P};function Wh(f){for(var v=[],k=0;k<f.length;k++){var P=f[k].slice();v.push([P[1],P[0]])}return v}Tr.fromGeoJSON=function(f,v){if(f&&f.type==="Feature"&&(f=f.geometry),!f||f.type!=="LineString")throw new Error("Input must be a GeoJSON LineString");return Tr.encode(Wh(f.coordinates),v)},Tr.toGeoJSON=function(f,v){var k=Tr.decode(f,v);return{type:"LineString",coordinates:Wh(k)}};var zp=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Dp(f){return f&&f.__esModule&&Object.prototype.hasOwnProperty.call(f,"default")?f.default:f}var Xh={exports:{}};/**
|
2
2
|
* MapLibre GL JS
|
3
3
|
* @license 3-Clause BSD. Full text of license: https://github.com/maplibre/maplibre-gl-js/blob/v4.5.2/LICENSE.txt
|
4
|
-
*/(function(m,b){(function(I,C){m.exports=C()})(zp,function(){var I={},C={};function B(T,c,ge){if(C[T]=ge,T==="index"){var fe="var sharedModule = {}; ("+C.shared+")(sharedModule); ("+C.worker+")(sharedModule);",ve={};return C.shared(ve),C.index(I,ve),typeof window<"u"&&I.setWorkerUrl(window.URL.createObjectURL(new Blob([fe],{type:"text/javascript"}))),I}}B("shared",["exports"],function(T){function c(i,e,r,s){return new(r||(r=Promise))(function(l,d){function p(x){try{_(s.next(x))}catch(S){d(S)}}function f(x){try{_(s.throw(x))}catch(S){d(S)}}function _(x){var S;x.done?l(x.value):(S=x.value,S instanceof r?S:new r(function(k){k(S)})).then(p,f)}_((s=s.apply(i,e||[])).next())})}function ge(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}typeof SuppressedError=="function"&&SuppressedError;var fe=ve;function ve(i,e){this.x=i,this.y=e}ve.prototype={clone:function(){return new ve(this.x,this.y)},add:function(i){return this.clone()._add(i)},sub:function(i){return this.clone()._sub(i)},multByPoint:function(i){return this.clone()._multByPoint(i)},divByPoint:function(i){return this.clone()._divByPoint(i)},mult:function(i){return this.clone()._mult(i)},div:function(i){return this.clone()._div(i)},rotate:function(i){return this.clone()._rotate(i)},rotateAround:function(i,e){return this.clone()._rotateAround(i,e)},matMult:function(i){return this.clone()._matMult(i)},unit:function(){return this.clone()._unit()},perp:function(){return this.clone()._perp()},round:function(){return this.clone()._round()},mag:function(){return Math.sqrt(this.x*this.x+this.y*this.y)},equals:function(i){return this.x===i.x&&this.y===i.y},dist:function(i){return Math.sqrt(this.distSqr(i))},distSqr:function(i){var e=i.x-this.x,r=i.y-this.y;return e*e+r*r},angle:function(){return Math.atan2(this.y,this.x)},angleTo:function(i){return Math.atan2(this.y-i.y,this.x-i.x)},angleWith:function(i){return this.angleWithSep(i.x,i.y)},angleWithSep:function(i,e){return Math.atan2(this.x*e-this.y*i,this.x*i+this.y*e)},_matMult:function(i){var e=i[2]*this.x+i[3]*this.y;return this.x=i[0]*this.x+i[1]*this.y,this.y=e,this},_add:function(i){return this.x+=i.x,this.y+=i.y,this},_sub:function(i){return this.x-=i.x,this.y-=i.y,this},_mult:function(i){return this.x*=i,this.y*=i,this},_div:function(i){return this.x/=i,this.y/=i,this},_multByPoint:function(i){return this.x*=i.x,this.y*=i.y,this},_divByPoint:function(i){return this.x/=i.x,this.y/=i.y,this},_unit:function(){return this._div(this.mag()),this},_perp:function(){var i=this.y;return this.y=this.x,this.x=-i,this},_rotate:function(i){var e=Math.cos(i),r=Math.sin(i),s=r*this.x+e*this.y;return this.x=e*this.x-r*this.y,this.y=s,this},_rotateAround:function(i,e){var r=Math.cos(i),s=Math.sin(i),l=e.y+s*(this.x-e.x)+r*(this.y-e.y);return this.x=e.x+r*(this.x-e.x)-s*(this.y-e.y),this.y=l,this},_round:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}},ve.convert=function(i){return i instanceof ve?i:Array.isArray(i)?new ve(i[0],i[1]):i};var le=ge(fe),oe=ht;function ht(i,e,r,s){this.cx=3*i,this.bx=3*(r-i)-this.cx,this.ax=1-this.cx-this.bx,this.cy=3*e,this.by=3*(s-e)-this.cy,this.ay=1-this.cy-this.by,this.p1x=i,this.p1y=e,this.p2x=r,this.p2y=s}ht.prototype={sampleCurveX:function(i){return((this.ax*i+this.bx)*i+this.cx)*i},sampleCurveY:function(i){return((this.ay*i+this.by)*i+this.cy)*i},sampleCurveDerivativeX:function(i){return(3*this.ax*i+2*this.bx)*i+this.cx},solveCurveX:function(i,e){if(e===void 0&&(e=1e-6),i<0)return 0;if(i>1)return 1;for(var r=i,s=0;s<8;s++){var l=this.sampleCurveX(r)-i;if(Math.abs(l)<e)return r;var d=this.sampleCurveDerivativeX(r);if(Math.abs(d)<1e-6)break;r-=l/d}var p=0,f=1;for(r=i,s=0;s<20&&(l=this.sampleCurveX(r),!(Math.abs(l-i)<e));s++)i>l?p=r:f=r,r=.5*(f-p)+p;return r},solve:function(i,e){return this.sampleCurveY(this.solveCurveX(i,e))}};var Ue=ge(oe);let Ke,Oe;function ft(){return Ke==null&&(Ke=typeof OffscreenCanvas<"u"&&new OffscreenCanvas(1,1).getContext("2d")&&typeof createImageBitmap=="function"),Ke}function ct(){if(Oe==null&&(Oe=!1,ft())){const e=new OffscreenCanvas(5,5).getContext("2d",{willReadFrequently:!0});if(e){for(let s=0;s<5*5;s++){const l=4*s;e.fillStyle=`rgb(${l},${l+1},${l+2})`,e.fillRect(s%5,Math.floor(s/5),1,1)}const r=e.getImageData(0,0,5,5).data;for(let s=0;s<5*5*4;s++)if(s%4!=3&&r[s]!==s){Oe=!0;break}}}return Oe||!1}function He(i,e,r,s){const l=new Ue(i,e,r,s);return d=>l.solve(d)}const Ft=He(.25,.1,.25,1);function kt(i,e,r){return Math.min(r,Math.max(e,i))}function Wt(i,e,r){const s=r-e,l=((i-e)%s+s)%s+e;return l===e?r:l}function Ut(i,...e){for(const r of e)for(const s in r)i[s]=r[s];return i}let Vr=1;function bi(i,e,r){const s={};for(const l in i)s[l]=e.call(this,i[l],l,i);return s}function Nr(i,e,r){const s={};for(const l in i)e.call(this,i[l],l,i)&&(s[l]=i[l]);return s}function wt(i){return Array.isArray(i)?i.map(wt):typeof i=="object"&&i?bi(i,wt):i}const $s={};function li(i){$s[i]||(typeof console<"u"&&console.warn(i),$s[i]=!0)}function wi(i,e,r){return(r.y-i.y)*(e.x-i.x)>(e.y-i.y)*(r.x-i.x)}function Pr(i){return typeof WorkerGlobalScope<"u"&&i!==void 0&&i instanceof WorkerGlobalScope}let Pn=null;function dr(i){return typeof ImageBitmap<"u"&&i instanceof ImageBitmap}const Us="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=";function on(i,e,r,s,l){return c(this,void 0,void 0,function*(){if(typeof VideoFrame>"u")throw new Error("VideoFrame not supported");const d=new VideoFrame(i,{timestamp:0});try{const p=d==null?void 0:d.format;if(!p||!p.startsWith("BGR")&&!p.startsWith("RGB"))throw new Error(`Unrecognized format ${p}`);const f=p.startsWith("BGR"),_=new Uint8ClampedArray(s*l*4);if(yield d.copyTo(_,function(x,S,k,A,D){const R=4*Math.max(-S,0),O=(Math.max(0,k)-k)*A*4+R,j=4*A,J=Math.max(0,S),ae=Math.max(0,k);return{rect:{x:J,y:ae,width:Math.min(x.width,S+A)-J,height:Math.min(x.height,k+D)-ae},layout:[{offset:O,stride:j}]}}(i,e,r,s,l)),f)for(let x=0;x<_.length;x+=4){const S=_[x];_[x]=_[x+2],_[x+2]=S}return _}finally{d.close()}})}let Er,Ei;const Yi="AbortError";function En(){return new Error(Yi)}const $r={MAX_PARALLEL_IMAGE_REQUESTS:16,MAX_PARALLEL_IMAGE_REQUESTS_PER_FRAME:8,MAX_TILE_CACHE_ZOOM_LEVELS:5,REGISTERED_PROTOCOLS:{},WORKER_URL:""};function pr(i){return $r.REGISTERED_PROTOCOLS[i.substring(0,i.indexOf("://"))]}const An="global-dispatcher";class Fi extends Error{constructor(e,r,s,l){super(`AJAXError: ${r} (${e}): ${s}`),this.status=e,this.statusText=r,this.url=s,this.body=l}}const Qi=()=>Pr(self)?self.worker&&self.worker.referrer:(window.location.protocol==="blob:"?window.parent:window).location.href,an=function(i,e){if(/:\/\//.test(i.url)&&!/^https?:|^file:/.test(i.url)){const s=pr(i.url);if(s)return s(i,e);if(Pr(self)&&self.worker&&self.worker.actor)return self.worker.actor.sendAsync({type:"GR",data:i,targetMapId:An},e)}if(!(/^file:/.test(r=i.url)||/^file:/.test(Qi())&&!/^\w+:/.test(r))){if(fetch&&Request&&AbortController&&Object.prototype.hasOwnProperty.call(Request.prototype,"signal"))return function(s,l){return c(this,void 0,void 0,function*(){const d=new Request(s.url,{method:s.method||"GET",body:s.body,credentials:s.credentials,headers:s.headers,cache:s.cache,referrer:Qi(),signal:l.signal});s.type!=="json"||d.headers.has("Accept")||d.headers.set("Accept","application/json");const p=yield fetch(d);if(!p.ok){const x=yield p.blob();throw new Fi(p.status,p.statusText,s.url,x)}let f;f=s.type==="arrayBuffer"||s.type==="image"?p.arrayBuffer():s.type==="json"?p.json():p.text();const _=yield f;if(l.signal.aborted)throw En();return{data:_,cacheControl:p.headers.get("Cache-Control"),expires:p.headers.get("Expires")}})}(i,e);if(Pr(self)&&self.worker&&self.worker.actor)return self.worker.actor.sendAsync({type:"GR",data:i,mustQueue:!0,targetMapId:An},e)}var r;return function(s,l){return new Promise((d,p)=>{var f;const _=new XMLHttpRequest;_.open(s.method||"GET",s.url,!0),s.type!=="arrayBuffer"&&s.type!=="image"||(_.responseType="arraybuffer");for(const x in s.headers)_.setRequestHeader(x,s.headers[x]);s.type==="json"&&(_.responseType="text",!((f=s.headers)===null||f===void 0)&&f.Accept||_.setRequestHeader("Accept","application/json")),_.withCredentials=s.credentials==="include",_.onerror=()=>{p(new Error(_.statusText))},_.onload=()=>{if(!l.signal.aborted)if((_.status>=200&&_.status<300||_.status===0)&&_.response!==null){let x=_.response;if(s.type==="json")try{x=JSON.parse(_.response)}catch(S){return void p(S)}d({data:x,cacheControl:_.getResponseHeader("Cache-Control"),expires:_.getResponseHeader("Expires")})}else{const x=new Blob([_.response],{type:_.getResponseHeader("Content-Type")});p(new Fi(_.status,_.statusText,s.url,x))}},l.signal.addEventListener("abort",()=>{_.abort(),p(En())}),_.send(s.body)})}(i,e)};function ln(i){if(!i||i.indexOf("://")<=0||i.indexOf("data:image/")===0||i.indexOf("blob:")===0)return!0;const e=new URL(i),r=window.location;return e.protocol===r.protocol&&e.host===r.host}function rs(i,e,r){r[i]&&r[i].indexOf(e)!==-1||(r[i]=r[i]||[],r[i].push(e))}function Ar(i,e,r){if(r&&r[i]){const s=r[i].indexOf(e);s!==-1&&r[i].splice(s,1)}}class Ur{constructor(e,r={}){Ut(this,r),this.type=e}}class jr extends Ur{constructor(e,r={}){super("error",Ut({error:e},r))}}class Cn{on(e,r){return this._listeners=this._listeners||{},rs(e,r,this._listeners),this}off(e,r){return Ar(e,r,this._listeners),Ar(e,r,this._oneTimeListeners),this}once(e,r){return r?(this._oneTimeListeners=this._oneTimeListeners||{},rs(e,r,this._oneTimeListeners),this):new Promise(s=>this.once(e,s))}fire(e,r){typeof e=="string"&&(e=new Ur(e,r||{}));const s=e.type;if(this.listens(s)){e.target=this;const l=this._listeners&&this._listeners[s]?this._listeners[s].slice():[];for(const f of l)f.call(this,e);const d=this._oneTimeListeners&&this._oneTimeListeners[s]?this._oneTimeListeners[s].slice():[];for(const f of d)Ar(s,f,this._oneTimeListeners),f.call(this,e);const p=this._eventedParent;p&&(Ut(e,typeof this._eventedParentData=="function"?this._eventedParentData():this._eventedParentData),p.fire(e))}else e instanceof jr&&console.error(e.error);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,r){return this._eventedParent=e,this._eventedParentData=r,this}}var ue={$version:8,$root:{version:{required:!0,type:"enum",values:[8]},name:{type:"string"},metadata:{type:"*"},center:{type:"array",value:"number"},zoom:{type:"number"},bearing:{type:"number",default:0,period:360,units:"degrees"},pitch:{type:"number",default:0,units:"degrees"},light:{type:"light"},sky:{type:"sky"},projection:{type:"projection"},terrain:{type:"terrain"},sources:{required:!0,type:"sources"},sprite:{type:"sprite"},glyphs:{type:"string"},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},"*":{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:"*"},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:{},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_background"],layout_background:{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible","property-type":"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","property-type":"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","property-type":"constant"}},layout_heatmap:{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible","property-type":"constant"}},"layout_fill-extrusion":{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible","property-type":"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","property-type":"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","property-type":"constant"}},layout_raster:{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible","property-type":"constant"}},layout_hillshade:{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible","property-type":"constant"}},filter:{type:"array",value:"*"},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:"*",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:"enum",default:"mercator",values:{mercator:{},globe:{}}}},paint:["paint_fill","paint_line","paint_circle","paint_heatmap","paint_fill-extrusion","paint_symbol","paint_raster","paint_hillshade","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"]},"property-type":"cross-faded"},"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:"number",default:335,minimum:0,maximum:359,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:"color",default:"#000000",transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"hillshade-highlight-color":{type:"color",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"}},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"}}};const cn=["type","source","source-layer","minzoom","maxzoom","filter","layout"];function ns(i,e){const r={};for(const s in i)s!=="ref"&&(r[s]=i[s]);return cn.forEach(s=>{s in e&&(r[s]=e[s])}),r}function yt(i,e){if(Array.isArray(i)){if(!Array.isArray(e)||i.length!==e.length)return!1;for(let r=0;r<i.length;r++)if(!yt(i[r],e[r]))return!1;return!0}if(typeof i=="object"&&i!==null&&e!==null){if(typeof e!="object"||Object.keys(i).length!==Object.keys(e).length)return!1;for(const r in i)if(!yt(i[r],e[r]))return!1;return!0}return i===e}function jt(i,e){i.push(e)}function ss(i,e,r){jt(r,{command:"addSource",args:[i,e[i]]})}function qr(i,e,r){jt(e,{command:"removeSource",args:[i]}),r[i]=!0}function Cr(i,e,r,s){qr(i,r,s),ss(i,e,r)}function Mn(i,e,r){let s;for(s in i[r])if(Object.prototype.hasOwnProperty.call(i[r],s)&&s!=="data"&&!yt(i[r][s],e[r][s]))return!1;for(s in e[r])if(Object.prototype.hasOwnProperty.call(e[r],s)&&s!=="data"&&!yt(i[r][s],e[r][s]))return!1;return!0}function Hi(i,e,r,s,l,d){i=i||{},e=e||{};for(const p in i)Object.prototype.hasOwnProperty.call(i,p)&&(yt(i[p],e[p])||r.push({command:d,args:[s,p,e[p],l]}));for(const p in e)Object.prototype.hasOwnProperty.call(e,p)&&!Object.prototype.hasOwnProperty.call(i,p)&&(yt(i[p],e[p])||r.push({command:d,args:[s,p,e[p],l]}))}function os(i){return i.id}function as(i,e){return i[e.id]=e,i}class Ie{constructor(e,r,s,l){this.message=(e?`${e}: `:"")+s,l&&(this.identifier=l),r!=null&&r.__line__&&(this.line=r.__line__)}}function fr(i,...e){for(const r of e)for(const s in r)i[s]=r[s];return i}class Si extends Error{constructor(e,r){super(r),this.message=r,this.key=e}}class mr{constructor(e,r=[]){this.parent=e,this.bindings={};for(const[s,l]of r)this.bindings[s]=l}concat(e){return new mr(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 Zr={kind:"null"},Ee={kind:"number"},ot={kind:"string"},Ye={kind:"boolean"},Ai={kind:"color"},er={kind:"object"},it={kind:"value"},gr={kind:"collator"},Mr={kind:"formatted"},Gr={kind:"padding"},_r={kind:"resolvedImage"},W={kind:"variableAnchorOffsetCollection"};function z(i,e){return{kind:"array",itemType:i,N:e}}function M(i){if(i.kind==="array"){const e=M(i.itemType);return typeof i.N=="number"?`array<${e}, ${i.N}>`:i.itemType.kind==="value"?"array":`array<${e}>`}return i.kind}const V=[Zr,Ee,ot,Ye,Ai,Mr,er,z(it),Gr,_r,W];function q(i,e){if(e.kind==="error")return null;if(i.kind==="array"){if(e.kind==="array"&&(e.N===0&&e.itemType.kind==="value"||!q(i.itemType,e.itemType))&&(typeof i.N!="number"||i.N===e.N))return null}else{if(i.kind===e.kind)return null;if(i.kind==="value"){for(const r of V)if(!q(r,e))return null}}return`Expected ${M(i)} but found ${M(e)} instead.`}function ee(i,e){return e.some(r=>r.kind===i.kind)}function ie(i,e){return e.some(r=>r==="null"?i===null:r==="array"?Array.isArray(i):r==="object"?i&&!Array.isArray(i)&&typeof i=="object":r===typeof i)}function ne(i,e){return i.kind==="array"&&e.kind==="array"?i.itemType.kind===e.itemType.kind&&typeof i.N=="number":i.kind===e.kind}const K=.96422,pe=.82521,xe=4/29,he=6/29,ke=3*he*he,Ge=he*he*he,We=Math.PI/180,nt=180/Math.PI;function mt(i){return(i%=360)<0&&(i+=360),i}function rt([i,e,r,s]){let l,d;const p=qt((.2225045*(i=Pt(i))+.7168786*(e=Pt(e))+.0606169*(r=Pt(r)))/1);i===e&&e===r?l=d=p:(l=qt((.4360747*i+.3850649*e+.1430804*r)/K),d=qt((.0139322*i+.0971045*e+.7141733*r)/pe));const f=116*p-16;return[f<0?0:f,500*(l-p),200*(p-d),s]}function Pt(i){return i<=.04045?i/12.92:Math.pow((i+.055)/1.055,2.4)}function qt(i){return i>Ge?Math.pow(i,1/3):i/ke+xe}function Kt([i,e,r,s]){let l=(i+16)/116,d=isNaN(e)?l:l+e/500,p=isNaN(r)?l:l-r/200;return l=1*vt(l),d=K*vt(d),p=pe*vt(p),[at(3.1338561*d-1.6168667*l-.4906146*p),at(-.9787684*d+1.9161415*l+.033454*p),at(.0719453*d-.2289914*l+1.4052427*p),s]}function at(i){return(i=i<=.00304?12.92*i:1.055*Math.pow(i,1/2.4)-.055)<0?0:i>1?1:i}function vt(i){return i>he?i*i*i:ke*(i-xe)}function Ot(i){return parseInt(i.padEnd(2,i),16)/255}function ei(i,e){return ci(e?i/100:i,0,1)}function ci(i,e,r){return Math.min(Math.max(e,i),r)}function hi(i){return!i.some(Number.isNaN)}const ls={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]};class bt{constructor(e,r,s,l=1,d=!0){this.r=e,this.g=r,this.b=s,this.a=l,d||(this.r*=l,this.g*=l,this.b*=l,l||this.overwriteGetter("rgb",[e,r,s,l]))}static parse(e){if(e instanceof bt)return e;if(typeof e!="string")return;const r=function(s){if((s=s.toLowerCase().trim())==="transparent")return[0,0,0,0];const l=ls[s];if(l){const[p,f,_]=l;return[p/255,f/255,_/255,1]}if(s.startsWith("#")&&/^#(?:[0-9a-f]{3,4}|[0-9a-f]{6}|[0-9a-f]{8})$/.test(s)){const p=s.length<6?1:2;let f=1;return[Ot(s.slice(f,f+=p)),Ot(s.slice(f,f+=p)),Ot(s.slice(f,f+=p)),Ot(s.slice(f,f+p)||"ff")]}if(s.startsWith("rgb")){const p=s.match(/^rgba?\(\s*([\de.+-]+)(%)?(?:\s+|\s*(,)\s*)([\de.+-]+)(%)?(?:\s+|\s*(,)\s*)([\de.+-]+)(%)?(?:\s*([,\/])\s*([\de.+-]+)(%)?)?\s*\)$/);if(p){const[f,_,x,S,k,A,D,R,O,j,J,ae]=p,Q=[S||" ",D||" ",j].join("");if(Q===" "||Q===" /"||Q===",,"||Q===",,,"){const re=[x,A,O].join(""),de=re==="%%%"?100:re===""?255:0;if(de){const be=[ci(+_/de,0,1),ci(+k/de,0,1),ci(+R/de,0,1),J?ei(+J,ae):1];if(hi(be))return be}}return}}const d=s.match(/^hsla?\(\s*([\de.+-]+)(?:deg)?(?:\s+|\s*(,)\s*)([\de.+-]+)%(?:\s+|\s*(,)\s*)([\de.+-]+)%(?:\s*([,\/])\s*([\de.+-]+)(%)?)?\s*\)$/);if(d){const[p,f,_,x,S,k,A,D,R]=d,O=[_||" ",S||" ",A].join("");if(O===" "||O===" /"||O===",,"||O===",,,"){const j=[+f,ci(+x,0,100),ci(+k,0,100),D?ei(+D,R):1];if(hi(j))return function([J,ae,Q,re]){function de(be){const Le=(be+J/30)%12,Xe=ae*Math.min(Q,1-Q);return Q-Xe*Math.max(-1,Math.min(Le-3,9-Le,1))}return J=mt(J),ae/=100,Q/=100,[de(0),de(8),de(4),re]}(j)}}}(e);return r?new bt(...r,!1):void 0}get rgb(){const{r:e,g:r,b:s,a:l}=this,d=l||1/0;return this.overwriteGetter("rgb",[e/d,r/d,s/d,l])}get hcl(){return this.overwriteGetter("hcl",function(e){const[r,s,l,d]=rt(e),p=Math.sqrt(s*s+l*l);return[Math.round(1e4*p)?mt(Math.atan2(l,s)*nt):NaN,p,r,d]}(this.rgb))}get lab(){return this.overwriteGetter("lab",rt(this.rgb))}overwriteGetter(e,r){return Object.defineProperty(this,e,{value:r}),r}toString(){const[e,r,s,l]=this.rgb;return`rgba(${[e,r,s].map(d=>Math.round(255*d)).join(",")},${l})`}}bt.black=new bt(0,0,0,1),bt.white=new bt(1,1,1,1),bt.transparent=new bt(0,0,0,0),bt.red=new bt(1,0,0,1);class $o{constructor(e,r,s){this.sensitivity=e?r?"variant":"case":r?"accent":"base",this.locale=s,this.collator=new Intl.Collator(this.locale?this.locale:[],{sensitivity:this.sensitivity,usage:"search"})}compare(e,r){return this.collator.compare(e,r)}resolvedLocale(){return new Intl.Collator(this.locale?this.locale:[]).resolvedOptions().locale}}class Uo{constructor(e,r,s,l,d){this.text=e,this.image=r,this.scale=s,this.fontStack=l,this.textColor=d}}class Oi{constructor(e){this.sections=e}static fromString(e){return new Oi([new Uo(e,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 Oi?e:Oi.fromString(e)}toString(){return this.sections.length===0?"":this.sections.map(e=>e.text).join("")}}class Vi{constructor(e){this.values=e.slice()}static parse(e){if(e instanceof Vi)return e;if(typeof e=="number")return new Vi([e,e,e,e]);if(Array.isArray(e)&&!(e.length<1||e.length>4)){for(const r of e)if(typeof r!="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 Vi(e)}}toString(){return JSON.stringify(this.values)}}const Oc=new Set(["center","left","right","top","bottom","top-left","top-right","bottom-left","bottom-right"]);class Ni{constructor(e){this.values=e.slice()}static parse(e){if(e instanceof Ni)return e;if(Array.isArray(e)&&!(e.length<1)&&e.length%2==0){for(let r=0;r<e.length;r+=2){const s=e[r],l=e[r+1];if(typeof s!="string"||!Oc.has(s)||!Array.isArray(l)||l.length!==2||typeof l[0]!="number"||typeof l[1]!="number")return}return new Ni(e)}}toString(){return JSON.stringify(this.values)}}class ui{constructor(e){this.name=e.name,this.available=e.available}toString(){return this.name}static fromString(e){return e?new ui({name:e,available:!1}):null}}function js(i,e,r,s){return typeof i=="number"&&i>=0&&i<=255&&typeof e=="number"&&e>=0&&e<=255&&typeof r=="number"&&r>=0&&r<=255?s===void 0||typeof s=="number"&&s>=0&&s<=1?null:`Invalid rgba value [${[i,e,r,s].join(", ")}]: 'a' must be between 0 and 1.`:`Invalid rgba value [${(typeof s=="number"?[i,e,r,s]:[i,e,r]).join(", ")}]: 'r', 'g', and 'b' must be between 0 and 255.`}function cs(i){if(i===null||typeof i=="string"||typeof i=="boolean"||typeof i=="number"||i instanceof bt||i instanceof $o||i instanceof Oi||i instanceof Vi||i instanceof Ni||i instanceof ui)return!0;if(Array.isArray(i)){for(const e of i)if(!cs(e))return!1;return!0}if(typeof i=="object"){for(const e in i)if(!cs(i[e]))return!1;return!0}return!1}function Yt(i){if(i===null)return Zr;if(typeof i=="string")return ot;if(typeof i=="boolean")return Ye;if(typeof i=="number")return Ee;if(i instanceof bt)return Ai;if(i instanceof $o)return gr;if(i instanceof Oi)return Mr;if(i instanceof Vi)return Gr;if(i instanceof Ni)return W;if(i instanceof ui)return _r;if(Array.isArray(i)){const e=i.length;let r;for(const s of i){const l=Yt(s);if(r){if(r===l)continue;r=it;break}r=l}return z(r||it,e)}return er}function zr(i){const e=typeof i;return i===null?"":e==="string"||e==="number"||e==="boolean"?String(i):i instanceof bt||i instanceof Oi||i instanceof Vi||i instanceof Ni||i instanceof ui?i.toString():JSON.stringify(i)}class hn{constructor(e,r){this.type=e,this.value=r}static parse(e,r){if(e.length!==2)return r.error(`'literal' expression requires exactly one argument, but found ${e.length-1} instead.`);if(!cs(e[1]))return r.error("invalid value");const s=e[1];let l=Yt(s);const d=r.expectedType;return l.kind!=="array"||l.N!==0||!d||d.kind!=="array"||typeof d.N=="number"&&d.N!==0||(l=d),new hn(l,s)}evaluate(){return this.value}eachChild(){}outputDefined(){return!0}}class Xt{constructor(e){this.name="ExpressionEvaluationError",this.message=e}toJSON(){return this.message}}const qs={string:ot,number:Ee,boolean:Ye,object:er};class Wi{constructor(e,r){this.type=e,this.args=r}static parse(e,r){if(e.length<2)return r.error("Expected at least one argument.");let s,l=1;const d=e[0];if(d==="array"){let f,_;if(e.length>2){const x=e[1];if(typeof x!="string"||!(x in qs)||x==="object")return r.error('The item type argument of "array" must be one of string, number, boolean',1);f=qs[x],l++}else f=it;if(e.length>3){if(e[2]!==null&&(typeof e[2]!="number"||e[2]<0||e[2]!==Math.floor(e[2])))return r.error('The length argument to "array" must be a positive integer literal',2);_=e[2],l++}s=z(f,_)}else{if(!qs[d])throw new Error(`Types doesn't contain name = ${d}`);s=qs[d]}const p=[];for(;l<e.length;l++){const f=r.parse(e[l],l,it);if(!f)return null;p.push(f)}return new Wi(s,p)}evaluate(e){for(let r=0;r<this.args.length;r++){const s=this.args[r].evaluate(e);if(!q(this.type,Yt(s)))return s;if(r===this.args.length-1)throw new Xt(`Expected value to be of type ${M(this.type)}, but found ${M(Yt(s))} instead.`)}throw new Error}eachChild(e){this.args.forEach(e)}outputDefined(){return this.args.every(e=>e.outputDefined())}}const hs={"to-boolean":Ye,"to-color":Ai,"to-number":Ee,"to-string":ot};class Hr{constructor(e,r){this.type=e,this.args=r}static parse(e,r){if(e.length<2)return r.error("Expected at least one argument.");const s=e[0];if(!hs[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 r.error("Expected one argument.");const l=hs[s],d=[];for(let p=1;p<e.length;p++){const f=r.parse(e[p],p,it);if(!f)return null;d.push(f)}return new Hr(l,d)}evaluate(e){switch(this.type.kind){case"boolean":return!!this.args[0].evaluate(e);case"color":{let r,s;for(const l of this.args){if(r=l.evaluate(e),s=null,r instanceof bt)return r;if(typeof r=="string"){const d=e.parseColor(r);if(d)return d}else if(Array.isArray(r)&&(s=r.length<3||r.length>4?`Invalid rbga value ${JSON.stringify(r)}: expected an array containing either three or four numeric values.`:js(r[0],r[1],r[2],r[3]),!s))return new bt(r[0]/255,r[1]/255,r[2]/255,r[3])}throw new Xt(s||`Could not parse color from value '${typeof r=="string"?r:JSON.stringify(r)}'`)}case"padding":{let r;for(const s of this.args){r=s.evaluate(e);const l=Vi.parse(r);if(l)return l}throw new Xt(`Could not parse padding from value '${typeof r=="string"?r:JSON.stringify(r)}'`)}case"variableAnchorOffsetCollection":{let r;for(const s of this.args){r=s.evaluate(e);const l=Ni.parse(r);if(l)return l}throw new Xt(`Could not parse variableAnchorOffsetCollection from value '${typeof r=="string"?r:JSON.stringify(r)}'`)}case"number":{let r=null;for(const s of this.args){if(r=s.evaluate(e),r===null)return 0;const l=Number(r);if(!isNaN(l))return l}throw new Xt(`Could not convert ${JSON.stringify(r)} to number.`)}case"formatted":return Oi.fromString(zr(this.args[0].evaluate(e)));case"resolvedImage":return ui.fromString(zr(this.args[0].evaluate(e)));default:return zr(this.args[0].evaluate(e))}}eachChild(e){this.args.forEach(e)}outputDefined(){return this.args.every(e=>e.outputDefined())}}const jo=["Unknown","Point","LineString","Polygon"];class us{constructor(){this.globals=null,this.feature=null,this.featureState=null,this.formattedSection=null,this._parseColorCache={},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"?jo[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 r=this._parseColorCache[e];return r||(r=this._parseColorCache[e]=bt.parse(e)),r}}class Wr{constructor(e,r,s=[],l,d=new mr,p=[]){this.registry=e,this.path=s,this.key=s.map(f=>`[${f}]`).join(""),this.scope=d,this.errors=p,this.expectedType=l,this._isConstant=r}parse(e,r,s,l,d={}){return r?this.concat(r,s,l)._parse(e,d):this._parse(e,d)}_parse(e,r){function s(l,d,p){return p==="assert"?new Wi(d,[l]):p==="coerce"?new Hr(d,[l]):l}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 l=e[0];if(typeof l!="string")return this.error(`Expression name must be a string, but found ${typeof l} instead. If you wanted a literal array, use ["literal", [...]].`,0),null;const d=this.registry[l];if(d){let p=d.parse(e,this);if(!p)return null;if(this.expectedType){const f=this.expectedType,_=p.type;if(f.kind!=="string"&&f.kind!=="number"&&f.kind!=="boolean"&&f.kind!=="object"&&f.kind!=="array"||_.kind!=="value")if(f.kind!=="color"&&f.kind!=="formatted"&&f.kind!=="resolvedImage"||_.kind!=="value"&&_.kind!=="string")if(f.kind!=="padding"||_.kind!=="value"&&_.kind!=="number"&&_.kind!=="array")if(f.kind!=="variableAnchorOffsetCollection"||_.kind!=="value"&&_.kind!=="array"){if(this.checkSubtype(f,_))return null}else p=s(p,f,r.typeAnnotation||"coerce");else p=s(p,f,r.typeAnnotation||"coerce");else p=s(p,f,r.typeAnnotation||"coerce");else p=s(p,f,r.typeAnnotation||"assert")}if(!(p instanceof hn)&&p.type.kind!=="resolvedImage"&&this._isConstant(p)){const f=new us;try{p=new hn(p.type,p.evaluate(f))}catch(_){return this.error(_.message),null}}return p}return this.error(`Unknown expression "${l}". 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,r,s){const l=typeof e=="number"?this.path.concat(e):this.path,d=s?this.scope.concat(s):this.scope;return new Wr(this.registry,this._isConstant,l,r||null,d,this.errors)}error(e,...r){const s=`${this.key}${r.map(l=>`[${l}]`).join("")}`;this.errors.push(new Si(s,e))}checkSubtype(e,r){const s=q(e,r);return s&&this.error(s),s}}class xt{constructor(e,r){this.type=r.type,this.bindings=[].concat(e),this.result=r}evaluate(e){return this.result.evaluate(e)}eachChild(e){for(const r of this.bindings)e(r[1]);e(this.result)}static parse(e,r){if(e.length<4)return r.error(`Expected at least 3 arguments, but found ${e.length-1} instead.`);const s=[];for(let d=1;d<e.length-1;d+=2){const p=e[d];if(typeof p!="string")return r.error(`Expected string, but found ${typeof p} instead.`,d);if(/[^a-zA-Z0-9_]/.test(p))return r.error("Variable names must contain only alphanumeric characters or '_'.",d);const f=r.parse(e[d+1],d+1);if(!f)return null;s.push([p,f])}const l=r.parse(e[e.length-1],e.length-1,r.expectedType,s);return l?new xt(s,l):null}outputDefined(){return this.result.outputDefined()}}class Zs{constructor(e,r){this.type=r.type,this.name=e,this.boundExpression=r}static parse(e,r){if(e.length!==2||typeof e[1]!="string")return r.error("'var' expression requires exactly one string literal argument.");const s=e[1];return r.scope.has(s)?new Zs(s,r.scope.get(s)):r.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 qo{constructor(e,r,s){this.type=e,this.index=r,this.input=s}static parse(e,r){if(e.length!==3)return r.error(`Expected 2 arguments, but found ${e.length-1} instead.`);const s=r.parse(e[1],1,Ee),l=r.parse(e[2],2,z(r.expectedType||it));return s&&l?new qo(l.type.itemType,s,l):null}evaluate(e){const r=this.index.evaluate(e),s=this.input.evaluate(e);if(r<0)throw new Xt(`Array index out of bounds: ${r} < 0.`);if(r>=s.length)throw new Xt(`Array index out of bounds: ${r} > ${s.length-1}.`);if(r!==Math.floor(r))throw new Xt(`Array index must be an integer, but found ${r} instead.`);return s[r]}eachChild(e){e(this.index),e(this.input)}outputDefined(){return!1}}class ds{constructor(e,r){this.type=Ye,this.needle=e,this.haystack=r}static parse(e,r){if(e.length!==3)return r.error(`Expected 2 arguments, but found ${e.length-1} instead.`);const s=r.parse(e[1],1,it),l=r.parse(e[2],2,it);return s&&l?ee(s.type,[Ye,ot,Ee,Zr,it])?new ds(s,l):r.error(`Expected first argument to be of type boolean, string, number or null, but found ${M(s.type)} instead`):null}evaluate(e){const r=this.needle.evaluate(e),s=this.haystack.evaluate(e);if(!s)return!1;if(!ie(r,["boolean","string","number","null"]))throw new Xt(`Expected first argument to be of type boolean, string, number or null, but found ${M(Yt(r))} instead.`);if(!ie(s,["string","array"]))throw new Xt(`Expected second argument to be of type array or string, but found ${M(Yt(s))} instead.`);return s.indexOf(r)>=0}eachChild(e){e(this.needle),e(this.haystack)}outputDefined(){return!0}}class Gs{constructor(e,r,s){this.type=Ee,this.needle=e,this.haystack=r,this.fromIndex=s}static parse(e,r){if(e.length<=2||e.length>=5)return r.error(`Expected 3 or 4 arguments, but found ${e.length-1} instead.`);const s=r.parse(e[1],1,it),l=r.parse(e[2],2,it);if(!s||!l)return null;if(!ee(s.type,[Ye,ot,Ee,Zr,it]))return r.error(`Expected first argument to be of type boolean, string, number or null, but found ${M(s.type)} instead`);if(e.length===4){const d=r.parse(e[3],3,Ee);return d?new Gs(s,l,d):null}return new Gs(s,l)}evaluate(e){const r=this.needle.evaluate(e),s=this.haystack.evaluate(e);if(!ie(r,["boolean","string","number","null"]))throw new Xt(`Expected first argument to be of type boolean, string, number or null, but found ${M(Yt(r))} instead.`);if(!ie(s,["string","array"]))throw new Xt(`Expected second argument to be of type array or string, but found ${M(Yt(s))} instead.`);if(this.fromIndex){const l=this.fromIndex.evaluate(e);return s.indexOf(r,l)}return s.indexOf(r)}eachChild(e){e(this.needle),e(this.haystack),this.fromIndex&&e(this.fromIndex)}outputDefined(){return!1}}class Hs{constructor(e,r,s,l,d,p){this.inputType=e,this.type=r,this.input=s,this.cases=l,this.outputs=d,this.otherwise=p}static parse(e,r){if(e.length<5)return r.error(`Expected at least 4 arguments, but found only ${e.length-1}.`);if(e.length%2!=1)return r.error("Expected an even number of arguments.");let s,l;r.expectedType&&r.expectedType.kind!=="value"&&(l=r.expectedType);const d={},p=[];for(let x=2;x<e.length-1;x+=2){let S=e[x];const k=e[x+1];Array.isArray(S)||(S=[S]);const A=r.concat(x);if(S.length===0)return A.error("Expected at least one branch label.");for(const R of S){if(typeof R!="number"&&typeof R!="string")return A.error("Branch labels must be numbers or strings.");if(typeof R=="number"&&Math.abs(R)>Number.MAX_SAFE_INTEGER)return A.error(`Branch labels must be integers no larger than ${Number.MAX_SAFE_INTEGER}.`);if(typeof R=="number"&&Math.floor(R)!==R)return A.error("Numeric branch labels must be integer values.");if(s){if(A.checkSubtype(s,Yt(R)))return null}else s=Yt(R);if(d[String(R)]!==void 0)return A.error("Branch labels must be unique.");d[String(R)]=p.length}const D=r.parse(k,x,l);if(!D)return null;l=l||D.type,p.push(D)}const f=r.parse(e[1],1,it);if(!f)return null;const _=r.parse(e[e.length-1],e.length-1,l);return _?f.type.kind!=="value"&&r.concat(1).checkSubtype(s,f.type)?null:new Hs(s,l,f,d,p,_):null}evaluate(e){const r=this.input.evaluate(e);return(Yt(r)===this.inputType&&this.outputs[this.cases[r]]||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 Ws{constructor(e,r,s){this.type=e,this.branches=r,this.otherwise=s}static parse(e,r){if(e.length<4)return r.error(`Expected at least 3 arguments, but found only ${e.length-1}.`);if(e.length%2!=0)return r.error("Expected an odd number of arguments.");let s;r.expectedType&&r.expectedType.kind!=="value"&&(s=r.expectedType);const l=[];for(let p=1;p<e.length-1;p+=2){const f=r.parse(e[p],p,Ye);if(!f)return null;const _=r.parse(e[p+1],p+1,s);if(!_)return null;l.push([f,_]),s=s||_.type}const d=r.parse(e[e.length-1],e.length-1,s);if(!d)return null;if(!s)throw new Error("Can't infer output type");return new Ws(s,l,d)}evaluate(e){for(const[r,s]of this.branches)if(r.evaluate(e))return s.evaluate(e);return this.otherwise.evaluate(e)}eachChild(e){for(const[r,s]of this.branches)e(r),e(s);e(this.otherwise)}outputDefined(){return this.branches.every(([e,r])=>r.outputDefined())&&this.otherwise.outputDefined()}}class Xs{constructor(e,r,s,l){this.type=e,this.input=r,this.beginIndex=s,this.endIndex=l}static parse(e,r){if(e.length<=2||e.length>=5)return r.error(`Expected 3 or 4 arguments, but found ${e.length-1} instead.`);const s=r.parse(e[1],1,it),l=r.parse(e[2],2,Ee);if(!s||!l)return null;if(!ee(s.type,[z(it),ot,it]))return r.error(`Expected first argument to be of type array or string, but found ${M(s.type)} instead`);if(e.length===4){const d=r.parse(e[3],3,Ee);return d?new Xs(s.type,s,l,d):null}return new Xs(s.type,s,l)}evaluate(e){const r=this.input.evaluate(e),s=this.beginIndex.evaluate(e);if(!ie(r,["string","array"]))throw new Xt(`Expected first argument to be of type array or string, but found ${M(Yt(r))} instead.`);if(this.endIndex){const l=this.endIndex.evaluate(e);return r.slice(s,l)}return r.slice(s)}eachChild(e){e(this.input),e(this.beginIndex),this.endIndex&&e(this.endIndex)}outputDefined(){return!1}}function ps(i,e){const r=i.length-1;let s,l,d=0,p=r,f=0;for(;d<=p;)if(f=Math.floor((d+p)/2),s=i[f],l=i[f+1],s<=e){if(f===r||e<l)return f;d=f+1}else{if(!(s>e))throw new Xt("Input is not a number.");p=f-1}return 0}class zn{constructor(e,r,s){this.type=e,this.input=r,this.labels=[],this.outputs=[];for(const[l,d]of s)this.labels.push(l),this.outputs.push(d)}static parse(e,r){if(e.length-1<4)return r.error(`Expected at least 4 arguments, but found only ${e.length-1}.`);if((e.length-1)%2!=0)return r.error("Expected an even number of arguments.");const s=r.parse(e[1],1,Ee);if(!s)return null;const l=[];let d=null;r.expectedType&&r.expectedType.kind!=="value"&&(d=r.expectedType);for(let p=1;p<e.length;p+=2){const f=p===1?-1/0:e[p],_=e[p+1],x=p,S=p+1;if(typeof f!="number")return r.error('Input/output pairs for "step" expressions must be defined using literal numeric values (not computed expressions) for the input values.',x);if(l.length&&l[l.length-1][0]>=f)return r.error('Input/output pairs for "step" expressions must be arranged with input values in strictly ascending order.',x);const k=r.parse(_,S,d);if(!k)return null;d=d||k.type,l.push([f,k])}return new zn(d,s,l)}evaluate(e){const r=this.labels,s=this.outputs;if(r.length===1)return s[0].evaluate(e);const l=this.input.evaluate(e);if(l<=r[0])return s[0].evaluate(e);const d=r.length;return l>=r[d-1]?s[d-1].evaluate(e):s[ps(r,l)].evaluate(e)}eachChild(e){e(this.input);for(const r of this.outputs)e(r)}outputDefined(){return this.outputs.every(e=>e.outputDefined())}}function Vc(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var Nc=ml;function ml(i,e,r,s){this.cx=3*i,this.bx=3*(r-i)-this.cx,this.ax=1-this.cx-this.bx,this.cy=3*e,this.by=3*(s-e)-this.cy,this.ay=1-this.cy-this.by,this.p1x=i,this.p1y=e,this.p2x=r,this.p2y=s}ml.prototype={sampleCurveX:function(i){return((this.ax*i+this.bx)*i+this.cx)*i},sampleCurveY:function(i){return((this.ay*i+this.by)*i+this.cy)*i},sampleCurveDerivativeX:function(i){return(3*this.ax*i+2*this.bx)*i+this.cx},solveCurveX:function(i,e){if(e===void 0&&(e=1e-6),i<0)return 0;if(i>1)return 1;for(var r=i,s=0;s<8;s++){var l=this.sampleCurveX(r)-i;if(Math.abs(l)<e)return r;var d=this.sampleCurveDerivativeX(r);if(Math.abs(d)<1e-6)break;r-=l/d}var p=0,f=1;for(r=i,s=0;s<20&&(l=this.sampleCurveX(r),!(Math.abs(l-i)<e));s++)i>l?p=r:f=r,r=.5*(f-p)+p;return r},solve:function(i,e){return this.sampleCurveY(this.solveCurveX(i,e))}};var $c=Vc(Nc);function Xr(i,e,r){return i+r*(e-i)}function fs(i,e,r){return i.map((s,l)=>Xr(s,e[l],r))}const $i={number:Xr,color:function(i,e,r,s="rgb"){switch(s){case"rgb":{const[l,d,p,f]=fs(i.rgb,e.rgb,r);return new bt(l,d,p,f,!1)}case"hcl":{const[l,d,p,f]=i.hcl,[_,x,S,k]=e.hcl;let A,D;if(isNaN(l)||isNaN(_))isNaN(l)?isNaN(_)?A=NaN:(A=_,p!==1&&p!==0||(D=x)):(A=l,S!==1&&S!==0||(D=d));else{let ae=_-l;_>l&&ae>180?ae-=360:_<l&&l-_>180&&(ae+=360),A=l+r*ae}const[R,O,j,J]=function([ae,Q,re,de]){return ae=isNaN(ae)?0:ae*We,Kt([re,Math.cos(ae)*Q,Math.sin(ae)*Q,de])}([A,D??Xr(d,x,r),Xr(p,S,r),Xr(f,k,r)]);return new bt(R,O,j,J,!1)}case"lab":{const[l,d,p,f]=Kt(fs(i.lab,e.lab,r));return new bt(l,d,p,f,!1)}}},array:fs,padding:function(i,e,r){return new Vi(fs(i.values,e.values,r))},variableAnchorOffsetCollection:function(i,e,r){const s=i.values,l=e.values;if(s.length!==l.length)throw new Xt(`Cannot interpolate values of different length. from: ${i.toString()}, to: ${e.toString()}`);const d=[];for(let p=0;p<s.length;p+=2){if(s[p]!==l[p])throw new Xt(`Cannot interpolate values containing mismatched anchors. from[${p}]: ${s[p]}, to[${p}]: ${l[p]}`);d.push(s[p]);const[f,_]=s[p+1],[x,S]=l[p+1];d.push([Xr(f,x,r),Xr(_,S,r)])}return new Ni(d)}};class Ui{constructor(e,r,s,l,d){this.type=e,this.operator=r,this.interpolation=s,this.input=l,this.labels=[],this.outputs=[];for(const[p,f]of d)this.labels.push(p),this.outputs.push(f)}static interpolationFactor(e,r,s,l){let d=0;if(e.name==="exponential")d=ms(r,e.base,s,l);else if(e.name==="linear")d=ms(r,1,s,l);else if(e.name==="cubic-bezier"){const p=e.controlPoints;d=new $c(p[0],p[1],p[2],p[3]).solve(ms(r,1,s,l))}return d}static parse(e,r){let[s,l,d,...p]=e;if(!Array.isArray(l)||l.length===0)return r.error("Expected an interpolation type expression.",1);if(l[0]==="linear")l={name:"linear"};else if(l[0]==="exponential"){const x=l[1];if(typeof x!="number")return r.error("Exponential interpolation requires a numeric base.",1,1);l={name:"exponential",base:x}}else{if(l[0]!=="cubic-bezier")return r.error(`Unknown interpolation type ${String(l[0])}`,1,0);{const x=l.slice(1);if(x.length!==4||x.some(S=>typeof S!="number"||S<0||S>1))return r.error("Cubic bezier interpolation requires four numeric arguments with values between 0 and 1.",1);l={name:"cubic-bezier",controlPoints:x}}}if(e.length-1<4)return r.error(`Expected at least 4 arguments, but found only ${e.length-1}.`);if((e.length-1)%2!=0)return r.error("Expected an even number of arguments.");if(d=r.parse(d,2,Ee),!d)return null;const f=[];let _=null;s==="interpolate-hcl"||s==="interpolate-lab"?_=Ai:r.expectedType&&r.expectedType.kind!=="value"&&(_=r.expectedType);for(let x=0;x<p.length;x+=2){const S=p[x],k=p[x+1],A=x+3,D=x+4;if(typeof S!="number")return r.error('Input/output pairs for "interpolate" expressions must be defined using literal numeric values (not computed expressions) for the input values.',A);if(f.length&&f[f.length-1][0]>=S)return r.error('Input/output pairs for "interpolate" expressions must be arranged with input values in strictly ascending order.',A);const R=r.parse(k,D,_);if(!R)return null;_=_||R.type,f.push([S,R])}return ne(_,Ee)||ne(_,Ai)||ne(_,Gr)||ne(_,W)||ne(_,z(Ee))?new Ui(_,s,l,d,f):r.error(`Type ${M(_)} is not interpolatable.`)}evaluate(e){const r=this.labels,s=this.outputs;if(r.length===1)return s[0].evaluate(e);const l=this.input.evaluate(e);if(l<=r[0])return s[0].evaluate(e);const d=r.length;if(l>=r[d-1])return s[d-1].evaluate(e);const p=ps(r,l),f=Ui.interpolationFactor(this.interpolation,l,r[p],r[p+1]),_=s[p].evaluate(e),x=s[p+1].evaluate(e);switch(this.operator){case"interpolate":return $i[this.type.kind](_,x,f);case"interpolate-hcl":return $i.color(_,x,f,"hcl");case"interpolate-lab":return $i.color(_,x,f,"lab")}}eachChild(e){e(this.input);for(const r of this.outputs)e(r)}outputDefined(){return this.outputs.every(e=>e.outputDefined())}}function ms(i,e,r,s){const l=s-r,d=i-r;return l===0?0:e===1?d/l:(Math.pow(e,d)-1)/(Math.pow(e,l)-1)}class Js{constructor(e,r){this.type=e,this.args=r}static parse(e,r){if(e.length<2)return r.error("Expectected at least one argument.");let s=null;const l=r.expectedType;l&&l.kind!=="value"&&(s=l);const d=[];for(const f of e.slice(1)){const _=r.parse(f,1+d.length,s,void 0,{typeAnnotation:"omit"});if(!_)return null;s=s||_.type,d.push(_)}if(!s)throw new Error("No output type");const p=l&&d.some(f=>q(l,f.type));return new Js(p?it:s,d)}evaluate(e){let r,s=null,l=0;for(const d of this.args)if(l++,s=d.evaluate(e),s&&s instanceof ui&&!s.available&&(r||(r=s.name),s=null,l===this.args.length&&(s=r)),s!==null)break;return s}eachChild(e){this.args.forEach(e)}outputDefined(){return this.args.every(e=>e.outputDefined())}}function gl(i,e){return i==="=="||i==="!="?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 _l(i,e,r,s){return s.compare(e,r)===0}function un(i,e,r){const s=i!=="=="&&i!=="!=";return class Mp{constructor(d,p,f){this.type=Ye,this.lhs=d,this.rhs=p,this.collator=f,this.hasUntypedArgument=d.type.kind==="value"||p.type.kind==="value"}static parse(d,p){if(d.length!==3&&d.length!==4)return p.error("Expected two or three arguments.");const f=d[0];let _=p.parse(d[1],1,it);if(!_)return null;if(!gl(f,_.type))return p.concat(1).error(`"${f}" comparisons are not supported for type '${M(_.type)}'.`);let x=p.parse(d[2],2,it);if(!x)return null;if(!gl(f,x.type))return p.concat(2).error(`"${f}" comparisons are not supported for type '${M(x.type)}'.`);if(_.type.kind!==x.type.kind&&_.type.kind!=="value"&&x.type.kind!=="value")return p.error(`Cannot compare types '${M(_.type)}' and '${M(x.type)}'.`);s&&(_.type.kind==="value"&&x.type.kind!=="value"?_=new Wi(x.type,[_]):_.type.kind!=="value"&&x.type.kind==="value"&&(x=new Wi(_.type,[x])));let S=null;if(d.length===4){if(_.type.kind!=="string"&&x.type.kind!=="string"&&_.type.kind!=="value"&&x.type.kind!=="value")return p.error("Cannot use collator to compare non-string types.");if(S=p.parse(d[3],3,gr),!S)return null}return new Mp(_,x,S)}evaluate(d){const p=this.lhs.evaluate(d),f=this.rhs.evaluate(d);if(s&&this.hasUntypedArgument){const _=Yt(p),x=Yt(f);if(_.kind!==x.kind||_.kind!=="string"&&_.kind!=="number")throw new Xt(`Expected arguments for "${i}" to be (string, string) or (number, number), but found (${_.kind}, ${x.kind}) instead.`)}if(this.collator&&!s&&this.hasUntypedArgument){const _=Yt(p),x=Yt(f);if(_.kind!=="string"||x.kind!=="string")return e(d,p,f)}return this.collator?r(d,p,f,this.collator.evaluate(d)):e(d,p,f)}eachChild(d){d(this.lhs),d(this.rhs),this.collator&&d(this.collator)}outputDefined(){return!0}}}const yl=un("==",function(i,e,r){return e===r},_l),Uc=un("!=",function(i,e,r){return e!==r},function(i,e,r,s){return!_l(0,e,r,s)}),jc=un("<",function(i,e,r){return e<r},function(i,e,r,s){return s.compare(e,r)<0}),xl=un(">",function(i,e,r){return e>r},function(i,e,r,s){return s.compare(e,r)>0}),vl=un("<=",function(i,e,r){return e<=r},function(i,e,r,s){return s.compare(e,r)<=0}),qc=un(">=",function(i,e,r){return e>=r},function(i,e,r,s){return s.compare(e,r)>=0});class Ks{constructor(e,r,s){this.type=gr,this.locale=s,this.caseSensitive=e,this.diacriticSensitive=r}static parse(e,r){if(e.length!==2)return r.error("Expected one argument.");const s=e[1];if(typeof s!="object"||Array.isArray(s))return r.error("Collator options argument must be an object.");const l=r.parse(s["case-sensitive"]!==void 0&&s["case-sensitive"],1,Ye);if(!l)return null;const d=r.parse(s["diacritic-sensitive"]!==void 0&&s["diacritic-sensitive"],1,Ye);if(!d)return null;let p=null;return s.locale&&(p=r.parse(s.locale,1,ot),!p)?null:new Ks(l,d,p)}evaluate(e){return new $o(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 Zo{constructor(e,r,s,l,d){this.type=ot,this.number=e,this.locale=r,this.currency=s,this.minFractionDigits=l,this.maxFractionDigits=d}static parse(e,r){if(e.length!==3)return r.error("Expected two arguments.");const s=r.parse(e[1],1,Ee);if(!s)return null;const l=e[2];if(typeof l!="object"||Array.isArray(l))return r.error("NumberFormat options argument must be an object.");let d=null;if(l.locale&&(d=r.parse(l.locale,1,ot),!d))return null;let p=null;if(l.currency&&(p=r.parse(l.currency,1,ot),!p))return null;let f=null;if(l["min-fraction-digits"]&&(f=r.parse(l["min-fraction-digits"],1,Ee),!f))return null;let _=null;return l["max-fraction-digits"]&&(_=r.parse(l["max-fraction-digits"],1,Ee),!_)?null:new Zo(s,d,p,f,_)}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 Ys{constructor(e){this.type=Mr,this.sections=e}static parse(e,r){if(e.length<2)return r.error("Expected at least one argument.");const s=e[1];if(!Array.isArray(s)&&typeof s=="object")return r.error("First argument must be an image or text section.");const l=[];let d=!1;for(let p=1;p<=e.length-1;++p){const f=e[p];if(d&&typeof f=="object"&&!Array.isArray(f)){d=!1;let _=null;if(f["font-scale"]&&(_=r.parse(f["font-scale"],1,Ee),!_))return null;let x=null;if(f["text-font"]&&(x=r.parse(f["text-font"],1,z(ot)),!x))return null;let S=null;if(f["text-color"]&&(S=r.parse(f["text-color"],1,Ai),!S))return null;const k=l[l.length-1];k.scale=_,k.font=x,k.textColor=S}else{const _=r.parse(e[p],1,it);if(!_)return null;const x=_.type.kind;if(x!=="string"&&x!=="value"&&x!=="null"&&x!=="resolvedImage")return r.error("Formatted text type must be 'string', 'value', 'image' or 'null'.");d=!0,l.push({content:_,scale:null,font:null,textColor:null})}}return new Ys(l)}evaluate(e){return new Oi(this.sections.map(r=>{const s=r.content.evaluate(e);return Yt(s)===_r?new Uo("",s,null,null,null):new Uo(zr(s),null,r.scale?r.scale.evaluate(e):null,r.font?r.font.evaluate(e).join(","):null,r.textColor?r.textColor.evaluate(e):null)}))}eachChild(e){for(const r of this.sections)e(r.content),r.scale&&e(r.scale),r.font&&e(r.font),r.textColor&&e(r.textColor)}outputDefined(){return!1}}class Go{constructor(e){this.type=_r,this.input=e}static parse(e,r){if(e.length!==2)return r.error("Expected two arguments.");const s=r.parse(e[1],1,ot);return s?new Go(s):r.error("No image name provided.")}evaluate(e){const r=this.input.evaluate(e),s=ui.fromString(r);return s&&e.availableImages&&(s.available=e.availableImages.indexOf(r)>-1),s}eachChild(e){e(this.input)}outputDefined(){return!1}}class Ho{constructor(e){this.type=Ee,this.input=e}static parse(e,r){if(e.length!==2)return r.error(`Expected 1 argument, but found ${e.length-1} instead.`);const s=r.parse(e[1],1);return s?s.type.kind!=="array"&&s.type.kind!=="string"&&s.type.kind!=="value"?r.error(`Expected argument of type string or array, but found ${M(s.type)} instead.`):new Ho(s):null}evaluate(e){const r=this.input.evaluate(e);if(typeof r=="string"||Array.isArray(r))return r.length;throw new Xt(`Expected value to be of type string or array, but found ${M(Yt(r))} instead.`)}eachChild(e){e(this.input)}outputDefined(){return!1}}const yr=8192;function Wo(i,e){const r=(180+i[0])/360,s=(180-180/Math.PI*Math.log(Math.tan(Math.PI/4+i[1]*Math.PI/360)))/360,l=Math.pow(2,e.z);return[Math.round(r*l*yr),Math.round(s*l*yr)]}function Dn(i,e){const r=Math.pow(2,e.z);return[(l=(i[0]/yr+e.x)/r,360*l-180),(s=(i[1]/yr+e.y)/r,360/Math.PI*Math.atan(Math.exp((180-360*s)*Math.PI/180))-90)];var s,l}function pt(i,e){i[0]=Math.min(i[0],e[0]),i[1]=Math.min(i[1],e[1]),i[2]=Math.max(i[2],e[0]),i[3]=Math.max(i[3],e[1])}function gs(i,e){return!(i[0]<=e[0]||i[2]>=e[2]||i[1]<=e[1]||i[3]>=e[3])}function Zc(i,e,r){const s=i[0]-e[0],l=i[1]-e[1],d=i[0]-r[0],p=i[1]-r[1];return s*p-d*l==0&&s*d<=0&&l*p<=0}function Qs(i,e,r,s){return(l=[s[0]-r[0],s[1]-r[1]])[0]*(d=[e[0]-i[0],e[1]-i[1]])[1]-l[1]*d[0]!=0&&!(!wl(i,e,r,s)||!wl(r,s,i,e));var l,d}function Gc(i,e,r){for(const s of r)for(let l=0;l<s.length-1;++l)if(Qs(i,e,s[l],s[l+1]))return!0;return!1}function Ln(i,e,r=!1){let s=!1;for(const f of e)for(let _=0;_<f.length-1;_++){if(Zc(i,f[_],f[_+1]))return r;(d=f[_])[1]>(l=i)[1]!=(p=f[_+1])[1]>l[1]&&l[0]<(p[0]-d[0])*(l[1]-d[1])/(p[1]-d[1])+d[0]&&(s=!s)}var l,d,p;return s}function Hc(i,e){for(const r of e)if(Ln(i,r))return!0;return!1}function bl(i,e){for(const r of i)if(!Ln(r,e))return!1;for(let r=0;r<i.length-1;++r)if(Gc(i[r],i[r+1],e))return!1;return!0}function Wc(i,e){for(const r of e)if(bl(i,r))return!0;return!1}function wl(i,e,r,s){const l=s[0]-r[0],d=s[1]-r[1],p=(i[0]-r[0])*d-l*(i[1]-r[1]),f=(e[0]-r[0])*d-l*(e[1]-r[1]);return p>0&&f<0||p<0&&f>0}function Xo(i,e,r){const s=[];for(let l=0;l<i.length;l++){const d=[];for(let p=0;p<i[l].length;p++){const f=Wo(i[l][p],r);pt(e,f),d.push(f)}s.push(d)}return s}function Sl(i,e,r){const s=[];for(let l=0;l<i.length;l++){const d=Xo(i[l],e,r);s.push(d)}return s}function Tl(i,e,r,s){if(i[0]<r[0]||i[0]>r[2]){const l=.5*s;let d=i[0]-r[0]>l?-s:r[0]-i[0]>l?s:0;d===0&&(d=i[0]-r[2]>l?-s:r[2]-i[0]>l?s:0),i[0]+=d}pt(e,i)}function Il(i,e,r,s){const l=Math.pow(2,s.z)*yr,d=[s.x*yr,s.y*yr],p=[];for(const f of i)for(const _ of f){const x=[_.x+d[0],_.y+d[1]];Tl(x,e,r,l),p.push(x)}return p}function kl(i,e,r,s){const l=Math.pow(2,s.z)*yr,d=[s.x*yr,s.y*yr],p=[];for(const _ of i){const x=[];for(const S of _){const k=[S.x+d[0],S.y+d[1]];pt(e,k),x.push(k)}p.push(x)}if(e[2]-e[0]<=l/2){(f=e)[0]=f[1]=1/0,f[2]=f[3]=-1/0;for(const _ of p)for(const x of _)Tl(x,e,r,l)}var f;return p}class dn{constructor(e,r){this.type=Ye,this.geojson=e,this.geometries=r}static parse(e,r){if(e.length!==2)return r.error(`'within' expression requires exactly one argument, but found ${e.length-1} instead.`);if(cs(e[1])){const s=e[1];if(s.type==="FeatureCollection"){const l=[];for(const d of s.features){const{type:p,coordinates:f}=d.geometry;p==="Polygon"&&l.push(f),p==="MultiPolygon"&&l.push(...f)}if(l.length)return new dn(s,{type:"MultiPolygon",coordinates:l})}else if(s.type==="Feature"){const l=s.geometry.type;if(l==="Polygon"||l==="MultiPolygon")return new dn(s,s.geometry)}else if(s.type==="Polygon"||s.type==="MultiPolygon")return new dn(s,s)}return r.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(r,s){const l=[1/0,1/0,-1/0,-1/0],d=[1/0,1/0,-1/0,-1/0],p=r.canonicalID();if(s.type==="Polygon"){const f=Xo(s.coordinates,d,p),_=Il(r.geometry(),l,d,p);if(!gs(l,d))return!1;for(const x of _)if(!Ln(x,f))return!1}if(s.type==="MultiPolygon"){const f=Sl(s.coordinates,d,p),_=Il(r.geometry(),l,d,p);if(!gs(l,d))return!1;for(const x of _)if(!Hc(x,f))return!1}return!0}(e,this.geometries);if(e.geometryType()==="LineString")return function(r,s){const l=[1/0,1/0,-1/0,-1/0],d=[1/0,1/0,-1/0,-1/0],p=r.canonicalID();if(s.type==="Polygon"){const f=Xo(s.coordinates,d,p),_=kl(r.geometry(),l,d,p);if(!gs(l,d))return!1;for(const x of _)if(!bl(x,f))return!1}if(s.type==="MultiPolygon"){const f=Sl(s.coordinates,d,p),_=kl(r.geometry(),l,d,p);if(!gs(l,d))return!1;for(const x of _)if(!Wc(x,f))return!1}return!0}(e,this.geometries)}return!1}eachChild(){}outputDefined(){return!0}}let Pl=class{constructor(i=[],e=Xc){if(this.data=i,this.length=this.data.length,this.compare=e,this.length>0)for(let r=(this.length>>1)-1;r>=0;r--)this._down(r)}push(i){this.data.push(i),this.length++,this._up(this.length-1)}pop(){if(this.length===0)return;const i=this.data[0],e=this.data.pop();return this.length--,this.length>0&&(this.data[0]=e,this._down(0)),i}peek(){return this.data[0]}_up(i){const{data:e,compare:r}=this,s=e[i];for(;i>0;){const l=i-1>>1,d=e[l];if(r(s,d)>=0)break;e[i]=d,i=l}e[i]=s}_down(i){const{data:e,compare:r}=this,s=this.length>>1,l=e[i];for(;i<s;){let d=1+(i<<1),p=e[d];const f=d+1;if(f<this.length&&r(e[f],p)<0&&(d=f,p=e[f]),r(p,l)>=0)break;e[i]=p,i=d}e[i]=l}};function Xc(i,e){return i<e?-1:i>e?1:0}function Jc(i,e,r,s,l){El(i,e,r,s||i.length-1,l||Kc)}function El(i,e,r,s,l){for(;s>r;){if(s-r>600){var d=s-r+1,p=e-r+1,f=Math.log(d),_=.5*Math.exp(2*f/3),x=.5*Math.sqrt(f*_*(d-_)/d)*(p-d/2<0?-1:1);El(i,e,Math.max(r,Math.floor(e-p*_/d+x)),Math.min(s,Math.floor(e+(d-p)*_/d+x)),l)}var S=i[e],k=r,A=s;for(_s(i,r,e),l(i[s],S)>0&&_s(i,r,s);k<A;){for(_s(i,k,A),k++,A--;l(i[k],S)<0;)k++;for(;l(i[A],S)>0;)A--}l(i[r],S)===0?_s(i,r,A):_s(i,++A,s),A<=e&&(r=A+1),e<=A&&(s=A-1)}}function _s(i,e,r){var s=i[e];i[e]=i[r],i[r]=s}function Kc(i,e){return i<e?-1:i>e?1:0}function eo(i,e){if(i.length<=1)return[i];const r=[];let s,l;for(const d of i){const p=Qc(d);p!==0&&(d.area=Math.abs(p),l===void 0&&(l=p<0),l===p<0?(s&&r.push(s),s=[d]):s.push(d))}if(s&&r.push(s),e>1)for(let d=0;d<r.length;d++)r[d].length<=e||(Jc(r[d],e,1,r[d].length-1,Yc),r[d]=r[d].slice(0,e));return r}function Yc(i,e){return e.area-i.area}function Qc(i){let e=0;for(let r,s,l=0,d=i.length,p=d-1;l<d;p=l++)r=i[l],s=i[p],e+=(s.x-r.x)*(r.y+s.y);return e}const Al=1/298.257223563,Cl=Al*(2-Al),Ml=Math.PI/180;class Jo{constructor(e){const r=6378.137*Ml*1e3,s=Math.cos(e*Ml),l=1/(1-Cl*(1-s*s)),d=Math.sqrt(l);this.kx=r*d*s,this.ky=r*d*l*(1-Cl)}distance(e,r){const s=this.wrap(e[0]-r[0])*this.kx,l=(e[1]-r[1])*this.ky;return Math.sqrt(s*s+l*l)}pointOnLine(e,r){let s,l,d,p,f=1/0;for(let _=0;_<e.length-1;_++){let x=e[_][0],S=e[_][1],k=this.wrap(e[_+1][0]-x)*this.kx,A=(e[_+1][1]-S)*this.ky,D=0;k===0&&A===0||(D=(this.wrap(r[0]-x)*this.kx*k+(r[1]-S)*this.ky*A)/(k*k+A*A),D>1?(x=e[_+1][0],S=e[_+1][1]):D>0&&(x+=k/this.kx*D,S+=A/this.ky*D)),k=this.wrap(r[0]-x)*this.kx,A=(r[1]-S)*this.ky;const R=k*k+A*A;R<f&&(f=R,s=x,l=S,d=_,p=D)}return{point:[s,l],index:d,t:Math.max(0,Math.min(1,p))}}wrap(e){for(;e<-180;)e+=360;for(;e>180;)e-=360;return e}}function zl(i,e){return e[0]-i[0]}function to(i){return i[1]-i[0]+1}function Dr(i,e){return i[1]>=i[0]&&i[1]<e}function ys(i,e){if(i[0]>i[1])return[null,null];const r=to(i);if(e){if(r===2)return[i,null];const l=Math.floor(r/2);return[[i[0],i[0]+l],[i[0]+l,i[1]]]}if(r===1)return[i,null];const s=Math.floor(r/2)-1;return[[i[0],i[0]+s],[i[0]+s+1,i[1]]]}function Ko(i,e){if(!Dr(e,i.length))return[1/0,1/0,-1/0,-1/0];const r=[1/0,1/0,-1/0,-1/0];for(let s=e[0];s<=e[1];++s)pt(r,i[s]);return r}function Yo(i){const e=[1/0,1/0,-1/0,-1/0];for(const r of i)for(const s of r)pt(e,s);return e}function Dl(i){return i[0]!==-1/0&&i[1]!==-1/0&&i[2]!==1/0&&i[3]!==1/0}function Qo(i,e,r){if(!Dl(i)||!Dl(e))return NaN;let s=0,l=0;return i[2]<e[0]&&(s=e[0]-i[2]),i[0]>e[2]&&(s=i[0]-e[2]),i[1]>e[3]&&(l=i[1]-e[3]),i[3]<e[1]&&(l=e[1]-i[3]),r.distance([0,0],[s,l])}function Et(i,e,r){const s=r.pointOnLine(e,i);return r.distance(i,s.point)}function ea(i,e,r,s,l){const d=Math.min(Et(i,[r,s],l),Et(e,[r,s],l)),p=Math.min(Et(r,[i,e],l),Et(s,[i,e],l));return Math.min(d,p)}function ut(i,e,r,s,l){if(!Dr(e,i.length)||!Dr(s,r.length))return 1/0;let d=1/0;for(let p=e[0];p<e[1];++p){const f=i[p],_=i[p+1];for(let x=s[0];x<s[1];++x){const S=r[x],k=r[x+1];if(Qs(f,_,S,k))return 0;d=Math.min(d,ea(f,_,S,k,l))}}return d}function ta(i,e,r,s,l){if(!Dr(e,i.length)||!Dr(s,r.length))return NaN;let d=1/0;for(let p=e[0];p<=e[1];++p)for(let f=s[0];f<=s[1];++f)if(d=Math.min(d,l.distance(i[p],r[f])),d===0)return d;return d}function Vt(i,e,r){if(Ln(i,e,!0))return 0;let s=1/0;for(const l of e){const d=l[0],p=l[l.length-1];if(d!==p&&(s=Math.min(s,Et(i,[p,d],r)),s===0))return s;const f=r.pointOnLine(l,i);if(s=Math.min(s,r.distance(i,f.point)),s===0)return s}return s}function Mt(i,e,r,s){if(!Dr(e,i.length))return NaN;for(let d=e[0];d<=e[1];++d)if(Ln(i[d],r,!0))return 0;let l=1/0;for(let d=e[0];d<e[1];++d){const p=i[d],f=i[d+1];for(const _ of r)for(let x=0,S=_.length,k=S-1;x<S;k=x++){const A=_[k],D=_[x];if(Qs(p,f,A,D))return 0;l=Math.min(l,ea(p,f,A,D,s))}}return l}function xs(i,e){for(const r of i)for(const s of r)if(Ln(s,e,!0))return!0;return!1}function Ll(i,e,r,s=1/0){const l=Yo(i),d=Yo(e);if(s!==1/0&&Qo(l,d,r)>=s)return s;if(gs(l,d)){if(xs(i,e))return 0}else if(xs(e,i))return 0;let p=1/0;for(const f of i)for(let _=0,x=f.length,S=x-1;_<x;S=_++){const k=f[S],A=f[_];for(const D of e)for(let R=0,O=D.length,j=O-1;R<O;j=R++){const J=D[j],ae=D[R];if(Qs(k,A,J,ae))return 0;p=Math.min(p,ea(k,A,J,ae,r))}}return p}function ia(i,e,r,s,l,d){if(!d)return;const p=Qo(Ko(s,d),l,r);p<e&&i.push([p,d,[0,0]])}function io(i,e,r,s,l,d,p){if(!d||!p)return;const f=Qo(Ko(s,d),Ko(l,p),r);f<e&&i.push([f,d,p])}function ro(i,e,r,s,l=1/0){let d=Math.min(s.distance(i[0],r[0][0]),l);if(d===0)return d;const p=new Pl([[0,[0,i.length-1],[0,0]]],zl),f=Yo(r);for(;p.length>0;){const _=p.pop();if(_[0]>=d)continue;const x=_[1],S=e?50:100;if(to(x)<=S){if(!Dr(x,i.length))return NaN;if(e){const k=Mt(i,x,r,s);if(isNaN(k)||k===0)return k;d=Math.min(d,k)}else for(let k=x[0];k<=x[1];++k){const A=Vt(i[k],r,s);if(d=Math.min(d,A),d===0)return 0}}else{const k=ys(x,e);ia(p,d,s,i,f,k[0]),ia(p,d,s,i,f,k[1])}}return d}function no(i,e,r,s,l,d=1/0){let p=Math.min(d,l.distance(i[0],r[0]));if(p===0)return p;const f=new Pl([[0,[0,i.length-1],[0,r.length-1]]],zl);for(;f.length>0;){const _=f.pop();if(_[0]>=p)continue;const x=_[1],S=_[2],k=e?50:100,A=s?50:100;if(to(x)<=k&&to(S)<=A){if(!Dr(x,i.length)&&Dr(S,r.length))return NaN;let D;if(e&&s)D=ut(i,x,r,S,l),p=Math.min(p,D);else if(e&&!s){const R=i.slice(x[0],x[1]+1);for(let O=S[0];O<=S[1];++O)if(D=Et(r[O],R,l),p=Math.min(p,D),p===0)return p}else if(!e&&s){const R=r.slice(S[0],S[1]+1);for(let O=x[0];O<=x[1];++O)if(D=Et(i[O],R,l),p=Math.min(p,D),p===0)return p}else D=ta(i,x,r,S,l),p=Math.min(p,D)}else{const D=ys(x,e),R=ys(S,s);io(f,p,l,i,r,D[0],R[0]),io(f,p,l,i,r,D[0],R[1]),io(f,p,l,i,r,D[1],R[0]),io(f,p,l,i,r,D[1],R[1])}}return p}function ra(i){return i.type==="MultiPolygon"?i.coordinates.map(e=>({type:"Polygon",coordinates:e})):i.type==="MultiLineString"?i.coordinates.map(e=>({type:"LineString",coordinates:e})):i.type==="MultiPoint"?i.coordinates.map(e=>({type:"Point",coordinates:e})):[i]}class Jr{constructor(e,r){this.type=Ee,this.geojson=e,this.geometries=r}static parse(e,r){if(e.length!==2)return r.error(`'distance' expression requires exactly one argument, but found ${e.length-1} instead.`);if(cs(e[1])){const s=e[1];if(s.type==="FeatureCollection")return new Jr(s,s.features.map(l=>ra(l.geometry)).flat());if(s.type==="Feature")return new Jr(s,ra(s.geometry));if("type"in s&&"coordinates"in s)return new Jr(s,ra(s))}return r.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(r,s){const l=r.geometry(),d=l.flat().map(_=>Dn([_.x,_.y],r.canonical));if(l.length===0)return NaN;const p=new Jo(d[0][1]);let f=1/0;for(const _ of s){switch(_.type){case"Point":f=Math.min(f,no(d,!1,[_.coordinates],!1,p,f));break;case"LineString":f=Math.min(f,no(d,!1,_.coordinates,!0,p,f));break;case"Polygon":f=Math.min(f,ro(d,!1,_.coordinates,p,f))}if(f===0)return f}return f}(e,this.geometries);if(e.geometryType()==="LineString")return function(r,s){const l=r.geometry(),d=l.flat().map(_=>Dn([_.x,_.y],r.canonical));if(l.length===0)return NaN;const p=new Jo(d[0][1]);let f=1/0;for(const _ of s){switch(_.type){case"Point":f=Math.min(f,no(d,!0,[_.coordinates],!1,p,f));break;case"LineString":f=Math.min(f,no(d,!0,_.coordinates,!0,p,f));break;case"Polygon":f=Math.min(f,ro(d,!0,_.coordinates,p,f))}if(f===0)return f}return f}(e,this.geometries);if(e.geometryType()==="Polygon")return function(r,s){const l=r.geometry();if(l.length===0||l[0].length===0)return NaN;const d=eo(l,0).map(_=>_.map(x=>x.map(S=>Dn([S.x,S.y],r.canonical)))),p=new Jo(d[0][0][0][1]);let f=1/0;for(const _ of s)for(const x of d){switch(_.type){case"Point":f=Math.min(f,ro([_.coordinates],!1,x,p,f));break;case"LineString":f=Math.min(f,ro(_.coordinates,!0,x,p,f));break;case"Polygon":f=Math.min(f,Ll(x,_.coordinates,p,f))}if(f===0)return f}return f}(e,this.geometries)}return NaN}eachChild(){}outputDefined(){return!0}}const pn={"==":yl,"!=":Uc,">":xl,"<":jc,">=":qc,"<=":vl,array:Wi,at:qo,boolean:Wi,case:Ws,coalesce:Js,collator:Ks,format:Ys,image:Go,in:ds,"index-of":Gs,interpolate:Ui,"interpolate-hcl":Ui,"interpolate-lab":Ui,length:Ho,let:xt,literal:hn,match:Hs,number:Wi,"number-format":Zo,object:Wi,slice:Xs,step:zn,string:Wi,"to-boolean":Hr,"to-color":Hr,"to-number":Hr,"to-string":Hr,var:Zs,within:dn,distance:Jr};class ji{constructor(e,r,s,l){this.name=e,this.type=r,this._evaluate=s,this.args=l}evaluate(e){return this._evaluate(e,this.args)}eachChild(e){this.args.forEach(e)}outputDefined(){return!1}static parse(e,r){const s=e[0],l=ji.definitions[s];if(!l)return r.error(`Unknown expression "${s}". If you wanted a literal array, use ["literal", [...]].`,0);const d=Array.isArray(l)?l[0]:l.type,p=Array.isArray(l)?[[l[1],l[2]]]:l.overloads,f=p.filter(([x])=>!Array.isArray(x)||x.length===e.length-1);let _=null;for(const[x,S]of f){_=new Wr(r.registry,oo,r.path,null,r.scope);const k=[];let A=!1;for(let D=1;D<e.length;D++){const R=e[D],O=Array.isArray(x)?x[D-1]:x.type,j=_.parse(R,1+k.length,O);if(!j){A=!0;break}k.push(j)}if(!A)if(Array.isArray(x)&&x.length!==k.length)_.error(`Expected ${x.length} arguments, but found ${k.length} instead.`);else{for(let D=0;D<k.length;D++){const R=Array.isArray(x)?x[D]:x.type,O=k[D];_.concat(D+1).checkSubtype(R,O.type)}if(_.errors.length===0)return new ji(s,d,S,k)}}if(f.length===1)r.errors.push(..._.errors);else{const x=(f.length?f:p).map(([k])=>{return A=k,Array.isArray(A)?`(${A.map(M).join(", ")})`:`(${M(A.type)}...)`;var A}).join(" | "),S=[];for(let k=1;k<e.length;k++){const A=r.parse(e[k],1+S.length);if(!A)return null;S.push(M(A.type))}r.error(`Expected arguments of type ${x}, but found (${S.join(", ")}) instead.`)}return null}static register(e,r){ji.definitions=r;for(const s in r)e[s]=ji}}function na(i,[e,r,s,l]){e=e.evaluate(i),r=r.evaluate(i),s=s.evaluate(i);const d=l?l.evaluate(i):1,p=js(e,r,s,d);if(p)throw new Xt(p);return new bt(e/255,r/255,s/255,d,!1)}function so(i,e){return i in e}function sa(i,e){const r=e[i];return r===void 0?null:r}function fn(i){return{type:i}}function oo(i){if(i instanceof Zs)return oo(i.boundExpression);if(i instanceof ji&&i.name==="error"||i instanceof Ks||i instanceof dn||i instanceof Jr)return!1;const e=i instanceof Hr||i instanceof Wi;let r=!0;return i.eachChild(s=>{r=e?r&&oo(s):r&&s instanceof hn}),!!r&&ao(i)&&lo(i,["zoom","heatmap-density","line-progress","accumulated","is-supported-script"])}function ao(i){if(i instanceof ji&&(i.name==="get"&&i.args.length===1||i.name==="feature-state"||i.name==="has"&&i.args.length===1||i.name==="properties"||i.name==="geometry-type"||i.name==="id"||/^filter-/.test(i.name))||i instanceof dn||i instanceof Jr)return!1;let e=!0;return i.eachChild(r=>{e&&!ao(r)&&(e=!1)}),e}function vs(i){if(i instanceof ji&&i.name==="feature-state")return!1;let e=!0;return i.eachChild(r=>{e&&!vs(r)&&(e=!1)}),e}function lo(i,e){if(i instanceof ji&&e.indexOf(i.name)>=0)return!1;let r=!0;return i.eachChild(s=>{r&&!lo(s,e)&&(r=!1)}),r}function Rl(i){return{result:"success",value:i}}function Rn(i){return{result:"error",value:i}}function mn(i){return i["property-type"]==="data-driven"||i["property-type"]==="cross-faded-data-driven"}function oa(i){return!!i.expression&&i.expression.parameters.indexOf("zoom")>-1}function Bn(i){return!!i.expression&&i.expression.interpolated}function gt(i){return i instanceof Number?"number":i instanceof String?"string":i instanceof Boolean?"boolean":Array.isArray(i)?"array":i===null?"null":typeof i}function bs(i){return typeof i=="object"&&i!==null&&!Array.isArray(i)}function Bl(i){return i}function Fl(i,e){const r=e.type==="color",s=i.stops&&typeof i.stops[0][0]=="object",l=s||!(s||i.property!==void 0),d=i.type||(Bn(e)?"exponential":"interval");if(r||e.type==="padding"){const S=r?bt.parse:Vi.parse;(i=fr({},i)).stops&&(i.stops=i.stops.map(k=>[k[0],S(k[1])])),i.default=S(i.default?i.default:e.default)}if(i.colorSpace&&(p=i.colorSpace)!=="rgb"&&p!=="hcl"&&p!=="lab")throw new Error(`Unknown color space: "${i.colorSpace}"`);var p;let f,_,x;if(d==="exponential")f=aa;else if(d==="interval")f=ho;else if(d==="categorical"){f=co,_=Object.create(null);for(const S of i.stops)_[S[0]]=S[1];x=typeof i.stops[0][0]}else{if(d!=="identity")throw new Error(`Unknown function type "${d}"`);f=la}if(s){const S={},k=[];for(let R=0;R<i.stops.length;R++){const O=i.stops[R],j=O[0].zoom;S[j]===void 0&&(S[j]={zoom:j,type:i.type,property:i.property,default:i.default,stops:[]},k.push(j)),S[j].stops.push([O[0].value,O[1]])}const A=[];for(const R of k)A.push([S[R].zoom,Fl(S[R],e)]);const D={name:"linear"};return{kind:"composite",interpolationType:D,interpolationFactor:Ui.interpolationFactor.bind(void 0,D),zoomStops:A.map(R=>R[0]),evaluate:({zoom:R},O)=>aa({stops:A,base:i.base},e,R).evaluate(R,O)}}if(l){const S=d==="exponential"?{name:"exponential",base:i.base!==void 0?i.base:1}:null;return{kind:"camera",interpolationType:S,interpolationFactor:Ui.interpolationFactor.bind(void 0,S),zoomStops:i.stops.map(k=>k[0]),evaluate:({zoom:k})=>f(i,e,k,_,x)}}return{kind:"source",evaluate(S,k){const A=k&&k.properties?k.properties[i.property]:void 0;return A===void 0?gn(i.default,e.default):f(i,e,A,_,x)}}}function gn(i,e,r){return i!==void 0?i:e!==void 0?e:r!==void 0?r:void 0}function co(i,e,r,s,l){return gn(typeof r===l?s[r]:void 0,i.default,e.default)}function ho(i,e,r){if(gt(r)!=="number")return gn(i.default,e.default);const s=i.stops.length;if(s===1||r<=i.stops[0][0])return i.stops[0][1];if(r>=i.stops[s-1][0])return i.stops[s-1][1];const l=ps(i.stops.map(d=>d[0]),r);return i.stops[l][1]}function aa(i,e,r){const s=i.base!==void 0?i.base:1;if(gt(r)!=="number")return gn(i.default,e.default);const l=i.stops.length;if(l===1||r<=i.stops[0][0])return i.stops[0][1];if(r>=i.stops[l-1][0])return i.stops[l-1][1];const d=ps(i.stops.map(S=>S[0]),r),p=function(S,k,A,D){const R=D-A,O=S-A;return R===0?0:k===1?O/R:(Math.pow(k,O)-1)/(Math.pow(k,R)-1)}(r,s,i.stops[d][0],i.stops[d+1][0]),f=i.stops[d][1],_=i.stops[d+1][1],x=$i[e.type]||Bl;return typeof f.evaluate=="function"?{evaluate(...S){const k=f.evaluate.apply(void 0,S),A=_.evaluate.apply(void 0,S);if(k!==void 0&&A!==void 0)return x(k,A,p,i.colorSpace)}}:x(f,_,p,i.colorSpace)}function la(i,e,r){switch(e.type){case"color":r=bt.parse(r);break;case"formatted":r=Oi.fromString(r.toString());break;case"resolvedImage":r=ui.fromString(r.toString());break;case"padding":r=Vi.parse(r);break;default:gt(r)===e.type||e.type==="enum"&&e.values[r]||(r=void 0)}return gn(r,i.default,e.default)}ji.register(pn,{error:[{kind:"error"},[ot],(i,[e])=>{throw new Xt(e.evaluate(i))}],typeof:[ot,[it],(i,[e])=>M(Yt(e.evaluate(i)))],"to-rgba":[z(Ee,4),[Ai],(i,[e])=>{const[r,s,l,d]=e.evaluate(i).rgb;return[255*r,255*s,255*l,d]}],rgb:[Ai,[Ee,Ee,Ee],na],rgba:[Ai,[Ee,Ee,Ee,Ee],na],has:{type:Ye,overloads:[[[ot],(i,[e])=>so(e.evaluate(i),i.properties())],[[ot,er],(i,[e,r])=>so(e.evaluate(i),r.evaluate(i))]]},get:{type:it,overloads:[[[ot],(i,[e])=>sa(e.evaluate(i),i.properties())],[[ot,er],(i,[e,r])=>sa(e.evaluate(i),r.evaluate(i))]]},"feature-state":[it,[ot],(i,[e])=>sa(e.evaluate(i),i.featureState||{})],properties:[er,[],i=>i.properties()],"geometry-type":[ot,[],i=>i.geometryType()],id:[it,[],i=>i.id()],zoom:[Ee,[],i=>i.globals.zoom],"heatmap-density":[Ee,[],i=>i.globals.heatmapDensity||0],"line-progress":[Ee,[],i=>i.globals.lineProgress||0],accumulated:[it,[],i=>i.globals.accumulated===void 0?null:i.globals.accumulated],"+":[Ee,fn(Ee),(i,e)=>{let r=0;for(const s of e)r+=s.evaluate(i);return r}],"*":[Ee,fn(Ee),(i,e)=>{let r=1;for(const s of e)r*=s.evaluate(i);return r}],"-":{type:Ee,overloads:[[[Ee,Ee],(i,[e,r])=>e.evaluate(i)-r.evaluate(i)],[[Ee],(i,[e])=>-e.evaluate(i)]]},"/":[Ee,[Ee,Ee],(i,[e,r])=>e.evaluate(i)/r.evaluate(i)],"%":[Ee,[Ee,Ee],(i,[e,r])=>e.evaluate(i)%r.evaluate(i)],ln2:[Ee,[],()=>Math.LN2],pi:[Ee,[],()=>Math.PI],e:[Ee,[],()=>Math.E],"^":[Ee,[Ee,Ee],(i,[e,r])=>Math.pow(e.evaluate(i),r.evaluate(i))],sqrt:[Ee,[Ee],(i,[e])=>Math.sqrt(e.evaluate(i))],log10:[Ee,[Ee],(i,[e])=>Math.log(e.evaluate(i))/Math.LN10],ln:[Ee,[Ee],(i,[e])=>Math.log(e.evaluate(i))],log2:[Ee,[Ee],(i,[e])=>Math.log(e.evaluate(i))/Math.LN2],sin:[Ee,[Ee],(i,[e])=>Math.sin(e.evaluate(i))],cos:[Ee,[Ee],(i,[e])=>Math.cos(e.evaluate(i))],tan:[Ee,[Ee],(i,[e])=>Math.tan(e.evaluate(i))],asin:[Ee,[Ee],(i,[e])=>Math.asin(e.evaluate(i))],acos:[Ee,[Ee],(i,[e])=>Math.acos(e.evaluate(i))],atan:[Ee,[Ee],(i,[e])=>Math.atan(e.evaluate(i))],min:[Ee,fn(Ee),(i,e)=>Math.min(...e.map(r=>r.evaluate(i)))],max:[Ee,fn(Ee),(i,e)=>Math.max(...e.map(r=>r.evaluate(i)))],abs:[Ee,[Ee],(i,[e])=>Math.abs(e.evaluate(i))],round:[Ee,[Ee],(i,[e])=>{const r=e.evaluate(i);return r<0?-Math.round(-r):Math.round(r)}],floor:[Ee,[Ee],(i,[e])=>Math.floor(e.evaluate(i))],ceil:[Ee,[Ee],(i,[e])=>Math.ceil(e.evaluate(i))],"filter-==":[Ye,[ot,it],(i,[e,r])=>i.properties()[e.value]===r.value],"filter-id-==":[Ye,[it],(i,[e])=>i.id()===e.value],"filter-type-==":[Ye,[ot],(i,[e])=>i.geometryType()===e.value],"filter-<":[Ye,[ot,it],(i,[e,r])=>{const s=i.properties()[e.value],l=r.value;return typeof s==typeof l&&s<l}],"filter-id-<":[Ye,[it],(i,[e])=>{const r=i.id(),s=e.value;return typeof r==typeof s&&r<s}],"filter->":[Ye,[ot,it],(i,[e,r])=>{const s=i.properties()[e.value],l=r.value;return typeof s==typeof l&&s>l}],"filter-id->":[Ye,[it],(i,[e])=>{const r=i.id(),s=e.value;return typeof r==typeof s&&r>s}],"filter-<=":[Ye,[ot,it],(i,[e,r])=>{const s=i.properties()[e.value],l=r.value;return typeof s==typeof l&&s<=l}],"filter-id-<=":[Ye,[it],(i,[e])=>{const r=i.id(),s=e.value;return typeof r==typeof s&&r<=s}],"filter->=":[Ye,[ot,it],(i,[e,r])=>{const s=i.properties()[e.value],l=r.value;return typeof s==typeof l&&s>=l}],"filter-id->=":[Ye,[it],(i,[e])=>{const r=i.id(),s=e.value;return typeof r==typeof s&&r>=s}],"filter-has":[Ye,[it],(i,[e])=>e.value in i.properties()],"filter-has-id":[Ye,[],i=>i.id()!==null&&i.id()!==void 0],"filter-type-in":[Ye,[z(ot)],(i,[e])=>e.value.indexOf(i.geometryType())>=0],"filter-id-in":[Ye,[z(it)],(i,[e])=>e.value.indexOf(i.id())>=0],"filter-in-small":[Ye,[ot,z(it)],(i,[e,r])=>r.value.indexOf(i.properties()[e.value])>=0],"filter-in-large":[Ye,[ot,z(it)],(i,[e,r])=>function(s,l,d,p){for(;d<=p;){const f=d+p>>1;if(l[f]===s)return!0;l[f]>s?p=f-1:d=f+1}return!1}(i.properties()[e.value],r.value,0,r.value.length-1)],all:{type:Ye,overloads:[[[Ye,Ye],(i,[e,r])=>e.evaluate(i)&&r.evaluate(i)],[fn(Ye),(i,e)=>{for(const r of e)if(!r.evaluate(i))return!1;return!0}]]},any:{type:Ye,overloads:[[[Ye,Ye],(i,[e,r])=>e.evaluate(i)||r.evaluate(i)],[fn(Ye),(i,e)=>{for(const r of e)if(r.evaluate(i))return!0;return!1}]]},"!":[Ye,[Ye],(i,[e])=>!e.evaluate(i)],"is-supported-script":[Ye,[ot],(i,[e])=>{const r=i.globals&&i.globals.isSupportedScript;return!r||r(e.evaluate(i))}],upcase:[ot,[ot],(i,[e])=>e.evaluate(i).toUpperCase()],downcase:[ot,[ot],(i,[e])=>e.evaluate(i).toLowerCase()],concat:[ot,fn(it),(i,e)=>e.map(r=>zr(r.evaluate(i))).join("")],"resolved-locale":[ot,[gr],(i,[e])=>e.evaluate(i).resolvedLocale()]});class uo{constructor(e,r){var s;this.expression=e,this._warningHistory={},this._evaluator=new us,this._defaultValue=r?(s=r).type==="color"&&bs(s.default)?new bt(0,0,0,0):s.type==="color"?bt.parse(s.default)||null:s.type==="padding"?Vi.parse(s.default)||null:s.type==="variableAnchorOffsetCollection"?Ni.parse(s.default)||null:s.default===void 0?null:s.default:null,this._enumValues=r&&r.type==="enum"?r.values:null}evaluateWithoutErrorHandling(e,r,s,l,d,p){return this._evaluator.globals=e,this._evaluator.feature=r,this._evaluator.featureState=s,this._evaluator.canonical=l,this._evaluator.availableImages=d||null,this._evaluator.formattedSection=p,this.expression.evaluate(this._evaluator)}evaluate(e,r,s,l,d,p){this._evaluator.globals=e,this._evaluator.feature=r||null,this._evaluator.featureState=s||null,this._evaluator.canonical=l,this._evaluator.availableImages=d||null,this._evaluator.formattedSection=p||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 Xt(`Expected value to be one of ${Object.keys(this._enumValues).map(_=>JSON.stringify(_)).join(", ")}, but found ${JSON.stringify(f)} instead.`);return f}catch(f){return this._warningHistory[f.message]||(this._warningHistory[f.message]=!0,typeof console<"u"&&console.warn(f.message)),this._defaultValue}}}function ws(i){return Array.isArray(i)&&i.length>0&&typeof i[0]=="string"&&i[0]in pn}function _n(i,e){const r=new Wr(pn,oo,[],e?function(l){const d={color:Ai,string:ot,number:Ee,enum:ot,boolean:Ye,formatted:Mr,padding:Gr,resolvedImage:_r,variableAnchorOffsetCollection:W};return l.type==="array"?z(d[l.value]||it,l.length):d[l.type]}(e):void 0),s=r.parse(i,void 0,void 0,void 0,e&&e.type==="string"?{typeAnnotation:"coerce"}:void 0);return s?Rl(new uo(s,e)):Rn(r.errors)}class ca{constructor(e,r){this.kind=e,this._styleExpression=r,this.isStateDependent=e!=="constant"&&!vs(r.expression)}evaluateWithoutErrorHandling(e,r,s,l,d,p){return this._styleExpression.evaluateWithoutErrorHandling(e,r,s,l,d,p)}evaluate(e,r,s,l,d,p){return this._styleExpression.evaluate(e,r,s,l,d,p)}}class ha{constructor(e,r,s,l){this.kind=e,this.zoomStops=s,this._styleExpression=r,this.isStateDependent=e!=="camera"&&!vs(r.expression),this.interpolationType=l}evaluateWithoutErrorHandling(e,r,s,l,d,p){return this._styleExpression.evaluateWithoutErrorHandling(e,r,s,l,d,p)}evaluate(e,r,s,l,d,p){return this._styleExpression.evaluate(e,r,s,l,d,p)}interpolationFactor(e,r,s){return this.interpolationType?Ui.interpolationFactor(this.interpolationType,e,r,s):0}}function Ol(i,e){const r=_n(i,e);if(r.result==="error")return r;const s=r.value.expression,l=ao(s);if(!l&&!mn(e))return Rn([new Si("","data expressions not supported")]);const d=lo(s,["zoom"]);if(!d&&!oa(e))return Rn([new Si("","zoom expressions not supported")]);const p=fo(s);return p||d?p instanceof Si?Rn([p]):p instanceof Ui&&!Bn(e)?Rn([new Si("",'"interpolate" expressions cannot be used with this property')]):Rl(p?new ha(l?"camera":"composite",r.value,p.labels,p instanceof Ui?p.interpolation:void 0):new ca(l?"constant":"source",r.value)):Rn([new Si("",'"zoom" expression may only be used as input to a top-level "step" or "interpolate" expression.')])}class po{constructor(e,r){this._parameters=e,this._specification=r,fr(this,Fl(this._parameters,this._specification))}static deserialize(e){return new po(e._parameters,e._specification)}static serialize(e){return{_parameters:e._parameters,_specification:e._specification}}}function fo(i){let e=null;if(i instanceof xt)e=fo(i.result);else if(i instanceof Js){for(const r of i.args)if(e=fo(r),e)break}else(i instanceof zn||i instanceof Ui)&&i.input instanceof ji&&i.input.name==="zoom"&&(e=i);return e instanceof Si||i.eachChild(r=>{const s=fo(r);s instanceof Si?e=s:!e&&s?e=new Si("",'"zoom" expression may only be used as input to a top-level "step" or "interpolate" expression.'):e&&s&&e!==s&&(e=new Si("",'Only one zoom-based "step" or "interpolate" subexpression may be used in an expression.'))}),e}function Fn(i){if(i===!0||i===!1)return!0;if(!Array.isArray(i)||i.length===0)return!1;switch(i[0]){case"has":return i.length>=2&&i[1]!=="$id"&&i[1]!=="$type";case"in":return i.length>=3&&(typeof i[1]!="string"||Array.isArray(i[2]));case"!in":case"!has":case"none":return!1;case"==":case"!=":case">":case">=":case"<":case"<=":return i.length!==3||Array.isArray(i[1])||Array.isArray(i[2]);case"any":case"all":for(const e of i.slice(1))if(!Fn(e)&&typeof e!="boolean")return!1;return!0;default:return!0}}const mo={type:"boolean",default:!1,transition:!1,"property-type":"data-driven",expression:{interpolated:!1,parameters:["zoom","feature"]}};function Ti(i){if(i==null)return{filter:()=>!0,needGeometry:!1};Fn(i)||(i=go(i));const e=_n(i,mo);if(e.result==="error")throw new Error(e.value.map(r=>`${r.key}: ${r.message}`).join(", "));return{filter:(r,s,l)=>e.value.evaluate(r,s,{},l),needGeometry:ua(i)}}function Ss(i,e){return i<e?-1:i>e?1:0}function ua(i){if(!Array.isArray(i))return!1;if(i[0]==="within"||i[0]==="distance")return!0;for(let e=1;e<i.length;e++)if(ua(i[e]))return!0;return!1}function go(i){if(!i)return!0;const e=i[0];return i.length<=1?e!=="any":e==="=="?da(i[1],i[2],"=="):e==="!="?Vn(da(i[1],i[2],"==")):e==="<"||e===">"||e==="<="||e===">="?da(i[1],i[2],e):e==="any"?(r=i.slice(1),["any"].concat(r.map(go))):e==="all"?["all"].concat(i.slice(1).map(go)):e==="none"?["all"].concat(i.slice(1).map(go).map(Vn)):e==="in"?On(i[1],i.slice(2)):e==="!in"?Vn(On(i[1],i.slice(2))):e==="has"?pa(i[1]):e!=="!has"||Vn(pa(i[1]));var r}function da(i,e,r){switch(i){case"$type":return[`filter-type-${r}`,e];case"$id":return[`filter-id-${r}`,e];default:return[`filter-${r}`,i,e]}}function On(i,e){if(e.length===0)return!1;switch(i){case"$type":return["filter-type-in",["literal",e]];case"$id":return["filter-id-in",["literal",e]];default:return e.length>200&&!e.some(r=>typeof r!=typeof e[0])?["filter-in-large",i,["literal",e.sort(Ss)]]:["filter-in-small",i,["literal",e]]}}function pa(i){switch(i){case"$type":return!0;case"$id":return["filter-has-id"];default:return["filter-has",i]}}function Vn(i){return["!",i]}function fa(i){const e=typeof i;if(e==="number"||e==="boolean"||e==="string"||i==null)return JSON.stringify(i);if(Array.isArray(i)){let l="[";for(const d of i)l+=`${fa(d)},`;return`${l}]`}const r=Object.keys(i).sort();let s="{";for(let l=0;l<r.length;l++)s+=`${JSON.stringify(r[l])}:${fa(i[r[l]])},`;return`${s}}`}function ma(i){let e="";for(const r of cn)e+=`/${fa(i[r])}`;return e}function Vl(i){const e=i.value;return e?[new Ie(i.key,e,"constants have been deprecated as of v8")]:[]}function zt(i){return i instanceof Number||i instanceof String||i instanceof Boolean?i.valueOf():i}function yn(i){if(Array.isArray(i))return i.map(yn);if(i instanceof Object&&!(i instanceof Number||i instanceof String||i instanceof Boolean)){const e={};for(const r in i)e[r]=yn(i[r]);return e}return zt(i)}function Ci(i){const e=i.key,r=i.value,s=i.valueSpec||{},l=i.objectElementValidators||{},d=i.style,p=i.styleSpec,f=i.validateSpec;let _=[];const x=gt(r);if(x!=="object")return[new Ie(e,r,`object expected, ${x} found`)];for(const S in r){const k=S.split(".")[0],A=s[k]||s["*"];let D;if(l[k])D=l[k];else if(s[k])D=f;else if(l["*"])D=l["*"];else{if(!s["*"]){_.push(new Ie(e,r[S],`unknown property "${S}"`));continue}D=f}_=_.concat(D({key:(e&&`${e}.`)+S,value:r[S],valueSpec:A,style:d,styleSpec:p,object:r,objectKey:S,validateSpec:f},r))}for(const S in s)l[S]||s[S].required&&s[S].default===void 0&&r[S]===void 0&&_.push(new Ie(e,r,`missing required property "${S}"`));return _}function _o(i){const e=i.value,r=i.valueSpec,s=i.style,l=i.styleSpec,d=i.key,p=i.arrayElementValidator||i.validateSpec;if(gt(e)!=="array")return[new Ie(d,e,`array expected, ${gt(e)} found`)];if(r.length&&e.length!==r.length)return[new Ie(d,e,`array length ${r.length} expected, length ${e.length} found`)];if(r["min-length"]&&e.length<r["min-length"])return[new Ie(d,e,`array length at least ${r["min-length"]} expected, length ${e.length} found`)];let f={type:r.value,values:r.values};l.$version<7&&(f.function=r.function),gt(r.value)==="object"&&(f=r.value);let _=[];for(let x=0;x<e.length;x++)_=_.concat(p({array:e,arrayIndex:x,value:e[x],valueSpec:f,validateSpec:i.validateSpec,style:s,styleSpec:l,key:`${d}[${x}]`}));return _}function Ts(i){const e=i.key,r=i.value,s=i.valueSpec;let l=gt(r);return l==="number"&&r!=r&&(l="NaN"),l!=="number"?[new Ie(e,r,`number expected, ${l} found`)]:"minimum"in s&&r<s.minimum?[new Ie(e,r,`${r} is less than the minimum value ${s.minimum}`)]:"maximum"in s&&r>s.maximum?[new Ie(e,r,`${r} is greater than the maximum value ${s.maximum}`)]:[]}function ga(i){const e=i.valueSpec,r=zt(i.value.type);let s,l,d,p={};const f=r!=="categorical"&&i.value.property===void 0,_=!f,x=gt(i.value.stops)==="array"&>(i.value.stops[0])==="array"&>(i.value.stops[0][0])==="object",S=Ci({key:i.key,value:i.value,valueSpec:i.styleSpec.function,validateSpec:i.validateSpec,style:i.style,styleSpec:i.styleSpec,objectElementValidators:{stops:function(D){if(r==="identity")return[new Ie(D.key,D.value,'identity function may not have a "stops" property')];let R=[];const O=D.value;return R=R.concat(_o({key:D.key,value:O,valueSpec:D.valueSpec,validateSpec:D.validateSpec,style:D.style,styleSpec:D.styleSpec,arrayElementValidator:k})),gt(O)==="array"&&O.length===0&&R.push(new Ie(D.key,O,"array must have at least one stop")),R},default:function(D){return D.validateSpec({key:D.key,value:D.value,valueSpec:e,validateSpec:D.validateSpec,style:D.style,styleSpec:D.styleSpec})}}});return r==="identity"&&f&&S.push(new Ie(i.key,i.value,'missing required property "property"')),r==="identity"||i.value.stops||S.push(new Ie(i.key,i.value,'missing required property "stops"')),r==="exponential"&&i.valueSpec.expression&&!Bn(i.valueSpec)&&S.push(new Ie(i.key,i.value,"exponential functions not supported")),i.styleSpec.$version>=8&&(_&&!mn(i.valueSpec)?S.push(new Ie(i.key,i.value,"property functions not supported")):f&&!oa(i.valueSpec)&&S.push(new Ie(i.key,i.value,"zoom functions not supported"))),r!=="categorical"&&!x||i.value.property!==void 0||S.push(new Ie(i.key,i.value,'"property" property is required')),S;function k(D){let R=[];const O=D.value,j=D.key;if(gt(O)!=="array")return[new Ie(j,O,`array expected, ${gt(O)} found`)];if(O.length!==2)return[new Ie(j,O,`array length 2 expected, length ${O.length} found`)];if(x){if(gt(O[0])!=="object")return[new Ie(j,O,`object expected, ${gt(O[0])} found`)];if(O[0].zoom===void 0)return[new Ie(j,O,"object stop key must have zoom")];if(O[0].value===void 0)return[new Ie(j,O,"object stop key must have value")];if(d&&d>zt(O[0].zoom))return[new Ie(j,O[0].zoom,"stop zoom values must appear in ascending order")];zt(O[0].zoom)!==d&&(d=zt(O[0].zoom),l=void 0,p={}),R=R.concat(Ci({key:`${j}[0]`,value:O[0],valueSpec:{zoom:{}},validateSpec:D.validateSpec,style:D.style,styleSpec:D.styleSpec,objectElementValidators:{zoom:Ts,value:A}}))}else R=R.concat(A({key:`${j}[0]`,value:O[0],valueSpec:{},validateSpec:D.validateSpec,style:D.style,styleSpec:D.styleSpec},O));return ws(yn(O[1]))?R.concat([new Ie(`${j}[1]`,O[1],"expressions are not allowed in function stops.")]):R.concat(D.validateSpec({key:`${j}[1]`,value:O[1],valueSpec:e,validateSpec:D.validateSpec,style:D.style,styleSpec:D.styleSpec}))}function A(D,R){const O=gt(D.value),j=zt(D.value),J=D.value!==null?D.value:R;if(s){if(O!==s)return[new Ie(D.key,J,`${O} stop domain type must match previous stop domain type ${s}`)]}else s=O;if(O!=="number"&&O!=="string"&&O!=="boolean")return[new Ie(D.key,J,"stop domain value must be a number, string, or boolean")];if(O!=="number"&&r!=="categorical"){let ae=`number expected, ${O} found`;return mn(e)&&r===void 0&&(ae+='\nIf you intended to use a categorical function, specify `"type": "categorical"`.'),[new Ie(D.key,J,ae)]}return r!=="categorical"||O!=="number"||isFinite(j)&&Math.floor(j)===j?r!=="categorical"&&O==="number"&&l!==void 0&&j<l?[new Ie(D.key,J,"stop domain values must appear in ascending order")]:(l=j,r==="categorical"&&j in p?[new Ie(D.key,J,"stop domain values must be unique")]:(p[j]=!0,[])):[new Ie(D.key,J,`integer expected, found ${j}`)]}}function xn(i){const e=(i.expressionContext==="property"?Ol:_n)(yn(i.value),i.valueSpec);if(e.result==="error")return e.value.map(s=>new Ie(`${i.key}${s.key}`,i.value,s.message));const r=e.value.expression||e.value._styleExpression.expression;if(i.expressionContext==="property"&&i.propertyKey==="text-font"&&!r.outputDefined())return[new Ie(i.key,i.value,`Invalid data expression for "${i.propertyKey}". Output values must be contained as literals within the expression.`)];if(i.expressionContext==="property"&&i.propertyType==="layout"&&!vs(r))return[new Ie(i.key,i.value,'"feature-state" data expressions are not supported with layout properties.')];if(i.expressionContext==="filter"&&!vs(r))return[new Ie(i.key,i.value,'"feature-state" data expressions are not supported with filters.')];if(i.expressionContext&&i.expressionContext.indexOf("cluster")===0){if(!lo(r,["zoom","feature-state"]))return[new Ie(i.key,i.value,'"zoom" and "feature-state" expressions are not supported with cluster properties.')];if(i.expressionContext==="cluster-initial"&&!ao(r))return[new Ie(i.key,i.value,"Feature data expressions are not supported with initial expression part of cluster properties.")]}return[]}function Is(i){const e=i.key,r=i.value,s=i.valueSpec,l=[];return Array.isArray(s.values)?s.values.indexOf(zt(r))===-1&&l.push(new Ie(e,r,`expected one of [${s.values.join(", ")}], ${JSON.stringify(r)} found`)):Object.keys(s.values).indexOf(zt(r))===-1&&l.push(new Ie(e,r,`expected one of [${Object.keys(s.values).join(", ")}], ${JSON.stringify(r)} found`)),l}function ks(i){return Fn(yn(i.value))?xn(fr({},i,{expressionContext:"filter",valueSpec:{value:"boolean"}})):Ps(i)}function Ps(i){const e=i.value,r=i.key;if(gt(e)!=="array")return[new Ie(r,e,`array expected, ${gt(e)} found`)];const s=i.styleSpec;let l,d=[];if(e.length<1)return[new Ie(r,e,"filter array must have at least 1 element")];switch(d=d.concat(Is({key:`${r}[0]`,value:e[0],valueSpec:s.filter_operator,style:i.style,styleSpec:i.styleSpec})),zt(e[0])){case"<":case"<=":case">":case">=":e.length>=2&&zt(e[1])==="$type"&&d.push(new Ie(r,e,`"$type" cannot be use with operator "${e[0]}"`));case"==":case"!=":e.length!==3&&d.push(new Ie(r,e,`filter array for operator "${e[0]}" must have 3 elements`));case"in":case"!in":e.length>=2&&(l=gt(e[1]),l!=="string"&&d.push(new Ie(`${r}[1]`,e[1],`string expected, ${l} found`)));for(let p=2;p<e.length;p++)l=gt(e[p]),zt(e[1])==="$type"?d=d.concat(Is({key:`${r}[${p}]`,value:e[p],valueSpec:s.geometry_type,style:i.style,styleSpec:i.styleSpec})):l!=="string"&&l!=="number"&&l!=="boolean"&&d.push(new Ie(`${r}[${p}]`,e[p],`string, number, or boolean expected, ${l} found`));break;case"any":case"all":case"none":for(let p=1;p<e.length;p++)d=d.concat(Ps({key:`${r}[${p}]`,value:e[p],style:i.style,styleSpec:i.styleSpec}));break;case"has":case"!has":l=gt(e[1]),e.length!==2?d.push(new Ie(r,e,`filter array for "${e[0]}" operator must have 2 elements`)):l!=="string"&&d.push(new Ie(`${r}[1]`,e[1],`string expected, ${l} found`))}return d}function _a(i,e){const r=i.key,s=i.validateSpec,l=i.style,d=i.styleSpec,p=i.value,f=i.objectKey,_=d[`${e}_${i.layerType}`];if(!_)return[];const x=f.match(/^(.*)-transition$/);if(e==="paint"&&x&&_[x[1]]&&_[x[1]].transition)return s({key:r,value:p,valueSpec:d.transition,style:l,styleSpec:d});const S=i.valueSpec||_[f];if(!S)return[new Ie(r,p,`unknown property "${f}"`)];let k;if(gt(p)==="string"&&mn(S)&&!S.tokens&&(k=/^{([^}]+)}$/.exec(p)))return[new Ie(r,p,`"${f}" does not support interpolation syntax
|
5
|
-
Use an identity property function instead: \`{ "type": "identity", "property": ${JSON.stringify(k[1])} }\`.`)];const A=[];return i.layerType==="symbol"&&(f==="text-field"&&l&&!l.glyphs&&A.push(new Ie(r,p,'use of "text-field" requires a style "glyphs" property')),f==="text-font"&&bs(yn(p))&&zt(p.type)==="identity"&&A.push(new Ie(r,p,'"text-font" does not support identity functions'))),A.concat(s({key:i.key,value:p,valueSpec:S,style:l,styleSpec:d,expressionContext:"property",propertyType:e,propertyKey:f}))}function ya(i){return _a(i,"paint")}function xa(i){return _a(i,"layout")}function va(i){let e=[];const r=i.value,s=i.key,l=i.style,d=i.styleSpec;r.type||r.ref||e.push(new Ie(s,r,'either "type" or "ref" is required'));let p=zt(r.type);const f=zt(r.ref);if(r.id){const _=zt(r.id);for(let x=0;x<i.arrayIndex;x++){const S=l.layers[x];zt(S.id)===_&&e.push(new Ie(s,r.id,`duplicate layer id "${r.id}", previously used at line ${S.id.__line__}`))}}if("ref"in r){let _;["type","source","source-layer","filter","layout"].forEach(x=>{x in r&&e.push(new Ie(s,r[x],`"${x}" is prohibited for ref layers`))}),l.layers.forEach(x=>{zt(x.id)===f&&(_=x)}),_?_.ref?e.push(new Ie(s,r.ref,"ref cannot reference another ref layer")):p=zt(_.type):e.push(new Ie(s,r.ref,`ref layer "${f}" not found`))}else if(p!=="background")if(r.source){const _=l.sources&&l.sources[r.source],x=_&&zt(_.type);_?x==="vector"&&p==="raster"?e.push(new Ie(s,r.source,`layer "${r.id}" requires a raster source`)):x!=="raster-dem"&&p==="hillshade"?e.push(new Ie(s,r.source,`layer "${r.id}" requires a raster-dem source`)):x==="raster"&&p!=="raster"?e.push(new Ie(s,r.source,`layer "${r.id}" requires a vector source`)):x!=="vector"||r["source-layer"]?x==="raster-dem"&&p!=="hillshade"?e.push(new Ie(s,r.source,"raster-dem source can only be used with layer type 'hillshade'.")):p!=="line"||!r.paint||!r.paint["line-gradient"]||x==="geojson"&&_.lineMetrics||e.push(new Ie(s,r,`layer "${r.id}" specifies a line-gradient, which requires a GeoJSON source with \`lineMetrics\` enabled.`)):e.push(new Ie(s,r,`layer "${r.id}" must specify a "source-layer"`)):e.push(new Ie(s,r.source,`source "${r.source}" not found`))}else e.push(new Ie(s,r,'missing required property "source"'));return e=e.concat(Ci({key:s,value:r,valueSpec:d.layer,style:i.style,styleSpec:i.styleSpec,validateSpec:i.validateSpec,objectElementValidators:{"*":()=>[],type:()=>i.validateSpec({key:`${s}.type`,value:r.type,valueSpec:d.layer.type,style:i.style,styleSpec:i.styleSpec,validateSpec:i.validateSpec,object:r,objectKey:"type"}),filter:ks,layout:_=>Ci({layer:r,key:_.key,value:_.value,style:_.style,styleSpec:_.styleSpec,validateSpec:_.validateSpec,objectElementValidators:{"*":x=>xa(fr({layerType:p},x))}}),paint:_=>Ci({layer:r,key:_.key,value:_.value,style:_.style,styleSpec:_.styleSpec,validateSpec:_.validateSpec,objectElementValidators:{"*":x=>ya(fr({layerType:p},x))}})}})),e}function Lr(i){const e=i.value,r=i.key,s=gt(e);return s!=="string"?[new Ie(r,e,`string expected, ${s} found`)]:[]}const ba={promoteId:function({key:i,value:e}){if(gt(e)==="string")return Lr({key:i,value:e});{const r=[];for(const s in e)r.push(...Lr({key:`${i}.${s}`,value:e[s]}));return r}}};function Nl(i){const e=i.value,r=i.key,s=i.styleSpec,l=i.style,d=i.validateSpec;if(!e.type)return[new Ie(r,e,'"type" is required')];const p=zt(e.type);let f;switch(p){case"vector":case"raster":return f=Ci({key:r,value:e,valueSpec:s[`source_${p.replace("-","_")}`],style:i.style,styleSpec:s,objectElementValidators:ba,validateSpec:d}),f;case"raster-dem":return f=function(_){var x;const S=(x=_.sourceName)!==null&&x!==void 0?x:"",k=_.value,A=_.styleSpec,D=A.source_raster_dem,R=_.style;let O=[];const j=gt(k);if(k===void 0)return O;if(j!=="object")return O.push(new Ie("source_raster_dem",k,`object expected, ${j} found`)),O;const J=zt(k.encoding)==="custom",ae=["redFactor","greenFactor","blueFactor","baseShift"],Q=_.value.encoding?`"${_.value.encoding}"`:"Default";for(const re in k)!J&&ae.includes(re)?O.push(new Ie(re,k[re],`In "${S}": "${re}" is only valid when "encoding" is set to "custom". ${Q} encoding found`)):D[re]?O=O.concat(_.validateSpec({key:re,value:k[re],valueSpec:D[re],validateSpec:_.validateSpec,style:R,styleSpec:A})):O.push(new Ie(re,k[re],`unknown property "${re}"`));return O}({sourceName:r,value:e,style:i.style,styleSpec:s,validateSpec:d}),f;case"geojson":if(f=Ci({key:r,value:e,valueSpec:s.source_geojson,style:l,styleSpec:s,validateSpec:d,objectElementValidators:ba}),e.cluster)for(const _ in e.clusterProperties){const[x,S]=e.clusterProperties[_],k=typeof x=="string"?[x,["accumulated"],["get",_]]:x;f.push(...xn({key:`${r}.${_}.map`,value:S,validateSpec:d,expressionContext:"cluster-map"})),f.push(...xn({key:`${r}.${_}.reduce`,value:k,validateSpec:d,expressionContext:"cluster-reduce"}))}return f;case"video":return Ci({key:r,value:e,valueSpec:s.source_video,style:l,validateSpec:d,styleSpec:s});case"image":return Ci({key:r,value:e,valueSpec:s.source_image,style:l,validateSpec:d,styleSpec:s});case"canvas":return[new Ie(r,null,"Please use runtime APIs to add canvas sources, rather than including them in stylesheets.","source.canvas")];default:return Is({key:`${r}.type`,value:e.type,valueSpec:{values:["vector","raster","raster-dem","geojson","video","image"]},style:l,validateSpec:d,styleSpec:s})}}function wa(i){const e=i.value,r=i.styleSpec,s=r.light,l=i.style;let d=[];const p=gt(e);if(e===void 0)return d;if(p!=="object")return d=d.concat([new Ie("light",e,`object expected, ${p} found`)]),d;for(const f in e){const _=f.match(/^(.*)-transition$/);d=d.concat(_&&s[_[1]]&&s[_[1]].transition?i.validateSpec({key:f,value:e[f],valueSpec:r.transition,validateSpec:i.validateSpec,style:l,styleSpec:r}):s[f]?i.validateSpec({key:f,value:e[f],valueSpec:s[f],validateSpec:i.validateSpec,style:l,styleSpec:r}):[new Ie(f,e[f],`unknown property "${f}"`)])}return d}function $l(i){const e=i.value,r=i.styleSpec,s=r.sky,l=i.style,d=gt(e);if(e===void 0)return[];if(d!=="object")return[new Ie("sky",e,`object expected, ${d} found`)];let p=[];for(const f in e)p=p.concat(s[f]?i.validateSpec({key:f,value:e[f],valueSpec:s[f],style:l,styleSpec:r}):[new Ie(f,e[f],`unknown property "${f}"`)]);return p}function Sa(i){const e=i.value,r=i.styleSpec,s=r.terrain,l=i.style;let d=[];const p=gt(e);if(e===void 0)return d;if(p!=="object")return d=d.concat([new Ie("terrain",e,`object expected, ${p} found`)]),d;for(const f in e)d=d.concat(s[f]?i.validateSpec({key:f,value:e[f],valueSpec:s[f],validateSpec:i.validateSpec,style:l,styleSpec:r}):[new Ie(f,e[f],`unknown property "${f}"`)]);return d}function Ta(i){let e=[];const r=i.value,s=i.key;if(Array.isArray(r)){const l=[],d=[];for(const p in r)r[p].id&&l.includes(r[p].id)&&e.push(new Ie(s,r,`all the sprites' ids must be unique, but ${r[p].id} is duplicated`)),l.push(r[p].id),r[p].url&&d.includes(r[p].url)&&e.push(new Ie(s,r,`all the sprites' URLs must be unique, but ${r[p].url} is duplicated`)),d.push(r[p].url),e=e.concat(Ci({key:`${s}[${p}]`,value:r[p],valueSpec:{id:{type:"string",required:!0},url:{type:"string",required:!0}},validateSpec:i.validateSpec}));return e}return Lr({key:s,value:r})}const Ia={"*":()=>[],array:_o,boolean:function(i){const e=i.value,r=i.key,s=gt(e);return s!=="boolean"?[new Ie(r,e,`boolean expected, ${s} found`)]:[]},number:Ts,color:function(i){const e=i.key,r=i.value,s=gt(r);return s!=="string"?[new Ie(e,r,`color expected, ${s} found`)]:bt.parse(String(r))?[]:[new Ie(e,r,`color expected, "${r}" found`)]},constants:Vl,enum:Is,filter:ks,function:ga,layer:va,object:Ci,source:Nl,light:wa,sky:$l,terrain:Sa,projection:function(i){const e=i.value,r=i.styleSpec,s=r.projection,l=i.style,d=gt(e);if(e===void 0)return[];if(d!=="object")return[new Ie("projection",e,`object expected, ${d} found`)];let p=[];for(const f in e)p=p.concat(s[f]?i.validateSpec({key:f,value:e[f],valueSpec:s[f],style:l,styleSpec:r}):[new Ie(f,e[f],`unknown property "${f}"`)]);return p},string:Lr,formatted:function(i){return Lr(i).length===0?[]:xn(i)},resolvedImage:function(i){return Lr(i).length===0?[]:xn(i)},padding:function(i){const e=i.key,r=i.value;if(gt(r)==="array"){if(r.length<1||r.length>4)return[new Ie(e,r,`padding requires 1 to 4 values; ${r.length} values found`)];const s={type:"number"};let l=[];for(let d=0;d<r.length;d++)l=l.concat(i.validateSpec({key:`${e}[${d}]`,value:r[d],validateSpec:i.validateSpec,valueSpec:s}));return l}return Ts({key:e,value:r,valueSpec:{}})},variableAnchorOffsetCollection:function(i){const e=i.key,r=i.value,s=gt(r),l=i.styleSpec;if(s!=="array"||r.length<1||r.length%2!=0)return[new Ie(e,r,"variableAnchorOffsetCollection requires a non-empty array of even length")];let d=[];for(let p=0;p<r.length;p+=2)d=d.concat(Is({key:`${e}[${p}]`,value:r[p],valueSpec:l.layout_symbol["text-anchor"]})),d=d.concat(_o({key:`${e}[${p+1}]`,value:r[p+1],valueSpec:{length:2,value:"number"},validateSpec:i.validateSpec,style:i.style,styleSpec:l}));return d},sprite:Ta};function Es(i){const e=i.value,r=i.valueSpec,s=i.styleSpec;return i.validateSpec=Es,r.expression&&bs(zt(e))?ga(i):r.expression&&ws(yn(e))?xn(i):r.type&&Ia[r.type]?Ia[r.type](i):Ci(fr({},i,{valueSpec:r.type?s[r.type]:r}))}function Ul(i){const e=i.value,r=i.key,s=Lr(i);return s.length||(e.indexOf("{fontstack}")===-1&&s.push(new Ie(r,e,'"glyphs" url must include a "{fontstack}" token')),e.indexOf("{range}")===-1&&s.push(new Ie(r,e,'"glyphs" url must include a "{range}" token'))),s}function Xi(i,e=ue){let r=[];return r=r.concat(Es({key:"",value:i,valueSpec:e.$root,styleSpec:e,style:i,validateSpec:Es,objectElementValidators:{glyphs:Ul,"*":()=>[]}})),i.constants&&(r=r.concat(Vl({key:"constants",value:i.constants,style:i,styleSpec:e,validateSpec:Es}))),ka(r)}function tr(i){return function(e){return i({...e,validateSpec:Es})}}function ka(i){return[].concat(i).sort((e,r)=>e.line-r.line)}function ir(i){return function(...e){return ka(i.apply(this,e))}}Xi.source=ir(tr(Nl)),Xi.sprite=ir(tr(Ta)),Xi.glyphs=ir(tr(Ul)),Xi.light=ir(tr(wa)),Xi.sky=ir(tr($l)),Xi.terrain=ir(tr(Sa)),Xi.layer=ir(tr(va)),Xi.filter=ir(tr(ks)),Xi.paintProperty=ir(tr(ya)),Xi.layoutProperty=ir(tr(xa));const Rr=Xi,eh=Rr.light,Pa=Rr.sky,th=Rr.paintProperty,ih=Rr.layoutProperty;function Ea(i,e){let r=!1;if(e&&e.length)for(const s of e)i.fire(new jr(new Error(s.message))),r=!0;return r}class Nn{constructor(e,r,s){const l=this.cells=[];if(e instanceof ArrayBuffer){this.arrayBuffer=e;const p=new Int32Array(this.arrayBuffer);e=p[0],this.d=(r=p[1])+2*(s=p[2]);for(let _=0;_<this.d*this.d;_++){const x=p[3+_],S=p[3+_+1];l.push(x===S?null:p.subarray(x,S))}const f=p[3+l.length+1];this.keys=p.subarray(p[3+l.length],f),this.bboxes=p.subarray(f),this.insert=this._insertReadonly}else{this.d=r+2*s;for(let p=0;p<this.d*this.d;p++)l.push([]);this.keys=[],this.bboxes=[]}this.n=r,this.extent=e,this.padding=s,this.scale=r/e,this.uid=0;const d=s/r*e;this.min=-d,this.max=e+d}insert(e,r,s,l,d){this._forEachCell(r,s,l,d,this._insertCell,this.uid++,void 0,void 0),this.keys.push(e),this.bboxes.push(r),this.bboxes.push(s),this.bboxes.push(l),this.bboxes.push(d)}_insertReadonly(){throw new Error("Cannot insert into a GridIndex created from an ArrayBuffer.")}_insertCell(e,r,s,l,d,p){this.cells[d].push(p)}query(e,r,s,l,d){const p=this.min,f=this.max;if(e<=p&&r<=p&&f<=s&&f<=l&&!d)return Array.prototype.slice.call(this.keys);{const _=[];return this._forEachCell(e,r,s,l,this._queryCell,_,{},d),_}}_queryCell(e,r,s,l,d,p,f,_){const x=this.cells[d];if(x!==null){const S=this.keys,k=this.bboxes;for(let A=0;A<x.length;A++){const D=x[A];if(f[D]===void 0){const R=4*D;(_?_(k[R+0],k[R+1],k[R+2],k[R+3]):e<=k[R+2]&&r<=k[R+3]&&s>=k[R+0]&&l>=k[R+1])?(f[D]=!0,p.push(S[D])):f[D]=!1}}}}_forEachCell(e,r,s,l,d,p,f,_){const x=this._convertToCellCoord(e),S=this._convertToCellCoord(r),k=this._convertToCellCoord(s),A=this._convertToCellCoord(l);for(let D=x;D<=k;D++)for(let R=S;R<=A;R++){const O=this.d*R+D;if((!_||_(this._convertFromCellCoord(D),this._convertFromCellCoord(R),this._convertFromCellCoord(D+1),this._convertFromCellCoord(R+1)))&&d.call(this,e,r,s,l,O,p,f,_))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,r=3+this.cells.length+1+1;let s=0;for(let p=0;p<this.cells.length;p++)s+=this.cells[p].length;const l=new Int32Array(r+s+this.keys.length+this.bboxes.length);l[0]=this.extent,l[1]=this.n,l[2]=this.padding;let d=r;for(let p=0;p<e.length;p++){const f=e[p];l[3+p]=d,l.set(f,d),d+=f.length}return l[3+e.length]=d,l.set(this.keys,d),d+=this.keys.length,l[3+e.length+1]=d,l.set(this.bboxes,d),d+=this.bboxes.length,l.buffer}static serialize(e,r){const s=e.toArrayBuffer();return r&&r.push(s),{buffer:s}}static deserialize(e){return new Nn(e.buffer)}}const xr={};function Fe(i,e,r={}){if(xr[i])throw new Error(`${i} is already registered.`);Object.defineProperty(e,"_classRegistryKey",{value:i,writeable:!1}),xr[i]={klass:e,omit:r.omit||[],shallow:r.shallow||[]}}Fe("Object",Object),Fe("TransferableGridIndex",Nn),Fe("Color",bt),Fe("Error",Error),Fe("AJAXError",Fi),Fe("ResolvedImage",ui),Fe("StylePropertyFunction",po),Fe("StyleExpression",uo,{omit:["_evaluator"]}),Fe("ZoomDependentExpression",ha),Fe("ZoomConstantExpression",ca),Fe("CompoundExpression",ji,{omit:["_evaluate"]});for(const i in pn)pn[i]._classRegistryKey||Fe(`Expression_${i}`,pn[i]);function jl(i){return i&&typeof ArrayBuffer<"u"&&(i instanceof ArrayBuffer||i.constructor&&i.constructor.name==="ArrayBuffer")}function Aa(i){return i.$name||i.constructor._classRegistryKey}function ql(i){return!function(e){if(e===null||typeof e!="object")return!1;const r=Aa(e);return!(!r||r==="Object")}(i)&&(i==null||typeof i=="boolean"||typeof i=="number"||typeof i=="string"||i instanceof Boolean||i instanceof Number||i instanceof String||i instanceof Date||i instanceof RegExp||i instanceof Blob||i instanceof Error||jl(i)||dr(i)||ArrayBuffer.isView(i)||i instanceof ImageData)}function As(i,e){if(ql(i))return(jl(i)||dr(i))&&e&&e.push(i),ArrayBuffer.isView(i)&&e&&e.push(i.buffer),i instanceof ImageData&&e&&e.push(i.data.buffer),i;if(Array.isArray(i)){const d=[];for(const p of i)d.push(As(p,e));return d}if(typeof i!="object")throw new Error("can't serialize object of type "+typeof i);const r=Aa(i);if(!r)throw new Error(`can't serialize object of unregistered class ${i.constructor.name}`);if(!xr[r])throw new Error(`${r} is not registered.`);const{klass:s}=xr[r],l=s.serialize?s.serialize(i,e):{};if(s.serialize){if(e&&l===e[e.length-1])throw new Error("statically serialized object won't survive transfer of $name property")}else{for(const d in i){if(!i.hasOwnProperty(d)||xr[r].omit.indexOf(d)>=0)continue;const p=i[d];l[d]=xr[r].shallow.indexOf(d)>=0?p:As(p,e)}i instanceof Error&&(l.message=i.message)}if(l.$name)throw new Error("$name property is reserved for worker serialization logic.");return r!=="Object"&&(l.$name=r),l}function vr(i){if(ql(i))return i;if(Array.isArray(i))return i.map(vr);if(typeof i!="object")throw new Error("can't deserialize object of type "+typeof i);const e=Aa(i)||"Object";if(!xr[e])throw new Error(`can't deserialize unregistered class ${e}`);const{klass:r}=xr[e];if(!r)throw new Error(`can't deserialize unregistered class ${e}`);if(r.deserialize)return r.deserialize(i);const s=Object.create(r.prototype);for(const l of Object.keys(i)){if(l==="$name")continue;const d=i[l];s[l]=xr[e].shallow.indexOf(l)>=0?d:vr(d)}return s}class Zl{constructor(){this.first=!0}update(e,r){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=r):this.lastFloorZoom<s&&(this.lastIntegerZoom=s,this.lastIntegerZoomTime=r),e!==this.lastZoom&&(this.lastZoom=e,this.lastFloorZoom=s,!0))}}const ze={"Latin-1 Supplement":i=>i>=128&&i<=255,Arabic:i=>i>=1536&&i<=1791,"Arabic Supplement":i=>i>=1872&&i<=1919,"Arabic Extended-A":i=>i>=2208&&i<=2303,"Hangul Jamo":i=>i>=4352&&i<=4607,"Unified Canadian Aboriginal Syllabics":i=>i>=5120&&i<=5759,Khmer:i=>i>=6016&&i<=6143,"Unified Canadian Aboriginal Syllabics Extended":i=>i>=6320&&i<=6399,"General Punctuation":i=>i>=8192&&i<=8303,"Letterlike Symbols":i=>i>=8448&&i<=8527,"Number Forms":i=>i>=8528&&i<=8591,"Miscellaneous Technical":i=>i>=8960&&i<=9215,"Control Pictures":i=>i>=9216&&i<=9279,"Optical Character Recognition":i=>i>=9280&&i<=9311,"Enclosed Alphanumerics":i=>i>=9312&&i<=9471,"Geometric Shapes":i=>i>=9632&&i<=9727,"Miscellaneous Symbols":i=>i>=9728&&i<=9983,"Miscellaneous Symbols and Arrows":i=>i>=11008&&i<=11263,"CJK Radicals Supplement":i=>i>=11904&&i<=12031,"Kangxi Radicals":i=>i>=12032&&i<=12255,"Ideographic Description Characters":i=>i>=12272&&i<=12287,"CJK Symbols and Punctuation":i=>i>=12288&&i<=12351,Hiragana:i=>i>=12352&&i<=12447,Katakana:i=>i>=12448&&i<=12543,Bopomofo:i=>i>=12544&&i<=12591,"Hangul Compatibility Jamo":i=>i>=12592&&i<=12687,Kanbun:i=>i>=12688&&i<=12703,"Bopomofo Extended":i=>i>=12704&&i<=12735,"CJK Strokes":i=>i>=12736&&i<=12783,"Katakana Phonetic Extensions":i=>i>=12784&&i<=12799,"Enclosed CJK Letters and Months":i=>i>=12800&&i<=13055,"CJK Compatibility":i=>i>=13056&&i<=13311,"CJK Unified Ideographs Extension A":i=>i>=13312&&i<=19903,"Yijing Hexagram Symbols":i=>i>=19904&&i<=19967,"CJK Unified Ideographs":i=>i>=19968&&i<=40959,"Yi Syllables":i=>i>=40960&&i<=42127,"Yi Radicals":i=>i>=42128&&i<=42191,"Hangul Jamo Extended-A":i=>i>=43360&&i<=43391,"Hangul Syllables":i=>i>=44032&&i<=55215,"Hangul Jamo Extended-B":i=>i>=55216&&i<=55295,"Private Use Area":i=>i>=57344&&i<=63743,"CJK Compatibility Ideographs":i=>i>=63744&&i<=64255,"Arabic Presentation Forms-A":i=>i>=64336&&i<=65023,"Vertical Forms":i=>i>=65040&&i<=65055,"CJK Compatibility Forms":i=>i>=65072&&i<=65103,"Small Form Variants":i=>i>=65104&&i<=65135,"Arabic Presentation Forms-B":i=>i>=65136&&i<=65279,"Halfwidth and Fullwidth Forms":i=>i>=65280&&i<=65519};function Ca(i){for(const e of i)if(Ma(e.charCodeAt(0)))return!0;return!1}function rh(i){for(const e of i)if(!Gl(e.charCodeAt(0)))return!1;return!0}function Gl(i){return!(ze.Arabic(i)||ze["Arabic Supplement"](i)||ze["Arabic Extended-A"](i)||ze["Arabic Presentation Forms-A"](i)||ze["Arabic Presentation Forms-B"](i))}function Ma(i){return!(i!==746&&i!==747&&(i<4352||!(ze["Bopomofo Extended"](i)||ze.Bopomofo(i)||ze["CJK Compatibility Forms"](i)&&!(i>=65097&&i<=65103)||ze["CJK Compatibility Ideographs"](i)||ze["CJK Compatibility"](i)||ze["CJK Radicals Supplement"](i)||ze["CJK Strokes"](i)||!(!ze["CJK Symbols and Punctuation"](i)||i>=12296&&i<=12305||i>=12308&&i<=12319||i===12336)||ze["CJK Unified Ideographs Extension A"](i)||ze["CJK Unified Ideographs"](i)||ze["Enclosed CJK Letters and Months"](i)||ze["Hangul Compatibility Jamo"](i)||ze["Hangul Jamo Extended-A"](i)||ze["Hangul Jamo Extended-B"](i)||ze["Hangul Jamo"](i)||ze["Hangul Syllables"](i)||ze.Hiragana(i)||ze["Ideographic Description Characters"](i)||ze.Kanbun(i)||ze["Kangxi Radicals"](i)||ze["Katakana Phonetic Extensions"](i)||ze.Katakana(i)&&i!==12540||!(!ze["Halfwidth and Fullwidth Forms"](i)||i===65288||i===65289||i===65293||i>=65306&&i<=65310||i===65339||i===65341||i===65343||i>=65371&&i<=65503||i===65507||i>=65512&&i<=65519)||!(!ze["Small Form Variants"](i)||i>=65112&&i<=65118||i>=65123&&i<=65126)||ze["Unified Canadian Aboriginal Syllabics"](i)||ze["Unified Canadian Aboriginal Syllabics Extended"](i)||ze["Vertical Forms"](i)||ze["Yijing Hexagram Symbols"](i)||ze["Yi Syllables"](i)||ze["Yi Radicals"](i))))}function Hl(i){return!(Ma(i)||function(e){return!!(ze["Latin-1 Supplement"](e)&&(e===167||e===169||e===174||e===177||e===188||e===189||e===190||e===215||e===247)||ze["General Punctuation"](e)&&(e===8214||e===8224||e===8225||e===8240||e===8241||e===8251||e===8252||e===8258||e===8263||e===8264||e===8265||e===8273)||ze["Letterlike Symbols"](e)||ze["Number Forms"](e)||ze["Miscellaneous Technical"](e)&&(e>=8960&&e<=8967||e>=8972&&e<=8991||e>=8996&&e<=9e3||e===9003||e>=9085&&e<=9114||e>=9150&&e<=9165||e===9167||e>=9169&&e<=9179||e>=9186&&e<=9215)||ze["Control Pictures"](e)&&e!==9251||ze["Optical Character Recognition"](e)||ze["Enclosed Alphanumerics"](e)||ze["Geometric Shapes"](e)||ze["Miscellaneous Symbols"](e)&&!(e>=9754&&e<=9759)||ze["Miscellaneous Symbols and Arrows"](e)&&(e>=11026&&e<=11055||e>=11088&&e<=11097||e>=11192&&e<=11243)||ze["CJK Symbols and Punctuation"](e)||ze.Katakana(e)||ze["Private Use Area"](e)||ze["CJK Compatibility Forms"](e)||ze["Small Form Variants"](e)||ze["Halfwidth and Fullwidth Forms"](e)||e===8734||e===8756||e===8757||e>=9984&&e<=10087||e>=10102&&e<=10131||e===65532||e===65533)}(i))}function Kr(i){return i>=1424&&i<=2303||ze["Arabic Presentation Forms-A"](i)||ze["Arabic Presentation Forms-B"](i)}function Wl(i,e){return!(!e&&Kr(i)||i>=2304&&i<=3583||i>=3840&&i<=4255||ze.Khmer(i))}function za(i){for(const e of i)if(Kr(e.charCodeAt(0)))return!0;return!1}const Yr=new class{constructor(){this.applyArabicShaping=null,this.processBidirectionalText=null,this.processStyledBidirectionalText=null,this.pluginStatus="unavailable",this.pluginURL=null}setState(i){this.pluginStatus=i.pluginStatus,this.pluginURL=i.pluginURL}getState(){return{pluginStatus:this.pluginStatus,pluginURL:this.pluginURL}}setMethods(i){this.applyArabicShaping=i.applyArabicShaping,this.processBidirectionalText=i.processBidirectionalText,this.processStyledBidirectionalText=i.processStyledBidirectionalText}isParsed(){return this.applyArabicShaping!=null&&this.processBidirectionalText!=null&&this.processStyledBidirectionalText!=null}getPluginURL(){return this.pluginURL}getRTLTextPluginStatus(){return this.pluginStatus}};class At{constructor(e,r){this.zoom=e,r?(this.now=r.now,this.fadeDuration=r.fadeDuration,this.zoomHistory=r.zoomHistory,this.transition=r.transition):(this.now=0,this.fadeDuration=0,this.zoomHistory=new Zl,this.transition={})}isSupportedScript(e){return function(r,s){for(const l of r)if(!Wl(l.charCodeAt(0),s))return!1;return!0}(e,Yr.getRTLTextPluginStatus()==="loaded")}crossFadingFactor(){return this.fadeDuration===0?1:Math.min((this.now-this.zoomHistory.lastIntegerZoomTime)/this.fadeDuration,1)}getCrossfadeParameters(){const e=this.zoom,r=e-Math.floor(e),s=this.crossFadingFactor();return e>this.zoomHistory.lastIntegerZoom?{fromScale:2,toScale:1,t:r+(1-r)*s}:{fromScale:.5,toScale:1,t:1-(1-s)*r}}}class yo{constructor(e,r){this.property=e,this.value=r,this.expression=function(s,l){if(bs(s))return new po(s,l);if(ws(s)){const d=Ol(s,l);if(d.result==="error")throw new Error(d.value.map(p=>`${p.key}: ${p.message}`).join(", "));return d.value}{let d=s;return l.type==="color"&&typeof s=="string"?d=bt.parse(s):l.type!=="padding"||typeof s!="number"&&!Array.isArray(s)?l.type==="variableAnchorOffsetCollection"&&Array.isArray(s)&&(d=Ni.parse(s)):d=Vi.parse(s),{kind:"constant",evaluate:()=>d}}}(r===void 0?e.specification.default:r,e.specification)}isDataDriven(){return this.expression.kind==="source"||this.expression.kind==="composite"}possiblyEvaluate(e,r,s){return this.property.possiblyEvaluate(this,e,r,s)}}class $n{constructor(e){this.property=e,this.value=new yo(e,void 0)}transitioned(e,r){return new Xl(this.property,this.value,r,Ut({},e.transition,this.transition),e.now)}untransitioned(){return new Xl(this.property,this.value,null,{},0)}}class Un{constructor(e){this._properties=e,this._values=Object.create(e.defaultTransitionablePropertyValues)}getValue(e){return wt(this._values[e].value.value)}setValue(e,r){Object.prototype.hasOwnProperty.call(this._values,e)||(this._values[e]=new $n(this._values[e].property)),this._values[e].value=new yo(this._values[e].property,r===null?void 0:wt(r))}getTransition(e){return wt(this._values[e].transition)}setTransition(e,r){Object.prototype.hasOwnProperty.call(this._values,e)||(this._values[e]=new $n(this._values[e].property)),this._values[e].transition=wt(r)||void 0}serialize(){const e={};for(const r of Object.keys(this._values)){const s=this.getValue(r);s!==void 0&&(e[r]=s);const l=this.getTransition(r);l!==void 0&&(e[`${r}-transition`]=l)}return e}transitioned(e,r){const s=new Da(this._properties);for(const l of Object.keys(this._values))s._values[l]=this._values[l].transitioned(e,r._values[l]);return s}untransitioned(){const e=new Da(this._properties);for(const r of Object.keys(this._values))e._values[r]=this._values[r].untransitioned();return e}}class Xl{constructor(e,r,s,l,d){this.property=e,this.value=r,this.begin=d+l.delay||0,this.end=this.begin+l.duration||0,e.specification.transition&&(l.delay||l.duration)&&(this.prior=s)}possiblyEvaluate(e,r,s){const l=e.now||0,d=this.value.possiblyEvaluate(e,r,s),p=this.prior;if(p){if(l>this.end)return this.prior=null,d;if(this.value.isDataDriven())return this.prior=null,d;if(l<this.begin)return p.possiblyEvaluate(e,r,s);{const f=(l-this.begin)/(this.end-this.begin);return this.property.interpolate(p.possiblyEvaluate(e,r,s),d,function(_){if(_<=0)return 0;if(_>=1)return 1;const x=_*_,S=x*_;return 4*(_<.5?S:3*(_-x)+S-.75)}(f))}}return d}}class Da{constructor(e){this._properties=e,this._values=Object.create(e.defaultTransitioningPropertyValues)}possiblyEvaluate(e,r,s){const l=new xo(this._properties);for(const d of Object.keys(this._values))l._values[d]=this._values[d].possiblyEvaluate(e,r,s);return l}hasTransition(){for(const e of Object.keys(this._values))if(this._values[e].prior)return!0;return!1}}class Cs{constructor(e){this._properties=e,this._values=Object.create(e.defaultPropertyValues)}hasValue(e){return this._values[e].value!==void 0}getValue(e){return wt(this._values[e].value)}setValue(e,r){this._values[e]=new yo(this._values[e].property,r===null?void 0:wt(r))}serialize(){const e={};for(const r of Object.keys(this._values)){const s=this.getValue(r);s!==void 0&&(e[r]=s)}return e}possiblyEvaluate(e,r,s){const l=new xo(this._properties);for(const d of Object.keys(this._values))l._values[d]=this._values[d].possiblyEvaluate(e,r,s);return l}}class br{constructor(e,r,s){this.property=e,this.value=r,this.parameters=s}isConstant(){return this.value.kind==="constant"}constantOr(e){return this.value.kind==="constant"?this.value.value:e}evaluate(e,r,s,l){return this.property.evaluate(this.value,this.parameters,e,r,s,l)}}class xo{constructor(e){this._properties=e,this._values=Object.create(e.defaultPossiblyEvaluatedValues)}get(e){return this._values[e]}}class qe{constructor(e){this.specification=e}possiblyEvaluate(e,r){if(e.isDataDriven())throw new Error("Value should not be data driven");return e.expression.evaluate(r)}interpolate(e,r,s){const l=$i[this.specification.type];return l?l(e,r,s):e}}class Je{constructor(e,r){this.specification=e,this.overrides=r}possiblyEvaluate(e,r,s,l){return new br(this,e.expression.kind==="constant"||e.expression.kind==="camera"?{kind:"constant",value:e.expression.evaluate(r,null,{},s,l)}:e.expression,r)}interpolate(e,r,s){if(e.value.kind!=="constant"||r.value.kind!=="constant")return e;if(e.value.value===void 0||r.value.value===void 0)return new br(this,{kind:"constant",value:void 0},e.parameters);const l=$i[this.specification.type];if(l){const d=l(e.value.value,r.value.value,s);return new br(this,{kind:"constant",value:d},e.parameters)}return e}evaluate(e,r,s,l,d,p){return e.kind==="constant"?e.value:e.evaluate(r,s,l,d,p)}}class u extends Je{possiblyEvaluate(e,r,s,l){if(e.value===void 0)return new br(this,{kind:"constant",value:void 0},r);if(e.expression.kind==="constant"){const d=e.expression.evaluate(r,null,{},s,l),p=e.property.specification.type==="resolvedImage"&&typeof d!="string"?d.name:d,f=this._calculate(p,p,p,r);return new br(this,{kind:"constant",value:f},r)}if(e.expression.kind==="camera"){const d=this._calculate(e.expression.evaluate({zoom:r.zoom-1}),e.expression.evaluate({zoom:r.zoom}),e.expression.evaluate({zoom:r.zoom+1}),r);return new br(this,{kind:"constant",value:d},r)}return new br(this,e.expression,r)}evaluate(e,r,s,l,d,p){if(e.kind==="source"){const f=e.evaluate(r,s,l,d,p);return this._calculate(f,f,f,r)}return e.kind==="composite"?this._calculate(e.evaluate({zoom:Math.floor(r.zoom)-1},s,l),e.evaluate({zoom:Math.floor(r.zoom)},s,l),e.evaluate({zoom:Math.floor(r.zoom)+1},s,l),r):e.value}_calculate(e,r,s,l){return l.zoom>l.zoomHistory.lastIntegerZoom?{from:e,to:r}:{from:s,to:r}}interpolate(e){return e}}class t{constructor(e){this.specification=e}possiblyEvaluate(e,r,s,l){if(e.value!==void 0){if(e.expression.kind==="constant"){const d=e.expression.evaluate(r,null,{},s,l);return this._calculate(d,d,d,r)}return this._calculate(e.expression.evaluate(new At(Math.floor(r.zoom-1),r)),e.expression.evaluate(new At(Math.floor(r.zoom),r)),e.expression.evaluate(new At(Math.floor(r.zoom+1),r)),r)}}_calculate(e,r,s,l){return l.zoom>l.zoomHistory.lastIntegerZoom?{from:e,to:r}:{from:s,to:r}}interpolate(e){return e}}class n{constructor(e){this.specification=e}possiblyEvaluate(e,r,s,l){return!!e.expression.evaluate(r,null,{},s,l)}interpolate(){return!1}}class o{constructor(e){this.properties=e,this.defaultPropertyValues={},this.defaultTransitionablePropertyValues={},this.defaultTransitioningPropertyValues={},this.defaultPossiblyEvaluatedValues={},this.overridableProperties=[];for(const r in e){const s=e[r];s.specification.overridable&&this.overridableProperties.push(r);const l=this.defaultPropertyValues[r]=new yo(s,void 0),d=this.defaultTransitionablePropertyValues[r]=new $n(s);this.defaultTransitioningPropertyValues[r]=d.untransitioned(),this.defaultPossiblyEvaluatedValues[r]=l.possiblyEvaluate({})}}}Fe("DataDrivenProperty",Je),Fe("DataConstantProperty",qe),Fe("CrossFadedDataDrivenProperty",u),Fe("CrossFadedProperty",t),Fe("ColorRampProperty",n);const a="-transition";class h extends Cn{constructor(e,r){if(super(),this.id=e.id,this.type=e.type,this._featureFilter={filter:()=>!0,needGeometry:!1},e.type!=="custom"&&(this.metadata=e.metadata,this.minzoom=e.minzoom,this.maxzoom=e.maxzoom,e.type!=="background"&&(this.source=e.source,this.sourceLayer=e["source-layer"],this.filter=e.filter),r.layout&&(this._unevaluatedLayout=new Cs(r.layout)),r.paint)){this._transitionablePaint=new Un(r.paint);for(const s in e.paint)this.setPaintProperty(s,e.paint[s],{validate:!1});for(const s in e.layout)this.setLayoutProperty(s,e.layout[s],{validate:!1});this._transitioningPaint=this._transitionablePaint.untransitioned(),this.paint=new xo(r.paint)}}getCrossfadeParameters(){return this._crossfadeParameters}getLayoutProperty(e){return e==="visibility"?this.visibility:this._unevaluatedLayout.getValue(e)}setLayoutProperty(e,r,s={}){r!=null&&this._validate(ih,`layers.${this.id}.layout.${e}`,e,r,s)||(e!=="visibility"?this._unevaluatedLayout.setValue(e,r):this.visibility=r)}getPaintProperty(e){return e.endsWith(a)?this._transitionablePaint.getTransition(e.slice(0,-11)):this._transitionablePaint.getValue(e)}setPaintProperty(e,r,s={}){if(r!=null&&this._validate(th,`layers.${this.id}.paint.${e}`,e,r,s))return!1;if(e.endsWith(a))return this._transitionablePaint.setTransition(e.slice(0,-11),r||void 0),!1;{const l=this._transitionablePaint._values[e],d=l.property.specification["property-type"]==="cross-faded-data-driven",p=l.value.isDataDriven(),f=l.value;this._transitionablePaint.setValue(e,r),this._handleSpecialPaintPropertyUpdate(e);const _=this._transitionablePaint._values[e].value;return _.isDataDriven()||p||d||this._handleOverridablePaintPropertyUpdate(e,f,_)}}_handleSpecialPaintPropertyUpdate(e){}_handleOverridablePaintPropertyUpdate(e,r,s){return!1}isHidden(e){return!!(this.minzoom&&e<this.minzoom)||!!(this.maxzoom&&e>=this.maxzoom)||this.visibility==="none"}updateTransitions(e){this._transitioningPaint=this._transitionablePaint.transitioned(e,this._transitioningPaint)}hasTransition(){return this._transitioningPaint.hasTransition()}recalculate(e,r){e.getCrossfadeParameters&&(this._crossfadeParameters=e.getCrossfadeParameters()),this._unevaluatedLayout&&(this.layout=this._unevaluatedLayout.possiblyEvaluate(e,void 0,r)),this.paint=this._transitioningPaint.possiblyEvaluate(e,void 0,r)}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),Nr(e,(r,s)=>!(r===void 0||s==="layout"&&!Object.keys(r).length||s==="paint"&&!Object.keys(r).length))}_validate(e,r,s,l,d={}){return(!d||d.validate!==!1)&&Ea(this,e.call(Rr,{key:r,layerType:this.type,objectKey:s,value:l,styleSpec:ue,style:{glyphs:!0,sprite:!0}}))}is3D(){return!1}isTileClipped(){return!1}hasOffscreenPass(){return!1}resize(){}isStateDependent(){for(const e in this.paint._values){const r=this.paint.get(e);if(r instanceof br&&mn(r.property.specification)&&(r.value.kind==="source"||r.value.kind==="composite")&&r.value.isStateDependent)return!0}return!1}}const g={Int8:Int8Array,Uint8:Uint8Array,Int16:Int16Array,Uint16:Uint16Array,Int32:Int32Array,Uint32:Uint32Array,Float32:Float32Array};class y{constructor(e,r){this._structArray=e,this._pos1=r*this.size,this._pos2=this._pos1/2,this._pos4=this._pos1/4,this._pos8=this._pos1/8}}class v{constructor(){this.isTransferred=!1,this.capacity=-1,this.resize(0)}static serialize(e,r){return e._trim(),r&&(e.isTransferred=!0,r.push(e.arrayBuffer)),{length:e.length,arrayBuffer:e.arrayBuffer}}static deserialize(e){const r=Object.create(this.prototype);return r.arrayBuffer=e.arrayBuffer,r.length=e.length,r.capacity=e.arrayBuffer.byteLength/r.bytesPerElement,r._refreshViews(),r}_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 r=this.uint8;this._refreshViews(),r&&this.uint8.set(r)}}_refreshViews(){throw new Error("_refreshViews() must be implemented by each concrete StructArray layout")}}function w(i,e=1){let r=0,s=0;return{members:i.map(l=>{const d=g[l.type].BYTES_PER_ELEMENT,p=r=P(r,Math.max(e,d)),f=l.components||1;return s=Math.max(s,d),r+=d*f,{name:l.name,type:l.type,components:f,offset:p}}),size:P(r,Math.max(s,e)),alignment:e}}function P(i,e){return Math.ceil(i/e)*e}class E extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r){const s=this.length;return this.resize(s+1),this.emplace(s,e,r)}emplace(e,r,s){const l=2*e;return this.int16[l+0]=r,this.int16[l+1]=s,e}}E.prototype.bytesPerElement=4,Fe("StructArrayLayout2i4",E);class L extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s){const l=this.length;return this.resize(l+1),this.emplace(l,e,r,s)}emplace(e,r,s,l){const d=3*e;return this.int16[d+0]=r,this.int16[d+1]=s,this.int16[d+2]=l,e}}L.prototype.bytesPerElement=6,Fe("StructArrayLayout3i6",L);class F extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s,l){const d=this.length;return this.resize(d+1),this.emplace(d,e,r,s,l)}emplace(e,r,s,l,d){const p=4*e;return this.int16[p+0]=r,this.int16[p+1]=s,this.int16[p+2]=l,this.int16[p+3]=d,e}}F.prototype.bytesPerElement=8,Fe("StructArrayLayout4i8",F);class N extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d,p){const f=this.length;return this.resize(f+1),this.emplace(f,e,r,s,l,d,p)}emplace(e,r,s,l,d,p,f){const _=6*e;return this.int16[_+0]=r,this.int16[_+1]=s,this.int16[_+2]=l,this.int16[_+3]=d,this.int16[_+4]=p,this.int16[_+5]=f,e}}N.prototype.bytesPerElement=12,Fe("StructArrayLayout2i4i12",N);class Z extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d,p){const f=this.length;return this.resize(f+1),this.emplace(f,e,r,s,l,d,p)}emplace(e,r,s,l,d,p,f){const _=4*e,x=8*e;return this.int16[_+0]=r,this.int16[_+1]=s,this.uint8[x+4]=l,this.uint8[x+5]=d,this.uint8[x+6]=p,this.uint8[x+7]=f,e}}Z.prototype.bytesPerElement=8,Fe("StructArrayLayout2i4ub8",Z);class U extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,r){const s=this.length;return this.resize(s+1),this.emplace(s,e,r)}emplace(e,r,s){const l=2*e;return this.float32[l+0]=r,this.float32[l+1]=s,e}}U.prototype.bytesPerElement=8,Fe("StructArrayLayout2f8",U);class X extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d,p,f,_,x,S){const k=this.length;return this.resize(k+1),this.emplace(k,e,r,s,l,d,p,f,_,x,S)}emplace(e,r,s,l,d,p,f,_,x,S,k){const A=10*e;return this.uint16[A+0]=r,this.uint16[A+1]=s,this.uint16[A+2]=l,this.uint16[A+3]=d,this.uint16[A+4]=p,this.uint16[A+5]=f,this.uint16[A+6]=_,this.uint16[A+7]=x,this.uint16[A+8]=S,this.uint16[A+9]=k,e}}X.prototype.bytesPerElement=20,Fe("StructArrayLayout10ui20",X);class Y extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d,p,f,_,x,S,k,A){const D=this.length;return this.resize(D+1),this.emplace(D,e,r,s,l,d,p,f,_,x,S,k,A)}emplace(e,r,s,l,d,p,f,_,x,S,k,A,D){const R=12*e;return this.int16[R+0]=r,this.int16[R+1]=s,this.int16[R+2]=l,this.int16[R+3]=d,this.uint16[R+4]=p,this.uint16[R+5]=f,this.uint16[R+6]=_,this.uint16[R+7]=x,this.int16[R+8]=S,this.int16[R+9]=k,this.int16[R+10]=A,this.int16[R+11]=D,e}}Y.prototype.bytesPerElement=24,Fe("StructArrayLayout4i4ui4i24",Y);class $ extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,r,s){const l=this.length;return this.resize(l+1),this.emplace(l,e,r,s)}emplace(e,r,s,l){const d=3*e;return this.float32[d+0]=r,this.float32[d+1]=s,this.float32[d+2]=l,e}}$.prototype.bytesPerElement=12,Fe("StructArrayLayout3f12",$);class te extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint32=new Uint32Array(this.arrayBuffer)}emplaceBack(e){const r=this.length;return this.resize(r+1),this.emplace(r,e)}emplace(e,r){return this.uint32[1*e+0]=r,e}}te.prototype.bytesPerElement=4,Fe("StructArrayLayout1ul4",te);class se extends v{_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,r,s,l,d,p,f,_,x){const S=this.length;return this.resize(S+1),this.emplace(S,e,r,s,l,d,p,f,_,x)}emplace(e,r,s,l,d,p,f,_,x,S){const k=10*e,A=5*e;return this.int16[k+0]=r,this.int16[k+1]=s,this.int16[k+2]=l,this.int16[k+3]=d,this.int16[k+4]=p,this.int16[k+5]=f,this.uint32[A+3]=_,this.uint16[k+8]=x,this.uint16[k+9]=S,e}}se.prototype.bytesPerElement=20,Fe("StructArrayLayout6i1ul2ui20",se);class ce extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d,p){const f=this.length;return this.resize(f+1),this.emplace(f,e,r,s,l,d,p)}emplace(e,r,s,l,d,p,f){const _=6*e;return this.int16[_+0]=r,this.int16[_+1]=s,this.int16[_+2]=l,this.int16[_+3]=d,this.int16[_+4]=p,this.int16[_+5]=f,e}}ce.prototype.bytesPerElement=12,Fe("StructArrayLayout2i2i2i12",ce);class ye extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d){const p=this.length;return this.resize(p+1),this.emplace(p,e,r,s,l,d)}emplace(e,r,s,l,d,p){const f=4*e,_=8*e;return this.float32[f+0]=r,this.float32[f+1]=s,this.float32[f+2]=l,this.int16[_+6]=d,this.int16[_+7]=p,e}}ye.prototype.bytesPerElement=16,Fe("StructArrayLayout2f1f2i16",ye);class we extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d,p){const f=this.length;return this.resize(f+1),this.emplace(f,e,r,s,l,d,p)}emplace(e,r,s,l,d,p,f){const _=16*e,x=4*e,S=8*e;return this.uint8[_+0]=r,this.uint8[_+1]=s,this.float32[x+1]=l,this.float32[x+2]=d,this.int16[S+6]=p,this.int16[S+7]=f,e}}we.prototype.bytesPerElement=16,Fe("StructArrayLayout2ub2f2i16",we);class De extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,r,s){const l=this.length;return this.resize(l+1),this.emplace(l,e,r,s)}emplace(e,r,s,l){const d=3*e;return this.uint16[d+0]=r,this.uint16[d+1]=s,this.uint16[d+2]=l,e}}De.prototype.bytesPerElement=6,Fe("StructArrayLayout3ui6",De);class Re extends v{_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,r,s,l,d,p,f,_,x,S,k,A,D,R,O,j,J){const ae=this.length;return this.resize(ae+1),this.emplace(ae,e,r,s,l,d,p,f,_,x,S,k,A,D,R,O,j,J)}emplace(e,r,s,l,d,p,f,_,x,S,k,A,D,R,O,j,J,ae){const Q=24*e,re=12*e,de=48*e;return this.int16[Q+0]=r,this.int16[Q+1]=s,this.uint16[Q+2]=l,this.uint16[Q+3]=d,this.uint32[re+2]=p,this.uint32[re+3]=f,this.uint32[re+4]=_,this.uint16[Q+10]=x,this.uint16[Q+11]=S,this.uint16[Q+12]=k,this.float32[re+7]=A,this.float32[re+8]=D,this.uint8[de+36]=R,this.uint8[de+37]=O,this.uint8[de+38]=j,this.uint32[re+10]=J,this.int16[Q+22]=ae,e}}Re.prototype.bytesPerElement=48,Fe("StructArrayLayout2i2ui3ul3ui2f3ub1ul1i48",Re);class Se extends v{_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,r,s,l,d,p,f,_,x,S,k,A,D,R,O,j,J,ae,Q,re,de,be,Le,Xe,Me,Ae,je,Ve){const Be=this.length;return this.resize(Be+1),this.emplace(Be,e,r,s,l,d,p,f,_,x,S,k,A,D,R,O,j,J,ae,Q,re,de,be,Le,Xe,Me,Ae,je,Ve)}emplace(e,r,s,l,d,p,f,_,x,S,k,A,D,R,O,j,J,ae,Q,re,de,be,Le,Xe,Me,Ae,je,Ve,Be){const _e=32*e,Ze=16*e;return this.int16[_e+0]=r,this.int16[_e+1]=s,this.int16[_e+2]=l,this.int16[_e+3]=d,this.int16[_e+4]=p,this.int16[_e+5]=f,this.int16[_e+6]=_,this.int16[_e+7]=x,this.uint16[_e+8]=S,this.uint16[_e+9]=k,this.uint16[_e+10]=A,this.uint16[_e+11]=D,this.uint16[_e+12]=R,this.uint16[_e+13]=O,this.uint16[_e+14]=j,this.uint16[_e+15]=J,this.uint16[_e+16]=ae,this.uint16[_e+17]=Q,this.uint16[_e+18]=re,this.uint16[_e+19]=de,this.uint16[_e+20]=be,this.uint16[_e+21]=Le,this.uint16[_e+22]=Xe,this.uint32[Ze+12]=Me,this.float32[Ze+13]=Ae,this.float32[Ze+14]=je,this.uint16[_e+30]=Ve,this.uint16[_e+31]=Be,e}}Se.prototype.bytesPerElement=64,Fe("StructArrayLayout8i15ui1ul2f2ui64",Se);class Te extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e){const r=this.length;return this.resize(r+1),this.emplace(r,e)}emplace(e,r){return this.float32[1*e+0]=r,e}}Te.prototype.bytesPerElement=4,Fe("StructArrayLayout1f4",Te);class Ne extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,r,s){const l=this.length;return this.resize(l+1),this.emplace(l,e,r,s)}emplace(e,r,s,l){const d=3*e;return this.uint16[6*e+0]=r,this.float32[d+1]=s,this.float32[d+2]=l,e}}Ne.prototype.bytesPerElement=12,Fe("StructArrayLayout1ui2f12",Ne);class tt extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint32=new Uint32Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,r,s){const l=this.length;return this.resize(l+1),this.emplace(l,e,r,s)}emplace(e,r,s,l){const d=4*e;return this.uint32[2*e+0]=r,this.uint16[d+2]=s,this.uint16[d+3]=l,e}}tt.prototype.bytesPerElement=8,Fe("StructArrayLayout1ul2ui8",tt);class Pe extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,r){const s=this.length;return this.resize(s+1),this.emplace(s,e,r)}emplace(e,r,s){const l=2*e;return this.uint16[l+0]=r,this.uint16[l+1]=s,e}}Pe.prototype.bytesPerElement=4,Fe("StructArrayLayout2ui4",Pe);class Ce extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e){const r=this.length;return this.resize(r+1),this.emplace(r,e)}emplace(e,r){return this.uint16[1*e+0]=r,e}}Ce.prototype.bytesPerElement=2,Fe("StructArrayLayout1ui2",Ce);class Qe extends v{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,r,s,l){const d=this.length;return this.resize(d+1),this.emplace(d,e,r,s,l)}emplace(e,r,s,l,d){const p=4*e;return this.float32[p+0]=r,this.float32[p+1]=s,this.float32[p+2]=l,this.float32[p+3]=d,e}}Qe.prototype.bytesPerElement=16,Fe("StructArrayLayout4f16",Qe);class Dt extends y{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 le(this.anchorPointX,this.anchorPointY)}}Dt.prototype.size=20;class st extends se{get(e){return new Dt(this,e)}}Fe("CollisionBoxArray",st);class dt extends y{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]}}dt.prototype.size=48;class Lt extends Re{get(e){return new dt(this,e)}}Fe("PlacedSymbolArray",Lt);class di extends y{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]}}di.prototype.size=64;class rr extends Se{get(e){return new di(this,e)}}Fe("SymbolInstanceArray",rr);class Rt extends Te{getoffsetX(e){return this.float32[1*e+0]}}Fe("GlyphOffsetArray",Rt);class Mi extends L{getx(e){return this.int16[3*e+0]}gety(e){return this.int16[3*e+1]}gettileUnitDistanceFromAnchor(e){return this.int16[3*e+2]}}Fe("SymbolLineVertexArray",Mi);class Ii extends y{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]}}Ii.prototype.size=12;class pi extends Ne{get(e){return new Ii(this,e)}}Fe("TextAnchorOffsetArray",pi);class fi extends y{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]}}fi.prototype.size=8;class nr extends tt{get(e){return new fi(this,e)}}Fe("FeatureIndexArray",nr);class vn extends E{}class vo extends E{}class jn extends E{}class bn extends N{}class bo extends Z{}class La extends U{}class oi extends X{}class sr extends Y{}class Qr extends ${}class qn extends te{}class mi extends ce{}class gi extends we{}class ri extends De{}class $t extends Pe{}const Zn=w([{name:"a_pos",components:2,type:"Int16"}],4),{members:Ra}=Zn;class ti{constructor(e=[]){this.segments=e}prepareSegment(e,r,s,l){let d=this.segments[this.segments.length-1];return e>ti.MAX_VERTEX_ARRAY_LENGTH&&li(`Max vertices per segment is ${ti.MAX_VERTEX_ARRAY_LENGTH}: bucket requested ${e}`),(!d||d.vertexLength+e>ti.MAX_VERTEX_ARRAY_LENGTH||d.sortKey!==l)&&(d={vertexOffset:r.length,primitiveOffset:s.length,vertexLength:0,primitiveLength:0},l!==void 0&&(d.sortKey=l),this.segments.push(d)),d}get(){return this.segments}destroy(){for(const e of this.segments)for(const r in e.vaos)e.vaos[r].destroy()}static simpleSegment(e,r,s,l){return new ti([{vertexOffset:e,primitiveOffset:r,vertexLength:s,primitiveLength:l,vaos:{},sortKey:0}])}}function Jl(i,e){return 256*(i=kt(Math.floor(i),0,255))+kt(Math.floor(e),0,255)}ti.MAX_VERTEX_ARRAY_LENGTH=Math.pow(2,16)-1,Fe("SegmentVector",ti);const wo=w([{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"}]);var So={exports:{}},en={exports:{}};en.exports=function(i,e){var r,s,l,d,p,f,_,x;for(s=i.length-(r=3&i.length),l=e,p=3432918353,f=461845907,x=0;x<s;)_=255&i.charCodeAt(x)|(255&i.charCodeAt(++x))<<8|(255&i.charCodeAt(++x))<<16|(255&i.charCodeAt(++x))<<24,++x,l=27492+(65535&(d=5*(65535&(l=(l^=_=(65535&(_=(_=(65535&_)*p+(((_>>>16)*p&65535)<<16)&4294967295)<<15|_>>>17))*f+(((_>>>16)*f&65535)<<16)&4294967295)<<13|l>>>19))+((5*(l>>>16)&65535)<<16)&4294967295))+((58964+(d>>>16)&65535)<<16);switch(_=0,r){case 3:_^=(255&i.charCodeAt(x+2))<<16;case 2:_^=(255&i.charCodeAt(x+1))<<8;case 1:l^=_=(65535&(_=(_=(65535&(_^=255&i.charCodeAt(x)))*p+(((_>>>16)*p&65535)<<16)&4294967295)<<15|_>>>17))*f+(((_>>>16)*f&65535)<<16)&4294967295}return l^=i.length,l=2246822507*(65535&(l^=l>>>16))+((2246822507*(l>>>16)&65535)<<16)&4294967295,l=3266489909*(65535&(l^=l>>>13))+((3266489909*(l>>>16)&65535)<<16)&4294967295,(l^=l>>>16)>>>0};var Kl=en.exports,Ba={exports:{}};Ba.exports=function(i,e){for(var r,s=i.length,l=e^s,d=0;s>=4;)r=1540483477*(65535&(r=255&i.charCodeAt(d)|(255&i.charCodeAt(++d))<<8|(255&i.charCodeAt(++d))<<16|(255&i.charCodeAt(++d))<<24))+((1540483477*(r>>>16)&65535)<<16),l=1540483477*(65535&l)+((1540483477*(l>>>16)&65535)<<16)^(r=1540483477*(65535&(r^=r>>>24))+((1540483477*(r>>>16)&65535)<<16)),s-=4,++d;switch(s){case 3:l^=(255&i.charCodeAt(d+2))<<16;case 2:l^=(255&i.charCodeAt(d+1))<<8;case 1:l=1540483477*(65535&(l^=255&i.charCodeAt(d)))+((1540483477*(l>>>16)&65535)<<16)}return l=1540483477*(65535&(l^=l>>>13))+((1540483477*(l>>>16)&65535)<<16),(l^=l>>>15)>>>0};var Fa=Kl,Oa=Ba.exports;So.exports=Fa,So.exports.murmur3=Fa,So.exports.murmur2=Oa;var To=ge(So.exports);class Gn{constructor(){this.ids=[],this.positions=[],this.indexed=!1}add(e,r,s,l){this.ids.push(Hu(e)),this.positions.push(r,s,l)}getPositions(e){if(!this.indexed)throw new Error("Trying to get index, but feature positions are not indexed");const r=Hu(e);let s=0,l=this.ids.length-1;for(;s<l;){const p=s+l>>1;this.ids[p]>=r?l=p:s=p+1}const d=[];for(;this.ids[s]===r;)d.push({index:this.positions[3*s],start:this.positions[3*s+1],end:this.positions[3*s+2]}),s++;return d}static serialize(e,r){const s=new Float64Array(e.ids),l=new Uint32Array(e.positions);return nh(s,l,0,s.length-1),r&&r.push(s.buffer,l.buffer),{ids:s,positions:l}}static deserialize(e){const r=new Gn;return r.ids=e.ids,r.positions=e.positions,r.indexed=!0,r}}function Hu(i){const e=+i;return!isNaN(e)&&e<=Number.MAX_SAFE_INTEGER?e:To(String(i))}function nh(i,e,r,s){for(;r<s;){const l=i[r+s>>1];let d=r-1,p=s+1;for(;;){do d++;while(i[d]<l);do p--;while(i[p]>l);if(d>=p)break;Yl(i,d,p),Yl(e,3*d,3*p),Yl(e,3*d+1,3*p+1),Yl(e,3*d+2,3*p+2)}p-r<s-p?(nh(i,e,r,p),r=p+1):(nh(i,e,p+1,s),s=p)}}function Yl(i,e,r){const s=i[e];i[e]=i[r],i[r]=s}Fe("FeaturePositionMap",Gn);class Ms{constructor(e,r){this.gl=e.gl,this.location=r}}class Ql extends Ms{constructor(e,r){super(e,r),this.current=0}set(e){this.current!==e&&(this.current=e,this.gl.uniform1f(this.location,e))}}class Wu extends Ms{constructor(e,r){super(e,r),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 Xu extends Ms{constructor(e,r){super(e,r),this.current=bt.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 i_=new Float32Array(16);function sh(i){return[Jl(255*i.r,255*i.g),Jl(255*i.b,255*i.a)]}class Va{constructor(e,r,s){this.value=e,this.uniformNames=r.map(l=>`u_${l}`),this.type=s}setUniform(e,r,s){e.set(s.constantOr(this.value))}getBinding(e,r,s){return this.type==="color"?new Xu(e,r):new Ql(e,r)}}class Io{constructor(e,r){this.uniformNames=r.map(s=>`u_${s}`),this.patternFrom=null,this.patternTo=null,this.pixelRatioFrom=1,this.pixelRatioTo=1}setConstantPatternPositions(e,r){this.pixelRatioFrom=r.pixelRatio,this.pixelRatioTo=e.pixelRatio,this.patternFrom=r.tlbr,this.patternTo=e.tlbr}setUniform(e,r,s,l){const d=l==="u_pattern_to"?this.patternTo:l==="u_pattern_from"?this.patternFrom:l==="u_pixel_ratio_to"?this.pixelRatioTo:l==="u_pixel_ratio_from"?this.pixelRatioFrom:null;d&&e.set(d)}getBinding(e,r,s){return s.substr(0,9)==="u_pattern"?new Wu(e,r):new Ql(e,r)}}class wn{constructor(e,r,s,l){this.expression=e,this.type=s,this.maxValue=0,this.paintVertexAttributes=r.map(d=>({name:`a_${d}`,type:"Float32",components:s==="color"?2:1,offset:0})),this.paintVertexArray=new l}populatePaintArray(e,r,s,l,d){const p=this.paintVertexArray.length,f=this.expression.evaluate(new At(0),r,{},l,[],d);this.paintVertexArray.resize(e),this._setPaintValue(p,e,f)}updatePaintArray(e,r,s,l){const d=this.expression.evaluate({zoom:0},s,l);this._setPaintValue(e,r,d)}_setPaintValue(e,r,s){if(this.type==="color"){const l=sh(s);for(let d=e;d<r;d++)this.paintVertexArray.emplace(d,l[0],l[1])}else{for(let l=e;l<r;l++)this.paintVertexArray.emplace(l,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 Br{constructor(e,r,s,l,d,p){this.expression=e,this.uniformNames=r.map(f=>`u_${f}_t`),this.type=s,this.useIntegerZoom=l,this.zoom=d,this.maxValue=0,this.paintVertexAttributes=r.map(f=>({name:`a_${f}`,type:"Float32",components:s==="color"?4:2,offset:0})),this.paintVertexArray=new p}populatePaintArray(e,r,s,l,d){const p=this.expression.evaluate(new At(this.zoom),r,{},l,[],d),f=this.expression.evaluate(new At(this.zoom+1),r,{},l,[],d),_=this.paintVertexArray.length;this.paintVertexArray.resize(e),this._setPaintValue(_,e,p,f)}updatePaintArray(e,r,s,l){const d=this.expression.evaluate({zoom:this.zoom},s,l),p=this.expression.evaluate({zoom:this.zoom+1},s,l);this._setPaintValue(e,r,d,p)}_setPaintValue(e,r,s,l){if(this.type==="color"){const d=sh(s),p=sh(l);for(let f=e;f<r;f++)this.paintVertexArray.emplace(f,d[0],d[1],p[0],p[1])}else{for(let d=e;d<r;d++)this.paintVertexArray.emplace(d,s,l);this.maxValue=Math.max(this.maxValue,Math.abs(s),Math.abs(l))}}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,r){const s=this.useIntegerZoom?Math.floor(r.zoom):r.zoom,l=kt(this.expression.interpolationFactor(s,this.zoom,this.zoom+1),0,1);e.set(l)}getBinding(e,r,s){return new Ql(e,r)}}class Hn{constructor(e,r,s,l,d,p){this.expression=e,this.type=r,this.useIntegerZoom=s,this.zoom=l,this.layerId=p,this.zoomInPaintVertexArray=new d,this.zoomOutPaintVertexArray=new d}populatePaintArray(e,r,s){const l=this.zoomInPaintVertexArray.length;this.zoomInPaintVertexArray.resize(e),this.zoomOutPaintVertexArray.resize(e),this._setPaintValues(l,e,r.patterns&&r.patterns[this.layerId],s)}updatePaintArray(e,r,s,l,d){this._setPaintValues(e,r,s.patterns&&s.patterns[this.layerId],d)}_setPaintValues(e,r,s,l){if(!l||!s)return;const{min:d,mid:p,max:f}=s,_=l[d],x=l[p],S=l[f];if(_&&x&&S)for(let k=e;k<r;k++)this.zoomInPaintVertexArray.emplace(k,x.tl[0],x.tl[1],x.br[0],x.br[1],_.tl[0],_.tl[1],_.br[0],_.br[1],x.pixelRatio,_.pixelRatio),this.zoomOutPaintVertexArray.emplace(k,x.tl[0],x.tl[1],x.br[0],x.br[1],S.tl[0],S.tl[1],S.br[0],S.br[1],x.pixelRatio,S.pixelRatio)}upload(e){this.zoomInPaintVertexArray&&this.zoomInPaintVertexArray.arrayBuffer&&this.zoomOutPaintVertexArray&&this.zoomOutPaintVertexArray.arrayBuffer&&(this.zoomInPaintVertexBuffer=e.createVertexBuffer(this.zoomInPaintVertexArray,wo.members,this.expression.isStateDependent),this.zoomOutPaintVertexBuffer=e.createVertexBuffer(this.zoomOutPaintVertexArray,wo.members,this.expression.isStateDependent))}destroy(){this.zoomOutPaintVertexBuffer&&this.zoomOutPaintVertexBuffer.destroy(),this.zoomInPaintVertexBuffer&&this.zoomInPaintVertexBuffer.destroy()}}class Ju{constructor(e,r,s){this.binders={},this._buffers=[];const l=[];for(const d in e.paint._values){if(!s(d))continue;const p=e.paint.get(d);if(!(p instanceof br&&mn(p.property.specification)))continue;const f=r_(d,e.type),_=p.value,x=p.property.specification.type,S=p.property.useIntegerZoom,k=p.property.specification["property-type"],A=k==="cross-faded"||k==="cross-faded-data-driven";if(_.kind==="constant")this.binders[d]=A?new Io(_.value,f):new Va(_.value,f,x),l.push(`/u_${d}`);else if(_.kind==="source"||A){const D=Ku(d,x,"source");this.binders[d]=A?new Hn(_,x,S,r,D,e.id):new wn(_,f,x,D),l.push(`/a_${d}`)}else{const D=Ku(d,x,"composite");this.binders[d]=new Br(_,f,x,S,r,D),l.push(`/z_${d}`)}}this.cacheKey=l.sort().join("")}getMaxValue(e){const r=this.binders[e];return r instanceof wn||r instanceof Br?r.maxValue:0}populatePaintArrays(e,r,s,l,d){for(const p in this.binders){const f=this.binders[p];(f instanceof wn||f instanceof Br||f instanceof Hn)&&f.populatePaintArray(e,r,s,l,d)}}setConstantPatternPositions(e,r){for(const s in this.binders){const l=this.binders[s];l instanceof Io&&l.setConstantPatternPositions(e,r)}}updatePaintArrays(e,r,s,l,d){let p=!1;for(const f in e){const _=r.getPositions(f);for(const x of _){const S=s.feature(x.index);for(const k in this.binders){const A=this.binders[k];if((A instanceof wn||A instanceof Br||A instanceof Hn)&&A.expression.isStateDependent===!0){const D=l.paint.get(k);A.expression=D.value,A.updatePaintArray(x.start,x.end,S,e[f],d),p=!0}}}}return p}defines(){const e=[];for(const r in this.binders){const s=this.binders[r];(s instanceof Va||s instanceof Io)&&e.push(...s.uniformNames.map(l=>`#define HAS_UNIFORM_${l}`))}return e}getBinderAttributes(){const e=[];for(const r in this.binders){const s=this.binders[r];if(s instanceof wn||s instanceof Br)for(let l=0;l<s.paintVertexAttributes.length;l++)e.push(s.paintVertexAttributes[l].name);else if(s instanceof Hn)for(let l=0;l<wo.members.length;l++)e.push(wo.members[l].name)}return e}getBinderUniforms(){const e=[];for(const r in this.binders){const s=this.binders[r];if(s instanceof Va||s instanceof Io||s instanceof Br)for(const l of s.uniformNames)e.push(l)}return e}getPaintVertexBuffers(){return this._buffers}getUniforms(e,r){const s=[];for(const l in this.binders){const d=this.binders[l];if(d instanceof Va||d instanceof Io||d instanceof Br){for(const p of d.uniformNames)if(r[p]){const f=d.getBinding(e,r[p],p);s.push({name:p,property:l,binding:f})}}}return s}setUniforms(e,r,s,l){for(const{name:d,property:p,binding:f}of r)this.binders[p].setUniform(f,l,s.get(p),d)}updatePaintBuffers(e){this._buffers=[];for(const r in this.binders){const s=this.binders[r];if(e&&s instanceof Hn){const l=e.fromScale===2?s.zoomInPaintVertexBuffer:s.zoomOutPaintVertexBuffer;l&&this._buffers.push(l)}else(s instanceof wn||s instanceof Br)&&s.paintVertexBuffer&&this._buffers.push(s.paintVertexBuffer)}}upload(e){for(const r in this.binders){const s=this.binders[r];(s instanceof wn||s instanceof Br||s instanceof Hn)&&s.upload(e)}this.updatePaintBuffers()}destroy(){for(const e in this.binders){const r=this.binders[e];(r instanceof wn||r instanceof Br||r instanceof Hn)&&r.destroy()}}}class zs{constructor(e,r,s=()=>!0){this.programConfigurations={};for(const l of e)this.programConfigurations[l.id]=new Ju(l,r,s);this.needsUpload=!1,this._featureMap=new Gn,this._bufferOffset=0}populatePaintArrays(e,r,s,l,d,p){for(const f in this.programConfigurations)this.programConfigurations[f].populatePaintArrays(e,r,l,d,p);r.id!==void 0&&this._featureMap.add(r.id,s,this._bufferOffset,e),this._bufferOffset=e,this.needsUpload=!0}updatePaintArrays(e,r,s,l){for(const d of s)this.needsUpload=this.programConfigurations[d.id].updatePaintArrays(e,this._featureMap,r,d,l)||this.needsUpload}get(e){return this.programConfigurations[e]}upload(e){if(this.needsUpload){for(const r in this.programConfigurations)this.programConfigurations[r].upload(e);this.needsUpload=!1}}destroy(){for(const e in this.programConfigurations)this.programConfigurations[e].destroy()}}function r_(i,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-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"]}[i]||[i.replace(`${e}-`,"").replace(/-/g,"_")]}function Ku(i,e,r){const s={color:{source:U,composite:Qe},number:{source:Te,composite:U}},l=function(d){return{"line-pattern":{source:oi,composite:oi},"fill-pattern":{source:oi,composite:oi},"fill-extrusion-pattern":{source:oi,composite:oi}}[d]}(i);return l&&l[r]||s[e][r]}Fe("ConstantBinder",Va),Fe("CrossFadedConstantBinder",Io),Fe("SourceExpressionBinder",wn),Fe("CrossFadedCompositeBinder",Hn),Fe("CompositeExpressionBinder",Br),Fe("ProgramConfiguration",Ju,{omit:["_buffers"]}),Fe("ProgramConfigurationSet",zs);const Qt=8192,oh=Math.pow(2,14)-1,Yu=-oh-1;function Ds(i){const e=Qt/i.extent,r=i.loadGeometry();for(let s=0;s<r.length;s++){const l=r[s];for(let d=0;d<l.length;d++){const p=l[d],f=Math.round(p.x*e),_=Math.round(p.y*e);p.x=kt(f,Yu,oh),p.y=kt(_,Yu,oh),(f<p.x||f>p.x+1||_<p.y||_>p.y+1)&&li("Geometry exceeds allowed extent, reduce your vector tile buffer size")}}return r}function Ls(i,e){return{type:i.type,id:i.id,properties:i.properties,geometry:e?Ds(i):[]}}function ec(i,e,r,s,l){i.emplaceBack(2*e+(s+1)/2,2*r+(l+1)/2)}class ah{constructor(e){this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map(r=>r.id),this.index=e.index,this.hasPattern=!1,this.layoutVertexArray=new vo,this.indexArray=new ri,this.segments=new ti,this.programConfigurations=new zs(e.layers,e.zoom),this.stateDependentLayerIds=this.layers.filter(r=>r.isStateDependent()).map(r=>r.id)}populate(e,r,s){const l=this.layers[0],d=[];let p=null,f=!1;l.type==="circle"&&(p=l.layout.get("circle-sort-key"),f=!p.isConstant());for(const{feature:_,id:x,index:S,sourceLayerIndex:k}of e){const A=this.layers[0]._featureFilter.needGeometry,D=Ls(_,A);if(!this.layers[0]._featureFilter.filter(new At(this.zoom),D,s))continue;const R=f?p.evaluate(D,{},s):void 0,O={id:x,properties:_.properties,type:_.type,sourceLayerIndex:k,index:S,geometry:A?D.geometry:Ds(_),patterns:{},sortKey:R};d.push(O)}f&&d.sort((_,x)=>_.sortKey-x.sortKey);for(const _ of d){const{geometry:x,index:S,sourceLayerIndex:k}=_,A=e[S].feature;this.addFeature(_,x,S,s),r.featureIndex.insert(A,x,S,k,this.index)}}update(e,r,s){this.stateDependentLayers.length&&this.programConfigurations.updatePaintArrays(e,r,this.stateDependentLayers,s)}isEmpty(){return this.layoutVertexArray.length===0}uploadPending(){return!this.uploaded||this.programConfigurations.needsUpload}upload(e){this.uploaded||(this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,Ra),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,r,s,l){for(const d of r)for(const p of d){const f=p.x,_=p.y;if(f<0||f>=Qt||_<0||_>=Qt)continue;const x=this.segments.prepareSegment(4,this.layoutVertexArray,this.indexArray,e.sortKey),S=x.vertexLength;ec(this.layoutVertexArray,f,_,-1,-1),ec(this.layoutVertexArray,f,_,1,-1),ec(this.layoutVertexArray,f,_,1,1),ec(this.layoutVertexArray,f,_,-1,1),this.indexArray.emplaceBack(S,S+1,S+2),this.indexArray.emplaceBack(S,S+3,S+2),x.vertexLength+=4,x.primitiveLength+=2}this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length,e,s,{},l)}}function Qu(i,e){for(let r=0;r<i.length;r++)if(ko(e,i[r]))return!0;for(let r=0;r<e.length;r++)if(ko(i,e[r]))return!0;return!!lh(i,e)}function n_(i,e,r){return!!ko(i,e)||!!ch(e,i,r)}function ed(i,e){if(i.length===1)return id(e,i[0]);for(let r=0;r<e.length;r++){const s=e[r];for(let l=0;l<s.length;l++)if(ko(i,s[l]))return!0}for(let r=0;r<i.length;r++)if(id(e,i[r]))return!0;for(let r=0;r<e.length;r++)if(lh(i,e[r]))return!0;return!1}function s_(i,e,r){if(i.length>1){if(lh(i,e))return!0;for(let s=0;s<e.length;s++)if(ch(e[s],i,r))return!0}for(let s=0;s<i.length;s++)if(ch(i[s],e,r))return!0;return!1}function lh(i,e){if(i.length===0||e.length===0)return!1;for(let r=0;r<i.length-1;r++){const s=i[r],l=i[r+1];for(let d=0;d<e.length-1;d++)if(o_(s,l,e[d],e[d+1]))return!0}return!1}function o_(i,e,r,s){return wi(i,r,s)!==wi(e,r,s)&&wi(i,e,r)!==wi(i,e,s)}function ch(i,e,r){const s=r*r;if(e.length===1)return i.distSqr(e[0])<s;for(let l=1;l<e.length;l++)if(td(i,e[l-1],e[l])<s)return!0;return!1}function td(i,e,r){const s=e.distSqr(r);if(s===0)return i.distSqr(e);const l=((i.x-e.x)*(r.x-e.x)+(i.y-e.y)*(r.y-e.y))/s;return i.distSqr(l<0?e:l>1?r:r.sub(e)._mult(l)._add(e))}function id(i,e){let r,s,l,d=!1;for(let p=0;p<i.length;p++){r=i[p];for(let f=0,_=r.length-1;f<r.length;_=f++)s=r[f],l=r[_],s.y>e.y!=l.y>e.y&&e.x<(l.x-s.x)*(e.y-s.y)/(l.y-s.y)+s.x&&(d=!d)}return d}function ko(i,e){let r=!1;for(let s=0,l=i.length-1;s<i.length;l=s++){const d=i[s],p=i[l];d.y>e.y!=p.y>e.y&&e.x<(p.x-d.x)*(e.y-d.y)/(p.y-d.y)+d.x&&(r=!r)}return r}function a_(i,e,r){const s=r[0],l=r[2];if(i.x<s.x&&e.x<s.x||i.x>l.x&&e.x>l.x||i.y<s.y&&e.y<s.y||i.y>l.y&&e.y>l.y)return!1;const d=wi(i,e,r[0]);return d!==wi(i,e,r[1])||d!==wi(i,e,r[2])||d!==wi(i,e,r[3])}function Na(i,e,r){const s=e.paint.get(i).value;return s.kind==="constant"?s.value:r.programConfigurations.get(e.id).getMaxValue(i)}function tc(i){return Math.sqrt(i[0]*i[0]+i[1]*i[1])}function ic(i,e,r,s,l){if(!e[0]&&!e[1])return i;const d=le.convert(e)._mult(l);r==="viewport"&&d._rotate(-s);const p=[];for(let f=0;f<i.length;f++)p.push(i[f].sub(d));return p}let rd,nd;Fe("CircleBucket",ah,{omit:["layers"]});var l_={get paint(){return nd=nd||new o({"circle-radius":new Je(ue.paint_circle["circle-radius"]),"circle-color":new Je(ue.paint_circle["circle-color"]),"circle-blur":new Je(ue.paint_circle["circle-blur"]),"circle-opacity":new Je(ue.paint_circle["circle-opacity"]),"circle-translate":new qe(ue.paint_circle["circle-translate"]),"circle-translate-anchor":new qe(ue.paint_circle["circle-translate-anchor"]),"circle-pitch-scale":new qe(ue.paint_circle["circle-pitch-scale"]),"circle-pitch-alignment":new qe(ue.paint_circle["circle-pitch-alignment"]),"circle-stroke-width":new Je(ue.paint_circle["circle-stroke-width"]),"circle-stroke-color":new Je(ue.paint_circle["circle-stroke-color"]),"circle-stroke-opacity":new Je(ue.paint_circle["circle-stroke-opacity"])})},get layout(){return rd=rd||new o({"circle-sort-key":new Je(ue.layout_circle["circle-sort-key"])})}},zi=1e-6,Po=typeof Float32Array<"u"?Float32Array:Array;function hh(i){return i[0]=1,i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=1,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[10]=1,i[11]=0,i[12]=0,i[13]=0,i[14]=0,i[15]=1,i}function sd(i,e,r){var s=e[0],l=e[1],d=e[2],p=e[3],f=e[4],_=e[5],x=e[6],S=e[7],k=e[8],A=e[9],D=e[10],R=e[11],O=e[12],j=e[13],J=e[14],ae=e[15],Q=r[0],re=r[1],de=r[2],be=r[3];return i[0]=Q*s+re*f+de*k+be*O,i[1]=Q*l+re*_+de*A+be*j,i[2]=Q*d+re*x+de*D+be*J,i[3]=Q*p+re*S+de*R+be*ae,i[4]=(Q=r[4])*s+(re=r[5])*f+(de=r[6])*k+(be=r[7])*O,i[5]=Q*l+re*_+de*A+be*j,i[6]=Q*d+re*x+de*D+be*J,i[7]=Q*p+re*S+de*R+be*ae,i[8]=(Q=r[8])*s+(re=r[9])*f+(de=r[10])*k+(be=r[11])*O,i[9]=Q*l+re*_+de*A+be*j,i[10]=Q*d+re*x+de*D+be*J,i[11]=Q*p+re*S+de*R+be*ae,i[12]=(Q=r[12])*s+(re=r[13])*f+(de=r[14])*k+(be=r[15])*O,i[13]=Q*l+re*_+de*A+be*j,i[14]=Q*d+re*x+de*D+be*J,i[15]=Q*p+re*S+de*R+be*ae,i}Math.hypot||(Math.hypot=function(){for(var i=0,e=arguments.length;e--;)i+=arguments[e]*arguments[e];return Math.sqrt(i)});var $a,c_=sd;function rc(i,e,r){var s=e[0],l=e[1],d=e[2],p=e[3];return i[0]=r[0]*s+r[4]*l+r[8]*d+r[12]*p,i[1]=r[1]*s+r[5]*l+r[9]*d+r[13]*p,i[2]=r[2]*s+r[6]*l+r[10]*d+r[14]*p,i[3]=r[3]*s+r[7]*l+r[11]*d+r[15]*p,i}$a=new Po(4),Po!=Float32Array&&($a[0]=0,$a[1]=0,$a[2]=0,$a[3]=0);class h_ extends h{constructor(e){super(e,l_)}createBucket(e){return new ah(e)}queryRadius(e){const r=e;return Na("circle-radius",this,r)+Na("circle-stroke-width",this,r)+tc(this.paint.get("circle-translate"))}queryIntersectsFeature(e,r,s,l,d,p,f,_){const x=ic(e,this.paint.get("circle-translate"),this.paint.get("circle-translate-anchor"),p.angle,f),S=this.paint.get("circle-radius").evaluate(r,s)+this.paint.get("circle-stroke-width").evaluate(r,s),k=this.paint.get("circle-pitch-alignment")==="map",A=k?x:function(R,O){return R.map(j=>od(j,O))}(x,_),D=k?S*f:S;for(const R of l)for(const O of R){const j=k?O:od(O,_);let J=D;const ae=rc([],[O.x,O.y,0,1],_);if(this.paint.get("circle-pitch-scale")==="viewport"&&this.paint.get("circle-pitch-alignment")==="map"?J*=ae[3]/p.cameraToCenterDistance:this.paint.get("circle-pitch-scale")==="map"&&this.paint.get("circle-pitch-alignment")==="viewport"&&(J*=p.cameraToCenterDistance/ae[3]),n_(A,j,J))return!0}return!1}}function od(i,e){const r=rc([],[i.x,i.y,0,1],e);return new le(r[0]/r[3],r[1]/r[3])}class ad extends ah{}let ld;Fe("HeatmapBucket",ad,{omit:["layers"]});var u_={get paint(){return ld=ld||new o({"heatmap-radius":new Je(ue.paint_heatmap["heatmap-radius"]),"heatmap-weight":new Je(ue.paint_heatmap["heatmap-weight"]),"heatmap-intensity":new qe(ue.paint_heatmap["heatmap-intensity"]),"heatmap-color":new n(ue.paint_heatmap["heatmap-color"]),"heatmap-opacity":new qe(ue.paint_heatmap["heatmap-opacity"])})}};function uh(i,{width:e,height:r},s,l){if(l){if(l instanceof Uint8ClampedArray)l=new Uint8Array(l.buffer);else if(l.length!==e*r*s)throw new RangeError(`mismatched image size. expected: ${l.length} but got: ${e*r*s}`)}else l=new Uint8Array(e*r*s);return i.width=e,i.height=r,i.data=l,i}function cd(i,{width:e,height:r},s){if(e===i.width&&r===i.height)return;const l=uh({},{width:e,height:r},s);dh(i,l,{x:0,y:0},{x:0,y:0},{width:Math.min(i.width,e),height:Math.min(i.height,r)},s),i.width=e,i.height=r,i.data=l.data}function dh(i,e,r,s,l,d){if(l.width===0||l.height===0)return e;if(l.width>i.width||l.height>i.height||r.x>i.width-l.width||r.y>i.height-l.height)throw new RangeError("out of range source coordinates for image copy");if(l.width>e.width||l.height>e.height||s.x>e.width-l.width||s.y>e.height-l.height)throw new RangeError("out of range destination coordinates for image copy");const p=i.data,f=e.data;if(p===f)throw new Error("srcData equals dstData, so image is already copied");for(let _=0;_<l.height;_++){const x=((r.y+_)*i.width+r.x)*d,S=((s.y+_)*e.width+s.x)*d;for(let k=0;k<l.width*d;k++)f[S+k]=p[x+k]}return e}class Ua{constructor(e,r){uh(this,e,1,r)}resize(e){cd(this,e,1)}clone(){return new Ua({width:this.width,height:this.height},new Uint8Array(this.data))}static copy(e,r,s,l,d){dh(e,r,s,l,d,1)}}class or{constructor(e,r){uh(this,e,4,r)}resize(e){cd(this,e,4)}replace(e,r){r?this.data.set(e):this.data=e instanceof Uint8ClampedArray?new Uint8Array(e.buffer):e}clone(){return new or({width:this.width,height:this.height},new Uint8Array(this.data))}static copy(e,r,s,l,d){dh(e,r,s,l,d,4)}}function hd(i){const e={},r=i.resolution||256,s=i.clips?i.clips.length:1,l=i.image||new or({width:r,height:s});if(Math.log(r)/Math.LN2%1!=0)throw new Error(`width is not a power of 2 - ${r}`);const d=(p,f,_)=>{e[i.evaluationKey]=_;const x=i.expression.evaluate(e);l.data[p+f+0]=Math.floor(255*x.r/x.a),l.data[p+f+1]=Math.floor(255*x.g/x.a),l.data[p+f+2]=Math.floor(255*x.b/x.a),l.data[p+f+3]=Math.floor(255*x.a)};if(i.clips)for(let p=0,f=0;p<s;++p,f+=4*r)for(let _=0,x=0;_<r;_++,x+=4){const S=_/(r-1),{start:k,end:A}=i.clips[p];d(f,x,k*(1-S)+A*S)}else for(let p=0,f=0;p<r;p++,f+=4)d(0,f,p/(r-1));return l}Fe("AlphaImage",Ua),Fe("RGBAImage",or);class d_ extends h{createBucket(e){return new ad(e)}constructor(e){super(e,u_),this._updateColorRamp()}_handleSpecialPaintPropertyUpdate(e){e==="heatmap-color"&&this._updateColorRamp()}_updateColorRamp(){this.colorRamp=hd({expression:this._transitionablePaint._values["heatmap-color"].value.expression,evaluationKey:"heatmapDensity",image:this.colorRamp}),this.colorRampTexture=null}resize(){this.heatmapFbo&&(this.heatmapFbo.destroy(),this.heatmapFbo=null)}queryRadius(){return 0}queryIntersectsFeature(){return!1}hasOffscreenPass(){return this.paint.get("heatmap-opacity")!==0&&this.visibility!=="none"}}let ud;var p_={get paint(){return ud=ud||new o({"hillshade-illumination-direction":new qe(ue.paint_hillshade["hillshade-illumination-direction"]),"hillshade-illumination-anchor":new qe(ue.paint_hillshade["hillshade-illumination-anchor"]),"hillshade-exaggeration":new qe(ue.paint_hillshade["hillshade-exaggeration"]),"hillshade-shadow-color":new qe(ue.paint_hillshade["hillshade-shadow-color"]),"hillshade-highlight-color":new qe(ue.paint_hillshade["hillshade-highlight-color"]),"hillshade-accent-color":new qe(ue.paint_hillshade["hillshade-accent-color"])})}};class f_ extends h{constructor(e){super(e,p_)}hasOffscreenPass(){return this.paint.get("hillshade-exaggeration")!==0&&this.visibility!=="none"}}const m_=w([{name:"a_pos",components:2,type:"Int16"}],4),{members:g_}=m_;function dd(i,e,r=2){const s=e&&e.length,l=s?e[0]*r:i.length;let d=pd(i,0,l,r,!0);const p=[];if(!d||d.next===d.prev)return p;let f,_,x;if(s&&(d=function(S,k,A,D){const R=[];for(let O=0,j=k.length;O<j;O++){const J=pd(S,k[O]*D,O<j-1?k[O+1]*D:S.length,D,!1);J===J.next&&(J.steiner=!0),R.push(T_(J))}R.sort(b_);for(let O=0;O<R.length;O++)A=w_(R[O],A);return A}(i,e,d,r)),i.length>80*r){f=1/0,_=1/0;let S=-1/0,k=-1/0;for(let A=r;A<l;A+=r){const D=i[A],R=i[A+1];D<f&&(f=D),R<_&&(_=R),D>S&&(S=D),R>k&&(k=R)}x=Math.max(S-f,k-_),x=x!==0?32767/x:0}return ja(d,p,r,f,_,x,0),p}function pd(i,e,r,s,l){let d;if(l===function(p,f,_,x){let S=0;for(let k=f,A=_-x;k<_;k+=x)S+=(p[A]-p[k])*(p[k+1]+p[A+1]),A=k;return S}(i,e,r,s)>0)for(let p=e;p<r;p+=s)d=gd(p/s|0,i[p],i[p+1],d);else for(let p=r-s;p>=e;p-=s)d=gd(p/s|0,i[p],i[p+1],d);return d&&nc(d,d.next)&&(Za(d),d=d.next),d}function Rs(i,e){if(!i)return i;e||(e=i);let r,s=i;do if(r=!1,s.steiner||!nc(s,s.next)&&Jt(s.prev,s,s.next)!==0)s=s.next;else{if(Za(s),s=e=s.prev,s===s.next)break;r=!0}while(r||s!==e);return e}function ja(i,e,r,s,l,d,p){if(!i)return;!p&&d&&function(_,x,S,k){let A=_;do A.z===0&&(A.z=ph(A.x,A.y,x,S,k)),A.prevZ=A.prev,A.nextZ=A.next,A=A.next;while(A!==_);A.prevZ.nextZ=null,A.prevZ=null,function(D){let R,O=1;do{let j,J=D;D=null;let ae=null;for(R=0;J;){R++;let Q=J,re=0;for(let be=0;be<O&&(re++,Q=Q.nextZ,Q);be++);let de=O;for(;re>0||de>0&&Q;)re!==0&&(de===0||!Q||J.z<=Q.z)?(j=J,J=J.nextZ,re--):(j=Q,Q=Q.nextZ,de--),ae?ae.nextZ=j:D=j,j.prevZ=ae,ae=j;J=Q}ae.nextZ=null,O*=2}while(R>1)}(A)}(i,s,l,d);let f=i;for(;i.prev!==i.next;){const _=i.prev,x=i.next;if(d?y_(i,s,l,d):__(i))e.push(_.i,i.i,x.i),Za(i),i=x.next,f=x.next;else if((i=x)===f){p?p===1?ja(i=x_(Rs(i),e),e,r,s,l,d,2):p===2&&v_(i,e,r,s,l,d):ja(Rs(i),e,r,s,l,d,1);break}}}function __(i){const e=i.prev,r=i,s=i.next;if(Jt(e,r,s)>=0)return!1;const l=e.x,d=r.x,p=s.x,f=e.y,_=r.y,x=s.y,S=l<d?l<p?l:p:d<p?d:p,k=f<_?f<x?f:x:_<x?_:x,A=l>d?l>p?l:p:d>p?d:p,D=f>_?f>x?f:x:_>x?_:x;let R=s.next;for(;R!==e;){if(R.x>=S&&R.x<=A&&R.y>=k&&R.y<=D&&Eo(l,f,d,_,p,x,R.x,R.y)&&Jt(R.prev,R,R.next)>=0)return!1;R=R.next}return!0}function y_(i,e,r,s){const l=i.prev,d=i,p=i.next;if(Jt(l,d,p)>=0)return!1;const f=l.x,_=d.x,x=p.x,S=l.y,k=d.y,A=p.y,D=f<_?f<x?f:x:_<x?_:x,R=S<k?S<A?S:A:k<A?k:A,O=f>_?f>x?f:x:_>x?_:x,j=S>k?S>A?S:A:k>A?k:A,J=ph(D,R,e,r,s),ae=ph(O,j,e,r,s);let Q=i.prevZ,re=i.nextZ;for(;Q&&Q.z>=J&&re&&re.z<=ae;){if(Q.x>=D&&Q.x<=O&&Q.y>=R&&Q.y<=j&&Q!==l&&Q!==p&&Eo(f,S,_,k,x,A,Q.x,Q.y)&&Jt(Q.prev,Q,Q.next)>=0||(Q=Q.prevZ,re.x>=D&&re.x<=O&&re.y>=R&&re.y<=j&&re!==l&&re!==p&&Eo(f,S,_,k,x,A,re.x,re.y)&&Jt(re.prev,re,re.next)>=0))return!1;re=re.nextZ}for(;Q&&Q.z>=J;){if(Q.x>=D&&Q.x<=O&&Q.y>=R&&Q.y<=j&&Q!==l&&Q!==p&&Eo(f,S,_,k,x,A,Q.x,Q.y)&&Jt(Q.prev,Q,Q.next)>=0)return!1;Q=Q.prevZ}for(;re&&re.z<=ae;){if(re.x>=D&&re.x<=O&&re.y>=R&&re.y<=j&&re!==l&&re!==p&&Eo(f,S,_,k,x,A,re.x,re.y)&&Jt(re.prev,re,re.next)>=0)return!1;re=re.nextZ}return!0}function x_(i,e){let r=i;do{const s=r.prev,l=r.next.next;!nc(s,l)&&fd(s,r,r.next,l)&&qa(s,l)&&qa(l,s)&&(e.push(s.i,r.i,l.i),Za(r),Za(r.next),r=i=l),r=r.next}while(r!==i);return Rs(r)}function v_(i,e,r,s,l,d){let p=i;do{let f=p.next.next;for(;f!==p.prev;){if(p.i!==f.i&&I_(p,f)){let _=md(p,f);return p=Rs(p,p.next),_=Rs(_,_.next),ja(p,e,r,s,l,d,0),void ja(_,e,r,s,l,d,0)}f=f.next}p=p.next}while(p!==i)}function b_(i,e){return i.x-e.x}function w_(i,e){const r=function(l,d){let p=d;const f=l.x,_=l.y;let x,S=-1/0;do{if(_<=p.y&&_>=p.next.y&&p.next.y!==p.y){const O=p.x+(_-p.y)*(p.next.x-p.x)/(p.next.y-p.y);if(O<=f&&O>S&&(S=O,x=p.x<p.next.x?p:p.next,O===f))return x}p=p.next}while(p!==d);if(!x)return null;const k=x,A=x.x,D=x.y;let R=1/0;p=x;do{if(f>=p.x&&p.x>=A&&f!==p.x&&Eo(_<D?f:S,_,A,D,_<D?S:f,_,p.x,p.y)){const O=Math.abs(_-p.y)/(f-p.x);qa(p,l)&&(O<R||O===R&&(p.x>x.x||p.x===x.x&&S_(x,p)))&&(x=p,R=O)}p=p.next}while(p!==k);return x}(i,e);if(!r)return e;const s=md(r,i);return Rs(s,s.next),Rs(r,r.next)}function S_(i,e){return Jt(i.prev,i,e.prev)<0&&Jt(e.next,i,i.next)<0}function ph(i,e,r,s,l){return(i=1431655765&((i=858993459&((i=252645135&((i=16711935&((i=(i-r)*l|0)|i<<8))|i<<4))|i<<2))|i<<1))|(e=1431655765&((e=858993459&((e=252645135&((e=16711935&((e=(e-s)*l|0)|e<<8))|e<<4))|e<<2))|e<<1))<<1}function T_(i){let e=i,r=i;do(e.x<r.x||e.x===r.x&&e.y<r.y)&&(r=e),e=e.next;while(e!==i);return r}function Eo(i,e,r,s,l,d,p,f){return(l-p)*(e-f)>=(i-p)*(d-f)&&(i-p)*(s-f)>=(r-p)*(e-f)&&(r-p)*(d-f)>=(l-p)*(s-f)}function I_(i,e){return i.next.i!==e.i&&i.prev.i!==e.i&&!function(r,s){let l=r;do{if(l.i!==r.i&&l.next.i!==r.i&&l.i!==s.i&&l.next.i!==s.i&&fd(l,l.next,r,s))return!0;l=l.next}while(l!==r);return!1}(i,e)&&(qa(i,e)&&qa(e,i)&&function(r,s){let l=r,d=!1;const p=(r.x+s.x)/2,f=(r.y+s.y)/2;do l.y>f!=l.next.y>f&&l.next.y!==l.y&&p<(l.next.x-l.x)*(f-l.y)/(l.next.y-l.y)+l.x&&(d=!d),l=l.next;while(l!==r);return d}(i,e)&&(Jt(i.prev,i,e.prev)||Jt(i,e.prev,e))||nc(i,e)&&Jt(i.prev,i,i.next)>0&&Jt(e.prev,e,e.next)>0)}function Jt(i,e,r){return(e.y-i.y)*(r.x-e.x)-(e.x-i.x)*(r.y-e.y)}function nc(i,e){return i.x===e.x&&i.y===e.y}function fd(i,e,r,s){const l=oc(Jt(i,e,r)),d=oc(Jt(i,e,s)),p=oc(Jt(r,s,i)),f=oc(Jt(r,s,e));return l!==d&&p!==f||!(l!==0||!sc(i,r,e))||!(d!==0||!sc(i,s,e))||!(p!==0||!sc(r,i,s))||!(f!==0||!sc(r,e,s))}function sc(i,e,r){return e.x<=Math.max(i.x,r.x)&&e.x>=Math.min(i.x,r.x)&&e.y<=Math.max(i.y,r.y)&&e.y>=Math.min(i.y,r.y)}function oc(i){return i>0?1:i<0?-1:0}function qa(i,e){return Jt(i.prev,i,i.next)<0?Jt(i,e,i.next)>=0&&Jt(i,i.prev,e)>=0:Jt(i,e,i.prev)<0||Jt(i,i.next,e)<0}function md(i,e){const r=fh(i.i,i.x,i.y),s=fh(e.i,e.x,e.y),l=i.next,d=e.prev;return i.next=e,e.prev=i,r.next=l,l.prev=r,s.next=r,r.prev=s,d.next=s,s.prev=d,s}function gd(i,e,r,s){const l=fh(i,e,r);return s?(l.next=s.next,l.prev=s,s.next.prev=l,s.next=l):(l.prev=l,l.next=l),l}function Za(i){i.next.prev=i.prev,i.prev.next=i.next,i.prevZ&&(i.prevZ.nextZ=i.nextZ),i.nextZ&&(i.nextZ.prevZ=i.prevZ)}function fh(i,e,r){return{i,x:e,y:r,prev:null,next:null,z:0,prevZ:null,nextZ:null,steiner:!1}}function mh(i,e,r){const s=r.patternDependencies;let l=!1;for(const d of e){const p=d.paint.get(`${i}-pattern`);p.isConstant()||(l=!0);const f=p.constantOr(null);f&&(l=!0,s[f.to]=!0,s[f.from]=!0)}return l}function gh(i,e,r,s,l){const d=l.patternDependencies;for(const p of e){const f=p.paint.get(`${i}-pattern`).value;if(f.kind!=="constant"){let _=f.evaluate({zoom:s-1},r,{},l.availableImages),x=f.evaluate({zoom:s},r,{},l.availableImages),S=f.evaluate({zoom:s+1},r,{},l.availableImages);_=_&&_.name?_.name:_,x=x&&x.name?x.name:x,S=S&&S.name?S.name:S,d[_]=!0,d[x]=!0,d[S]=!0,r.patterns[p.id]={min:_,mid:x,max:S}}}return r}class _h{constructor(e){this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map(r=>r.id),this.index=e.index,this.hasPattern=!1,this.patternFeatures=[],this.layoutVertexArray=new jn,this.indexArray=new ri,this.indexArray2=new $t,this.programConfigurations=new zs(e.layers,e.zoom),this.segments=new ti,this.segments2=new ti,this.stateDependentLayerIds=this.layers.filter(r=>r.isStateDependent()).map(r=>r.id)}populate(e,r,s){this.hasPattern=mh("fill",this.layers,r);const l=this.layers[0].layout.get("fill-sort-key"),d=!l.isConstant(),p=[];for(const{feature:f,id:_,index:x,sourceLayerIndex:S}of e){const k=this.layers[0]._featureFilter.needGeometry,A=Ls(f,k);if(!this.layers[0]._featureFilter.filter(new At(this.zoom),A,s))continue;const D=d?l.evaluate(A,{},s,r.availableImages):void 0,R={id:_,properties:f.properties,type:f.type,sourceLayerIndex:S,index:x,geometry:k?A.geometry:Ds(f),patterns:{},sortKey:D};p.push(R)}d&&p.sort((f,_)=>f.sortKey-_.sortKey);for(const f of p){const{geometry:_,index:x,sourceLayerIndex:S}=f;if(this.hasPattern){const k=gh("fill",this.layers,f,this.zoom,r);this.patternFeatures.push(k)}else this.addFeature(f,_,x,s,{});r.featureIndex.insert(e[x].feature,_,x,S,this.index)}}update(e,r,s){this.stateDependentLayers.length&&this.programConfigurations.updatePaintArrays(e,r,this.stateDependentLayers,s)}addFeatures(e,r,s){for(const l of this.patternFeatures)this.addFeature(l,l.geometry,l.index,r,s)}isEmpty(){return this.layoutVertexArray.length===0}uploadPending(){return!this.uploaded||this.programConfigurations.needsUpload}upload(e){this.uploaded||(this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,g_),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,r,s,l,d){for(const p of eo(r,500)){let f=0;for(const D of p)f+=D.length;const _=this.segments.prepareSegment(f,this.layoutVertexArray,this.indexArray),x=_.vertexLength,S=[],k=[];for(const D of p){if(D.length===0)continue;D!==p[0]&&k.push(S.length/2);const R=this.segments2.prepareSegment(D.length,this.layoutVertexArray,this.indexArray2),O=R.vertexLength;this.layoutVertexArray.emplaceBack(D[0].x,D[0].y),this.indexArray2.emplaceBack(O+D.length-1,O),S.push(D[0].x),S.push(D[0].y);for(let j=1;j<D.length;j++)this.layoutVertexArray.emplaceBack(D[j].x,D[j].y),this.indexArray2.emplaceBack(O+j-1,O+j),S.push(D[j].x),S.push(D[j].y);R.vertexLength+=D.length,R.primitiveLength+=D.length}const A=dd(S,k);for(let D=0;D<A.length;D+=3)this.indexArray.emplaceBack(x+A[D],x+A[D+1],x+A[D+2]);_.vertexLength+=f,_.primitiveLength+=A.length/3}this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length,e,s,d,l)}}let _d,yd;Fe("FillBucket",_h,{omit:["layers","patternFeatures"]});var k_={get paint(){return yd=yd||new o({"fill-antialias":new qe(ue.paint_fill["fill-antialias"]),"fill-opacity":new Je(ue.paint_fill["fill-opacity"]),"fill-color":new Je(ue.paint_fill["fill-color"]),"fill-outline-color":new Je(ue.paint_fill["fill-outline-color"]),"fill-translate":new qe(ue.paint_fill["fill-translate"]),"fill-translate-anchor":new qe(ue.paint_fill["fill-translate-anchor"]),"fill-pattern":new u(ue.paint_fill["fill-pattern"])})},get layout(){return _d=_d||new o({"fill-sort-key":new Je(ue.layout_fill["fill-sort-key"])})}};class P_ extends h{constructor(e){super(e,k_)}recalculate(e,r){super.recalculate(e,r);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 _h(e)}queryRadius(){return tc(this.paint.get("fill-translate"))}queryIntersectsFeature(e,r,s,l,d,p,f){return ed(ic(e,this.paint.get("fill-translate"),this.paint.get("fill-translate-anchor"),p.angle,f),l)}isTileClipped(){return!0}}const E_=w([{name:"a_pos",components:2,type:"Int16"},{name:"a_normal_ed",components:4,type:"Int16"}],4),A_=w([{name:"a_centroid",components:2,type:"Int16"}],4),{members:C_}=E_;var Wn={},M_=fe,xd=Ao;function Ao(i,e,r,s,l){this.properties={},this.extent=r,this.type=0,this._pbf=i,this._geometry=-1,this._keys=s,this._values=l,i.readFields(z_,this,e)}function z_(i,e,r){i==1?e.id=r.readVarint():i==2?function(s,l){for(var d=s.readVarint()+s.pos;s.pos<d;){var p=l._keys[s.readVarint()],f=l._values[s.readVarint()];l.properties[p]=f}}(r,e):i==3?e.type=r.readVarint():i==4&&(e._geometry=r.pos)}function D_(i){for(var e,r,s=0,l=0,d=i.length,p=d-1;l<d;p=l++)s+=((r=i[p]).x-(e=i[l]).x)*(e.y+r.y);return s}Ao.types=["Unknown","Point","LineString","Polygon"],Ao.prototype.loadGeometry=function(){var i=this._pbf;i.pos=this._geometry;for(var e,r=i.readVarint()+i.pos,s=1,l=0,d=0,p=0,f=[];i.pos<r;){if(l<=0){var _=i.readVarint();s=7&_,l=_>>3}if(l--,s===1||s===2)d+=i.readSVarint(),p+=i.readSVarint(),s===1&&(e&&f.push(e),e=[]),e.push(new M_(d,p));else{if(s!==7)throw new Error("unknown command "+s);e&&e.push(e[0].clone())}}return e&&f.push(e),f},Ao.prototype.bbox=function(){var i=this._pbf;i.pos=this._geometry;for(var e=i.readVarint()+i.pos,r=1,s=0,l=0,d=0,p=1/0,f=-1/0,_=1/0,x=-1/0;i.pos<e;){if(s<=0){var S=i.readVarint();r=7&S,s=S>>3}if(s--,r===1||r===2)(l+=i.readSVarint())<p&&(p=l),l>f&&(f=l),(d+=i.readSVarint())<_&&(_=d),d>x&&(x=d);else if(r!==7)throw new Error("unknown command "+r)}return[p,_,f,x]},Ao.prototype.toGeoJSON=function(i,e,r){var s,l,d=this.extent*Math.pow(2,r),p=this.extent*i,f=this.extent*e,_=this.loadGeometry(),x=Ao.types[this.type];function S(D){for(var R=0;R<D.length;R++){var O=D[R];D[R]=[360*(O.x+p)/d-180,360/Math.PI*Math.atan(Math.exp((180-360*(O.y+f)/d)*Math.PI/180))-90]}}switch(this.type){case 1:var k=[];for(s=0;s<_.length;s++)k[s]=_[s][0];S(_=k);break;case 2:for(s=0;s<_.length;s++)S(_[s]);break;case 3:for(_=function(D){var R=D.length;if(R<=1)return[D];for(var O,j,J=[],ae=0;ae<R;ae++){var Q=D_(D[ae]);Q!==0&&(j===void 0&&(j=Q<0),j===Q<0?(O&&J.push(O),O=[D[ae]]):O.push(D[ae]))}return O&&J.push(O),J}(_),s=0;s<_.length;s++)for(l=0;l<_[s].length;l++)S(_[s][l])}_.length===1?_=_[0]:x="Multi"+x;var A={type:"Feature",geometry:{type:x,coordinates:_},properties:this.properties};return"id"in this&&(A.id=this.id),A};var L_=xd,vd=bd;function bd(i,e){this.version=1,this.name=null,this.extent=4096,this.length=0,this._pbf=i,this._keys=[],this._values=[],this._features=[],i.readFields(R_,this,e),this.length=this._features.length}function R_(i,e,r){i===15?e.version=r.readVarint():i===1?e.name=r.readString():i===5?e.extent=r.readVarint():i===2?e._features.push(r.pos):i===3?e._keys.push(r.readString()):i===4&&e._values.push(function(s){for(var l=null,d=s.readVarint()+s.pos;s.pos<d;){var p=s.readVarint()>>3;l=p===1?s.readString():p===2?s.readFloat():p===3?s.readDouble():p===4?s.readVarint64():p===5?s.readVarint():p===6?s.readSVarint():p===7?s.readBoolean():null}return l}(r))}bd.prototype.feature=function(i){if(i<0||i>=this._features.length)throw new Error("feature index out of bounds");this._pbf.pos=this._features[i];var e=this._pbf.readVarint()+this._pbf.pos;return new L_(this._pbf,e,this.extent,this._keys,this._values)};var B_=vd;function F_(i,e,r){if(i===3){var s=new B_(r,r.readVarint()+r.pos);s.length&&(e[s.name]=s)}}Wn.VectorTile=function(i,e){this.layers=i.readFields(F_,{},e)},Wn.VectorTileFeature=xd,Wn.VectorTileLayer=vd;const O_=Wn.VectorTileFeature.types,yh=Math.pow(2,13);function Ga(i,e,r,s,l,d,p,f){i.emplaceBack(e,r,2*Math.floor(s*yh)+p,l*yh*2,d*yh*2,Math.round(f))}class xh{constructor(e){this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map(r=>r.id),this.index=e.index,this.hasPattern=!1,this.layoutVertexArray=new bn,this.centroidVertexArray=new vn,this.indexArray=new ri,this.programConfigurations=new zs(e.layers,e.zoom),this.segments=new ti,this.stateDependentLayerIds=this.layers.filter(r=>r.isStateDependent()).map(r=>r.id)}populate(e,r,s){this.features=[],this.hasPattern=mh("fill-extrusion",this.layers,r);for(const{feature:l,id:d,index:p,sourceLayerIndex:f}of e){const _=this.layers[0]._featureFilter.needGeometry,x=Ls(l,_);if(!this.layers[0]._featureFilter.filter(new At(this.zoom),x,s))continue;const S={id:d,sourceLayerIndex:f,index:p,geometry:_?x.geometry:Ds(l),properties:l.properties,type:l.type,patterns:{}};this.hasPattern?this.features.push(gh("fill-extrusion",this.layers,S,this.zoom,r)):this.addFeature(S,S.geometry,p,s,{}),r.featureIndex.insert(l,S.geometry,p,f,this.index,!0)}}addFeatures(e,r,s){for(const l of this.features){const{geometry:d}=l;this.addFeature(l,d,l.index,r,s)}}update(e,r,s){this.stateDependentLayers.length&&this.programConfigurations.updatePaintArrays(e,r,this.stateDependentLayers,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,C_),this.centroidVertexBuffer=e.createVertexBuffer(this.centroidVertexArray,A_.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,r,s,l,d){for(const p of eo(r,500)){const f={x:0,y:0,vertexCount:0};let _=0;for(const R of p)_+=R.length;let x=this.segments.prepareSegment(4,this.layoutVertexArray,this.indexArray);for(const R of p){if(R.length===0||N_(R))continue;let O=0;for(let j=0;j<R.length;j++){const J=R[j];if(j>=1){const ae=R[j-1];if(!V_(J,ae)){x.vertexLength+4>ti.MAX_VERTEX_ARRAY_LENGTH&&(x=this.segments.prepareSegment(4,this.layoutVertexArray,this.indexArray));const Q=J.sub(ae)._perp()._unit(),re=ae.dist(J);O+re>32768&&(O=0),Ga(this.layoutVertexArray,J.x,J.y,Q.x,Q.y,0,0,O),Ga(this.layoutVertexArray,J.x,J.y,Q.x,Q.y,0,1,O),f.x+=2*J.x,f.y+=2*J.y,f.vertexCount+=2,O+=re,Ga(this.layoutVertexArray,ae.x,ae.y,Q.x,Q.y,0,0,O),Ga(this.layoutVertexArray,ae.x,ae.y,Q.x,Q.y,0,1,O),f.x+=2*ae.x,f.y+=2*ae.y,f.vertexCount+=2;const de=x.vertexLength;this.indexArray.emplaceBack(de,de+2,de+1),this.indexArray.emplaceBack(de+1,de+2,de+3),x.vertexLength+=4,x.primitiveLength+=2}}}}if(x.vertexLength+_>ti.MAX_VERTEX_ARRAY_LENGTH&&(x=this.segments.prepareSegment(_,this.layoutVertexArray,this.indexArray)),O_[e.type]!=="Polygon")continue;const S=[],k=[],A=x.vertexLength;for(const R of p)if(R.length!==0){R!==p[0]&&k.push(S.length/2);for(let O=0;O<R.length;O++){const j=R[O];Ga(this.layoutVertexArray,j.x,j.y,0,0,1,1,0),f.x+=j.x,f.y+=j.y,f.vertexCount+=1,S.push(j.x),S.push(j.y)}}const D=dd(S,k);for(let R=0;R<D.length;R+=3)this.indexArray.emplaceBack(A+D[R],A+D[R+2],A+D[R+1]);x.primitiveLength+=D.length/3,x.vertexLength+=_;for(let R=0;R<f.vertexCount;R++){const O=Math.floor(f.x/f.vertexCount),j=Math.floor(f.y/f.vertexCount);this.centroidVertexArray.emplaceBack(O,j)}}this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length,e,s,d,l)}}function V_(i,e){return i.x===e.x&&(i.x<0||i.x>Qt)||i.y===e.y&&(i.y<0||i.y>Qt)}function N_(i){return i.every(e=>e.x<0)||i.every(e=>e.x>Qt)||i.every(e=>e.y<0)||i.every(e=>e.y>Qt)}let wd;Fe("FillExtrusionBucket",xh,{omit:["layers","features"]});var $_={get paint(){return wd=wd||new o({"fill-extrusion-opacity":new qe(ue["paint_fill-extrusion"]["fill-extrusion-opacity"]),"fill-extrusion-color":new Je(ue["paint_fill-extrusion"]["fill-extrusion-color"]),"fill-extrusion-translate":new qe(ue["paint_fill-extrusion"]["fill-extrusion-translate"]),"fill-extrusion-translate-anchor":new qe(ue["paint_fill-extrusion"]["fill-extrusion-translate-anchor"]),"fill-extrusion-pattern":new u(ue["paint_fill-extrusion"]["fill-extrusion-pattern"]),"fill-extrusion-height":new Je(ue["paint_fill-extrusion"]["fill-extrusion-height"]),"fill-extrusion-base":new Je(ue["paint_fill-extrusion"]["fill-extrusion-base"]),"fill-extrusion-vertical-gradient":new qe(ue["paint_fill-extrusion"]["fill-extrusion-vertical-gradient"])})}};class U_ extends h{constructor(e){super(e,$_)}createBucket(e){return new xh(e)}queryRadius(){return tc(this.paint.get("fill-extrusion-translate"))}is3D(){return!0}queryIntersectsFeature(e,r,s,l,d,p,f,_){const x=ic(e,this.paint.get("fill-extrusion-translate"),this.paint.get("fill-extrusion-translate-anchor"),p.angle,f),S=this.paint.get("fill-extrusion-height").evaluate(r,s),k=this.paint.get("fill-extrusion-base").evaluate(r,s),A=function(R,O,j,J){const ae=[];for(const Q of R){const re=[Q.x,Q.y,0,1];rc(re,re,O),ae.push(new le(re[0]/re[3],re[1]/re[3]))}return ae}(x,_),D=function(R,O,j,J){const ae=[],Q=[],re=J[8]*O,de=J[9]*O,be=J[10]*O,Le=J[11]*O,Xe=J[8]*j,Me=J[9]*j,Ae=J[10]*j,je=J[11]*j;for(const Ve of R){const Be=[],_e=[];for(const Ze of Ve){const $e=Ze.x,et=Ze.y,It=J[0]*$e+J[4]*et+J[12],Tt=J[1]*$e+J[5]*et+J[13],ni=J[2]*$e+J[6]*et+J[14],wr=J[3]*$e+J[7]*et+J[15],yi=ni+be,Gt=wr+Le,Di=It+Xe,Li=Tt+Me,Ri=ni+Ae,Ht=wr+je,si=new le((It+re)/Gt,(Tt+de)/Gt);si.z=yi/Gt,Be.push(si);const ki=new le(Di/Ht,Li/Ht);ki.z=Ri/Ht,_e.push(ki)}ae.push(Be),Q.push(_e)}return[ae,Q]}(l,k,S,_);return function(R,O,j){let J=1/0;ed(j,O)&&(J=Sd(j,O[0]));for(let ae=0;ae<O.length;ae++){const Q=O[ae],re=R[ae];for(let de=0;de<Q.length-1;de++){const be=Q[de],Le=[be,Q[de+1],re[de+1],re[de],be];Qu(j,Le)&&(J=Math.min(J,Sd(j,Le)))}}return J!==1/0&&J}(D[0],D[1],A)}}function Ha(i,e){return i.x*e.x+i.y*e.y}function Sd(i,e){if(i.length===1){let r=0;const s=e[r++];let l;for(;!l||s.equals(l);)if(l=e[r++],!l)return 1/0;for(;r<e.length;r++){const d=e[r],p=i[0],f=l.sub(s),_=d.sub(s),x=p.sub(s),S=Ha(f,f),k=Ha(f,_),A=Ha(_,_),D=Ha(x,f),R=Ha(x,_),O=S*A-k*k,j=(A*D-k*R)/O,J=(S*R-k*D)/O,ae=s.z*(1-j-J)+l.z*j+d.z*J;if(isFinite(ae))return ae}return 1/0}{let r=1/0;for(const s of e)r=Math.min(r,s.z);return r}}const j_=w([{name:"a_pos_normal",components:2,type:"Int16"},{name:"a_data",components:4,type:"Uint8"}],4),{members:q_}=j_,Z_=w([{name:"a_uv_x",components:1,type:"Float32"},{name:"a_split_index",components:1,type:"Float32"}]),{members:G_}=Z_,H_=Wn.VectorTileFeature.types,W_=Math.cos(Math.PI/180*37.5),Td=Math.pow(2,14)/.5;class vh{constructor(e){this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map(r=>r.id),this.index=e.index,this.hasPattern=!1,this.patternFeatures=[],this.lineClipsArray=[],this.gradients={},this.layers.forEach(r=>{this.gradients[r.id]={}}),this.layoutVertexArray=new bo,this.layoutVertexArray2=new La,this.indexArray=new ri,this.programConfigurations=new zs(e.layers,e.zoom),this.segments=new ti,this.maxLineLength=0,this.stateDependentLayerIds=this.layers.filter(r=>r.isStateDependent()).map(r=>r.id)}populate(e,r,s){this.hasPattern=mh("line",this.layers,r);const l=this.layers[0].layout.get("line-sort-key"),d=!l.isConstant(),p=[];for(const{feature:f,id:_,index:x,sourceLayerIndex:S}of e){const k=this.layers[0]._featureFilter.needGeometry,A=Ls(f,k);if(!this.layers[0]._featureFilter.filter(new At(this.zoom),A,s))continue;const D=d?l.evaluate(A,{},s):void 0,R={id:_,properties:f.properties,type:f.type,sourceLayerIndex:S,index:x,geometry:k?A.geometry:Ds(f),patterns:{},sortKey:D};p.push(R)}d&&p.sort((f,_)=>f.sortKey-_.sortKey);for(const f of p){const{geometry:_,index:x,sourceLayerIndex:S}=f;if(this.hasPattern){const k=gh("line",this.layers,f,this.zoom,r);this.patternFeatures.push(k)}else this.addFeature(f,_,x,s,{});r.featureIndex.insert(e[x].feature,_,x,S,this.index)}}update(e,r,s){this.stateDependentLayers.length&&this.programConfigurations.updatePaintArrays(e,r,this.stateDependentLayers,s)}addFeatures(e,r,s){for(const l of this.patternFeatures)this.addFeature(l,l.geometry,l.index,r,s)}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,G_)),this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,q_),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,r,s,l,d){const p=this.layers[0].layout,f=p.get("line-join").evaluate(e,{}),_=p.get("line-cap"),x=p.get("line-miter-limit"),S=p.get("line-round-limit");this.lineClips=this.lineFeatureClips(e);for(const k of r)this.addLine(k,e,f,_,x,S);this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length,e,s,d,l)}addLine(e,r,s,l,d,p){if(this.distance=0,this.scaledDistance=0,this.totalDistance=0,this.lineClips){this.lineClipsArray.push(this.lineClips);for(let J=0;J<e.length-1;J++)this.totalDistance+=e[J].dist(e[J+1]);this.updateScaledDistance(),this.maxLineLength=Math.max(this.maxLineLength,this.totalDistance)}const f=H_[r.type]==="Polygon";let _=e.length;for(;_>=2&&e[_-1].equals(e[_-2]);)_--;let x=0;for(;x<_-1&&e[x].equals(e[x+1]);)x++;if(_<(f?3:2))return;s==="bevel"&&(d=1.05);const S=this.overscaling<=16?15*Qt/(512*this.overscaling):0,k=this.segments.prepareSegment(10*_,this.layoutVertexArray,this.indexArray);let A,D,R,O,j;this.e1=this.e2=-1,f&&(A=e[_-2],j=e[x].sub(A)._unit()._perp());for(let J=x;J<_;J++){if(R=J===_-1?f?e[x+1]:void 0:e[J+1],R&&e[J].equals(R))continue;j&&(O=j),A&&(D=A),A=e[J],j=R?R.sub(A)._unit()._perp():O,O=O||j;let ae=O.add(j);ae.x===0&&ae.y===0||ae._unit();const Q=O.x*j.x+O.y*j.y,re=ae.x*j.x+ae.y*j.y,de=re!==0?1/re:1/0,be=2*Math.sqrt(2-2*re),Le=re<W_&&D&&R,Xe=O.x*j.y-O.y*j.x>0;if(Le&&J>x){const je=A.dist(D);if(je>2*S){const Ve=A.sub(A.sub(D)._mult(S/je)._round());this.updateDistance(D,Ve),this.addCurrentVertex(Ve,O,0,0,k),D=Ve}}const Me=D&&R;let Ae=Me?s:f?"butt":l;if(Me&&Ae==="round"&&(de<p?Ae="miter":de<=2&&(Ae="fakeround")),Ae==="miter"&&de>d&&(Ae="bevel"),Ae==="bevel"&&(de>2&&(Ae="flipbevel"),de<d&&(Ae="miter")),D&&this.updateDistance(D,A),Ae==="miter")ae._mult(de),this.addCurrentVertex(A,ae,0,0,k);else if(Ae==="flipbevel"){if(de>100)ae=j.mult(-1);else{const je=de*O.add(j).mag()/O.sub(j).mag();ae._perp()._mult(je*(Xe?-1:1))}this.addCurrentVertex(A,ae,0,0,k),this.addCurrentVertex(A,ae.mult(-1),0,0,k)}else if(Ae==="bevel"||Ae==="fakeround"){const je=-Math.sqrt(de*de-1),Ve=Xe?je:0,Be=Xe?0:je;if(D&&this.addCurrentVertex(A,O,Ve,Be,k),Ae==="fakeround"){const _e=Math.round(180*be/Math.PI/20);for(let Ze=1;Ze<_e;Ze++){let $e=Ze/_e;if($e!==.5){const It=$e-.5;$e+=$e*It*($e-1)*((1.0904+Q*(Q*(3.55645-1.43519*Q)-3.2452))*It*It+(.848013+Q*(.215638*Q-1.06021)))}const et=j.sub(O)._mult($e)._add(O)._unit()._mult(Xe?-1:1);this.addHalfVertex(A,et.x,et.y,!1,Xe,0,k)}}R&&this.addCurrentVertex(A,j,-Ve,-Be,k)}else if(Ae==="butt")this.addCurrentVertex(A,ae,0,0,k);else if(Ae==="square"){const je=D?1:-1;this.addCurrentVertex(A,ae,je,je,k)}else Ae==="round"&&(D&&(this.addCurrentVertex(A,O,0,0,k),this.addCurrentVertex(A,O,1,1,k,!0)),R&&(this.addCurrentVertex(A,j,-1,-1,k,!0),this.addCurrentVertex(A,j,0,0,k)));if(Le&&J<_-1){const je=A.dist(R);if(je>2*S){const Ve=A.add(R.sub(A)._mult(S/je)._round());this.updateDistance(A,Ve),this.addCurrentVertex(Ve,j,0,0,k),A=Ve}}}}addCurrentVertex(e,r,s,l,d,p=!1){const f=r.y*l-r.x,_=-r.y-r.x*l;this.addHalfVertex(e,r.x+r.y*s,r.y-r.x*s,p,!1,s,d),this.addHalfVertex(e,f,_,p,!0,-l,d),this.distance>Td/2&&this.totalDistance===0&&(this.distance=0,this.updateScaledDistance(),this.addCurrentVertex(e,r,s,l,d,p))}addHalfVertex({x:e,y:r},s,l,d,p,f,_){const x=.5*(this.lineClips?this.scaledDistance*(Td-1):this.scaledDistance);this.layoutVertexArray.emplaceBack((e<<1)+(d?1:0),(r<<1)+(p?1:0),Math.round(63*s)+128,Math.round(63*l)+128,1+(f===0?0:f<0?-1:1)|(63&x)<<2,x>>6),this.lineClips&&this.layoutVertexArray2.emplaceBack((this.scaledDistance-this.lineClips.start)/(this.lineClips.end-this.lineClips.start),this.lineClipsArray.length);const S=_.vertexLength++;this.e1>=0&&this.e2>=0&&(this.indexArray.emplaceBack(this.e1,this.e2,S),_.primitiveLength++),p?this.e2=S:this.e1=S}updateScaledDistance(){this.scaledDistance=this.lineClips?this.lineClips.start+(this.lineClips.end-this.lineClips.start)*this.distance/this.totalDistance:this.distance}updateDistance(e,r){this.distance+=e.dist(r),this.updateScaledDistance()}}let Id,kd;Fe("LineBucket",vh,{omit:["layers","patternFeatures"]});var Pd={get paint(){return kd=kd||new o({"line-opacity":new Je(ue.paint_line["line-opacity"]),"line-color":new Je(ue.paint_line["line-color"]),"line-translate":new qe(ue.paint_line["line-translate"]),"line-translate-anchor":new qe(ue.paint_line["line-translate-anchor"]),"line-width":new Je(ue.paint_line["line-width"]),"line-gap-width":new Je(ue.paint_line["line-gap-width"]),"line-offset":new Je(ue.paint_line["line-offset"]),"line-blur":new Je(ue.paint_line["line-blur"]),"line-dasharray":new t(ue.paint_line["line-dasharray"]),"line-pattern":new u(ue.paint_line["line-pattern"]),"line-gradient":new n(ue.paint_line["line-gradient"])})},get layout(){return Id=Id||new o({"line-cap":new qe(ue.layout_line["line-cap"]),"line-join":new Je(ue.layout_line["line-join"]),"line-miter-limit":new qe(ue.layout_line["line-miter-limit"]),"line-round-limit":new qe(ue.layout_line["line-round-limit"]),"line-sort-key":new Je(ue.layout_line["line-sort-key"])})}};class X_ extends Je{possiblyEvaluate(e,r){return r=new At(Math.floor(r.zoom),{now:r.now,fadeDuration:r.fadeDuration,zoomHistory:r.zoomHistory,transition:r.transition}),super.possiblyEvaluate(e,r)}evaluate(e,r,s,l){return r=Ut({},r,{zoom:Math.floor(r.zoom)}),super.evaluate(e,r,s,l)}}let ac;class J_ extends h{constructor(e){super(e,Pd),this.gradientVersion=0,ac||(ac=new X_(Pd.paint.properties["line-width"].specification),ac.useIntegerZoom=!0)}_handleSpecialPaintPropertyUpdate(e){if(e==="line-gradient"){const r=this.gradientExpression();this.stepInterpolant=!!function(s){return s._styleExpression!==void 0}(r)&&r._styleExpression.expression instanceof zn,this.gradientVersion=(this.gradientVersion+1)%Number.MAX_SAFE_INTEGER}}gradientExpression(){return this._transitionablePaint._values["line-gradient"].value.expression}recalculate(e,r){super.recalculate(e,r),this.paint._values["line-floorwidth"]=ac.possiblyEvaluate(this._transitioningPaint._values["line-width"].value,e)}createBucket(e){return new vh(e)}queryRadius(e){const r=e,s=Ed(Na("line-width",this,r),Na("line-gap-width",this,r)),l=Na("line-offset",this,r);return s/2+Math.abs(l)+tc(this.paint.get("line-translate"))}queryIntersectsFeature(e,r,s,l,d,p,f){const _=ic(e,this.paint.get("line-translate"),this.paint.get("line-translate-anchor"),p.angle,f),x=f/2*Ed(this.paint.get("line-width").evaluate(r,s),this.paint.get("line-gap-width").evaluate(r,s)),S=this.paint.get("line-offset").evaluate(r,s);return S&&(l=function(k,A){const D=[];for(let R=0;R<k.length;R++){const O=k[R],j=[];for(let J=0;J<O.length;J++){const ae=O[J-1],Q=O[J],re=O[J+1],de=J===0?new le(0,0):Q.sub(ae)._unit()._perp(),be=J===O.length-1?new le(0,0):re.sub(Q)._unit()._perp(),Le=de._add(be)._unit(),Xe=Le.x*be.x+Le.y*be.y;Xe!==0&&Le._mult(1/Xe),j.push(Le._mult(A)._add(Q))}D.push(j)}return D}(l,S*f)),function(k,A,D){for(let R=0;R<A.length;R++){const O=A[R];if(k.length>=3){for(let j=0;j<O.length;j++)if(ko(k,O[j]))return!0}if(s_(k,O,D))return!0}return!1}(_,l,x)}isTileClipped(){return!0}}function Ed(i,e){return e>0?e+2*i:i}const K_=w([{name:"a_pos_offset",components:4,type:"Int16"},{name:"a_data",components:4,type:"Uint16"},{name:"a_pixeloffset",components:4,type:"Int16"}],4),Y_=w([{name:"a_projected_pos",components:3,type:"Float32"}],4);w([{name:"a_fade_opacity",components:1,type:"Uint32"}],4);const Q_=w([{name:"a_placed",components:2,type:"Uint8"},{name:"a_shift",components:2,type:"Float32"},{name:"a_box_real",components:2,type:"Int16"}]);w([{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 Ad=w([{name:"a_pos",components:2,type:"Int16"},{name:"a_anchor_pos",components:2,type:"Int16"},{name:"a_extrude",components:2,type:"Int16"}],4),ey=w([{name:"a_pos",components:2,type:"Float32"},{name:"a_radius",components:1,type:"Float32"},{name:"a_flags",components:2,type:"Int16"}],4);function ty(i,e,r){return i.sections.forEach(s=>{s.text=function(l,d,p){const f=d.layout.get("text-transform").evaluate(p,{});return f==="uppercase"?l=l.toLocaleUpperCase():f==="lowercase"&&(l=l.toLocaleLowerCase()),Yr.applyArabicShaping&&(l=Yr.applyArabicShaping(l)),l}(s.text,e,r)}),i}w([{name:"triangle",components:3,type:"Uint16"}]),w([{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"}]),w([{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"}]),w([{type:"Float32",name:"offsetX"}]),w([{type:"Int16",name:"x"},{type:"Int16",name:"y"},{type:"Int16",name:"tileUnitDistanceFromAnchor"}]),w([{type:"Uint16",name:"textAnchor"},{type:"Float32",components:2,name:"textOffset"}]);const Wa={"!":"︕","#":"#",$:"$","%":"%","&":"&","(":"︵",")":"︶","*":"*","+":"+",",":"︐","-":"︲",".":"・","/":"/",":":"︓",";":"︔","<":"︿","=":"=",">":"﹀","?":"︖","@":"@","[":"﹇","\\":"\","]":"﹈","^":"^",_:"︳","`":"`","{":"︷","|":"―","}":"︸","~":"~","¢":"¢","£":"£","¥":"¥","¦":"¦","¬":"¬","¯":" ̄","–":"︲","—":"︱","‘":"﹃","’":"﹄","“":"﹁","”":"﹂","…":"︙","‧":"・","₩":"₩","、":"︑","。":"︒","〈":"︿","〉":"﹀","《":"︽","》":"︾","「":"﹁","」":"﹂","『":"﹃","』":"﹄","【":"︻","】":"︼","〔":"︹","〕":"︺","〖":"︗","〗":"︘","!":"︕","(":"︵",")":"︶",",":"︐","-":"︲",".":"・",":":"︓",";":"︔","<":"︿",">":"﹀","?":"︖","[":"﹇","]":"﹈","_":"︳","{":"︷","|":"―","}":"︸","⦅":"︵","⦆":"︶","。":"︒","「":"﹁","」":"﹂"};var ii=24,Cd=St,Md=function(i,e,r,s,l){var d,p,f=8*l-s-1,_=(1<<f)-1,x=_>>1,S=-7,k=l-1,A=-1,D=i[e+k];for(k+=A,d=D&(1<<-S)-1,D>>=-S,S+=f;S>0;d=256*d+i[e+k],k+=A,S-=8);for(p=d&(1<<-S)-1,d>>=-S,S+=s;S>0;p=256*p+i[e+k],k+=A,S-=8);if(d===0)d=1-x;else{if(d===_)return p?NaN:1/0*(D?-1:1);p+=Math.pow(2,s),d-=x}return(D?-1:1)*p*Math.pow(2,d-s)},zd=function(i,e,r,s,l,d){var p,f,_,x=8*d-l-1,S=(1<<x)-1,k=S>>1,A=l===23?Math.pow(2,-24)-Math.pow(2,-77):0,D=0,R=1,O=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(f=isNaN(e)?1:0,p=S):(p=Math.floor(Math.log(e)/Math.LN2),e*(_=Math.pow(2,-p))<1&&(p--,_*=2),(e+=p+k>=1?A/_:A*Math.pow(2,1-k))*_>=2&&(p++,_/=2),p+k>=S?(f=0,p=S):p+k>=1?(f=(e*_-1)*Math.pow(2,l),p+=k):(f=e*Math.pow(2,k-1)*Math.pow(2,l),p=0));l>=8;i[r+D]=255&f,D+=R,f/=256,l-=8);for(p=p<<l|f,x+=l;x>0;i[r+D]=255&p,D+=R,p/=256,x-=8);i[r+D-R]|=128*O};function St(i){this.buf=ArrayBuffer.isView&&ArrayBuffer.isView(i)?i:new Uint8Array(i||0),this.pos=0,this.type=0,this.length=this.buf.length}St.Varint=0,St.Fixed64=1,St.Bytes=2,St.Fixed32=5;var bh=4294967296,Dd=1/bh,Ld=typeof TextDecoder>"u"?null:new TextDecoder("utf-8");function Sn(i){return i.type===St.Bytes?i.readVarint()+i.pos:i.pos+1}function Co(i,e,r){return r?4294967296*e+(i>>>0):4294967296*(e>>>0)+(i>>>0)}function Rd(i,e,r){var s=e<=16383?1:e<=2097151?2:e<=268435455?3:Math.floor(Math.log(e)/(7*Math.LN2));r.realloc(s);for(var l=r.pos-1;l>=i;l--)r.buf[l+s]=r.buf[l]}function iy(i,e){for(var r=0;r<i.length;r++)e.writeVarint(i[r])}function ry(i,e){for(var r=0;r<i.length;r++)e.writeSVarint(i[r])}function ny(i,e){for(var r=0;r<i.length;r++)e.writeFloat(i[r])}function sy(i,e){for(var r=0;r<i.length;r++)e.writeDouble(i[r])}function oy(i,e){for(var r=0;r<i.length;r++)e.writeBoolean(i[r])}function ay(i,e){for(var r=0;r<i.length;r++)e.writeFixed32(i[r])}function ly(i,e){for(var r=0;r<i.length;r++)e.writeSFixed32(i[r])}function cy(i,e){for(var r=0;r<i.length;r++)e.writeFixed64(i[r])}function hy(i,e){for(var r=0;r<i.length;r++)e.writeSFixed64(i[r])}function lc(i,e){return(i[e]|i[e+1]<<8|i[e+2]<<16)+16777216*i[e+3]}function Mo(i,e,r){i[r]=e,i[r+1]=e>>>8,i[r+2]=e>>>16,i[r+3]=e>>>24}function Bd(i,e){return(i[e]|i[e+1]<<8|i[e+2]<<16)+(i[e+3]<<24)}St.prototype={destroy:function(){this.buf=null},readFields:function(i,e,r){for(r=r||this.length;this.pos<r;){var s=this.readVarint(),l=s>>3,d=this.pos;this.type=7&s,i(l,e,this),this.pos===d&&this.skip(s)}return e},readMessage:function(i,e){return this.readFields(i,e,this.readVarint()+this.pos)},readFixed32:function(){var i=lc(this.buf,this.pos);return this.pos+=4,i},readSFixed32:function(){var i=Bd(this.buf,this.pos);return this.pos+=4,i},readFixed64:function(){var i=lc(this.buf,this.pos)+lc(this.buf,this.pos+4)*bh;return this.pos+=8,i},readSFixed64:function(){var i=lc(this.buf,this.pos)+Bd(this.buf,this.pos+4)*bh;return this.pos+=8,i},readFloat:function(){var i=Md(this.buf,this.pos,!0,23,4);return this.pos+=4,i},readDouble:function(){var i=Md(this.buf,this.pos,!0,52,8);return this.pos+=8,i},readVarint:function(i){var e,r,s=this.buf;return e=127&(r=s[this.pos++]),r<128?e:(e|=(127&(r=s[this.pos++]))<<7,r<128?e:(e|=(127&(r=s[this.pos++]))<<14,r<128?e:(e|=(127&(r=s[this.pos++]))<<21,r<128?e:function(l,d,p){var f,_,x=p.buf;if(f=(112&(_=x[p.pos++]))>>4,_<128||(f|=(127&(_=x[p.pos++]))<<3,_<128)||(f|=(127&(_=x[p.pos++]))<<10,_<128)||(f|=(127&(_=x[p.pos++]))<<17,_<128)||(f|=(127&(_=x[p.pos++]))<<24,_<128)||(f|=(1&(_=x[p.pos++]))<<31,_<128))return Co(l,f,d);throw new Error("Expected varint not more than 10 bytes")}(e|=(15&(r=s[this.pos]))<<28,i,this))))},readVarint64:function(){return this.readVarint(!0)},readSVarint:function(){var i=this.readVarint();return i%2==1?(i+1)/-2:i/2},readBoolean:function(){return!!this.readVarint()},readString:function(){var i=this.readVarint()+this.pos,e=this.pos;return this.pos=i,i-e>=12&&Ld?function(r,s,l){return Ld.decode(r.subarray(s,l))}(this.buf,e,i):function(r,s,l){for(var d="",p=s;p<l;){var f,_,x,S=r[p],k=null,A=S>239?4:S>223?3:S>191?2:1;if(p+A>l)break;A===1?S<128&&(k=S):A===2?(192&(f=r[p+1]))==128&&(k=(31&S)<<6|63&f)<=127&&(k=null):A===3?(_=r[p+2],(192&(f=r[p+1]))==128&&(192&_)==128&&((k=(15&S)<<12|(63&f)<<6|63&_)<=2047||k>=55296&&k<=57343)&&(k=null)):A===4&&(_=r[p+2],x=r[p+3],(192&(f=r[p+1]))==128&&(192&_)==128&&(192&x)==128&&((k=(15&S)<<18|(63&f)<<12|(63&_)<<6|63&x)<=65535||k>=1114112)&&(k=null)),k===null?(k=65533,A=1):k>65535&&(k-=65536,d+=String.fromCharCode(k>>>10&1023|55296),k=56320|1023&k),d+=String.fromCharCode(k),p+=A}return d}(this.buf,e,i)},readBytes:function(){var i=this.readVarint()+this.pos,e=this.buf.subarray(this.pos,i);return this.pos=i,e},readPackedVarint:function(i,e){if(this.type!==St.Bytes)return i.push(this.readVarint(e));var r=Sn(this);for(i=i||[];this.pos<r;)i.push(this.readVarint(e));return i},readPackedSVarint:function(i){if(this.type!==St.Bytes)return i.push(this.readSVarint());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readSVarint());return i},readPackedBoolean:function(i){if(this.type!==St.Bytes)return i.push(this.readBoolean());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readBoolean());return i},readPackedFloat:function(i){if(this.type!==St.Bytes)return i.push(this.readFloat());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readFloat());return i},readPackedDouble:function(i){if(this.type!==St.Bytes)return i.push(this.readDouble());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readDouble());return i},readPackedFixed32:function(i){if(this.type!==St.Bytes)return i.push(this.readFixed32());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readFixed32());return i},readPackedSFixed32:function(i){if(this.type!==St.Bytes)return i.push(this.readSFixed32());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readSFixed32());return i},readPackedFixed64:function(i){if(this.type!==St.Bytes)return i.push(this.readFixed64());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readFixed64());return i},readPackedSFixed64:function(i){if(this.type!==St.Bytes)return i.push(this.readSFixed64());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readSFixed64());return i},skip:function(i){var e=7&i;if(e===St.Varint)for(;this.buf[this.pos++]>127;);else if(e===St.Bytes)this.pos=this.readVarint()+this.pos;else if(e===St.Fixed32)this.pos+=4;else{if(e!==St.Fixed64)throw new Error("Unimplemented type: "+e);this.pos+=8}},writeTag:function(i,e){this.writeVarint(i<<3|e)},realloc:function(i){for(var e=this.length||16;e<this.pos+i;)e*=2;if(e!==this.length){var r=new Uint8Array(e);r.set(this.buf),this.buf=r,this.length=e}},finish:function(){return this.length=this.pos,this.pos=0,this.buf.subarray(0,this.length)},writeFixed32:function(i){this.realloc(4),Mo(this.buf,i,this.pos),this.pos+=4},writeSFixed32:function(i){this.realloc(4),Mo(this.buf,i,this.pos),this.pos+=4},writeFixed64:function(i){this.realloc(8),Mo(this.buf,-1&i,this.pos),Mo(this.buf,Math.floor(i*Dd),this.pos+4),this.pos+=8},writeSFixed64:function(i){this.realloc(8),Mo(this.buf,-1&i,this.pos),Mo(this.buf,Math.floor(i*Dd),this.pos+4),this.pos+=8},writeVarint:function(i){(i=+i||0)>268435455||i<0?function(e,r){var s,l;if(e>=0?(s=e%4294967296|0,l=e/4294967296|0):(l=~(-e/4294967296),4294967295^(s=~(-e%4294967296))?s=s+1|0:(s=0,l=l+1|0)),e>=18446744073709552e3||e<-18446744073709552e3)throw new Error("Given varint doesn't fit into 10 bytes");r.realloc(10),function(d,p,f){f.buf[f.pos++]=127&d|128,d>>>=7,f.buf[f.pos++]=127&d|128,d>>>=7,f.buf[f.pos++]=127&d|128,d>>>=7,f.buf[f.pos++]=127&d|128,f.buf[f.pos]=127&(d>>>=7)}(s,0,r),function(d,p){var f=(7&d)<<4;p.buf[p.pos++]|=f|((d>>>=3)?128:0),d&&(p.buf[p.pos++]=127&d|((d>>>=7)?128:0),d&&(p.buf[p.pos++]=127&d|((d>>>=7)?128:0),d&&(p.buf[p.pos++]=127&d|((d>>>=7)?128:0),d&&(p.buf[p.pos++]=127&d|((d>>>=7)?128:0),d&&(p.buf[p.pos++]=127&d)))))}(l,r)}(i,this):(this.realloc(4),this.buf[this.pos++]=127&i|(i>127?128:0),i<=127||(this.buf[this.pos++]=127&(i>>>=7)|(i>127?128:0),i<=127||(this.buf[this.pos++]=127&(i>>>=7)|(i>127?128:0),i<=127||(this.buf[this.pos++]=i>>>7&127))))},writeSVarint:function(i){this.writeVarint(i<0?2*-i-1:2*i)},writeBoolean:function(i){this.writeVarint(!!i)},writeString:function(i){i=String(i),this.realloc(4*i.length),this.pos++;var e=this.pos;this.pos=function(s,l,d){for(var p,f,_=0;_<l.length;_++){if((p=l.charCodeAt(_))>55295&&p<57344){if(!f){p>56319||_+1===l.length?(s[d++]=239,s[d++]=191,s[d++]=189):f=p;continue}if(p<56320){s[d++]=239,s[d++]=191,s[d++]=189,f=p;continue}p=f-55296<<10|p-56320|65536,f=null}else f&&(s[d++]=239,s[d++]=191,s[d++]=189,f=null);p<128?s[d++]=p:(p<2048?s[d++]=p>>6|192:(p<65536?s[d++]=p>>12|224:(s[d++]=p>>18|240,s[d++]=p>>12&63|128),s[d++]=p>>6&63|128),s[d++]=63&p|128)}return d}(this.buf,i,this.pos);var r=this.pos-e;r>=128&&Rd(e,r,this),this.pos=e-1,this.writeVarint(r),this.pos+=r},writeFloat:function(i){this.realloc(4),zd(this.buf,i,this.pos,!0,23,4),this.pos+=4},writeDouble:function(i){this.realloc(8),zd(this.buf,i,this.pos,!0,52,8),this.pos+=8},writeBytes:function(i){var e=i.length;this.writeVarint(e),this.realloc(e);for(var r=0;r<e;r++)this.buf[this.pos++]=i[r]},writeRawMessage:function(i,e){this.pos++;var r=this.pos;i(e,this);var s=this.pos-r;s>=128&&Rd(r,s,this),this.pos=r-1,this.writeVarint(s),this.pos+=s},writeMessage:function(i,e,r){this.writeTag(i,St.Bytes),this.writeRawMessage(e,r)},writePackedVarint:function(i,e){e.length&&this.writeMessage(i,iy,e)},writePackedSVarint:function(i,e){e.length&&this.writeMessage(i,ry,e)},writePackedBoolean:function(i,e){e.length&&this.writeMessage(i,oy,e)},writePackedFloat:function(i,e){e.length&&this.writeMessage(i,ny,e)},writePackedDouble:function(i,e){e.length&&this.writeMessage(i,sy,e)},writePackedFixed32:function(i,e){e.length&&this.writeMessage(i,ay,e)},writePackedSFixed32:function(i,e){e.length&&this.writeMessage(i,ly,e)},writePackedFixed64:function(i,e){e.length&&this.writeMessage(i,cy,e)},writePackedSFixed64:function(i,e){e.length&&this.writeMessage(i,hy,e)},writeBytesField:function(i,e){this.writeTag(i,St.Bytes),this.writeBytes(e)},writeFixed32Field:function(i,e){this.writeTag(i,St.Fixed32),this.writeFixed32(e)},writeSFixed32Field:function(i,e){this.writeTag(i,St.Fixed32),this.writeSFixed32(e)},writeFixed64Field:function(i,e){this.writeTag(i,St.Fixed64),this.writeFixed64(e)},writeSFixed64Field:function(i,e){this.writeTag(i,St.Fixed64),this.writeSFixed64(e)},writeVarintField:function(i,e){this.writeTag(i,St.Varint),this.writeVarint(e)},writeSVarintField:function(i,e){this.writeTag(i,St.Varint),this.writeSVarint(e)},writeStringField:function(i,e){this.writeTag(i,St.Bytes),this.writeString(e)},writeFloatField:function(i,e){this.writeTag(i,St.Fixed32),this.writeFloat(e)},writeDoubleField:function(i,e){this.writeTag(i,St.Fixed64),this.writeDouble(e)},writeBooleanField:function(i,e){this.writeVarintField(i,!!e)}};var wh=ge(Cd);const Sh=3;function uy(i,e,r){i===1&&r.readMessage(dy,e)}function dy(i,e,r){if(i===3){const{id:s,bitmap:l,width:d,height:p,left:f,top:_,advance:x}=r.readMessage(py,{});e.push({id:s,bitmap:new Ua({width:d+2*Sh,height:p+2*Sh},l),metrics:{width:d,height:p,left:f,top:_,advance:x}})}}function py(i,e,r){i===1?e.id=r.readVarint():i===2?e.bitmap=r.readBytes():i===3?e.width=r.readVarint():i===4?e.height=r.readVarint():i===5?e.left=r.readSVarint():i===6?e.top=r.readSVarint():i===7&&(e.advance=r.readVarint())}const Fd=Sh;function Od(i){let e=0,r=0;for(const p of i)e+=p.w*p.h,r=Math.max(r,p.w);i.sort((p,f)=>f.h-p.h);const s=[{x:0,y:0,w:Math.max(Math.ceil(Math.sqrt(e/.95)),r),h:1/0}];let l=0,d=0;for(const p of i)for(let f=s.length-1;f>=0;f--){const _=s[f];if(!(p.w>_.w||p.h>_.h)){if(p.x=_.x,p.y=_.y,d=Math.max(d,p.y+p.h),l=Math.max(l,p.x+p.w),p.w===_.w&&p.h===_.h){const x=s.pop();f<s.length&&(s[f]=x)}else p.h===_.h?(_.x+=p.w,_.w-=p.w):p.w===_.w?(_.y+=p.h,_.h-=p.h):(s.push({x:_.x+p.w,y:_.y,w:_.w-p.w,h:p.h}),_.y+=p.h,_.h-=p.h);break}}return{w:l,h:d,fill:e/(l*d)||0}}const qi=1;class Th{constructor(e,{pixelRatio:r,version:s,stretchX:l,stretchY:d,content:p,textFitWidth:f,textFitHeight:_}){this.paddedRect=e,this.pixelRatio=r,this.stretchX=l,this.stretchY=d,this.content=p,this.version=s,this.textFitWidth=f,this.textFitHeight=_}get tl(){return[this.paddedRect.x+qi,this.paddedRect.y+qi]}get br(){return[this.paddedRect.x+this.paddedRect.w-qi,this.paddedRect.y+this.paddedRect.h-qi]}get tlbr(){return this.tl.concat(this.br)}get displaySize(){return[(this.paddedRect.w-2*qi)/this.pixelRatio,(this.paddedRect.h-2*qi)/this.pixelRatio]}}class Vd{constructor(e,r){const s={},l={};this.haveRenderCallbacks=[];const d=[];this.addImages(e,s,d),this.addImages(r,l,d);const{w:p,h:f}=Od(d),_=new or({width:p||1,height:f||1});for(const x in e){const S=e[x],k=s[x].paddedRect;or.copy(S.data,_,{x:0,y:0},{x:k.x+qi,y:k.y+qi},S.data)}for(const x in r){const S=r[x],k=l[x].paddedRect,A=k.x+qi,D=k.y+qi,R=S.data.width,O=S.data.height;or.copy(S.data,_,{x:0,y:0},{x:A,y:D},S.data),or.copy(S.data,_,{x:0,y:O-1},{x:A,y:D-1},{width:R,height:1}),or.copy(S.data,_,{x:0,y:0},{x:A,y:D+O},{width:R,height:1}),or.copy(S.data,_,{x:R-1,y:0},{x:A-1,y:D},{width:1,height:O}),or.copy(S.data,_,{x:0,y:0},{x:A+R,y:D},{width:1,height:O})}this.image=_,this.iconPositions=s,this.patternPositions=l}addImages(e,r,s){for(const l in e){const d=e[l],p={x:0,y:0,w:d.data.width+2*qi,h:d.data.height+2*qi};s.push(p),r[l]=new Th(p,d),d.hasRenderCallback&&this.haveRenderCallbacks.push(l)}}patchUpdatedImages(e,r){e.dispatchRenderCallbacks(this.haveRenderCallbacks);for(const s in e.updatedImages)this.patchUpdatedImage(this.iconPositions[s],e.getImage(s),r),this.patchUpdatedImage(this.patternPositions[s],e.getImage(s),r)}patchUpdatedImage(e,r,s){if(!e||!r||e.version===r.version)return;e.version=r.version;const[l,d]=e.tl;s.update(r.data,void 0,{x:l,y:d})}}var Xn;Fe("ImagePosition",Th),Fe("ImageAtlas",Vd),T.ai=void 0,(Xn=T.ai||(T.ai={}))[Xn.none=0]="none",Xn[Xn.horizontal=1]="horizontal",Xn[Xn.vertical=2]="vertical",Xn[Xn.horizontalOnly=3]="horizontalOnly";const Xa=-17;class Ja{constructor(){this.scale=1,this.fontStack="",this.imageName=null}static forText(e,r){const s=new Ja;return s.scale=e||1,s.fontStack=r,s}static forImage(e){const r=new Ja;return r.imageName=e,r}}class zo{constructor(){this.text="",this.sectionIndex=[],this.sections=[],this.imageSectionID=null}static fromFeature(e,r){const s=new zo;for(let l=0;l<e.sections.length;l++){const d=e.sections[l];d.image?s.addImageSection(d):s.addTextSection(d,r)}return s}length(){return this.text.length}getSection(e){return this.sections[this.sectionIndex[e]]}getSectionIndex(e){return this.sectionIndex[e]}getCharCode(e){return this.text.charCodeAt(e)}verticalizePunctuation(){this.text=function(e){let r="";for(let s=0;s<e.length;s++){const l=e.charCodeAt(s+1)||null,d=e.charCodeAt(s-1)||null;r+=l&&Hl(l)&&!Wa[e[s+1]]||d&&Hl(d)&&!Wa[e[s-1]]||!Wa[e[s]]?e[s]:Wa[e[s]]}return r}(this.text)}trim(){let e=0;for(let s=0;s<this.text.length&&hc[this.text.charCodeAt(s)];s++)e++;let r=this.text.length;for(let s=this.text.length-1;s>=0&&s>=e&&hc[this.text.charCodeAt(s)];s--)r--;this.text=this.text.substring(e,r),this.sectionIndex=this.sectionIndex.slice(e,r)}substring(e,r){const s=new zo;return s.text=this.text.substring(e,r),s.sectionIndex=this.sectionIndex.slice(e,r),s.sections=this.sections,s}toString(){return this.text}getMaxScale(){return this.sectionIndex.reduce((e,r)=>Math.max(e,this.sections[r].scale),0)}addTextSection(e,r){this.text+=e.text,this.sections.push(Ja.forText(e.scale,e.fontStack||r));const s=this.sections.length-1;for(let l=0;l<e.text.length;++l)this.sectionIndex.push(s)}addImageSection(e){const r=e.image?e.image.name:"";if(r.length===0)return void li("Can't add FormattedSection with an empty image.");const s=this.getNextImageSectionCharCode();s?(this.text+=String.fromCharCode(s),this.sections.push(Ja.forImage(r)),this.sectionIndex.push(this.sections.length-1)):li("Reached maximum number of images 6401")}getNextImageSectionCharCode(){return this.imageSectionID?this.imageSectionID>=63743?null:++this.imageSectionID:(this.imageSectionID=57344,this.imageSectionID)}}function cc(i,e,r,s,l,d,p,f,_,x,S,k,A,D,R){const O=zo.fromFeature(i,l);let j;k===T.ai.vertical&&O.verticalizePunctuation();const{processBidirectionalText:J,processStyledBidirectionalText:ae}=Yr;if(J&&O.sections.length===1){j=[];const de=J(O.toString(),Ih(O,x,d,e,s,D));for(const be of de){const Le=new zo;Le.text=be,Le.sections=O.sections;for(let Xe=0;Xe<be.length;Xe++)Le.sectionIndex.push(0);j.push(Le)}}else if(ae){j=[];const de=ae(O.text,O.sectionIndex,Ih(O,x,d,e,s,D));for(const be of de){const Le=new zo;Le.text=be[0],Le.sectionIndex=be[1],Le.sections=O.sections,j.push(Le)}}else j=function(de,be){const Le=[],Xe=de.text;let Me=0;for(const Ae of be)Le.push(de.substring(Me,Ae)),Me=Ae;return Me<Xe.length&&Le.push(de.substring(Me,Xe.length)),Le}(O,Ih(O,x,d,e,s,D));const Q=[],re={positionedLines:Q,text:O.toString(),top:S[1],bottom:S[1],left:S[0],right:S[0],writingMode:k,iconsInText:!1,verticalizable:!1};return function(de,be,Le,Xe,Me,Ae,je,Ve,Be,_e,Ze,$e){let et=0,It=Xa,Tt=0,ni=0;const wr=Ve==="right"?1:Ve==="left"?0:.5;let yi=0;for(const Ht of Me){Ht.trim();const si=Ht.getMaxScale(),ki=(si-1)*ii,xi={positionedGlyphs:[],lineOffset:0};de.positionedLines[yi]=xi;const Bi=xi.positionedGlyphs;let vi=0;if(!Ht.length()){It+=Ae,++yi;continue}for(let Zi=0;Zi<Ht.length();Zi++){const _t=Ht.getSection(Zi),Ct=Ht.getSectionIndex(Zi),Bt=Ht.getCharCode(Zi);let Ji=0,Zt=null,Bo=null,rn=null,nn=ii;const Sr=!(Be===T.ai.horizontal||!Ze&&!Ma(Bt)||Ze&&(hc[Bt]||(Gt=Bt,ze.Arabic(Gt)||ze["Arabic Supplement"](Gt)||ze["Arabic Extended-A"](Gt)||ze["Arabic Presentation Forms-A"](Gt)||ze["Arabic Presentation Forms-B"](Gt))));if(_t.imageName){const cr=Xe[_t.imageName];if(!cr)continue;rn=_t.imageName,de.iconsInText=de.iconsInText||!0,Bo=cr.paddedRect;const ai=cr.displaySize;_t.scale=_t.scale*ii/$e,Zt={width:ai[0],height:ai[1],left:qi,top:-Fd,advance:Sr?ai[1]:ai[0]},Ji=ki+(ii-ai[1]*_t.scale),nn=Zt.advance;const Tn=Sr?ai[0]*_t.scale-ii*si:ai[1]*_t.scale-ii*si;Tn>0&&Tn>vi&&(vi=Tn)}else{const cr=Le[_t.fontStack],ai=cr&&cr[Bt];if(ai&&ai.rect)Bo=ai.rect,Zt=ai.metrics;else{const Tn=be[_t.fontStack],tl=Tn&&Tn[Bt];if(!tl)continue;Zt=tl.metrics}Ji=(si-_t.scale)*ii}Sr?(de.verticalizable=!0,Bi.push({glyph:Bt,imageName:rn,x:et,y:It+Ji,vertical:Sr,scale:_t.scale,fontStack:_t.fontStack,sectionIndex:Ct,metrics:Zt,rect:Bo}),et+=nn*_t.scale+_e):(Bi.push({glyph:Bt,imageName:rn,x:et,y:It+Ji,vertical:Sr,scale:_t.scale,fontStack:_t.fontStack,sectionIndex:Ct,metrics:Zt,rect:Bo}),et+=Zt.advance*_t.scale+_e)}Bi.length!==0&&(Tt=Math.max(et-_e,Tt),_y(Bi,0,Bi.length-1,wr,vi)),et=0;const lr=Ae*si+vi;xi.lineOffset=Math.max(vi,ki),It+=lr,ni=Math.max(lr,ni),++yi}var Gt;const Di=It-Xa,{horizontalAlign:Li,verticalAlign:Ri}=kh(je);(function(Ht,si,ki,xi,Bi,vi,lr,Zi,_t){const Ct=(si-ki)*Bi;let Bt=0;Bt=vi!==lr?-Zi*xi-Xa:(-xi*_t+.5)*lr;for(const Ji of Ht)for(const Zt of Ji.positionedGlyphs)Zt.x+=Ct,Zt.y+=Bt})(de.positionedLines,wr,Li,Ri,Tt,ni,Ae,Di,Me.length),de.top+=-Ri*Di,de.bottom=de.top+Di,de.left+=-Li*Tt,de.right=de.left+Tt}(re,e,r,s,j,p,f,_,k,x,A,R),!function(de){for(const be of de)if(be.positionedGlyphs.length!==0)return!1;return!0}(Q)&&re}const hc={9:!0,10:!0,11:!0,12:!0,13:!0,32:!0},fy={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},my={40:!0};function Nd(i,e,r,s,l,d){if(e.imageName){const p=s[e.imageName];return p?p.displaySize[0]*e.scale*ii/d+l:0}{const p=r[e.fontStack],f=p&&p[i];return f?f.metrics.advance*e.scale+l:0}}function $d(i,e,r,s){const l=Math.pow(i-e,2);return s?i<e?l/2:2*l:l+Math.abs(r)*r}function gy(i,e,r){let s=0;return i===10&&(s-=1e4),r&&(s+=150),i!==40&&i!==65288||(s+=50),e!==41&&e!==65289||(s+=50),s}function Ud(i,e,r,s,l,d){let p=null,f=$d(e,r,l,d);for(const _ of s){const x=$d(e-_.x,r,l,d)+_.badness;x<=f&&(p=_,f=x)}return{index:i,x:e,priorBreak:p,badness:f}}function jd(i){return i?jd(i.priorBreak).concat(i.index):[]}function Ih(i,e,r,s,l,d){if(!i)return[];const p=[],f=function(k,A,D,R,O,j){let J=0;for(let ae=0;ae<k.length();ae++){const Q=k.getSection(ae);J+=Nd(k.getCharCode(ae),Q,R,O,A,j)}return J/Math.max(1,Math.ceil(J/D))}(i,e,r,s,l,d),_=i.text.indexOf("")>=0;let x=0;for(let k=0;k<i.length();k++){const A=i.getSection(k),D=i.getCharCode(k);if(hc[D]||(x+=Nd(D,A,s,l,e,d)),k<i.length()-1){const R=!((S=D)<11904||!(ze["Bopomofo Extended"](S)||ze.Bopomofo(S)||ze["CJK Compatibility Forms"](S)||ze["CJK Compatibility Ideographs"](S)||ze["CJK Compatibility"](S)||ze["CJK Radicals Supplement"](S)||ze["CJK Strokes"](S)||ze["CJK Symbols and Punctuation"](S)||ze["CJK Unified Ideographs Extension A"](S)||ze["CJK Unified Ideographs"](S)||ze["Enclosed CJK Letters and Months"](S)||ze["Halfwidth and Fullwidth Forms"](S)||ze.Hiragana(S)||ze["Ideographic Description Characters"](S)||ze["Kangxi Radicals"](S)||ze["Katakana Phonetic Extensions"](S)||ze.Katakana(S)||ze["Vertical Forms"](S)||ze["Yi Radicals"](S)||ze["Yi Syllables"](S)));(fy[D]||R||A.imageName||k!==i.length()-2&&my[i.getCharCode(k+1)])&&p.push(Ud(k+1,x,f,p,gy(D,i.getCharCode(k+1),R&&_),!1))}}var S;return jd(Ud(i.length(),x,f,p,0,!0))}function kh(i){let e=.5,r=.5;switch(i){case"right":case"top-right":case"bottom-right":e=1;break;case"left":case"top-left":case"bottom-left":e=0}switch(i){case"bottom":case"bottom-right":case"bottom-left":r=1;break;case"top":case"top-right":case"top-left":r=0}return{horizontalAlign:e,verticalAlign:r}}function _y(i,e,r,s,l){if(!s&&!l)return;const d=i[r],p=(i[r].x+d.metrics.advance*d.scale)*s;for(let f=e;f<=r;f++)i[f].x-=p,i[f].y+=l}function yy(i,e,r){const{horizontalAlign:s,verticalAlign:l}=kh(r),d=e[0]-i.displaySize[0]*s,p=e[1]-i.displaySize[1]*l;return{image:i,top:p,bottom:p+i.displaySize[1],left:d,right:d+i.displaySize[0]}}function qd(i){var e,r;let s=i.left,l=i.top,d=i.right-s,p=i.bottom-l;const f=(e=i.image.textFitWidth)!==null&&e!==void 0?e:"stretchOrShrink",_=(r=i.image.textFitHeight)!==null&&r!==void 0?r:"stretchOrShrink",x=(i.image.content[2]-i.image.content[0])/(i.image.content[3]-i.image.content[1]);if(_==="proportional"){if(f==="stretchOnly"&&d/p<x||f==="proportional"){const S=Math.ceil(p*x);s*=S/d,d=S}}else if(f==="proportional"&&_==="stretchOnly"&&x!==0&&d/p>x){const S=Math.ceil(d/x);l*=S/p,p=S}return{x1:s,y1:l,x2:s+d,y2:l+p}}function Zd(i,e,r,s,l,d){const p=i.image;let f;if(p.content){const j=p.content,J=p.pixelRatio||1;f=[j[0]/J,j[1]/J,p.displaySize[0]-j[2]/J,p.displaySize[1]-j[3]/J]}const _=e.left*d,x=e.right*d;let S,k,A,D;r==="width"||r==="both"?(D=l[0]+_-s[3],k=l[0]+x+s[1]):(D=l[0]+(_+x-p.displaySize[0])/2,k=D+p.displaySize[0]);const R=e.top*d,O=e.bottom*d;return r==="height"||r==="both"?(S=l[1]+R-s[0],A=l[1]+O+s[2]):(S=l[1]+(R+O-p.displaySize[1])/2,A=S+p.displaySize[1]),{image:p,top:S,right:k,bottom:A,left:D,collisionPadding:f}}const Ka=255,tn=128,Jn=Ka*tn;function Gd(i,e){const{expression:r}=e;if(r.kind==="constant")return{kind:"constant",layoutSize:r.evaluate(new At(i+1))};if(r.kind==="source")return{kind:"source"};{const{zoomStops:s,interpolationType:l}=r;let d=0;for(;d<s.length&&s[d]<=i;)d++;d=Math.max(0,d-1);let p=d;for(;p<s.length&&s[p]<i+1;)p++;p=Math.min(s.length-1,p);const f=s[d],_=s[p];return r.kind==="composite"?{kind:"composite",minZoom:f,maxZoom:_,interpolationType:l}:{kind:"camera",minZoom:f,maxZoom:_,minSize:r.evaluate(new At(f)),maxSize:r.evaluate(new At(_)),interpolationType:l}}}function Ph(i,e,r){let s="never";const l=i.get(e);return l?s=l:i.get(r)&&(s="always"),s}const xy=Wn.VectorTileFeature.types,vy=[{name:"a_fade_opacity",components:1,type:"Uint8",offset:0}];function uc(i,e,r,s,l,d,p,f,_,x,S,k,A){const D=f?Math.min(Jn,Math.round(f[0])):0,R=f?Math.min(Jn,Math.round(f[1])):0;i.emplaceBack(e,r,Math.round(32*s),Math.round(32*l),d,p,(D<<1)+(_?1:0),R,16*x,16*S,256*k,256*A)}function Eh(i,e,r){i.emplaceBack(e.x,e.y,r),i.emplaceBack(e.x,e.y,r),i.emplaceBack(e.x,e.y,r),i.emplaceBack(e.x,e.y,r)}function by(i){for(const e of i.sections)if(za(e.text))return!0;return!1}class Ah{constructor(e){this.layoutVertexArray=new sr,this.indexArray=new ri,this.programConfigurations=e,this.segments=new ti,this.dynamicLayoutVertexArray=new Qr,this.opacityVertexArray=new qn,this.hasVisibleVertices=!1,this.placedSymbolArray=new Lt}isEmpty(){return this.layoutVertexArray.length===0&&this.indexArray.length===0&&this.dynamicLayoutVertexArray.length===0&&this.opacityVertexArray.length===0}upload(e,r,s,l){this.isEmpty()||(s&&(this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,K_.members),this.indexBuffer=e.createIndexBuffer(this.indexArray,r),this.dynamicLayoutVertexBuffer=e.createVertexBuffer(this.dynamicLayoutVertexArray,Y_.members,!0),this.opacityVertexBuffer=e.createVertexBuffer(this.opacityVertexArray,vy,!0),this.opacityVertexBuffer.itemSize=1),(s||l)&&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())}}Fe("SymbolBuffers",Ah);class Ch{constructor(e,r,s){this.layoutVertexArray=new e,this.layoutAttributes=r,this.indexArray=new s,this.segments=new ti,this.collisionVertexArray=new gi}upload(e){this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,this.layoutAttributes),this.indexBuffer=e.createIndexBuffer(this.indexArray),this.collisionVertexBuffer=e.createVertexBuffer(this.collisionVertexArray,Q_.members,!0)}destroy(){this.layoutVertexBuffer&&(this.layoutVertexBuffer.destroy(),this.indexBuffer.destroy(),this.segments.destroy(),this.collisionVertexBuffer.destroy())}}Fe("CollisionBuffers",Ch);class Do{constructor(e){this.collisionBoxArray=e.collisionBoxArray,this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map(p=>p.id),this.index=e.index,this.pixelRatio=e.pixelRatio,this.sourceLayerIndex=e.sourceLayerIndex,this.hasPattern=!1,this.hasRTLText=!1,this.sortKeyRanges=[],this.collisionCircleArray=[],this.placementInvProjMatrix=hh([]),this.placementViewportMatrix=hh([]);const r=this.layers[0]._unevaluatedLayout._values;this.textSizeData=Gd(this.zoom,r["text-size"]),this.iconSizeData=Gd(this.zoom,r["icon-size"]);const s=this.layers[0].layout,l=s.get("symbol-sort-key"),d=s.get("symbol-z-order");this.canOverlap=Ph(s,"text-overlap","text-allow-overlap")!=="never"||Ph(s,"icon-overlap","icon-allow-overlap")!=="never"||s.get("text-ignore-placement")||s.get("icon-ignore-placement"),this.sortFeaturesByKey=d!=="viewport-y"&&!l.isConstant(),this.sortFeaturesByY=(d==="viewport-y"||d==="auto"&&!this.sortFeaturesByKey)&&this.canOverlap,s.get("symbol-placement")==="point"&&(this.writingModes=s.get("text-writing-mode").map(p=>T.ai[p])),this.stateDependentLayerIds=this.layers.filter(p=>p.isStateDependent()).map(p=>p.id),this.sourceID=e.sourceID}createArrays(){this.text=new Ah(new zs(this.layers,this.zoom,e=>/^text/.test(e))),this.icon=new Ah(new zs(this.layers,this.zoom,e=>/^icon/.test(e))),this.glyphOffsetArray=new Rt,this.lineVertexArray=new Mi,this.symbolInstances=new rr,this.textAnchorOffsets=new pi}calculateGlyphDependencies(e,r,s,l,d){for(let p=0;p<e.length;p++)if(r[e.charCodeAt(p)]=!0,(s||l)&&d){const f=Wa[e.charAt(p)];f&&(r[f.charCodeAt(0)]=!0)}}populate(e,r,s){const l=this.layers[0],d=l.layout,p=d.get("text-font"),f=d.get("text-field"),_=d.get("icon-image"),x=(f.value.kind!=="constant"||f.value.value instanceof Oi&&!f.value.value.isEmpty()||f.value.value.toString().length>0)&&(p.value.kind!=="constant"||p.value.value.length>0),S=_.value.kind!=="constant"||!!_.value.value||Object.keys(_.parameters).length>0,k=d.get("symbol-sort-key");if(this.features=[],!x&&!S)return;const A=r.iconDependencies,D=r.glyphDependencies,R=r.availableImages,O=new At(this.zoom);for(const{feature:j,id:J,index:ae,sourceLayerIndex:Q}of e){const re=l._featureFilter.needGeometry,de=Ls(j,re);if(!l._featureFilter.filter(O,de,s))continue;let be,Le;if(re||(de.geometry=Ds(j)),x){const Me=l.getValueAndResolveTokens("text-field",de,s,R),Ae=Oi.factory(Me),je=this.hasRTLText=this.hasRTLText||by(Ae);(!je||Yr.getRTLTextPluginStatus()==="unavailable"||je&&Yr.isParsed())&&(be=ty(Ae,l,de))}if(S){const Me=l.getValueAndResolveTokens("icon-image",de,s,R);Le=Me instanceof ui?Me:ui.fromString(Me)}if(!be&&!Le)continue;const Xe=this.sortFeaturesByKey?k.evaluate(de,{},s):void 0;if(this.features.push({id:J,text:be,icon:Le,index:ae,sourceLayerIndex:Q,geometry:de.geometry,properties:j.properties,type:xy[j.type],sortKey:Xe}),Le&&(A[Le.name]=!0),be){const Me=p.evaluate(de,{},s).join(","),Ae=d.get("text-rotation-alignment")!=="viewport"&&d.get("symbol-placement")!=="point";this.allowVerticalPlacement=this.writingModes&&this.writingModes.indexOf(T.ai.vertical)>=0;for(const je of be.sections)if(je.image)A[je.image.name]=!0;else{const Ve=Ca(be.toString()),Be=je.fontStack||Me,_e=D[Be]=D[Be]||{};this.calculateGlyphDependencies(je.text,_e,Ae,this.allowVerticalPlacement,Ve)}}}d.get("symbol-placement")==="line"&&(this.features=function(j){const J={},ae={},Q=[];let re=0;function de(Me){Q.push(j[Me]),re++}function be(Me,Ae,je){const Ve=ae[Me];return delete ae[Me],ae[Ae]=Ve,Q[Ve].geometry[0].pop(),Q[Ve].geometry[0]=Q[Ve].geometry[0].concat(je[0]),Ve}function Le(Me,Ae,je){const Ve=J[Ae];return delete J[Ae],J[Me]=Ve,Q[Ve].geometry[0].shift(),Q[Ve].geometry[0]=je[0].concat(Q[Ve].geometry[0]),Ve}function Xe(Me,Ae,je){const Ve=je?Ae[0][Ae[0].length-1]:Ae[0][0];return`${Me}:${Ve.x}:${Ve.y}`}for(let Me=0;Me<j.length;Me++){const Ae=j[Me],je=Ae.geometry,Ve=Ae.text?Ae.text.toString():null;if(!Ve){de(Me);continue}const Be=Xe(Ve,je),_e=Xe(Ve,je,!0);if(Be in ae&&_e in J&&ae[Be]!==J[_e]){const Ze=Le(Be,_e,je),$e=be(Be,_e,Q[Ze].geometry);delete J[Be],delete ae[_e],ae[Xe(Ve,Q[$e].geometry,!0)]=$e,Q[Ze].geometry=null}else Be in ae?be(Be,_e,je):_e in J?Le(Be,_e,je):(de(Me),J[Be]=re-1,ae[_e]=re-1)}return Q.filter(Me=>Me.geometry)}(this.features)),this.sortFeaturesByKey&&this.features.sort((j,J)=>j.sortKey-J.sortKey)}update(e,r,s){this.stateDependentLayers.length&&(this.text.programConfigurations.updatePaintArrays(e,r,this.layers,s),this.icon.programConfigurations.updatePaintArrays(e,r,this.layers,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,r){const s=this.lineVertexArray.length;if(e.segment!==void 0){let l=e.dist(r[e.segment+1]),d=e.dist(r[e.segment]);const p={};for(let f=e.segment+1;f<r.length;f++)p[f]={x:r[f].x,y:r[f].y,tileUnitDistanceFromAnchor:l},f<r.length-1&&(l+=r[f+1].dist(r[f]));for(let f=e.segment||0;f>=0;f--)p[f]={x:r[f].x,y:r[f].y,tileUnitDistanceFromAnchor:d},f>0&&(d+=r[f-1].dist(r[f]));for(let f=0;f<r.length;f++){const _=p[f];this.lineVertexArray.emplaceBack(_.x,_.y,_.tileUnitDistanceFromAnchor)}}return{lineStartIndex:s,lineLength:this.lineVertexArray.length-s}}addSymbols(e,r,s,l,d,p,f,_,x,S,k,A){const D=e.indexArray,R=e.layoutVertexArray,O=e.segments.prepareSegment(4*r.length,R,D,this.canOverlap?p.sortKey:void 0),j=this.glyphOffsetArray.length,J=O.vertexLength,ae=this.allowVerticalPlacement&&f===T.ai.vertical?Math.PI/2:0,Q=p.text&&p.text.sections;for(let re=0;re<r.length;re++){const{tl:de,tr:be,bl:Le,br:Xe,tex:Me,pixelOffsetTL:Ae,pixelOffsetBR:je,minFontScaleX:Ve,minFontScaleY:Be,glyphOffset:_e,isSDF:Ze,sectionIndex:$e}=r[re],et=O.vertexLength,It=_e[1];uc(R,_.x,_.y,de.x,It+de.y,Me.x,Me.y,s,Ze,Ae.x,Ae.y,Ve,Be),uc(R,_.x,_.y,be.x,It+be.y,Me.x+Me.w,Me.y,s,Ze,je.x,Ae.y,Ve,Be),uc(R,_.x,_.y,Le.x,It+Le.y,Me.x,Me.y+Me.h,s,Ze,Ae.x,je.y,Ve,Be),uc(R,_.x,_.y,Xe.x,It+Xe.y,Me.x+Me.w,Me.y+Me.h,s,Ze,je.x,je.y,Ve,Be),Eh(e.dynamicLayoutVertexArray,_,ae),D.emplaceBack(et,et+1,et+2),D.emplaceBack(et+1,et+2,et+3),O.vertexLength+=4,O.primitiveLength+=2,this.glyphOffsetArray.emplaceBack(_e[0]),re!==r.length-1&&$e===r[re+1].sectionIndex||e.programConfigurations.populatePaintArrays(R.length,p,p.index,{},A,Q&&Q[$e])}e.placedSymbolArray.emplaceBack(_.x,_.y,j,this.glyphOffsetArray.length-j,J,x,S,_.segment,s?s[0]:0,s?s[1]:0,l[0],l[1],f,0,!1,0,k)}_addCollisionDebugVertex(e,r,s,l,d,p){return r.emplaceBack(0,0),e.emplaceBack(s.x,s.y,l,d,Math.round(p.x),Math.round(p.y))}addCollisionDebugVertices(e,r,s,l,d,p,f){const _=d.segments.prepareSegment(4,d.layoutVertexArray,d.indexArray),x=_.vertexLength,S=d.layoutVertexArray,k=d.collisionVertexArray,A=f.anchorX,D=f.anchorY;this._addCollisionDebugVertex(S,k,p,A,D,new le(e,r)),this._addCollisionDebugVertex(S,k,p,A,D,new le(s,r)),this._addCollisionDebugVertex(S,k,p,A,D,new le(s,l)),this._addCollisionDebugVertex(S,k,p,A,D,new le(e,l)),_.vertexLength+=4;const R=d.indexArray;R.emplaceBack(x,x+1),R.emplaceBack(x+1,x+2),R.emplaceBack(x+2,x+3),R.emplaceBack(x+3,x),_.primitiveLength+=4}addDebugCollisionBoxes(e,r,s,l){for(let d=e;d<r;d++){const p=this.collisionBoxArray.get(d);this.addCollisionDebugVertices(p.x1,p.y1,p.x2,p.y2,l?this.textCollisionBox:this.iconCollisionBox,p.anchorPoint,s)}}generateCollisionDebugBuffers(){this.hasDebugData()&&this.destroyDebugData(),this.textCollisionBox=new Ch(mi,Ad.members,$t),this.iconCollisionBox=new Ch(mi,Ad.members,$t);for(let e=0;e<this.symbolInstances.length;e++){const r=this.symbolInstances.get(e);this.addDebugCollisionBoxes(r.textBoxStartIndex,r.textBoxEndIndex,r,!0),this.addDebugCollisionBoxes(r.verticalTextBoxStartIndex,r.verticalTextBoxEndIndex,r,!0),this.addDebugCollisionBoxes(r.iconBoxStartIndex,r.iconBoxEndIndex,r,!1),this.addDebugCollisionBoxes(r.verticalIconBoxStartIndex,r.verticalIconBoxEndIndex,r,!1)}}_deserializeCollisionBoxesForSymbol(e,r,s,l,d,p,f,_,x){const S={};for(let k=r;k<s;k++){const A=e.get(k);S.textBox={x1:A.x1,y1:A.y1,x2:A.x2,y2:A.y2,anchorPointX:A.anchorPointX,anchorPointY:A.anchorPointY},S.textFeatureIndex=A.featureIndex;break}for(let k=l;k<d;k++){const A=e.get(k);S.verticalTextBox={x1:A.x1,y1:A.y1,x2:A.x2,y2:A.y2,anchorPointX:A.anchorPointX,anchorPointY:A.anchorPointY},S.verticalTextFeatureIndex=A.featureIndex;break}for(let k=p;k<f;k++){const A=e.get(k);S.iconBox={x1:A.x1,y1:A.y1,x2:A.x2,y2:A.y2,anchorPointX:A.anchorPointX,anchorPointY:A.anchorPointY},S.iconFeatureIndex=A.featureIndex;break}for(let k=_;k<x;k++){const A=e.get(k);S.verticalIconBox={x1:A.x1,y1:A.y1,x2:A.x2,y2:A.y2,anchorPointX:A.anchorPointX,anchorPointY:A.anchorPointY},S.verticalIconFeatureIndex=A.featureIndex;break}return S}deserializeCollisionBoxes(e){this.collisionArrays=[];for(let r=0;r<this.symbolInstances.length;r++){const s=this.symbolInstances.get(r);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,r){const s=e.placedSymbolArray.get(r),l=s.vertexStartIndex+4*s.numGlyphs;for(let d=s.vertexStartIndex;d<l;d+=4)e.indexArray.emplaceBack(d,d+1,d+2),e.indexArray.emplaceBack(d+1,d+2,d+3)}getSortedSymbolIndexes(e){if(this.sortedAngle===e&&this.symbolInstanceIndexes!==void 0)return this.symbolInstanceIndexes;const r=Math.sin(e),s=Math.cos(e),l=[],d=[],p=[];for(let f=0;f<this.symbolInstances.length;++f){p.push(f);const _=this.symbolInstances.get(f);l.push(0|Math.round(r*_.anchorX+s*_.anchorY)),d.push(_.featureIndex)}return p.sort((f,_)=>l[f]-l[_]||d[_]-d[f]),p}addToSortKeyRanges(e,r){const s=this.sortKeyRanges[this.sortKeyRanges.length-1];s&&s.sortKey===r?s.symbolInstanceEnd=e+1:this.sortKeyRanges.push({sortKey:r,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 r of this.symbolInstanceIndexes){const s=this.symbolInstances.get(r);this.featureSortOrder.push(s.featureIndex),[s.rightJustifiedTextSymbolIndex,s.centerJustifiedTextSymbolIndex,s.leftJustifiedTextSymbolIndex].forEach((l,d,p)=>{l>=0&&p.indexOf(l)===d&&this.addIndicesForPlacedSymbol(this.text,l)}),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 Hd,Wd;Fe("SymbolBucket",Do,{omit:["layers","collisionBoxArray","features","compareText"]}),Do.MAX_GLYPHS=65535,Do.addDynamicAttributes=Eh;var Mh={get paint(){return Wd=Wd||new o({"icon-opacity":new Je(ue.paint_symbol["icon-opacity"]),"icon-color":new Je(ue.paint_symbol["icon-color"]),"icon-halo-color":new Je(ue.paint_symbol["icon-halo-color"]),"icon-halo-width":new Je(ue.paint_symbol["icon-halo-width"]),"icon-halo-blur":new Je(ue.paint_symbol["icon-halo-blur"]),"icon-translate":new qe(ue.paint_symbol["icon-translate"]),"icon-translate-anchor":new qe(ue.paint_symbol["icon-translate-anchor"]),"text-opacity":new Je(ue.paint_symbol["text-opacity"]),"text-color":new Je(ue.paint_symbol["text-color"],{runtimeType:Ai,getOverride:i=>i.textColor,hasOverride:i=>!!i.textColor}),"text-halo-color":new Je(ue.paint_symbol["text-halo-color"]),"text-halo-width":new Je(ue.paint_symbol["text-halo-width"]),"text-halo-blur":new Je(ue.paint_symbol["text-halo-blur"]),"text-translate":new qe(ue.paint_symbol["text-translate"]),"text-translate-anchor":new qe(ue.paint_symbol["text-translate-anchor"])})},get layout(){return Hd=Hd||new o({"symbol-placement":new qe(ue.layout_symbol["symbol-placement"]),"symbol-spacing":new qe(ue.layout_symbol["symbol-spacing"]),"symbol-avoid-edges":new qe(ue.layout_symbol["symbol-avoid-edges"]),"symbol-sort-key":new Je(ue.layout_symbol["symbol-sort-key"]),"symbol-z-order":new qe(ue.layout_symbol["symbol-z-order"]),"icon-allow-overlap":new qe(ue.layout_symbol["icon-allow-overlap"]),"icon-overlap":new qe(ue.layout_symbol["icon-overlap"]),"icon-ignore-placement":new qe(ue.layout_symbol["icon-ignore-placement"]),"icon-optional":new qe(ue.layout_symbol["icon-optional"]),"icon-rotation-alignment":new qe(ue.layout_symbol["icon-rotation-alignment"]),"icon-size":new Je(ue.layout_symbol["icon-size"]),"icon-text-fit":new qe(ue.layout_symbol["icon-text-fit"]),"icon-text-fit-padding":new qe(ue.layout_symbol["icon-text-fit-padding"]),"icon-image":new Je(ue.layout_symbol["icon-image"]),"icon-rotate":new Je(ue.layout_symbol["icon-rotate"]),"icon-padding":new Je(ue.layout_symbol["icon-padding"]),"icon-keep-upright":new qe(ue.layout_symbol["icon-keep-upright"]),"icon-offset":new Je(ue.layout_symbol["icon-offset"]),"icon-anchor":new Je(ue.layout_symbol["icon-anchor"]),"icon-pitch-alignment":new qe(ue.layout_symbol["icon-pitch-alignment"]),"text-pitch-alignment":new qe(ue.layout_symbol["text-pitch-alignment"]),"text-rotation-alignment":new qe(ue.layout_symbol["text-rotation-alignment"]),"text-field":new Je(ue.layout_symbol["text-field"]),"text-font":new Je(ue.layout_symbol["text-font"]),"text-size":new Je(ue.layout_symbol["text-size"]),"text-max-width":new Je(ue.layout_symbol["text-max-width"]),"text-line-height":new qe(ue.layout_symbol["text-line-height"]),"text-letter-spacing":new Je(ue.layout_symbol["text-letter-spacing"]),"text-justify":new Je(ue.layout_symbol["text-justify"]),"text-radial-offset":new Je(ue.layout_symbol["text-radial-offset"]),"text-variable-anchor":new qe(ue.layout_symbol["text-variable-anchor"]),"text-variable-anchor-offset":new Je(ue.layout_symbol["text-variable-anchor-offset"]),"text-anchor":new Je(ue.layout_symbol["text-anchor"]),"text-max-angle":new qe(ue.layout_symbol["text-max-angle"]),"text-writing-mode":new qe(ue.layout_symbol["text-writing-mode"]),"text-rotate":new Je(ue.layout_symbol["text-rotate"]),"text-padding":new qe(ue.layout_symbol["text-padding"]),"text-keep-upright":new qe(ue.layout_symbol["text-keep-upright"]),"text-transform":new Je(ue.layout_symbol["text-transform"]),"text-offset":new Je(ue.layout_symbol["text-offset"]),"text-allow-overlap":new qe(ue.layout_symbol["text-allow-overlap"]),"text-overlap":new qe(ue.layout_symbol["text-overlap"]),"text-ignore-placement":new qe(ue.layout_symbol["text-ignore-placement"]),"text-optional":new qe(ue.layout_symbol["text-optional"])})}};class Xd{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:Zr,this.defaultValue=e}evaluate(e){if(e.formattedSection){const r=this.defaultValue.property.overrides;if(r&&r.hasOverride(e.formattedSection))return r.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}}Fe("FormatSectionOverride",Xd,{omit:["defaultValue"]});class dc extends h{constructor(e){super(e,Mh)}recalculate(e,r){if(super.recalculate(e,r),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 l=[];for(const d of s)l.indexOf(d)<0&&l.push(d);this.layout._values["text-writing-mode"]=l}else this.layout._values["text-writing-mode"]=["horizontal"]}this._setPaintOverrides()}getValueAndResolveTokens(e,r,s,l){const d=this.layout.get(e).evaluate(r,{},s,l),p=this._unevaluatedLayout._values[e];return p.isDataDriven()||ws(p.value)||!d?d:function(f,_){return _.replace(/{([^{}]+)}/g,(x,S)=>f&&S in f?String(f[S]):"")}(r.properties,d)}createBucket(e){return new Do(e)}queryRadius(){return 0}queryIntersectsFeature(){throw new Error("Should take a different path in FeatureIndex")}_setPaintOverrides(){for(const e of Mh.paint.overridableProperties){if(!dc.hasPaintOverride(this.layout,e))continue;const r=this.paint.get(e),s=new Xd(r),l=new uo(s,r.property.specification);let d=null;d=r.value.kind==="constant"||r.value.kind==="source"?new ca("source",l):new ha("composite",l,r.value.zoomStops),this.paint._values[e]=new br(r.property,d,r.parameters)}}_handleOverridablePaintPropertyUpdate(e,r,s){return!(!this.layout||r.isDataDriven()||s.isDataDriven())&&dc.hasPaintOverride(this.layout,e)}static hasPaintOverride(e,r){const s=e.get("text-field"),l=Mh.paint.properties[r];let d=!1;const p=f=>{for(const _ of f)if(l.overrides&&l.overrides.hasOverride(_))return void(d=!0)};if(s.value.kind==="constant"&&s.value.value instanceof Oi)p(s.value.value.sections);else if(s.value.kind==="source"){const f=x=>{d||(x instanceof hn&&Yt(x.value)===Mr?p(x.value.sections):x instanceof Ys?p(x.sections):x.eachChild(f))},_=s.value;_._styleExpression&&f(_._styleExpression.expression)}return d}}let Jd;var wy={get paint(){return Jd=Jd||new o({"background-color":new qe(ue.paint_background["background-color"]),"background-pattern":new t(ue.paint_background["background-pattern"]),"background-opacity":new qe(ue.paint_background["background-opacity"])})}};class Sy extends h{constructor(e){super(e,wy)}}let Kd;var Ty={get paint(){return Kd=Kd||new o({"raster-opacity":new qe(ue.paint_raster["raster-opacity"]),"raster-hue-rotate":new qe(ue.paint_raster["raster-hue-rotate"]),"raster-brightness-min":new qe(ue.paint_raster["raster-brightness-min"]),"raster-brightness-max":new qe(ue.paint_raster["raster-brightness-max"]),"raster-saturation":new qe(ue.paint_raster["raster-saturation"]),"raster-contrast":new qe(ue.paint_raster["raster-contrast"]),"raster-resampling":new qe(ue.paint_raster["raster-resampling"]),"raster-fade-duration":new qe(ue.paint_raster["raster-fade-duration"])})}};class Iy extends h{constructor(e){super(e,Ty)}}class ky extends h{constructor(e){super(e,{}),this.onAdd=r=>{this.implementation.onAdd&&this.implementation.onAdd(r,r.painter.context.gl)},this.onRemove=r=>{this.implementation.onRemove&&this.implementation.onRemove(r,r.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 Py{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 zh=63710088e-1;class Kn{constructor(e,r){if(isNaN(e)||isNaN(r))throw new Error(`Invalid LngLat object: (${e}, ${r})`);if(this.lng=+e,this.lat=+r,this.lat>90||this.lat<-90)throw new Error("Invalid LngLat latitude value: must be between -90 and 90")}wrap(){return new Kn(Wt(this.lng,-180,180),this.lat)}toArray(){return[this.lng,this.lat]}toString(){return`LngLat(${this.lng}, ${this.lat})`}distanceTo(e){const r=Math.PI/180,s=this.lat*r,l=e.lat*r,d=Math.sin(s)*Math.sin(l)+Math.cos(s)*Math.cos(l)*Math.cos((e.lng-this.lng)*r);return zh*Math.acos(Math.min(d,1))}static convert(e){if(e instanceof Kn)return e;if(Array.isArray(e)&&(e.length===2||e.length===3))return new Kn(Number(e[0]),Number(e[1]));if(!Array.isArray(e)&&typeof e=="object"&&e!==null)return new Kn(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 Yd=2*Math.PI*zh;function Qd(i){return Yd*Math.cos(i*Math.PI/180)}function ep(i){return(180+i)/360}function tp(i){return(180-180/Math.PI*Math.log(Math.tan(Math.PI/4+i*Math.PI/360)))/360}function ip(i,e){return i/Qd(e)}function Dh(i){return 360/Math.PI*Math.atan(Math.exp((180-360*i)*Math.PI/180))-90}class pc{constructor(e,r,s=0){this.x=+e,this.y=+r,this.z=+s}static fromLngLat(e,r=0){const s=Kn.convert(e);return new pc(ep(s.lng),tp(s.lat),ip(r,s.lat))}toLngLat(){return new Kn(360*this.x-180,Dh(this.y))}toAltitude(){return this.z*Qd(Dh(this.y))}meterInMercatorCoordinateUnits(){return 1/Yd*(e=Dh(this.y),1/Math.cos(e*Math.PI/180));var e}}function rp(i,e,r){var s=2*Math.PI*6378137/256/Math.pow(2,r);return[i*s-2*Math.PI*6378137/2,e*s-2*Math.PI*6378137/2]}class Lh{constructor(e,r,s){if(e<0||e>25||s<0||s>=Math.pow(2,e)||r<0||r>=Math.pow(2,e))throw new Error(`x=${r}, 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=r,this.y=s,this.key=Ya(0,e,e,r,s)}equals(e){return this.z===e.z&&this.x===e.x&&this.y===e.y}url(e,r,s){const l=(p=this.y,f=this.z,_=rp(256*(d=this.x),256*(p=Math.pow(2,f)-p-1),f),x=rp(256*(d+1),256*(p+1),f),_[0]+","+_[1]+","+x[0]+","+x[1]);var d,p,f,_,x;const S=function(k,A,D){let R,O="";for(let j=k;j>0;j--)R=1<<j-1,O+=(A&R?1:0)+(D&R?2:0);return O}(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,r>1?"@2x":"").replace(/{quadkey}/g,S).replace(/{bbox-epsg-3857}/g,l)}isChildOf(e){const r=this.z-e.z;return r>0&&e.x===this.x>>r&&e.y===this.y>>r}getTilePoint(e){const r=Math.pow(2,this.z);return new le((e.x*r-this.x)*Qt,(e.y*r-this.y)*Qt)}toString(){return`${this.z}/${this.x}/${this.y}`}}class np{constructor(e,r){this.wrap=e,this.canonical=r,this.key=Ya(e,r.z,r.z,r.x,r.y)}}class ar{constructor(e,r,s,l,d){if(e<s)throw new Error(`overscaledZ should be >= z; overscaledZ = ${e}; z = ${s}`);this.overscaledZ=e,this.wrap=r,this.canonical=new Lh(s,+l,+d),this.key=Ya(r,e,s,l,d)}clone(){return new ar(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 r=this.canonical.z-e;return e>this.canonical.z?new ar(e,this.wrap,this.canonical.z,this.canonical.x,this.canonical.y):new ar(e,this.wrap,e,this.canonical.x>>r,this.canonical.y>>r)}calculateScaledKey(e,r){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?Ya(this.wrap*+r,e,this.canonical.z,this.canonical.x,this.canonical.y):Ya(this.wrap*+r,e,e,this.canonical.x>>s,this.canonical.y>>s)}isChildOf(e){if(e.wrap!==this.wrap)return!1;const r=this.canonical.z-e.canonical.z;return e.overscaledZ===0||e.overscaledZ<this.overscaledZ&&e.canonical.x===this.canonical.x>>r&&e.canonical.y===this.canonical.y>>r}children(e){if(this.overscaledZ>=e)return[new ar(this.overscaledZ+1,this.wrap,this.canonical.z,this.canonical.x,this.canonical.y)];const r=this.canonical.z+1,s=2*this.canonical.x,l=2*this.canonical.y;return[new ar(r,this.wrap,r,s,l),new ar(r,this.wrap,r,s+1,l),new ar(r,this.wrap,r,s,l+1),new ar(r,this.wrap,r,s+1,l+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 ar(this.overscaledZ,0,this.canonical.z,this.canonical.x,this.canonical.y)}unwrapTo(e){return new ar(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 np(this.wrap,this.canonical)}toString(){return`${this.overscaledZ}/${this.canonical.x}/${this.canonical.y}`}getTilePoint(e){return this.canonical.getTilePoint(new pc(e.x-this.wrap,e.y))}}function Ya(i,e,r,s,l){(i*=2)<0&&(i=-1*i-1);const d=1<<r;return(d*d*i+d*l+s).toString(36)+r.toString(36)+e.toString(36)}Fe("CanonicalTileID",Lh),Fe("OverscaledTileID",ar,{omit:["posMatrix"]});class sp{constructor(e,r,s,l=1,d=1,p=1,f=0){if(this.uid=e,r.height!==r.width)throw new RangeError("DEM tiles must be square");if(s&&!["mapbox","terrarium","custom"].includes(s))return void li(`"${s}" is not a valid encoding type. Valid types include "mapbox", "terrarium" and "custom".`);this.stride=r.height;const _=this.dim=r.height-2;switch(this.data=new Uint32Array(r.data.buffer),s){case"terrarium":this.redFactor=256,this.greenFactor=1,this.blueFactor=1/256,this.baseShift=32768;break;case"custom":this.redFactor=l,this.greenFactor=d,this.blueFactor=p,this.baseShift=f;break;default:this.redFactor=6553.6,this.greenFactor=25.6,this.blueFactor=.1,this.baseShift=1e4}for(let x=0;x<_;x++)this.data[this._idx(-1,x)]=this.data[this._idx(0,x)],this.data[this._idx(_,x)]=this.data[this._idx(_-1,x)],this.data[this._idx(x,-1)]=this.data[this._idx(x,0)],this.data[this._idx(x,_)]=this.data[this._idx(x,_-1)];this.data[this._idx(-1,-1)]=this.data[this._idx(0,0)],this.data[this._idx(_,-1)]=this.data[this._idx(_-1,0)],this.data[this._idx(-1,_)]=this.data[this._idx(0,_-1)],this.data[this._idx(_,_)]=this.data[this._idx(_-1,_-1)],this.min=Number.MAX_SAFE_INTEGER,this.max=Number.MIN_SAFE_INTEGER;for(let x=0;x<_;x++)for(let S=0;S<_;S++){const k=this.get(x,S);k>this.max&&(this.max=k),k<this.min&&(this.min=k)}}get(e,r){const s=new Uint8Array(this.data.buffer),l=4*this._idx(e,r);return this.unpack(s[l],s[l+1],s[l+2])}getUnpackVector(){return[this.redFactor,this.greenFactor,this.blueFactor,this.baseShift]}_idx(e,r){if(e<-1||e>=this.dim+1||r<-1||r>=this.dim+1)throw new RangeError("out of range source coordinates for DEM data");return(r+1)*this.stride+(e+1)}unpack(e,r,s){return e*this.redFactor+r*this.greenFactor+s*this.blueFactor-this.baseShift}getPixels(){return new or({width:this.stride,height:this.stride},new Uint8Array(this.data.buffer))}backfillBorder(e,r,s){if(this.dim!==e.dim)throw new Error("dem dimension mismatch");let l=r*this.dim,d=r*this.dim+this.dim,p=s*this.dim,f=s*this.dim+this.dim;switch(r){case-1:l=d-1;break;case 1:d=l+1}switch(s){case-1:p=f-1;break;case 1:f=p+1}const _=-r*this.dim,x=-s*this.dim;for(let S=p;S<f;S++)for(let k=l;k<d;k++)this.data[this._idx(k,S)]=e.data[this._idx(k+_,S+x)]}}Fe("DEMData",sp);class op{constructor(e){this._stringToNumber={},this._numberToString=[];for(let r=0;r<e.length;r++){const s=e[r];this._stringToNumber[s]=r,this._numberToString[r]=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 ap{constructor(e,r,s,l,d){this.type="Feature",this._vectorTileFeature=e,e._z=r,e._x=s,e._y=l,this.properties=e.properties,this.id=d}get geometry(){return this._geometry===void 0&&(this._geometry=this._vectorTileFeature.toGeoJSON(this._vectorTileFeature._x,this._vectorTileFeature._y,this._vectorTileFeature._z).geometry),this._geometry}set geometry(e){this._geometry=e}toJSON(){const e={geometry:this.geometry};for(const r in this)r!=="_geometry"&&r!=="_vectorTileFeature"&&(e[r]=this[r]);return e}}class lp{constructor(e,r){this.tileID=e,this.x=e.canonical.x,this.y=e.canonical.y,this.z=e.canonical.z,this.grid=new Nn(Qt,16,0),this.grid3D=new Nn(Qt,16,0),this.featureIndexArray=new nr,this.promoteId=r}insert(e,r,s,l,d,p){const f=this.featureIndexArray.length;this.featureIndexArray.emplaceBack(s,l,d);const _=p?this.grid3D:this.grid;for(let x=0;x<r.length;x++){const S=r[x],k=[1/0,1/0,-1/0,-1/0];for(let A=0;A<S.length;A++){const D=S[A];k[0]=Math.min(k[0],D.x),k[1]=Math.min(k[1],D.y),k[2]=Math.max(k[2],D.x),k[3]=Math.max(k[3],D.y)}k[0]<Qt&&k[1]<Qt&&k[2]>=0&&k[3]>=0&&_.insert(f,k[0],k[1],k[2],k[3])}}loadVTLayers(){return this.vtLayers||(this.vtLayers=new Wn.VectorTile(new wh(this.rawTileData)).layers,this.sourceLayerCoder=new op(this.vtLayers?Object.keys(this.vtLayers).sort():["_geojsonTileLayer"])),this.vtLayers}query(e,r,s,l){this.loadVTLayers();const d=e.params||{},p=Qt/e.tileSize/e.scale,f=Ti(d.filter),_=e.queryGeometry,x=e.queryPadding*p,S=hp(_),k=this.grid.query(S.minX-x,S.minY-x,S.maxX+x,S.maxY+x),A=hp(e.cameraQueryGeometry),D=this.grid3D.query(A.minX-x,A.minY-x,A.maxX+x,A.maxY+x,(j,J,ae,Q)=>function(re,de,be,Le,Xe){for(const Ae of re)if(de<=Ae.x&&be<=Ae.y&&Le>=Ae.x&&Xe>=Ae.y)return!0;const Me=[new le(de,be),new le(de,Xe),new le(Le,Xe),new le(Le,be)];if(re.length>2){for(const Ae of Me)if(ko(re,Ae))return!0}for(let Ae=0;Ae<re.length-1;Ae++)if(a_(re[Ae],re[Ae+1],Me))return!0;return!1}(e.cameraQueryGeometry,j-x,J-x,ae+x,Q+x));for(const j of D)k.push(j);k.sort(Ey);const R={};let O;for(let j=0;j<k.length;j++){const J=k[j];if(J===O)continue;O=J;const ae=this.featureIndexArray.get(J);let Q=null;this.loadMatchingFeature(R,ae.bucketIndex,ae.sourceLayerIndex,ae.featureIndex,f,d.layers,d.availableImages,r,s,l,(re,de,be)=>(Q||(Q=Ds(re)),de.queryIntersectsFeature(_,re,be,Q,this.z,e.transform,p,e.pixelPosMatrix)))}return R}loadMatchingFeature(e,r,s,l,d,p,f,_,x,S,k){const A=this.bucketLayerIDs[r];if(p&&!function(j,J){for(let ae=0;ae<j.length;ae++)if(J.indexOf(j[ae])>=0)return!0;return!1}(p,A))return;const D=this.sourceLayerCoder.decode(s),R=this.vtLayers[D].feature(l);if(d.needGeometry){const j=Ls(R,!0);if(!d.filter(new At(this.tileID.overscaledZ),j,this.tileID.canonical))return}else if(!d.filter(new At(this.tileID.overscaledZ),R))return;const O=this.getId(R,D);for(let j=0;j<A.length;j++){const J=A[j];if(p&&p.indexOf(J)<0)continue;const ae=_[J];if(!ae)continue;let Q={};O&&S&&(Q=S.getState(ae.sourceLayer||"_geojsonTileLayer",O));const re=Ut({},x[J]);re.paint=cp(re.paint,ae.paint,R,Q,f),re.layout=cp(re.layout,ae.layout,R,Q,f);const de=!k||k(R,ae,Q);if(!de)continue;const be=new ap(R,this.z,this.x,this.y,O);be.layer=re;let Le=e[J];Le===void 0&&(Le=e[J]=[]),Le.push({featureIndex:l,feature:be,intersectionZ:de})}}lookupSymbolFeatures(e,r,s,l,d,p,f,_){const x={};this.loadVTLayers();const S=Ti(d);for(const k of e)this.loadMatchingFeature(x,s,l,k,S,p,f,_,r);return x}hasLayer(e){for(const r of this.bucketLayerIDs)for(const s of r)if(e===s)return!0;return!1}getId(e,r){let s=e.id;return this.promoteId&&(s=e.properties[typeof this.promoteId=="string"?this.promoteId:this.promoteId[r]],typeof s=="boolean"&&(s=Number(s))),s}}function cp(i,e,r,s,l){return bi(i,(d,p)=>{const f=e instanceof xo?e.get(p):null;return f&&f.evaluate?f.evaluate(r,s,l):f})}function hp(i){let e=1/0,r=1/0,s=-1/0,l=-1/0;for(const d of i)e=Math.min(e,d.x),r=Math.min(r,d.y),s=Math.max(s,d.x),l=Math.max(l,d.y);return{minX:e,minY:r,maxX:s,maxY:l}}function Ey(i,e){return e-i}function up(i,e,r,s,l){const d=[];for(let p=0;p<i.length;p++){const f=i[p];let _;for(let x=0;x<f.length-1;x++){let S=f[x],k=f[x+1];S.x<e&&k.x<e||(S.x<e?S=new le(e,S.y+(e-S.x)/(k.x-S.x)*(k.y-S.y))._round():k.x<e&&(k=new le(e,S.y+(e-S.x)/(k.x-S.x)*(k.y-S.y))._round()),S.y<r&&k.y<r||(S.y<r?S=new le(S.x+(r-S.y)/(k.y-S.y)*(k.x-S.x),r)._round():k.y<r&&(k=new le(S.x+(r-S.y)/(k.y-S.y)*(k.x-S.x),r)._round()),S.x>=s&&k.x>=s||(S.x>=s?S=new le(s,S.y+(s-S.x)/(k.x-S.x)*(k.y-S.y))._round():k.x>=s&&(k=new le(s,S.y+(s-S.x)/(k.x-S.x)*(k.y-S.y))._round()),S.y>=l&&k.y>=l||(S.y>=l?S=new le(S.x+(l-S.y)/(k.y-S.y)*(k.x-S.x),l)._round():k.y>=l&&(k=new le(S.x+(l-S.y)/(k.y-S.y)*(k.x-S.x),l)._round()),_&&S.equals(_[_.length-1])||(_=[S],d.push(_)),_.push(k)))))}}return d}Fe("FeatureIndex",lp,{omit:["rawTileData","sourceLayerCoder"]});class Yn extends le{constructor(e,r,s,l){super(e,r),this.angle=s,l!==void 0&&(this.segment=l)}clone(){return new Yn(this.x,this.y,this.angle,this.segment)}}function dp(i,e,r,s,l){if(e.segment===void 0||r===0)return!0;let d=e,p=e.segment+1,f=0;for(;f>-r/2;){if(p--,p<0)return!1;f-=i[p].dist(d),d=i[p]}f+=i[p].dist(i[p+1]),p++;const _=[];let x=0;for(;f<r/2;){const S=i[p],k=i[p+1];if(!k)return!1;let A=i[p-1].angleTo(S)-S.angleTo(k);for(A=Math.abs((A+3*Math.PI)%(2*Math.PI)-Math.PI),_.push({distance:f,angleDelta:A}),x+=A;f-_[0].distance>s;)x-=_.shift().angleDelta;if(x>l)return!1;p++,f+=S.dist(k)}return!0}function pp(i){let e=0;for(let r=0;r<i.length-1;r++)e+=i[r].dist(i[r+1]);return e}function fp(i,e,r){return i?.6*e*r:0}function mp(i,e){return Math.max(i?i.right-i.left:0,e?e.right-e.left:0)}function Ay(i,e,r,s,l,d){const p=fp(r,l,d),f=mp(r,s)*d;let _=0;const x=pp(i)/2;for(let S=0;S<i.length-1;S++){const k=i[S],A=i[S+1],D=k.dist(A);if(_+D>x){const R=(x-_)/D,O=$i.number(k.x,A.x,R),j=$i.number(k.y,A.y,R),J=new Yn(O,j,A.angleTo(k),S);return J._round(),!p||dp(i,J,f,p,e)?J:void 0}_+=D}}function Cy(i,e,r,s,l,d,p,f,_){const x=fp(s,d,p),S=mp(s,l),k=S*p,A=i[0].x===0||i[0].x===_||i[0].y===0||i[0].y===_;return e-k<e/4&&(e=k+e/4),gp(i,A?e/2*f%e:(S/2+2*d)*p*f%e,e,x,r,k,A,!1,_)}function gp(i,e,r,s,l,d,p,f,_){const x=d/2,S=pp(i);let k=0,A=e-r,D=[];for(let R=0;R<i.length-1;R++){const O=i[R],j=i[R+1],J=O.dist(j),ae=j.angleTo(O);for(;A+r<k+J;){A+=r;const Q=(A-k)/J,re=$i.number(O.x,j.x,Q),de=$i.number(O.y,j.y,Q);if(re>=0&&re<_&&de>=0&&de<_&&A-x>=0&&A+x<=S){const be=new Yn(re,de,ae,R);be._round(),s&&!dp(i,be,d,s,l)||D.push(be)}}k+=J}return f||D.length||p||(D=gp(i,k/2,r,s,l,d,p,!0,_)),D}Fe("Anchor",Yn);const Lo=qi;function _p(i,e,r,s){const l=[],d=i.image,p=d.pixelRatio,f=d.paddedRect.w-2*Lo,_=d.paddedRect.h-2*Lo;let x={x1:i.left,y1:i.top,x2:i.right,y2:i.bottom};const S=d.stretchX||[[0,f]],k=d.stretchY||[[0,_]],A=(_e,Ze)=>_e+Ze[1]-Ze[0],D=S.reduce(A,0),R=k.reduce(A,0),O=f-D,j=_-R;let J=0,ae=D,Q=0,re=R,de=0,be=O,Le=0,Xe=j;if(d.content&&s){const _e=d.content,Ze=_e[2]-_e[0],$e=_e[3]-_e[1];(d.textFitWidth||d.textFitHeight)&&(x=qd(i)),J=fc(S,0,_e[0]),Q=fc(k,0,_e[1]),ae=fc(S,_e[0],_e[2]),re=fc(k,_e[1],_e[3]),de=_e[0]-J,Le=_e[1]-Q,be=Ze-ae,Xe=$e-re}const Me=x.x1,Ae=x.y1,je=x.x2-Me,Ve=x.y2-Ae,Be=(_e,Ze,$e,et)=>{const It=mc(_e.stretch-J,ae,je,Me),Tt=gc(_e.fixed-de,be,_e.stretch,D),ni=mc(Ze.stretch-Q,re,Ve,Ae),wr=gc(Ze.fixed-Le,Xe,Ze.stretch,R),yi=mc($e.stretch-J,ae,je,Me),Gt=gc($e.fixed-de,be,$e.stretch,D),Di=mc(et.stretch-Q,re,Ve,Ae),Li=gc(et.fixed-Le,Xe,et.stretch,R),Ri=new le(It,ni),Ht=new le(yi,ni),si=new le(yi,Di),ki=new le(It,Di),xi=new le(Tt/p,wr/p),Bi=new le(Gt/p,Li/p),vi=e*Math.PI/180;if(vi){const _t=Math.sin(vi),Ct=Math.cos(vi),Bt=[Ct,-_t,_t,Ct];Ri._matMult(Bt),Ht._matMult(Bt),ki._matMult(Bt),si._matMult(Bt)}const lr=_e.stretch+_e.fixed,Zi=Ze.stretch+Ze.fixed;return{tl:Ri,tr:Ht,bl:ki,br:si,tex:{x:d.paddedRect.x+Lo+lr,y:d.paddedRect.y+Lo+Zi,w:$e.stretch+$e.fixed-lr,h:et.stretch+et.fixed-Zi},writingMode:void 0,glyphOffset:[0,0],sectionIndex:0,pixelOffsetTL:xi,pixelOffsetBR:Bi,minFontScaleX:be/p/je,minFontScaleY:Xe/p/Ve,isSDF:r}};if(s&&(d.stretchX||d.stretchY)){const _e=yp(S,O,D),Ze=yp(k,j,R);for(let $e=0;$e<_e.length-1;$e++){const et=_e[$e],It=_e[$e+1];for(let Tt=0;Tt<Ze.length-1;Tt++)l.push(Be(et,Ze[Tt],It,Ze[Tt+1]))}}else l.push(Be({fixed:0,stretch:-1},{fixed:0,stretch:-1},{fixed:0,stretch:f+1},{fixed:0,stretch:_+1}));return l}function fc(i,e,r){let s=0;for(const l of i)s+=Math.max(e,Math.min(r,l[1]))-Math.max(e,Math.min(r,l[0]));return s}function yp(i,e,r){const s=[{fixed:-Lo,stretch:0}];for(const[l,d]of i){const p=s[s.length-1];s.push({fixed:l-p.stretch,stretch:p.stretch}),s.push({fixed:l-p.stretch,stretch:p.stretch+(d-l)})}return s.push({fixed:e+Lo,stretch:r}),s}function mc(i,e,r,s){return i/e*r+s}function gc(i,e,r,s){return i-e*r/s}class _c{constructor(e,r,s,l,d,p,f,_,x,S){var k;if(this.boxStartIndex=e.length,x){let A=p.top,D=p.bottom;const R=p.collisionPadding;R&&(A-=R[1],D+=R[3]);let O=D-A;O>0&&(O=Math.max(10,O),this.circleDiameter=O)}else{const A=!((k=p.image)===null||k===void 0)&&k.content&&(p.image.textFitWidth||p.image.textFitHeight)?qd(p):{x1:p.left,y1:p.top,x2:p.right,y2:p.bottom};A.y1=A.y1*f-_[0],A.y2=A.y2*f+_[2],A.x1=A.x1*f-_[3],A.x2=A.x2*f+_[1];const D=p.collisionPadding;if(D&&(A.x1-=D[0]*f,A.y1-=D[1]*f,A.x2+=D[2]*f,A.y2+=D[3]*f),S){const R=new le(A.x1,A.y1),O=new le(A.x2,A.y1),j=new le(A.x1,A.y2),J=new le(A.x2,A.y2),ae=S*Math.PI/180;R._rotate(ae),O._rotate(ae),j._rotate(ae),J._rotate(ae),A.x1=Math.min(R.x,O.x,j.x,J.x),A.x2=Math.max(R.x,O.x,j.x,J.x),A.y1=Math.min(R.y,O.y,j.y,J.y),A.y2=Math.max(R.y,O.y,j.y,J.y)}e.emplaceBack(r.x,r.y,A.x1,A.y1,A.x2,A.y2,s,l,d)}this.boxEndIndex=e.length}}class My{constructor(e=[],r=(s,l)=>s<l?-1:s>l?1:0){if(this.data=e,this.length=this.data.length,this.compare=r,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],r=this.data.pop();return--this.length>0&&(this.data[0]=r,this._down(0)),e}peek(){return this.data[0]}_up(e){const{data:r,compare:s}=this,l=r[e];for(;e>0;){const d=e-1>>1,p=r[d];if(s(l,p)>=0)break;r[e]=p,e=d}r[e]=l}_down(e){const{data:r,compare:s}=this,l=this.length>>1,d=r[e];for(;e<l;){let p=1+(e<<1);const f=p+1;if(f<this.length&&s(r[f],r[p])<0&&(p=f),s(r[p],d)>=0)break;r[e]=r[p],e=p}r[e]=d}}function zy(i,e=1,r=!1){let s=1/0,l=1/0,d=-1/0,p=-1/0;const f=i[0];for(let D=0;D<f.length;D++){const R=f[D];(!D||R.x<s)&&(s=R.x),(!D||R.y<l)&&(l=R.y),(!D||R.x>d)&&(d=R.x),(!D||R.y>p)&&(p=R.y)}const _=Math.min(d-s,p-l);let x=_/2;const S=new My([],Dy);if(_===0)return new le(s,l);for(let D=s;D<d;D+=_)for(let R=l;R<p;R+=_)S.push(new Ro(D+x,R+x,x,i));let k=function(D){let R=0,O=0,j=0;const J=D[0];for(let ae=0,Q=J.length,re=Q-1;ae<Q;re=ae++){const de=J[ae],be=J[re],Le=de.x*be.y-be.x*de.y;O+=(de.x+be.x)*Le,j+=(de.y+be.y)*Le,R+=3*Le}return new Ro(O/R,j/R,0,D)}(i),A=S.length;for(;S.length;){const D=S.pop();(D.d>k.d||!k.d)&&(k=D,r&&console.log("found best %d after %d probes",Math.round(1e4*D.d)/1e4,A)),D.max-k.d<=e||(x=D.h/2,S.push(new Ro(D.p.x-x,D.p.y-x,x,i)),S.push(new Ro(D.p.x+x,D.p.y-x,x,i)),S.push(new Ro(D.p.x-x,D.p.y+x,x,i)),S.push(new Ro(D.p.x+x,D.p.y+x,x,i)),A+=4)}return r&&(console.log(`num probes: ${A}`),console.log(`best distance: ${k.d}`)),k.p}function Dy(i,e){return e.max-i.max}function Ro(i,e,r,s){this.p=new le(i,e),this.h=r,this.d=function(l,d){let p=!1,f=1/0;for(let _=0;_<d.length;_++){const x=d[_];for(let S=0,k=x.length,A=k-1;S<k;A=S++){const D=x[S],R=x[A];D.y>l.y!=R.y>l.y&&l.x<(R.x-D.x)*(l.y-D.y)/(R.y-D.y)+D.x&&(p=!p),f=Math.min(f,td(l,D,R))}}return(p?1:-1)*Math.sqrt(f)}(this.p,s),this.max=this.d+this.h*Math.SQRT2}var _i;T.ar=void 0,(_i=T.ar||(T.ar={}))[_i.center=1]="center",_i[_i.left=2]="left",_i[_i.right=3]="right",_i[_i.top=4]="top",_i[_i.bottom=5]="bottom",_i[_i["top-left"]=6]="top-left",_i[_i["top-right"]=7]="top-right",_i[_i["bottom-left"]=8]="bottom-left",_i[_i["bottom-right"]=9]="bottom-right";const Qn=7,Rh=Number.POSITIVE_INFINITY;function xp(i,e){return e[1]!==Rh?function(r,s,l){let d=0,p=0;switch(s=Math.abs(s),l=Math.abs(l),r){case"top-right":case"top-left":case"top":p=l-Qn;break;case"bottom-right":case"bottom-left":case"bottom":p=-l+Qn}switch(r){case"top-right":case"bottom-right":case"right":d=-s;break;case"top-left":case"bottom-left":case"left":d=s}return[d,p]}(i,e[0],e[1]):function(r,s){let l=0,d=0;s<0&&(s=0);const p=s/Math.SQRT2;switch(r){case"top-right":case"top-left":d=p-Qn;break;case"bottom-right":case"bottom-left":d=-p+Qn;break;case"bottom":d=-s+Qn;break;case"top":d=s-Qn}switch(r){case"top-right":case"bottom-right":l=-p;break;case"top-left":case"bottom-left":l=p;break;case"left":l=s;break;case"right":l=-s}return[l,d]}(i,e[0])}function vp(i,e,r){var s;const l=i.layout,d=(s=l.get("text-variable-anchor-offset"))===null||s===void 0?void 0:s.evaluate(e,{},r);if(d){const f=d.values,_=[];for(let x=0;x<f.length;x+=2){const S=_[x]=f[x],k=f[x+1].map(A=>A*ii);S.startsWith("top")?k[1]-=Qn:S.startsWith("bottom")&&(k[1]+=Qn),_[x+1]=k}return new Ni(_)}const p=l.get("text-variable-anchor");if(p){let f;f=i._unevaluatedLayout.getValue("text-radial-offset")!==void 0?[l.get("text-radial-offset").evaluate(e,{},r)*ii,Rh]:l.get("text-offset").evaluate(e,{},r).map(x=>x*ii);const _=[];for(const x of p)_.push(x,xp(x,f));return new Ni(_)}return null}function Bh(i){switch(i){case"right":case"top-right":case"bottom-right":return"right";case"left":case"top-left":case"bottom-left":return"left"}return"center"}function Ly(i,e,r,s,l,d,p,f,_,x,S){let k=d.textMaxSize.evaluate(e,{});k===void 0&&(k=p);const A=i.layers[0].layout,D=A.get("icon-offset").evaluate(e,{},S),R=wp(r.horizontal),O=p/24,j=i.tilePixelRatio*O,J=i.tilePixelRatio*k/24,ae=i.tilePixelRatio*f,Q=i.tilePixelRatio*A.get("symbol-spacing"),re=A.get("text-padding")*i.tilePixelRatio,de=function(_e,Ze,$e,et=1){const It=_e.get("icon-padding").evaluate(Ze,{},$e),Tt=It&&It.values;return[Tt[0]*et,Tt[1]*et,Tt[2]*et,Tt[3]*et]}(A,e,S,i.tilePixelRatio),be=A.get("text-max-angle")/180*Math.PI,Le=A.get("text-rotation-alignment")!=="viewport"&&A.get("symbol-placement")!=="point",Xe=A.get("icon-rotation-alignment")==="map"&&A.get("symbol-placement")!=="point",Me=A.get("symbol-placement"),Ae=Q/2,je=A.get("icon-text-fit");let Ve;s&&je!=="none"&&(i.allowVerticalPlacement&&r.vertical&&(Ve=Zd(s,r.vertical,je,A.get("icon-text-fit-padding"),D,O)),R&&(s=Zd(s,R,je,A.get("icon-text-fit-padding"),D,O)));const Be=(_e,Ze)=>{Ze.x<0||Ze.x>=Qt||Ze.y<0||Ze.y>=Qt||function($e,et,It,Tt,ni,wr,yi,Gt,Di,Li,Ri,Ht,si,ki,xi,Bi,vi,lr,Zi,_t,Ct,Bt,Ji,Zt,Bo){const rn=$e.addToLineVertexArray(et,It);let nn,Sr,cr,ai,Tn=0,tl=0,kp=0,Pp=0,qh=-1,Zh=-1;const In={};let Ep=To("");if($e.allowVerticalPlacement&&Tt.vertical){const Pi=Gt.layout.get("text-rotate").evaluate(Ct,{},Zt)+90;cr=new _c(Di,et,Li,Ri,Ht,Tt.vertical,si,ki,xi,Pi),yi&&(ai=new _c(Di,et,Li,Ri,Ht,yi,vi,lr,xi,Pi))}if(ni){const Pi=Gt.layout.get("icon-rotate").evaluate(Ct,{}),hr=Gt.layout.get("icon-text-fit")!=="none",Bs=_p(ni,Pi,Ji,hr),Or=yi?_p(yi,Pi,Ji,hr):void 0;Sr=new _c(Di,et,Li,Ri,Ht,ni,vi,lr,!1,Pi),Tn=4*Bs.length;const Fs=$e.iconSizeData;let sn=null;Fs.kind==="source"?(sn=[tn*Gt.layout.get("icon-size").evaluate(Ct,{})],sn[0]>Jn&&li(`${$e.layerIds[0]}: Value for "icon-size" is >= ${Ka}. Reduce your "icon-size".`)):Fs.kind==="composite"&&(sn=[tn*Bt.compositeIconSizes[0].evaluate(Ct,{},Zt),tn*Bt.compositeIconSizes[1].evaluate(Ct,{},Zt)],(sn[0]>Jn||sn[1]>Jn)&&li(`${$e.layerIds[0]}: Value for "icon-size" is >= ${Ka}. Reduce your "icon-size".`)),$e.addSymbols($e.icon,Bs,sn,_t,Zi,Ct,T.ai.none,et,rn.lineStartIndex,rn.lineLength,-1,Zt),qh=$e.icon.placedSymbolArray.length-1,Or&&(tl=4*Or.length,$e.addSymbols($e.icon,Or,sn,_t,Zi,Ct,T.ai.vertical,et,rn.lineStartIndex,rn.lineLength,-1,Zt),Zh=$e.icon.placedSymbolArray.length-1)}const Ap=Object.keys(Tt.horizontal);for(const Pi of Ap){const hr=Tt.horizontal[Pi];if(!nn){Ep=To(hr.text);const Or=Gt.layout.get("text-rotate").evaluate(Ct,{},Zt);nn=new _c(Di,et,Li,Ri,Ht,hr,si,ki,xi,Or)}const Bs=hr.positionedLines.length===1;if(kp+=bp($e,et,hr,wr,Gt,xi,Ct,Bi,rn,Tt.vertical?T.ai.horizontal:T.ai.horizontalOnly,Bs?Ap:[Pi],In,qh,Bt,Zt),Bs)break}Tt.vertical&&(Pp+=bp($e,et,Tt.vertical,wr,Gt,xi,Ct,Bi,rn,T.ai.vertical,["vertical"],In,Zh,Bt,Zt));const Fy=nn?nn.boxStartIndex:$e.collisionBoxArray.length,Oy=nn?nn.boxEndIndex:$e.collisionBoxArray.length,Vy=cr?cr.boxStartIndex:$e.collisionBoxArray.length,Ny=cr?cr.boxEndIndex:$e.collisionBoxArray.length,$y=Sr?Sr.boxStartIndex:$e.collisionBoxArray.length,Uy=Sr?Sr.boxEndIndex:$e.collisionBoxArray.length,jy=ai?ai.boxStartIndex:$e.collisionBoxArray.length,qy=ai?ai.boxEndIndex:$e.collisionBoxArray.length;let Fr=-1;const xc=(Pi,hr)=>Pi&&Pi.circleDiameter?Math.max(Pi.circleDiameter,hr):hr;Fr=xc(nn,Fr),Fr=xc(cr,Fr),Fr=xc(Sr,Fr),Fr=xc(ai,Fr);const Cp=Fr>-1?1:0;Cp&&(Fr*=Bo/ii),$e.glyphOffsetArray.length>=Do.MAX_GLYPHS&&li("Too many glyphs being rendered in a tile. See https://github.com/mapbox/mapbox-gl-js/issues/2907"),Ct.sortKey!==void 0&&$e.addToSortKeyRanges($e.symbolInstances.length,Ct.sortKey);const Zy=vp(Gt,Ct,Zt),[Gy,Hy]=function(Pi,hr){const Bs=Pi.length,Or=hr==null?void 0:hr.values;if((Or==null?void 0:Or.length)>0)for(let Fs=0;Fs<Or.length;Fs+=2){const sn=Or[Fs+1];Pi.emplaceBack(T.ar[Or[Fs]],sn[0],sn[1])}return[Bs,Pi.length]}($e.textAnchorOffsets,Zy);$e.symbolInstances.emplaceBack(et.x,et.y,In.right>=0?In.right:-1,In.center>=0?In.center:-1,In.left>=0?In.left:-1,In.vertical||-1,qh,Zh,Ep,Fy,Oy,Vy,Ny,$y,Uy,jy,qy,Li,kp,Pp,Tn,tl,Cp,0,si,Fr,Gy,Hy)}(i,Ze,_e,r,s,l,Ve,i.layers[0],i.collisionBoxArray,e.index,e.sourceLayerIndex,i.index,j,[re,re,re,re],Le,_,ae,de,Xe,D,e,d,x,S,p)};if(Me==="line")for(const _e of up(e.geometry,0,0,Qt,Qt)){const Ze=Cy(_e,Q,be,r.vertical||R,s,24,J,i.overscaling,Qt);for(const $e of Ze)R&&Ry(i,R.text,Ae,$e)||Be(_e,$e)}else if(Me==="line-center"){for(const _e of e.geometry)if(_e.length>1){const Ze=Ay(_e,be,r.vertical||R,s,24,J);Ze&&Be(_e,Ze)}}else if(e.type==="Polygon")for(const _e of eo(e.geometry,0)){const Ze=zy(_e,16);Be(_e[0],new Yn(Ze.x,Ze.y,0))}else if(e.type==="LineString")for(const _e of e.geometry)Be(_e,new Yn(_e[0].x,_e[0].y,0));else if(e.type==="Point")for(const _e of e.geometry)for(const Ze of _e)Be([Ze],new Yn(Ze.x,Ze.y,0))}function bp(i,e,r,s,l,d,p,f,_,x,S,k,A,D,R){const O=function(ae,Q,re,de,be,Le,Xe,Me){const Ae=de.layout.get("text-rotate").evaluate(Le,{})*Math.PI/180,je=[];for(const Ve of Q.positionedLines)for(const Be of Ve.positionedGlyphs){if(!Be.rect)continue;const _e=Be.rect||{};let Ze=Fd+1,$e=!0,et=1,It=0;const Tt=(be||Me)&&Be.vertical,ni=Be.metrics.advance*Be.scale/2;if(Me&&Q.verticalizable&&(It=Ve.lineOffset/2-(Be.imageName?-(ii-Be.metrics.width*Be.scale)/2:(Be.scale-1)*ii)),Be.imageName){const _t=Xe[Be.imageName];$e=_t.sdf,et=_t.pixelRatio,Ze=qi/et}const wr=be?[Be.x+ni,Be.y]:[0,0];let yi=be?[0,0]:[Be.x+ni+re[0],Be.y+re[1]-It],Gt=[0,0];Tt&&(Gt=yi,yi=[0,0]);const Di=Be.metrics.isDoubleResolution?2:1,Li=(Be.metrics.left-Ze)*Be.scale-ni+yi[0],Ri=(-Be.metrics.top-Ze)*Be.scale+yi[1],Ht=Li+_e.w/Di*Be.scale/et,si=Ri+_e.h/Di*Be.scale/et,ki=new le(Li,Ri),xi=new le(Ht,Ri),Bi=new le(Li,si),vi=new le(Ht,si);if(Tt){const _t=new le(-ni,ni-Xa),Ct=-Math.PI/2,Bt=ii/2-ni,Ji=new le(5-Xa-Bt,-(Be.imageName?Bt:0)),Zt=new le(...Gt);ki._rotateAround(Ct,_t)._add(Ji)._add(Zt),xi._rotateAround(Ct,_t)._add(Ji)._add(Zt),Bi._rotateAround(Ct,_t)._add(Ji)._add(Zt),vi._rotateAround(Ct,_t)._add(Ji)._add(Zt)}if(Ae){const _t=Math.sin(Ae),Ct=Math.cos(Ae),Bt=[Ct,-_t,_t,Ct];ki._matMult(Bt),xi._matMult(Bt),Bi._matMult(Bt),vi._matMult(Bt)}const lr=new le(0,0),Zi=new le(0,0);je.push({tl:ki,tr:xi,bl:Bi,br:vi,tex:_e,writingMode:Q.writingMode,glyphOffset:wr,sectionIndex:Be.sectionIndex,isSDF:$e,pixelOffsetTL:lr,pixelOffsetBR:Zi,minFontScaleX:0,minFontScaleY:0})}return je}(0,r,f,l,d,p,s,i.allowVerticalPlacement),j=i.textSizeData;let J=null;j.kind==="source"?(J=[tn*l.layout.get("text-size").evaluate(p,{})],J[0]>Jn&&li(`${i.layerIds[0]}: Value for "text-size" is >= ${Ka}. Reduce your "text-size".`)):j.kind==="composite"&&(J=[tn*D.compositeTextSizes[0].evaluate(p,{},R),tn*D.compositeTextSizes[1].evaluate(p,{},R)],(J[0]>Jn||J[1]>Jn)&&li(`${i.layerIds[0]}: Value for "text-size" is >= ${Ka}. Reduce your "text-size".`)),i.addSymbols(i.text,O,J,f,d,p,x,e,_.lineStartIndex,_.lineLength,A,R);for(const ae of S)k[ae]=i.text.placedSymbolArray.length-1;return 4*O.length}function wp(i){for(const e in i)return i[e];return null}function Ry(i,e,r,s){const l=i.compareText;if(e in l){const d=l[e];for(let p=d.length-1;p>=0;p--)if(s.dist(d[p])<r)return!0}else l[e]=[];return l[e].push(s),!1}const Sp=[Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array];class Fh{static from(e){if(!(e instanceof ArrayBuffer))throw new Error("Data must be an instance of ArrayBuffer.");const[r,s]=new Uint8Array(e,0,2);if(r!==219)throw new Error("Data does not appear to be in a KDBush format.");const l=s>>4;if(l!==1)throw new Error(`Got v${l} data when expected v1.`);const d=Sp[15&s];if(!d)throw new Error("Unrecognized array type.");const[p]=new Uint16Array(e,2,1),[f]=new Uint32Array(e,4,1);return new Fh(f,p,d,e)}constructor(e,r=64,s=Float64Array,l){if(isNaN(e)||e<0)throw new Error(`Unpexpected numItems value: ${e}.`);this.numItems=+e,this.nodeSize=Math.min(Math.max(+r,2),65535),this.ArrayType=s,this.IndexArrayType=e<65536?Uint16Array:Uint32Array;const d=Sp.indexOf(this.ArrayType),p=2*e*this.ArrayType.BYTES_PER_ELEMENT,f=e*this.IndexArrayType.BYTES_PER_ELEMENT,_=(8-f%8)%8;if(d<0)throw new Error(`Unexpected typed array class: ${s}.`);l&&l instanceof ArrayBuffer?(this.data=l,this.ids=new this.IndexArrayType(this.data,8,e),this.coords=new this.ArrayType(this.data,8+f+_,2*e),this._pos=2*e,this._finished=!0):(this.data=new ArrayBuffer(8+p+f+_),this.ids=new this.IndexArrayType(this.data,8,e),this.coords=new this.ArrayType(this.data,8+f+_,2*e),this._pos=0,this._finished=!1,new Uint8Array(this.data,0,2).set([219,16+d]),new Uint16Array(this.data,2,1)[0]=r,new Uint32Array(this.data,4,1)[0]=e)}add(e,r){const s=this._pos>>1;return this.ids[s]=s,this.coords[this._pos++]=e,this.coords[this._pos++]=r,s}finish(){const e=this._pos>>1;if(e!==this.numItems)throw new Error(`Added ${e} items when expected ${this.numItems}.`);return Oh(this.ids,this.coords,this.nodeSize,0,this.numItems-1,0),this._finished=!0,this}range(e,r,s,l){if(!this._finished)throw new Error("Data not yet indexed - call index.finish().");const{ids:d,coords:p,nodeSize:f}=this,_=[0,d.length-1,0],x=[];for(;_.length;){const S=_.pop()||0,k=_.pop()||0,A=_.pop()||0;if(k-A<=f){for(let j=A;j<=k;j++){const J=p[2*j],ae=p[2*j+1];J>=e&&J<=s&&ae>=r&&ae<=l&&x.push(d[j])}continue}const D=A+k>>1,R=p[2*D],O=p[2*D+1];R>=e&&R<=s&&O>=r&&O<=l&&x.push(d[D]),(S===0?e<=R:r<=O)&&(_.push(A),_.push(D-1),_.push(1-S)),(S===0?s>=R:l>=O)&&(_.push(D+1),_.push(k),_.push(1-S))}return x}within(e,r,s){if(!this._finished)throw new Error("Data not yet indexed - call index.finish().");const{ids:l,coords:d,nodeSize:p}=this,f=[0,l.length-1,0],_=[],x=s*s;for(;f.length;){const S=f.pop()||0,k=f.pop()||0,A=f.pop()||0;if(k-A<=p){for(let j=A;j<=k;j++)Ip(d[2*j],d[2*j+1],e,r)<=x&&_.push(l[j]);continue}const D=A+k>>1,R=d[2*D],O=d[2*D+1];Ip(R,O,e,r)<=x&&_.push(l[D]),(S===0?e-s<=R:r-s<=O)&&(f.push(A),f.push(D-1),f.push(1-S)),(S===0?e+s>=R:r+s>=O)&&(f.push(D+1),f.push(k),f.push(1-S))}return _}}function Oh(i,e,r,s,l,d){if(l-s<=r)return;const p=s+l>>1;Tp(i,e,p,s,l,d),Oh(i,e,r,s,p-1,1-d),Oh(i,e,r,p+1,l,1-d)}function Tp(i,e,r,s,l,d){for(;l>s;){if(l-s>600){const x=l-s+1,S=r-s+1,k=Math.log(x),A=.5*Math.exp(2*k/3),D=.5*Math.sqrt(k*A*(x-A)/x)*(S-x/2<0?-1:1);Tp(i,e,r,Math.max(s,Math.floor(r-S*A/x+D)),Math.min(l,Math.floor(r+(x-S)*A/x+D)),d)}const p=e[2*r+d];let f=s,_=l;for(Qa(i,e,s,r),e[2*l+d]>p&&Qa(i,e,s,l);f<_;){for(Qa(i,e,f,_),f++,_--;e[2*f+d]<p;)f++;for(;e[2*_+d]>p;)_--}e[2*s+d]===p?Qa(i,e,s,_):(_++,Qa(i,e,_,l)),_<=r&&(s=_+1),r<=_&&(l=_-1)}}function Qa(i,e,r,s){Vh(i,r,s),Vh(e,2*r,2*s),Vh(e,2*r+1,2*s+1)}function Vh(i,e,r){const s=i[e];i[e]=i[r],i[r]=s}function Ip(i,e,r,s){const l=i-r,d=e-s;return l*l+d*d}var Nh;T.bf=void 0,(Nh=T.bf||(T.bf={})).create="create",Nh.load="load",Nh.fullLoad="fullLoad";let yc=null,el=[];const $h=1e3/60,Uh="loadTime",jh="fullLoadTime",By={mark(i){performance.mark(i)},frame(i){const e=i;yc!=null&&el.push(e-yc),yc=e},clearMetrics(){yc=null,el=[],performance.clearMeasures(Uh),performance.clearMeasures(jh);for(const i in T.bf)performance.clearMarks(T.bf[i])},getPerformanceMetrics(){performance.measure(Uh,T.bf.create,T.bf.load),performance.measure(jh,T.bf.create,T.bf.fullLoad);const i=performance.getEntriesByName(Uh)[0].duration,e=performance.getEntriesByName(jh)[0].duration,r=el.length,s=1/(el.reduce((d,p)=>d+p,0)/r/1e3),l=el.filter(d=>d>$h).reduce((d,p)=>d+(p-$h)/$h,0);return{loadTime:i,fullLoadTime:e,fps:s,percentDroppedFrames:l/(r+l)*100,totalFrames:r}}};T.$=class extends F{},T.A=Po,T.B=Pa,T.C=function(i){if(Pn==null){const e=i.navigator?i.navigator.userAgent:null;Pn=!!i.safari||!(!e||!(/\b(iPad|iPhone|iPod)\b/.test(e)||e.match("Safari")&&!e.match("Chrome")))}return Pn},T.D=qe,T.E=Cn,T.F=class{constructor(i,e){this.target=i,this.mapId=e,this.resolveRejects={},this.tasks={},this.taskQueue=[],this.abortControllers={},this.messageHandlers={},this.invoker=new Py(()=>this.process()),this.subscription=function(r,s,l,d){return r.addEventListener(s,l,!1),{unsubscribe:()=>{r.removeEventListener(s,l,!1)}}}(this.target,"message",r=>this.receive(r)),this.globalScope=Pr(self)?i:window}registerMessageHandler(i,e){this.messageHandlers[i]=e}sendAsync(i,e){return new Promise((r,s)=>{const l=Math.round(1e18*Math.random()).toString(36).substring(0,10);this.resolveRejects[l]={resolve:r,reject:s},e&&e.signal.addEventListener("abort",()=>{delete this.resolveRejects[l];const f={id:l,type:"<cancel>",origin:location.origin,targetMapId:i.targetMapId,sourceMapId:this.mapId};this.target.postMessage(f)},{once:!0});const d=[],p=Object.assign(Object.assign({},i),{id:l,sourceMapId:this.mapId,origin:location.origin,data:As(i.data,d)});this.target.postMessage(p,{transfer:d})})}receive(i){const e=i.data,r=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[r];const s=this.abortControllers[r];return delete this.abortControllers[r],void(s&&s.abort())}if(Pr(self)||e.mustQueue)return this.tasks[r]=e,this.taskQueue.push(r),void this.invoker.trigger();this.processTask(r,e)}}process(){if(this.taskQueue.length===0)return;const i=this.taskQueue.shift(),e=this.tasks[i];delete this.tasks[i],this.taskQueue.length>0&&this.invoker.trigger(),e&&this.processTask(i,e)}processTask(i,e){return c(this,void 0,void 0,function*(){if(e.type==="<response>"){const l=this.resolveRejects[i];return delete this.resolveRejects[i],l?void(e.error?l.reject(vr(e.error)):l.resolve(vr(e.data))):void 0}if(!this.messageHandlers[e.type])return void this.completeTask(i,new Error(`Could not find a registered handler for ${e.type}, map ID: ${this.mapId}, available handlers: ${Object.keys(this.messageHandlers).join(", ")}`));const r=vr(e.data),s=new AbortController;this.abortControllers[i]=s;try{const l=yield this.messageHandlers[e.type](e.sourceMapId,r,s);this.completeTask(i,null,l)}catch(l){this.completeTask(i,l)}})}completeTask(i,e,r){const s=[];delete this.abortControllers[i];const l={id:i,type:"<response>",sourceMapId:this.mapId,origin:location.origin,error:e?As(e):null,data:As(r,s)};this.target.postMessage(l,{transfer:s})}remove(){this.invoker.remove(),this.subscription.unsubscribe()}},T.G=An,T.H=function(){var i=new Po(16);return Po!=Float32Array&&(i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[11]=0,i[12]=0,i[13]=0,i[14]=0),i[0]=1,i[5]=1,i[10]=1,i[15]=1,i},T.I=Th,T.J=function(i,e,r){var s,l,d,p,f,_,x,S,k,A,D,R,O=r[0],j=r[1],J=r[2];return e===i?(i[12]=e[0]*O+e[4]*j+e[8]*J+e[12],i[13]=e[1]*O+e[5]*j+e[9]*J+e[13],i[14]=e[2]*O+e[6]*j+e[10]*J+e[14],i[15]=e[3]*O+e[7]*j+e[11]*J+e[15]):(l=e[1],d=e[2],p=e[3],f=e[4],_=e[5],x=e[6],S=e[7],k=e[8],A=e[9],D=e[10],R=e[11],i[0]=s=e[0],i[1]=l,i[2]=d,i[3]=p,i[4]=f,i[5]=_,i[6]=x,i[7]=S,i[8]=k,i[9]=A,i[10]=D,i[11]=R,i[12]=s*O+f*j+k*J+e[12],i[13]=l*O+_*j+A*J+e[13],i[14]=d*O+x*j+D*J+e[14],i[15]=p*O+S*j+R*J+e[15]),i},T.K=function(i,e,r){var s=r[0],l=r[1],d=r[2];return i[0]=e[0]*s,i[1]=e[1]*s,i[2]=e[2]*s,i[3]=e[3]*s,i[4]=e[4]*l,i[5]=e[5]*l,i[6]=e[6]*l,i[7]=e[7]*l,i[8]=e[8]*d,i[9]=e[9]*d,i[10]=e[10]*d,i[11]=e[11]*d,i[12]=e[12],i[13]=e[13],i[14]=e[14],i[15]=e[15],i},T.L=sd,T.M=function(i,e){const r={};for(let s=0;s<e.length;s++){const l=e[s];l in i&&(r[l]=i[l])}return r},T.N=Kn,T.O=ep,T.P=le,T.Q=tp,T.R=or,T.S=ar,T.T=Un,T.U=ft,T.V=ct,T.W=on,T.X=Qt,T.Y=w,T.Z=pc,T._=c,T.a=$r,T.a$=function(i,e){var r=i[0],s=i[1],l=i[2],d=i[3],p=i[4],f=i[5],_=i[6],x=i[7],S=i[8],k=i[9],A=i[10],D=i[11],R=i[12],O=i[13],j=i[14],J=i[15],ae=e[0],Q=e[1],re=e[2],de=e[3],be=e[4],Le=e[5],Xe=e[6],Me=e[7],Ae=e[8],je=e[9],Ve=e[10],Be=e[11],_e=e[12],Ze=e[13],$e=e[14],et=e[15];return Math.abs(r-ae)<=zi*Math.max(1,Math.abs(r),Math.abs(ae))&&Math.abs(s-Q)<=zi*Math.max(1,Math.abs(s),Math.abs(Q))&&Math.abs(l-re)<=zi*Math.max(1,Math.abs(l),Math.abs(re))&&Math.abs(d-de)<=zi*Math.max(1,Math.abs(d),Math.abs(de))&&Math.abs(p-be)<=zi*Math.max(1,Math.abs(p),Math.abs(be))&&Math.abs(f-Le)<=zi*Math.max(1,Math.abs(f),Math.abs(Le))&&Math.abs(_-Xe)<=zi*Math.max(1,Math.abs(_),Math.abs(Xe))&&Math.abs(x-Me)<=zi*Math.max(1,Math.abs(x),Math.abs(Me))&&Math.abs(S-Ae)<=zi*Math.max(1,Math.abs(S),Math.abs(Ae))&&Math.abs(k-je)<=zi*Math.max(1,Math.abs(k),Math.abs(je))&&Math.abs(A-Ve)<=zi*Math.max(1,Math.abs(A),Math.abs(Ve))&&Math.abs(D-Be)<=zi*Math.max(1,Math.abs(D),Math.abs(Be))&&Math.abs(R-_e)<=zi*Math.max(1,Math.abs(R),Math.abs(_e))&&Math.abs(O-Ze)<=zi*Math.max(1,Math.abs(O),Math.abs(Ze))&&Math.abs(j-$e)<=zi*Math.max(1,Math.abs(j),Math.abs($e))&&Math.abs(J-et)<=zi*Math.max(1,Math.abs(J),Math.abs(et))},T.a0=ti,T.a1=Lh,T.a2=Ie,T.a3=i=>{const e=window.document.createElement("video");return e.muted=!0,new Promise(r=>{e.onloadstart=()=>{r(e)};for(const s of i){const l=window.document.createElement("source");ln(s)||(e.crossOrigin="Anonymous"),l.src=s,e.appendChild(l)}})},T.a4=function(){return Vr++},T.a5=st,T.a6=Do,T.a7=Ti,T.a8=Ls,T.a9=At,T.aA=function(i){i=i.slice();const e=Object.create(null);for(let r=0;r<i.length;r++)e[i[r].id]=i[r];for(let r=0;r<i.length;r++)"ref"in i[r]&&(i[r]=ns(i[r],e[i[r].ref]));return i},T.aB=function(i){if(i.type==="custom")return new ky(i);switch(i.type){case"background":return new Sy(i);case"circle":return new h_(i);case"fill":return new P_(i);case"fill-extrusion":return new U_(i);case"heatmap":return new d_(i);case"hillshade":return new f_(i);case"line":return new J_(i);case"raster":return new Iy(i);case"symbol":return new dc(i)}},T.aC=wt,T.aD=function(i,e){if(!i)return[{command:"setStyle",args:[e]}];let r=[];try{if(!yt(i.version,e.version))return[{command:"setStyle",args:[e]}];yt(i.center,e.center)||r.push({command:"setCenter",args:[e.center]}),yt(i.zoom,e.zoom)||r.push({command:"setZoom",args:[e.zoom]}),yt(i.bearing,e.bearing)||r.push({command:"setBearing",args:[e.bearing]}),yt(i.pitch,e.pitch)||r.push({command:"setPitch",args:[e.pitch]}),yt(i.sprite,e.sprite)||r.push({command:"setSprite",args:[e.sprite]}),yt(i.glyphs,e.glyphs)||r.push({command:"setGlyphs",args:[e.glyphs]}),yt(i.transition,e.transition)||r.push({command:"setTransition",args:[e.transition]}),yt(i.light,e.light)||r.push({command:"setLight",args:[e.light]}),yt(i.terrain,e.terrain)||r.push({command:"setTerrain",args:[e.terrain]}),yt(i.sky,e.sky)||r.push({command:"setSky",args:[e.sky]}),yt(i.projection,e.projection)||r.push({command:"setProjection",args:[e.projection]});const s={},l=[];(function(p,f,_,x){let S;for(S in f=f||{},p=p||{})Object.prototype.hasOwnProperty.call(p,S)&&(Object.prototype.hasOwnProperty.call(f,S)||qr(S,_,x));for(S in f)Object.prototype.hasOwnProperty.call(f,S)&&(Object.prototype.hasOwnProperty.call(p,S)?yt(p[S],f[S])||(p[S].type==="geojson"&&f[S].type==="geojson"&&Mn(p,f,S)?jt(_,{command:"setGeoJSONSourceData",args:[S,f[S].data]}):Cr(S,f,_,x)):ss(S,f,_))})(i.sources,e.sources,l,s);const d=[];i.layers&&i.layers.forEach(p=>{"source"in p&&s[p.source]?r.push({command:"removeLayer",args:[p.id]}):d.push(p)}),r=r.concat(l),function(p,f,_){f=f||[];const x=(p=p||[]).map(os),S=f.map(os),k=p.reduce(as,{}),A=f.reduce(as,{}),D=x.slice(),R=Object.create(null);let O,j,J,ae,Q;for(let re=0,de=0;re<x.length;re++)O=x[re],Object.prototype.hasOwnProperty.call(A,O)?de++:(jt(_,{command:"removeLayer",args:[O]}),D.splice(D.indexOf(O,de),1));for(let re=0,de=0;re<S.length;re++)O=S[S.length-1-re],D[D.length-1-re]!==O&&(Object.prototype.hasOwnProperty.call(k,O)?(jt(_,{command:"removeLayer",args:[O]}),D.splice(D.lastIndexOf(O,D.length-de),1)):de++,ae=D[D.length-re],jt(_,{command:"addLayer",args:[A[O],ae]}),D.splice(D.length-re,0,O),R[O]=!0);for(let re=0;re<S.length;re++)if(O=S[re],j=k[O],J=A[O],!R[O]&&!yt(j,J))if(yt(j.source,J.source)&&yt(j["source-layer"],J["source-layer"])&&yt(j.type,J.type)){for(Q in Hi(j.layout,J.layout,_,O,null,"setLayoutProperty"),Hi(j.paint,J.paint,_,O,null,"setPaintProperty"),yt(j.filter,J.filter)||jt(_,{command:"setFilter",args:[O,J.filter]}),yt(j.minzoom,J.minzoom)&&yt(j.maxzoom,J.maxzoom)||jt(_,{command:"setLayerZoomRange",args:[O,J.minzoom,J.maxzoom]}),j)Object.prototype.hasOwnProperty.call(j,Q)&&Q!=="layout"&&Q!=="paint"&&Q!=="filter"&&Q!=="metadata"&&Q!=="minzoom"&&Q!=="maxzoom"&&(Q.indexOf("paint.")===0?Hi(j[Q],J[Q],_,O,Q.slice(6),"setPaintProperty"):yt(j[Q],J[Q])||jt(_,{command:"setLayerProperty",args:[O,Q,J[Q]]}));for(Q in J)Object.prototype.hasOwnProperty.call(J,Q)&&!Object.prototype.hasOwnProperty.call(j,Q)&&Q!=="layout"&&Q!=="paint"&&Q!=="filter"&&Q!=="metadata"&&Q!=="minzoom"&&Q!=="maxzoom"&&(Q.indexOf("paint.")===0?Hi(j[Q],J[Q],_,O,Q.slice(6),"setPaintProperty"):yt(j[Q],J[Q])||jt(_,{command:"setLayerProperty",args:[O,Q,J[Q]]}))}else jt(_,{command:"removeLayer",args:[O]}),ae=D[D.lastIndexOf(O)+1],jt(_,{command:"addLayer",args:[J,ae]})}(d,e.layers,r)}catch(s){console.warn("Unable to compute style diff:",s),r=[{command:"setStyle",args:[e]}]}return r},T.aE=function(i){const e=[],r=i.id;return r===void 0&&e.push({message:`layers.${r}: missing required property "id"`}),i.render===void 0&&e.push({message:`layers.${r}: missing required method "render"`}),i.renderingMode&&i.renderingMode!=="2d"&&i.renderingMode!=="3d"&&e.push({message:`layers.${r}: property "renderingMode" must be either "2d" or "3d"`}),e},T.aF=function i(e,r){if(Array.isArray(e)){if(!Array.isArray(r)||e.length!==r.length)return!1;for(let s=0;s<e.length;s++)if(!i(e[s],r[s]))return!1;return!0}if(typeof e=="object"&&e!==null&&r!==null){if(typeof r!="object"||Object.keys(e).length!==Object.keys(r).length)return!1;for(const s in e)if(!i(e[s],r[s]))return!1;return!0}return e===r},T.aG=bi,T.aH=Nr,T.aI=class extends Ms{constructor(i,e){super(i,e),this.current=0}set(i){this.current!==i&&(this.current=i,this.gl.uniform1i(this.location,i))}},T.aJ=Ql,T.aK=class extends Ms{constructor(i,e){super(i,e),this.current=i_}set(i){if(i[12]!==this.current[12]||i[0]!==this.current[0])return this.current=i,void this.gl.uniformMatrix4fv(this.location,!1,i);for(let e=1;e<16;e++)if(i[e]!==this.current[e]){this.current=i,this.gl.uniformMatrix4fv(this.location,!1,i);break}}},T.aL=Wu,T.aM=Xu,T.aN=bt,T.aO=class extends Ms{constructor(i,e){super(i,e),this.current=[0,0,0]}set(i){i[0]===this.current[0]&&i[1]===this.current[1]&&i[2]===this.current[2]||(this.current=i,this.gl.uniform3f(this.location,i[0],i[1],i[2]))}},T.aP=class extends Ms{constructor(i,e){super(i,e),this.current=[0,0]}set(i){i[0]===this.current[0]&&i[1]===this.current[1]||(this.current=i,this.gl.uniform2f(this.location,i[0],i[1]))}},T.aQ=function(i,e,r,s,l,d,p){var f=1/(e-r),_=1/(s-l),x=1/(d-p);return i[0]=-2*f,i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=-2*_,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[10]=2*x,i[11]=0,i[12]=(e+r)*f,i[13]=(l+s)*_,i[14]=(p+d)*x,i[15]=1,i},T.aR=c_,T.aS=class extends ye{},T.aT=ey,T.aU=class extends De{},T.aV=function(i){return i<=1?1:Math.pow(2,Math.ceil(Math.log(i)/Math.LN2))},T.aW=hd,T.aX=vn,T.aY=ri,T.aZ=class extends Ce{},T.a_=function(i,e){return i[0]===e[0]&&i[1]===e[1]&&i[2]===e[2]&&i[3]===e[3]&&i[4]===e[4]&&i[5]===e[5]&&i[6]===e[6]&&i[7]===e[7]&&i[8]===e[8]&&i[9]===e[9]&&i[10]===e[10]&&i[11]===e[11]&&i[12]===e[12]&&i[13]===e[13]&&i[14]===e[14]&&i[15]===e[15]},T.aa=ap,T.ab=function(i){const e={};if(i.replace(/(?:^|(?:\s*\,\s*))([^\x00-\x20\(\)<>@\,;\:\\"\/\[\]\?\=\{\}\x7F]+)(?:\=(?:([^\x00-\x20\(\)<>@\,;\:\\"\/\[\]\?\=\{\}\x7F]+)|(?:\"((?:[^"\\]|\\.)*)\")))?/g,(r,s,l,d)=>{const p=l||d;return e[s]=!p||p.toLowerCase(),""}),e["max-age"]){const r=parseInt(e["max-age"],10);isNaN(r)?delete e["max-age"]:e["max-age"]=r}return e},T.ac=function(i,e){const r=[];for(const s in i)s in e||r.push(s);return r},T.ad=kt,T.ae=function(i,e,r){var s=Math.sin(r),l=Math.cos(r),d=e[0],p=e[1],f=e[2],_=e[3],x=e[4],S=e[5],k=e[6],A=e[7];return e!==i&&(i[8]=e[8],i[9]=e[9],i[10]=e[10],i[11]=e[11],i[12]=e[12],i[13]=e[13],i[14]=e[14],i[15]=e[15]),i[0]=d*l+x*s,i[1]=p*l+S*s,i[2]=f*l+k*s,i[3]=_*l+A*s,i[4]=x*l-d*s,i[5]=S*l-p*s,i[6]=k*l-f*s,i[7]=A*l-_*s,i},T.af=function(i){var e=new Po(16);return e[0]=i[0],e[1]=i[1],e[2]=i[2],e[3]=i[3],e[4]=i[4],e[5]=i[5],e[6]=i[6],e[7]=i[7],e[8]=i[8],e[9]=i[9],e[10]=i[10],e[11]=i[11],e[12]=i[12],e[13]=i[13],e[14]=i[14],e[15]=i[15],e},T.ag=rc,T.ah=function(i,e){let r=0,s=0;if(i.kind==="constant")s=i.layoutSize;else if(i.kind!=="source"){const{interpolationType:l,minZoom:d,maxZoom:p}=i,f=l?kt(Ui.interpolationFactor(l,e,d,p),0,1):0;i.kind==="camera"?s=$i.number(i.minSize,i.maxSize,f):r=f}return{uSizeT:r,uSize:s}},T.aj=function(i,{uSize:e,uSizeT:r},{lowerSize:s,upperSize:l}){return i.kind==="source"?s/tn:i.kind==="composite"?$i.number(s/tn,l/tn,r):e},T.ak=Eh,T.al=function(i,e,r,s){const l=e.y-i.y,d=e.x-i.x,p=s.y-r.y,f=s.x-r.x,_=p*d-f*l;if(_===0)return null;const x=(f*(i.y-r.y)-p*(i.x-r.x))/_;return new le(i.x+x*d,i.y+x*l)},T.am=up,T.an=Qu,T.ao=hh,T.ap=function(i){let e=1/0,r=1/0,s=-1/0,l=-1/0;for(const d of i)e=Math.min(e,d.x),r=Math.min(r,d.y),s=Math.max(s,d.x),l=Math.max(l,d.y);return[e,r,s,l]},T.aq=ii,T.as=Ph,T.at=function(i,e){var r=e[0],s=e[1],l=e[2],d=e[3],p=e[4],f=e[5],_=e[6],x=e[7],S=e[8],k=e[9],A=e[10],D=e[11],R=e[12],O=e[13],j=e[14],J=e[15],ae=r*f-s*p,Q=r*_-l*p,re=r*x-d*p,de=s*_-l*f,be=s*x-d*f,Le=l*x-d*_,Xe=S*O-k*R,Me=S*j-A*R,Ae=S*J-D*R,je=k*j-A*O,Ve=k*J-D*O,Be=A*J-D*j,_e=ae*Be-Q*Ve+re*je+de*Ae-be*Me+Le*Xe;return _e?(i[0]=(f*Be-_*Ve+x*je)*(_e=1/_e),i[1]=(l*Ve-s*Be-d*je)*_e,i[2]=(O*Le-j*be+J*de)*_e,i[3]=(A*be-k*Le-D*de)*_e,i[4]=(_*Ae-p*Be-x*Me)*_e,i[5]=(r*Be-l*Ae+d*Me)*_e,i[6]=(j*re-R*Le-J*Q)*_e,i[7]=(S*Le-A*re+D*Q)*_e,i[8]=(p*Ve-f*Ae+x*Xe)*_e,i[9]=(s*Ae-r*Ve-d*Xe)*_e,i[10]=(R*be-O*re+J*ae)*_e,i[11]=(k*re-S*be-D*ae)*_e,i[12]=(f*Me-p*je-_*Xe)*_e,i[13]=(r*je-s*Me+l*Xe)*_e,i[14]=(O*Q-R*de-j*ae)*_e,i[15]=(S*de-k*Q+A*ae)*_e,i):null},T.au=Bh,T.av=kh,T.aw=Fh,T.ax=function(){const i={},e=ue.$version;for(const r in ue.$root){const s=ue.$root[r];if(s.required){let l=null;l=r==="version"?e:s.type==="array"?[]:{},l!=null&&(i[r]=l)}}return i},T.ay=Zl,T.az=Qi,T.b=dr,T.b0=function(i,e){return i[0]=e[0],i[1]=e[1],i[2]=e[2],i[3]=e[3],i[4]=e[4],i[5]=e[5],i[6]=e[6],i[7]=e[7],i[8]=e[8],i[9]=e[9],i[10]=e[10],i[11]=e[11],i[12]=e[12],i[13]=e[13],i[14]=e[14],i[15]=e[15],i},T.b1=function(i,e,r){return i[0]=e[0]*r[0],i[1]=e[1]*r[1],i[2]=e[2]*r[2],i[3]=e[3]*r[3],i},T.b2=function(i,e){return i[0]*e[0]+i[1]*e[1]+i[2]*e[2]+i[3]*e[3]},T.b3=Wt,T.b4=np,T.b5=ip,T.b6=function(i,e,r,s,l){var d,p=1/Math.tan(e/2);return i[0]=p/r,i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=p,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[11]=-1,i[12]=0,i[13]=0,i[15]=0,l!=null&&l!==1/0?(i[10]=(l+s)*(d=1/(s-l)),i[14]=2*l*s*d):(i[10]=-1,i[14]=-2*s),i},T.b7=function(i,e,r){var s=Math.sin(r),l=Math.cos(r),d=e[4],p=e[5],f=e[6],_=e[7],x=e[8],S=e[9],k=e[10],A=e[11];return e!==i&&(i[0]=e[0],i[1]=e[1],i[2]=e[2],i[3]=e[3],i[12]=e[12],i[13]=e[13],i[14]=e[14],i[15]=e[15]),i[4]=d*l+x*s,i[5]=p*l+S*s,i[6]=f*l+k*s,i[7]=_*l+A*s,i[8]=x*l-d*s,i[9]=S*l-p*s,i[10]=k*l-f*s,i[11]=A*l-_*s,i},T.b8=He,T.b9=Ft,T.bA=function(i){return i.message===Yi},T.bB=_n,T.bC=Yr,T.ba=function(i){return i*Math.PI/180},T.bb=function(i,e){return i[0]=e[0],i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=e[1],i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[10]=e[2],i[11]=0,i[12]=0,i[13]=0,i[14]=0,i[15]=1,i},T.bc=class extends L{},T.bd=zh,T.be=By,T.bg=Fi,T.bh=function(i,e){$r.REGISTERED_PROTOCOLS[i]=e},T.bi=function(i){delete $r.REGISTERED_PROTOCOLS[i]},T.bj=function(i,e){const r={};for(let l=0;l<i.length;l++){const d=e&&e[i[l].id]||ma(i[l]);e&&(e[i[l].id]=d);let p=r[d];p||(p=r[d]=[]),p.push(i[l])}const s=[];for(const l in r)s.push(r[l]);return s},T.bk=Fe,T.bl=op,T.bm=lp,T.bn=Vd,T.bo=function(i){i.bucket.createArrays(),i.bucket.tilePixelRatio=Qt/(512*i.bucket.overscaling),i.bucket.compareText={},i.bucket.iconsNeedLinear=!1;const e=i.bucket.layers[0],r=e.layout,s=e._unevaluatedLayout._values,l={layoutIconSize:s["icon-size"].possiblyEvaluate(new At(i.bucket.zoom+1),i.canonical),layoutTextSize:s["text-size"].possiblyEvaluate(new At(i.bucket.zoom+1),i.canonical),textMaxSize:s["text-size"].possiblyEvaluate(new At(18))};if(i.bucket.textSizeData.kind==="composite"){const{minZoom:x,maxZoom:S}=i.bucket.textSizeData;l.compositeTextSizes=[s["text-size"].possiblyEvaluate(new At(x),i.canonical),s["text-size"].possiblyEvaluate(new At(S),i.canonical)]}if(i.bucket.iconSizeData.kind==="composite"){const{minZoom:x,maxZoom:S}=i.bucket.iconSizeData;l.compositeIconSizes=[s["icon-size"].possiblyEvaluate(new At(x),i.canonical),s["icon-size"].possiblyEvaluate(new At(S),i.canonical)]}const d=r.get("text-line-height")*ii,p=r.get("text-rotation-alignment")!=="viewport"&&r.get("symbol-placement")!=="point",f=r.get("text-keep-upright"),_=r.get("text-size");for(const x of i.bucket.features){const S=r.get("text-font").evaluate(x,{},i.canonical).join(","),k=_.evaluate(x,{},i.canonical),A=l.layoutTextSize.evaluate(x,{},i.canonical),D=l.layoutIconSize.evaluate(x,{},i.canonical),R={horizontal:{},vertical:void 0},O=x.text;let j,J=[0,0];if(O){const re=O.toString(),de=r.get("text-letter-spacing").evaluate(x,{},i.canonical)*ii,be=rh(re)?de:0,Le=r.get("text-anchor").evaluate(x,{},i.canonical),Xe=vp(e,x,i.canonical);if(!Xe){const Ve=r.get("text-radial-offset").evaluate(x,{},i.canonical);J=Ve?xp(Le,[Ve*ii,Rh]):r.get("text-offset").evaluate(x,{},i.canonical).map(Be=>Be*ii)}let Me=p?"center":r.get("text-justify").evaluate(x,{},i.canonical);const Ae=r.get("symbol-placement")==="point"?r.get("text-max-width").evaluate(x,{},i.canonical)*ii:1/0,je=()=>{i.bucket.allowVerticalPlacement&&Ca(re)&&(R.vertical=cc(O,i.glyphMap,i.glyphPositions,i.imagePositions,S,Ae,d,Le,"left",be,J,T.ai.vertical,!0,A,k))};if(!p&&Xe){const Ve=new Set;if(Me==="auto")for(let _e=0;_e<Xe.values.length;_e+=2)Ve.add(Bh(Xe.values[_e]));else Ve.add(Me);let Be=!1;for(const _e of Ve)if(!R.horizontal[_e])if(Be)R.horizontal[_e]=R.horizontal[0];else{const Ze=cc(O,i.glyphMap,i.glyphPositions,i.imagePositions,S,Ae,d,"center",_e,be,J,T.ai.horizontal,!1,A,k);Ze&&(R.horizontal[_e]=Ze,Be=Ze.positionedLines.length===1)}je()}else{Me==="auto"&&(Me=Bh(Le));const Ve=cc(O,i.glyphMap,i.glyphPositions,i.imagePositions,S,Ae,d,Le,Me,be,J,T.ai.horizontal,!1,A,k);Ve&&(R.horizontal[Me]=Ve),je(),Ca(re)&&p&&f&&(R.vertical=cc(O,i.glyphMap,i.glyphPositions,i.imagePositions,S,Ae,d,Le,Me,be,J,T.ai.vertical,!1,A,k))}}let ae=!1;if(x.icon&&x.icon.name){const re=i.imageMap[x.icon.name];re&&(j=yy(i.imagePositions[x.icon.name],r.get("icon-offset").evaluate(x,{},i.canonical),r.get("icon-anchor").evaluate(x,{},i.canonical)),ae=!!re.sdf,i.bucket.sdfIcons===void 0?i.bucket.sdfIcons=ae:i.bucket.sdfIcons!==ae&&li("Style sheet warning: Cannot mix SDF and non-SDF icons in one buffer"),(re.pixelRatio!==i.bucket.pixelRatio||r.get("icon-rotate").constantOr(1)!==0)&&(i.bucket.iconsNeedLinear=!0))}const Q=wp(R.horizontal)||R.vertical;i.bucket.iconsInText=!!Q&&Q.iconsInText,(Q||j)&&Ly(i.bucket,x,R,j,i.imageMap,l,A,D,J,ae,i.canonical)}i.showCollisionBoxes&&i.bucket.generateCollisionDebugBuffers()},T.bp=vh,T.bq=_h,T.br=xh,T.bs=Wn,T.bt=wh,T.bu=class{constructor(i){this._marks={start:[i.url,"start"].join("#"),end:[i.url,"end"].join("#"),measure:i.url.toString()},performance.mark(this._marks.start)}finish(){performance.mark(this._marks.end);let i=performance.getEntriesByName(this._marks.measure);return i.length===0&&(performance.measure(this._marks.measure,this._marks.start,this._marks.end),i=performance.getEntriesByName(this._marks.measure),performance.clearMarks(this._marks.start),performance.clearMarks(this._marks.end),performance.clearMeasures(this._marks.measure)),i}},T.bv=function(i,e,r,s,l){return c(this,void 0,void 0,function*(){if(ct())try{return yield on(i,e,r,s,l)}catch{}return function(d,p,f,_,x){const S=d.width,k=d.height;Er&&Ei||(Er=new OffscreenCanvas(S,k),Ei=Er.getContext("2d",{willReadFrequently:!0})),Er.width=S,Er.height=k,Ei.drawImage(d,0,0,S,k);const A=Ei.getImageData(p,f,_,x);return Ei.clearRect(0,0,S,k),A.data}(i,e,r,s,l)})},T.bw=sp,T.bx=ge,T.by=fe,T.bz=Cd,T.c=En,T.d=i=>c(void 0,void 0,void 0,function*(){if(i.byteLength===0)return createImageBitmap(new ImageData(1,1));const e=new Blob([new Uint8Array(i)],{type:"image/png"});try{return createImageBitmap(e)}catch(r){throw new Error(`Could not load image because of ${r.message}. Please make sure to use a supported image type such as PNG or JPEG. Note that SVGs are not supported.`)}}),T.e=Ut,T.f=i=>new Promise((e,r)=>{const s=new Image;s.onload=()=>{e(s),URL.revokeObjectURL(s.src),s.onload=null,window.requestAnimationFrame(()=>{s.src=Us})},s.onerror=()=>r(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 l=new Blob([new Uint8Array(i)],{type:"image/png"});s.src=i.byteLength?URL.createObjectURL(l):Us}),T.g=pr,T.h=(i,e)=>an(Ut(i,{type:"json"}),e),T.i=Pr,T.j=jr,T.k=Ur,T.l=(i,e)=>an(Ut(i,{type:"arrayBuffer"}),e),T.m=an,T.n=function(i){return new wh(i).readFields(uy,[])},T.o=Ua,T.p=Od,T.q=o,T.r=eh,T.s=ln,T.t=Ea,T.u=ze,T.v=ue,T.w=li,T.x=Rr,T.y=function([i,e,r]){return e+=90,e*=Math.PI/180,r*=Math.PI/180,{x:i*Math.cos(e)*Math.sin(r),y:i*Math.sin(e)*Math.sin(r),z:i*Math.cos(r)}},T.z=$i}),B("worker",["./shared"],function(T){class c{constructor(z){this.keyCache={},z&&this.replace(z)}replace(z){this._layerConfigs={},this._layers={},this.update(z,[])}update(z,M){for(const q of z){this._layerConfigs[q.id]=q;const ee=this._layers[q.id]=T.aB(q);ee._featureFilter=T.a7(ee.filter),this.keyCache[q.id]&&delete this.keyCache[q.id]}for(const q of M)delete this.keyCache[q],delete this._layerConfigs[q],delete this._layers[q];this.familiesBySource={};const V=T.bj(Object.values(this._layerConfigs),this.keyCache);for(const q of V){const ee=q.map(he=>this._layers[he.id]),ie=ee[0];if(ie.visibility==="none")continue;const ne=ie.source||"";let K=this.familiesBySource[ne];K||(K=this.familiesBySource[ne]={});const pe=ie.sourceLayer||"_geojsonTileLayer";let xe=K[pe];xe||(xe=K[pe]=[]),xe.push(ee)}}}class ge{constructor(z){const M={},V=[];for(const ne in z){const K=z[ne],pe=M[ne]={};for(const xe in K){const he=K[+xe];if(!he||he.bitmap.width===0||he.bitmap.height===0)continue;const ke={x:0,y:0,w:he.bitmap.width+2,h:he.bitmap.height+2};V.push(ke),pe[xe]={rect:ke,metrics:he.metrics}}}const{w:q,h:ee}=T.p(V),ie=new T.o({width:q||1,height:ee||1});for(const ne in z){const K=z[ne];for(const pe in K){const xe=K[+pe];if(!xe||xe.bitmap.width===0||xe.bitmap.height===0)continue;const he=M[ne][pe].rect;T.o.copy(xe.bitmap,ie,{x:0,y:0},{x:he.x+1,y:he.y+1},xe.bitmap)}}this.image=ie,this.positions=M}}T.bk("GlyphAtlas",ge);class fe{constructor(z){this.tileID=new T.S(z.tileID.overscaledZ,z.tileID.wrap,z.tileID.canonical.z,z.tileID.canonical.x,z.tileID.canonical.y),this.uid=z.uid,this.zoom=z.zoom,this.pixelRatio=z.pixelRatio,this.tileSize=z.tileSize,this.source=z.source,this.overscaling=this.tileID.overscaleFactor(),this.showCollisionBoxes=z.showCollisionBoxes,this.collectResourceTiming=!!z.collectResourceTiming,this.returnDependencies=!!z.returnDependencies,this.promoteId=z.promoteId,this.inFlightDependencies=[]}parse(z,M,V,q){return T._(this,void 0,void 0,function*(){this.status="parsing",this.data=z,this.collisionBoxArray=new T.a5;const ee=new T.bl(Object.keys(z.layers).sort()),ie=new T.bm(this.tileID,this.promoteId);ie.bucketLayerIDs=[];const ne={},K={featureIndex:ie,iconDependencies:{},patternDependencies:{},glyphDependencies:{},availableImages:V},pe=M.familiesBySource[this.source];for(const at in pe){const vt=z.layers[at];if(!vt)continue;vt.version===1&&T.w(`Vector tile source "${this.source}" layer "${at}" does not use vector tile spec v2 and therefore may have some rendering errors.`);const Ot=ee.encode(at),ei=[];for(let ci=0;ci<vt.length;ci++){const hi=vt.feature(ci),ls=ie.getId(hi,at);ei.push({feature:hi,id:ls,index:ci,sourceLayerIndex:Ot})}for(const ci of pe[at]){const hi=ci[0];hi.source!==this.source&&T.w(`layer.source = ${hi.source} does not equal this.source = ${this.source}`),hi.minzoom&&this.zoom<Math.floor(hi.minzoom)||hi.maxzoom&&this.zoom>=hi.maxzoom||hi.visibility!=="none"&&(ve(ci,this.zoom,V),(ne[hi.id]=hi.createBucket({index:ie.bucketLayerIDs.length,layers:ci,zoom:this.zoom,pixelRatio:this.pixelRatio,overscaling:this.overscaling,collisionBoxArray:this.collisionBoxArray,sourceLayerIndex:Ot,sourceID:this.source})).populate(ei,K,this.tileID.canonical),ie.bucketLayerIDs.push(ci.map(ls=>ls.id)))}}const xe=T.aG(K.glyphDependencies,at=>Object.keys(at).map(Number));this.inFlightDependencies.forEach(at=>at==null?void 0:at.abort()),this.inFlightDependencies=[];let he=Promise.resolve({});if(Object.keys(xe).length){const at=new AbortController;this.inFlightDependencies.push(at),he=q.sendAsync({type:"GG",data:{stacks:xe,source:this.source,tileID:this.tileID,type:"glyphs"}},at)}const ke=Object.keys(K.iconDependencies);let Ge=Promise.resolve({});if(ke.length){const at=new AbortController;this.inFlightDependencies.push(at),Ge=q.sendAsync({type:"GI",data:{icons:ke,source:this.source,tileID:this.tileID,type:"icons"}},at)}const We=Object.keys(K.patternDependencies);let nt=Promise.resolve({});if(We.length){const at=new AbortController;this.inFlightDependencies.push(at),nt=q.sendAsync({type:"GI",data:{icons:We,source:this.source,tileID:this.tileID,type:"patterns"}},at)}const[mt,rt,Pt]=yield Promise.all([he,Ge,nt]),qt=new ge(mt),Kt=new T.bn(rt,Pt);for(const at in ne){const vt=ne[at];vt instanceof T.a6?(ve(vt.layers,this.zoom,V),T.bo({bucket:vt,glyphMap:mt,glyphPositions:qt.positions,imageMap:rt,imagePositions:Kt.iconPositions,showCollisionBoxes:this.showCollisionBoxes,canonical:this.tileID.canonical})):vt.hasPattern&&(vt instanceof T.bp||vt instanceof T.bq||vt instanceof T.br)&&(ve(vt.layers,this.zoom,V),vt.addFeatures(K,this.tileID.canonical,Kt.patternPositions))}return this.status="done",{buckets:Object.values(ne).filter(at=>!at.isEmpty()),featureIndex:ie,collisionBoxArray:this.collisionBoxArray,glyphAtlasImage:qt.image,imageAtlas:Kt,glyphMap:this.returnDependencies?mt:null,iconMap:this.returnDependencies?rt:null,glyphPositions:this.returnDependencies?qt.positions:null}})}}function ve(W,z,M){const V=new T.a9(z);for(const q of W)q.recalculate(V,M)}class le{constructor(z,M,V){this.actor=z,this.layerIndex=M,this.availableImages=V,this.fetching={},this.loading={},this.loaded={}}loadVectorTile(z,M){return T._(this,void 0,void 0,function*(){const V=yield T.l(z.request,M);try{return{vectorTile:new T.bs.VectorTile(new T.bt(V.data)),rawData:V.data,cacheControl:V.cacheControl,expires:V.expires}}catch(q){const ee=new Uint8Array(V.data);let ie=`Unable to parse the tile at ${z.request.url}, `;throw ie+=ee[0]===31&&ee[1]===139?"please make sure the data is not gzipped and that you have configured the relevant header in the server":`got error: ${q.message}`,new Error(ie)}})}loadTile(z){return T._(this,void 0,void 0,function*(){const M=z.uid,V=!!(z&&z.request&&z.request.collectResourceTiming)&&new T.bu(z.request),q=new fe(z);this.loading[M]=q;const ee=new AbortController;q.abort=ee;try{const ie=yield this.loadVectorTile(z,ee);if(delete this.loading[M],!ie)return null;const ne=ie.rawData,K={};ie.expires&&(K.expires=ie.expires),ie.cacheControl&&(K.cacheControl=ie.cacheControl);const pe={};if(V){const he=V.finish();he&&(pe.resourceTiming=JSON.parse(JSON.stringify(he)))}q.vectorTile=ie.vectorTile;const xe=q.parse(ie.vectorTile,this.layerIndex,this.availableImages,this.actor);this.loaded[M]=q,this.fetching[M]={rawTileData:ne,cacheControl:K,resourceTiming:pe};try{const he=yield xe;return T.e({rawTileData:ne.slice(0)},he,K,pe)}finally{delete this.fetching[M]}}catch(ie){throw delete this.loading[M],q.status="done",this.loaded[M]=q,ie}})}reloadTile(z){return T._(this,void 0,void 0,function*(){const M=z.uid;if(!this.loaded||!this.loaded[M])throw new Error("Should not be trying to reload a tile that was never loaded or has been removed");const V=this.loaded[M];if(V.showCollisionBoxes=z.showCollisionBoxes,V.status==="parsing"){const q=yield V.parse(V.vectorTile,this.layerIndex,this.availableImages,this.actor);let ee;if(this.fetching[M]){const{rawTileData:ie,cacheControl:ne,resourceTiming:K}=this.fetching[M];delete this.fetching[M],ee=T.e({rawTileData:ie.slice(0)},q,ne,K)}else ee=q;return ee}if(V.status==="done"&&V.vectorTile)return V.parse(V.vectorTile,this.layerIndex,this.availableImages,this.actor)})}abortTile(z){return T._(this,void 0,void 0,function*(){const M=this.loading,V=z.uid;M&&M[V]&&M[V].abort&&(M[V].abort.abort(),delete M[V])})}removeTile(z){return T._(this,void 0,void 0,function*(){this.loaded&&this.loaded[z.uid]&&delete this.loaded[z.uid]})}}class oe{constructor(){this.loaded={}}loadTile(z){return T._(this,void 0,void 0,function*(){const{uid:M,encoding:V,rawImageData:q,redFactor:ee,greenFactor:ie,blueFactor:ne,baseShift:K}=z,pe=q.width+2,xe=q.height+2,he=T.b(q)?new T.R({width:pe,height:xe},yield T.bv(q,-1,-1,pe,xe)):q,ke=new T.bw(M,he,V,ee,ie,ne,K);return this.loaded=this.loaded||{},this.loaded[M]=ke,ke})}removeTile(z){const M=this.loaded,V=z.uid;M&&M[V]&&delete M[V]}}function ht(W,z){if(W.length!==0){Ue(W[0],z);for(var M=1;M<W.length;M++)Ue(W[M],!z)}}function Ue(W,z){for(var M=0,V=0,q=0,ee=W.length,ie=ee-1;q<ee;ie=q++){var ne=(W[q][0]-W[ie][0])*(W[ie][1]+W[q][1]),K=M+ne;V+=Math.abs(M)>=Math.abs(ne)?M-K+ne:ne-K+M,M=K}M+V>=0!=!!z&&W.reverse()}var Ke=T.bx(function W(z,M){var V,q=z&&z.type;if(q==="FeatureCollection")for(V=0;V<z.features.length;V++)W(z.features[V],M);else if(q==="GeometryCollection")for(V=0;V<z.geometries.length;V++)W(z.geometries[V],M);else if(q==="Feature")W(z.geometry,M);else if(q==="Polygon")ht(z.coordinates,M);else if(q==="MultiPolygon")for(V=0;V<z.coordinates.length;V++)ht(z.coordinates[V],M);return z});const Oe=T.bs.VectorTileFeature.prototype.toGeoJSON;var ft={exports:{}},ct=T.by,He=T.bs.VectorTileFeature,Ft=kt;function kt(W,z){this.options=z||{},this.features=W,this.length=W.length}function Wt(W,z){this.id=typeof W.id=="number"?W.id:void 0,this.type=W.type,this.rawGeometry=W.type===1?[W.geometry]:W.geometry,this.properties=W.tags,this.extent=z||4096}kt.prototype.feature=function(W){return new Wt(this.features[W],this.options.extent)},Wt.prototype.loadGeometry=function(){var W=this.rawGeometry;this.geometry=[];for(var z=0;z<W.length;z++){for(var M=W[z],V=[],q=0;q<M.length;q++)V.push(new ct(M[q][0],M[q][1]));this.geometry.push(V)}return this.geometry},Wt.prototype.bbox=function(){this.geometry||this.loadGeometry();for(var W=this.geometry,z=1/0,M=-1/0,V=1/0,q=-1/0,ee=0;ee<W.length;ee++)for(var ie=W[ee],ne=0;ne<ie.length;ne++){var K=ie[ne];z=Math.min(z,K.x),M=Math.max(M,K.x),V=Math.min(V,K.y),q=Math.max(q,K.y)}return[z,V,M,q]},Wt.prototype.toGeoJSON=He.prototype.toGeoJSON;var Ut=T.bz,Vr=Ft;function bi(W){var z=new Ut;return function(M,V){for(var q in M.layers)V.writeMessage(3,Nr,M.layers[q])}(W,z),z.finish()}function Nr(W,z){var M;z.writeVarintField(15,W.version||1),z.writeStringField(1,W.name||""),z.writeVarintField(5,W.extent||4096);var V={keys:[],values:[],keycache:{},valuecache:{}};for(M=0;M<W.length;M++)V.feature=W.feature(M),z.writeMessage(2,wt,V);var q=V.keys;for(M=0;M<q.length;M++)z.writeStringField(3,q[M]);var ee=V.values;for(M=0;M<ee.length;M++)z.writeMessage(4,Pn,ee[M])}function wt(W,z){var M=W.feature;M.id!==void 0&&z.writeVarintField(1,M.id),z.writeMessage(2,$s,W),z.writeVarintField(3,M.type),z.writeMessage(4,Pr,M)}function $s(W,z){var M=W.feature,V=W.keys,q=W.values,ee=W.keycache,ie=W.valuecache;for(var ne in M.properties){var K=M.properties[ne],pe=ee[ne];if(K!==null){pe===void 0&&(V.push(ne),ee[ne]=pe=V.length-1),z.writeVarint(pe);var xe=typeof K;xe!=="string"&&xe!=="boolean"&&xe!=="number"&&(K=JSON.stringify(K));var he=xe+":"+K,ke=ie[he];ke===void 0&&(q.push(K),ie[he]=ke=q.length-1),z.writeVarint(ke)}}}function li(W,z){return(z<<3)+(7&W)}function wi(W){return W<<1^W>>31}function Pr(W,z){for(var M=W.loadGeometry(),V=W.type,q=0,ee=0,ie=M.length,ne=0;ne<ie;ne++){var K=M[ne],pe=1;V===1&&(pe=K.length),z.writeVarint(li(1,pe));for(var xe=V===3?K.length-1:K.length,he=0;he<xe;he++){he===1&&V!==1&&z.writeVarint(li(2,xe-1));var ke=K[he].x-q,Ge=K[he].y-ee;z.writeVarint(wi(ke)),z.writeVarint(wi(Ge)),q+=ke,ee+=Ge}V===3&&z.writeVarint(li(7,1))}}function Pn(W,z){var M=typeof W;M==="string"?z.writeStringField(1,W):M==="boolean"?z.writeBooleanField(7,W):M==="number"&&(W%1!=0?z.writeDoubleField(3,W):W<0?z.writeSVarintField(6,W):z.writeVarintField(5,W))}ft.exports=bi,ft.exports.fromVectorTileJs=bi,ft.exports.fromGeojsonVt=function(W,z){z=z||{};var M={};for(var V in W)M[V]=new Vr(W[V].features,z),M[V].name=V,M[V].version=z.version,M[V].extent=z.extent;return bi({layers:M})},ft.exports.GeoJSONWrapper=Vr;var dr=T.bx(ft.exports);const Us={minZoom:0,maxZoom:16,minPoints:2,radius:40,extent:512,nodeSize:64,log:!1,generateId:!1,reduce:null,map:W=>W},on=Math.fround||(Er=new Float32Array(1),W=>(Er[0]=+W,Er[0]));var Er;const Ei=3,Yi=5,En=6;class $r{constructor(z){this.options=Object.assign(Object.create(Us),z),this.trees=new Array(this.options.maxZoom+1),this.stride=this.options.reduce?7:6,this.clusterProps=[]}load(z){const{log:M,minZoom:V,maxZoom:q}=this.options;M&&console.time("total time");const ee=`prepare ${z.length} points`;M&&console.time(ee),this.points=z;const ie=[];for(let K=0;K<z.length;K++){const pe=z[K];if(!pe.geometry)continue;const[xe,he]=pe.geometry.coordinates,ke=on(Fi(xe)),Ge=on(Qi(he));ie.push(ke,Ge,1/0,K,-1,1),this.options.reduce&&ie.push(0)}let ne=this.trees[q+1]=this._createTree(ie);M&&console.timeEnd(ee);for(let K=q;K>=V;K--){const pe=+Date.now();ne=this.trees[K]=this._createTree(this._cluster(ne,K)),M&&console.log("z%d: %d clusters in %dms",K,ne.numItems,+Date.now()-pe)}return M&&console.timeEnd("total time"),this}getClusters(z,M){let V=((z[0]+180)%360+360)%360-180;const q=Math.max(-90,Math.min(90,z[1]));let ee=z[2]===180?180:((z[2]+180)%360+360)%360-180;const ie=Math.max(-90,Math.min(90,z[3]));if(z[2]-z[0]>=360)V=-180,ee=180;else if(V>ee){const he=this.getClusters([V,q,180,ie],M),ke=this.getClusters([-180,q,ee,ie],M);return he.concat(ke)}const ne=this.trees[this._limitZoom(M)],K=ne.range(Fi(V),Qi(ie),Fi(ee),Qi(q)),pe=ne.data,xe=[];for(const he of K){const ke=this.stride*he;xe.push(pe[ke+Yi]>1?pr(pe,ke,this.clusterProps):this.points[pe[ke+Ei]])}return xe}getChildren(z){const M=this._getOriginId(z),V=this._getOriginZoom(z),q="No cluster with the specified id.",ee=this.trees[V];if(!ee)throw new Error(q);const ie=ee.data;if(M*this.stride>=ie.length)throw new Error(q);const ne=this.options.radius/(this.options.extent*Math.pow(2,V-1)),K=ee.within(ie[M*this.stride],ie[M*this.stride+1],ne),pe=[];for(const xe of K){const he=xe*this.stride;ie[he+4]===z&&pe.push(ie[he+Yi]>1?pr(ie,he,this.clusterProps):this.points[ie[he+Ei]])}if(pe.length===0)throw new Error(q);return pe}getLeaves(z,M,V){const q=[];return this._appendLeaves(q,z,M=M||10,V=V||0,0),q}getTile(z,M,V){const q=this.trees[this._limitZoom(z)],ee=Math.pow(2,z),{extent:ie,radius:ne}=this.options,K=ne/ie,pe=(V-K)/ee,xe=(V+1+K)/ee,he={features:[]};return this._addTileFeatures(q.range((M-K)/ee,pe,(M+1+K)/ee,xe),q.data,M,V,ee,he),M===0&&this._addTileFeatures(q.range(1-K/ee,pe,1,xe),q.data,ee,V,ee,he),M===ee-1&&this._addTileFeatures(q.range(0,pe,K/ee,xe),q.data,-1,V,ee,he),he.features.length?he:null}getClusterExpansionZoom(z){let M=this._getOriginZoom(z)-1;for(;M<=this.options.maxZoom;){const V=this.getChildren(z);if(M++,V.length!==1)break;z=V[0].properties.cluster_id}return M}_appendLeaves(z,M,V,q,ee){const ie=this.getChildren(M);for(const ne of ie){const K=ne.properties;if(K&&K.cluster?ee+K.point_count<=q?ee+=K.point_count:ee=this._appendLeaves(z,K.cluster_id,V,q,ee):ee<q?ee++:z.push(ne),z.length===V)break}return ee}_createTree(z){const M=new T.aw(z.length/this.stride|0,this.options.nodeSize,Float32Array);for(let V=0;V<z.length;V+=this.stride)M.add(z[V],z[V+1]);return M.finish(),M.data=z,M}_addTileFeatures(z,M,V,q,ee,ie){for(const ne of z){const K=ne*this.stride,pe=M[K+Yi]>1;let xe,he,ke;if(pe)xe=An(M,K,this.clusterProps),he=M[K],ke=M[K+1];else{const nt=this.points[M[K+Ei]];xe=nt.properties;const[mt,rt]=nt.geometry.coordinates;he=Fi(mt),ke=Qi(rt)}const Ge={type:1,geometry:[[Math.round(this.options.extent*(he*ee-V)),Math.round(this.options.extent*(ke*ee-q))]],tags:xe};let We;We=pe||this.options.generateId?M[K+Ei]:this.points[M[K+Ei]].id,We!==void 0&&(Ge.id=We),ie.features.push(Ge)}}_limitZoom(z){return Math.max(this.options.minZoom,Math.min(Math.floor(+z),this.options.maxZoom+1))}_cluster(z,M){const{radius:V,extent:q,reduce:ee,minPoints:ie}=this.options,ne=V/(q*Math.pow(2,M)),K=z.data,pe=[],xe=this.stride;for(let he=0;he<K.length;he+=xe){if(K[he+2]<=M)continue;K[he+2]=M;const ke=K[he],Ge=K[he+1],We=z.within(K[he],K[he+1],ne),nt=K[he+Yi];let mt=nt;for(const rt of We){const Pt=rt*xe;K[Pt+2]>M&&(mt+=K[Pt+Yi])}if(mt>nt&&mt>=ie){let rt,Pt=ke*nt,qt=Ge*nt,Kt=-1;const at=((he/xe|0)<<5)+(M+1)+this.points.length;for(const vt of We){const Ot=vt*xe;if(K[Ot+2]<=M)continue;K[Ot+2]=M;const ei=K[Ot+Yi];Pt+=K[Ot]*ei,qt+=K[Ot+1]*ei,K[Ot+4]=at,ee&&(rt||(rt=this._map(K,he,!0),Kt=this.clusterProps.length,this.clusterProps.push(rt)),ee(rt,this._map(K,Ot)))}K[he+4]=at,pe.push(Pt/mt,qt/mt,1/0,at,-1,mt),ee&&pe.push(Kt)}else{for(let rt=0;rt<xe;rt++)pe.push(K[he+rt]);if(mt>1)for(const rt of We){const Pt=rt*xe;if(!(K[Pt+2]<=M)){K[Pt+2]=M;for(let qt=0;qt<xe;qt++)pe.push(K[Pt+qt])}}}}return pe}_getOriginId(z){return z-this.points.length>>5}_getOriginZoom(z){return(z-this.points.length)%32}_map(z,M,V){if(z[M+Yi]>1){const ie=this.clusterProps[z[M+En]];return V?Object.assign({},ie):ie}const q=this.points[z[M+Ei]].properties,ee=this.options.map(q);return V&&ee===q?Object.assign({},ee):ee}}function pr(W,z,M){return{type:"Feature",id:W[z+Ei],properties:An(W,z,M),geometry:{type:"Point",coordinates:[(V=W[z],360*(V-.5)),an(W[z+1])]}};var V}function An(W,z,M){const V=W[z+Yi],q=V>=1e4?`${Math.round(V/1e3)}k`:V>=1e3?Math.round(V/100)/10+"k":V,ee=W[z+En],ie=ee===-1?{}:Object.assign({},M[ee]);return Object.assign(ie,{cluster:!0,cluster_id:W[z+Ei],point_count:V,point_count_abbreviated:q})}function Fi(W){return W/360+.5}function Qi(W){const z=Math.sin(W*Math.PI/180),M=.5-.25*Math.log((1+z)/(1-z))/Math.PI;return M<0?0:M>1?1:M}function an(W){const z=(180-360*W)*Math.PI/180;return 360*Math.atan(Math.exp(z))/Math.PI-90}function ln(W,z,M,V){let q=V;const ee=z+(M-z>>1);let ie,ne=M-z;const K=W[z],pe=W[z+1],xe=W[M],he=W[M+1];for(let ke=z+3;ke<M;ke+=3){const Ge=rs(W[ke],W[ke+1],K,pe,xe,he);if(Ge>q)ie=ke,q=Ge;else if(Ge===q){const We=Math.abs(ke-ee);We<ne&&(ie=ke,ne=We)}}q>V&&(ie-z>3&&ln(W,z,ie,V),W[ie+2]=q,M-ie>3&&ln(W,ie,M,V))}function rs(W,z,M,V,q,ee){let ie=q-M,ne=ee-V;if(ie!==0||ne!==0){const K=((W-M)*ie+(z-V)*ne)/(ie*ie+ne*ne);K>1?(M=q,V=ee):K>0&&(M+=ie*K,V+=ne*K)}return ie=W-M,ne=z-V,ie*ie+ne*ne}function Ar(W,z,M,V){const q={id:W??null,type:z,geometry:M,tags:V,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0};if(z==="Point"||z==="MultiPoint"||z==="LineString")Ur(q,M);else if(z==="Polygon")Ur(q,M[0]);else if(z==="MultiLineString")for(const ee of M)Ur(q,ee);else if(z==="MultiPolygon")for(const ee of M)Ur(q,ee[0]);return q}function Ur(W,z){for(let M=0;M<z.length;M+=3)W.minX=Math.min(W.minX,z[M]),W.minY=Math.min(W.minY,z[M+1]),W.maxX=Math.max(W.maxX,z[M]),W.maxY=Math.max(W.maxY,z[M+1])}function jr(W,z,M,V){if(!z.geometry)return;const q=z.geometry.coordinates;if(q&&q.length===0)return;const ee=z.geometry.type,ie=Math.pow(M.tolerance/((1<<M.maxZoom)*M.extent),2);let ne=[],K=z.id;if(M.promoteId?K=z.properties[M.promoteId]:M.generateId&&(K=V||0),ee==="Point")Cn(q,ne);else if(ee==="MultiPoint")for(const pe of q)Cn(pe,ne);else if(ee==="LineString")ue(q,ne,ie,!1);else if(ee==="MultiLineString"){if(M.lineMetrics){for(const pe of q)ne=[],ue(pe,ne,ie,!1),W.push(Ar(K,"LineString",ne,z.properties));return}cn(q,ne,ie,!1)}else if(ee==="Polygon")cn(q,ne,ie,!0);else{if(ee!=="MultiPolygon"){if(ee==="GeometryCollection"){for(const pe of z.geometry.geometries)jr(W,{id:K,geometry:pe,properties:z.properties},M,V);return}throw new Error("Input data is not a valid GeoJSON object.")}for(const pe of q){const xe=[];cn(pe,xe,ie,!0),ne.push(xe)}}W.push(Ar(K,ee,ne,z.properties))}function Cn(W,z){z.push(ns(W[0]),yt(W[1]),0)}function ue(W,z,M,V){let q,ee,ie=0;for(let K=0;K<W.length;K++){const pe=ns(W[K][0]),xe=yt(W[K][1]);z.push(pe,xe,0),K>0&&(ie+=V?(q*xe-pe*ee)/2:Math.sqrt(Math.pow(pe-q,2)+Math.pow(xe-ee,2))),q=pe,ee=xe}const ne=z.length-3;z[2]=1,ln(z,0,ne,M),z[ne+2]=1,z.size=Math.abs(ie),z.start=0,z.end=z.size}function cn(W,z,M,V){for(let q=0;q<W.length;q++){const ee=[];ue(W[q],ee,M,V),z.push(ee)}}function ns(W){return W/360+.5}function yt(W){const z=Math.sin(W*Math.PI/180),M=.5-.25*Math.log((1+z)/(1-z))/Math.PI;return M<0?0:M>1?1:M}function jt(W,z,M,V,q,ee,ie,ne){if(V/=z,ee>=(M/=z)&&ie<V)return W;if(ie<M||ee>=V)return null;const K=[];for(const pe of W){const xe=pe.geometry;let he=pe.type;const ke=q===0?pe.minX:pe.minY,Ge=q===0?pe.maxX:pe.maxY;if(ke>=M&&Ge<V){K.push(pe);continue}if(Ge<M||ke>=V)continue;let We=[];if(he==="Point"||he==="MultiPoint")ss(xe,We,M,V,q);else if(he==="LineString")qr(xe,We,M,V,q,!1,ne.lineMetrics);else if(he==="MultiLineString")Mn(xe,We,M,V,q,!1);else if(he==="Polygon")Mn(xe,We,M,V,q,!0);else if(he==="MultiPolygon")for(const nt of xe){const mt=[];Mn(nt,mt,M,V,q,!0),mt.length&&We.push(mt)}if(We.length){if(ne.lineMetrics&&he==="LineString"){for(const nt of We)K.push(Ar(pe.id,he,nt,pe.tags));continue}he!=="LineString"&&he!=="MultiLineString"||(We.length===1?(he="LineString",We=We[0]):he="MultiLineString"),he!=="Point"&&he!=="MultiPoint"||(he=We.length===3?"Point":"MultiPoint"),K.push(Ar(pe.id,he,We,pe.tags))}}return K.length?K:null}function ss(W,z,M,V,q){for(let ee=0;ee<W.length;ee+=3){const ie=W[ee+q];ie>=M&&ie<=V&&Hi(z,W[ee],W[ee+1],W[ee+2])}}function qr(W,z,M,V,q,ee,ie){let ne=Cr(W);const K=q===0?os:as;let pe,xe,he=W.start;for(let mt=0;mt<W.length-3;mt+=3){const rt=W[mt],Pt=W[mt+1],qt=W[mt+2],Kt=W[mt+3],at=W[mt+4],vt=q===0?rt:Pt,Ot=q===0?Kt:at;let ei=!1;ie&&(pe=Math.sqrt(Math.pow(rt-Kt,2)+Math.pow(Pt-at,2))),vt<M?Ot>M&&(xe=K(ne,rt,Pt,Kt,at,M),ie&&(ne.start=he+pe*xe)):vt>V?Ot<V&&(xe=K(ne,rt,Pt,Kt,at,V),ie&&(ne.start=he+pe*xe)):Hi(ne,rt,Pt,qt),Ot<M&&vt>=M&&(xe=K(ne,rt,Pt,Kt,at,M),ei=!0),Ot>V&&vt<=V&&(xe=K(ne,rt,Pt,Kt,at,V),ei=!0),!ee&&ei&&(ie&&(ne.end=he+pe*xe),z.push(ne),ne=Cr(W)),ie&&(he+=pe)}let ke=W.length-3;const Ge=W[ke],We=W[ke+1],nt=q===0?Ge:We;nt>=M&&nt<=V&&Hi(ne,Ge,We,W[ke+2]),ke=ne.length-3,ee&&ke>=3&&(ne[ke]!==ne[0]||ne[ke+1]!==ne[1])&&Hi(ne,ne[0],ne[1],ne[2]),ne.length&&z.push(ne)}function Cr(W){const z=[];return z.size=W.size,z.start=W.start,z.end=W.end,z}function Mn(W,z,M,V,q,ee){for(const ie of W)qr(ie,z,M,V,q,ee,!1)}function Hi(W,z,M,V){W.push(z,M,V)}function os(W,z,M,V,q,ee){const ie=(ee-z)/(V-z);return Hi(W,ee,M+(q-M)*ie,1),ie}function as(W,z,M,V,q,ee){const ie=(ee-M)/(q-M);return Hi(W,z+(V-z)*ie,ee,1),ie}function Ie(W,z){const M=[];for(let V=0;V<W.length;V++){const q=W[V],ee=q.type;let ie;if(ee==="Point"||ee==="MultiPoint"||ee==="LineString")ie=fr(q.geometry,z);else if(ee==="MultiLineString"||ee==="Polygon"){ie=[];for(const ne of q.geometry)ie.push(fr(ne,z))}else if(ee==="MultiPolygon"){ie=[];for(const ne of q.geometry){const K=[];for(const pe of ne)K.push(fr(pe,z));ie.push(K)}}M.push(Ar(q.id,ee,ie,q.tags))}return M}function fr(W,z){const M=[];M.size=W.size,W.start!==void 0&&(M.start=W.start,M.end=W.end);for(let V=0;V<W.length;V+=3)M.push(W[V]+z,W[V+1],W[V+2]);return M}function Si(W,z){if(W.transformed)return W;const M=1<<W.z,V=W.x,q=W.y;for(const ee of W.features){const ie=ee.geometry,ne=ee.type;if(ee.geometry=[],ne===1)for(let K=0;K<ie.length;K+=2)ee.geometry.push(mr(ie[K],ie[K+1],z,M,V,q));else for(let K=0;K<ie.length;K++){const pe=[];for(let xe=0;xe<ie[K].length;xe+=2)pe.push(mr(ie[K][xe],ie[K][xe+1],z,M,V,q));ee.geometry.push(pe)}}return W.transformed=!0,W}function mr(W,z,M,V,q,ee){return[Math.round(M*(W*V-q)),Math.round(M*(z*V-ee))]}function Zr(W,z,M,V,q){const ee=z===q.maxZoom?0:q.tolerance/((1<<z)*q.extent),ie={features:[],numPoints:0,numSimplified:0,numFeatures:W.length,source:null,x:M,y:V,z,transformed:!1,minX:2,minY:1,maxX:-1,maxY:0};for(const ne of W)Ee(ie,ne,ee,q);return ie}function Ee(W,z,M,V){const q=z.geometry,ee=z.type,ie=[];if(W.minX=Math.min(W.minX,z.minX),W.minY=Math.min(W.minY,z.minY),W.maxX=Math.max(W.maxX,z.maxX),W.maxY=Math.max(W.maxY,z.maxY),ee==="Point"||ee==="MultiPoint")for(let ne=0;ne<q.length;ne+=3)ie.push(q[ne],q[ne+1]),W.numPoints++,W.numSimplified++;else if(ee==="LineString")ot(ie,q,W,M,!1,!1);else if(ee==="MultiLineString"||ee==="Polygon")for(let ne=0;ne<q.length;ne++)ot(ie,q[ne],W,M,ee==="Polygon",ne===0);else if(ee==="MultiPolygon")for(let ne=0;ne<q.length;ne++){const K=q[ne];for(let pe=0;pe<K.length;pe++)ot(ie,K[pe],W,M,!0,pe===0)}if(ie.length){let ne=z.tags||null;if(ee==="LineString"&&V.lineMetrics){ne={};for(const pe in z.tags)ne[pe]=z.tags[pe];ne.mapbox_clip_start=q.start/q.size,ne.mapbox_clip_end=q.end/q.size}const K={geometry:ie,type:ee==="Polygon"||ee==="MultiPolygon"?3:ee==="LineString"||ee==="MultiLineString"?2:1,tags:ne};z.id!==null&&(K.id=z.id),W.features.push(K)}}function ot(W,z,M,V,q,ee){const ie=V*V;if(V>0&&z.size<(q?ie:V))return void(M.numPoints+=z.length/3);const ne=[];for(let K=0;K<z.length;K+=3)(V===0||z[K+2]>ie)&&(M.numSimplified++,ne.push(z[K],z[K+1])),M.numPoints++;q&&function(K,pe){let xe=0;for(let he=0,ke=K.length,Ge=ke-2;he<ke;Ge=he,he+=2)xe+=(K[he]-K[Ge])*(K[he+1]+K[Ge+1]);if(xe>0===pe)for(let he=0,ke=K.length;he<ke/2;he+=2){const Ge=K[he],We=K[he+1];K[he]=K[ke-2-he],K[he+1]=K[ke-1-he],K[ke-2-he]=Ge,K[ke-1-he]=We}}(ne,ee),W.push(ne)}const Ye={maxZoom:14,indexMaxZoom:5,indexMaxPoints:1e5,tolerance:3,extent:4096,buffer:64,lineMetrics:!1,promoteId:null,generateId:!1,debug:0};class Ai{constructor(z,M){const V=(M=this.options=function(ee,ie){for(const ne in ie)ee[ne]=ie[ne];return ee}(Object.create(Ye),M)).debug;if(V&&console.time("preprocess data"),M.maxZoom<0||M.maxZoom>24)throw new Error("maxZoom should be in the 0-24 range");if(M.promoteId&&M.generateId)throw new Error("promoteId and generateId cannot be used together.");let q=function(ee,ie){const ne=[];if(ee.type==="FeatureCollection")for(let K=0;K<ee.features.length;K++)jr(ne,ee.features[K],ie,K);else jr(ne,ee.type==="Feature"?ee:{geometry:ee},ie);return ne}(z,M);this.tiles={},this.tileCoords=[],V&&(console.timeEnd("preprocess data"),console.log("index: maxZoom: %d, maxPoints: %d",M.indexMaxZoom,M.indexMaxPoints),console.time("generate tiles"),this.stats={},this.total=0),q=function(ee,ie){const ne=ie.buffer/ie.extent;let K=ee;const pe=jt(ee,1,-1-ne,ne,0,-1,2,ie),xe=jt(ee,1,1-ne,2+ne,0,-1,2,ie);return(pe||xe)&&(K=jt(ee,1,-ne,1+ne,0,-1,2,ie)||[],pe&&(K=Ie(pe,1).concat(K)),xe&&(K=K.concat(Ie(xe,-1)))),K}(q,M),q.length&&this.splitTile(q,0,0,0),V&&(q.length&&console.log("features: %d, points: %d",this.tiles[0].numFeatures,this.tiles[0].numPoints),console.timeEnd("generate tiles"),console.log("tiles generated:",this.total,JSON.stringify(this.stats)))}splitTile(z,M,V,q,ee,ie,ne){const K=[z,M,V,q],pe=this.options,xe=pe.debug;for(;K.length;){q=K.pop(),V=K.pop(),M=K.pop(),z=K.pop();const he=1<<M,ke=er(M,V,q);let Ge=this.tiles[ke];if(!Ge&&(xe>1&&console.time("creation"),Ge=this.tiles[ke]=Zr(z,M,V,q,pe),this.tileCoords.push({z:M,x:V,y:q}),xe)){xe>1&&(console.log("tile z%d-%d-%d (features: %d, points: %d, simplified: %d)",M,V,q,Ge.numFeatures,Ge.numPoints,Ge.numSimplified),console.timeEnd("creation"));const ei=`z${M}`;this.stats[ei]=(this.stats[ei]||0)+1,this.total++}if(Ge.source=z,ee==null){if(M===pe.indexMaxZoom||Ge.numPoints<=pe.indexMaxPoints)continue}else{if(M===pe.maxZoom||M===ee)continue;if(ee!=null){const ei=ee-M;if(V!==ie>>ei||q!==ne>>ei)continue}}if(Ge.source=null,z.length===0)continue;xe>1&&console.time("clipping");const We=.5*pe.buffer/pe.extent,nt=.5-We,mt=.5+We,rt=1+We;let Pt=null,qt=null,Kt=null,at=null,vt=jt(z,he,V-We,V+mt,0,Ge.minX,Ge.maxX,pe),Ot=jt(z,he,V+nt,V+rt,0,Ge.minX,Ge.maxX,pe);z=null,vt&&(Pt=jt(vt,he,q-We,q+mt,1,Ge.minY,Ge.maxY,pe),qt=jt(vt,he,q+nt,q+rt,1,Ge.minY,Ge.maxY,pe),vt=null),Ot&&(Kt=jt(Ot,he,q-We,q+mt,1,Ge.minY,Ge.maxY,pe),at=jt(Ot,he,q+nt,q+rt,1,Ge.minY,Ge.maxY,pe),Ot=null),xe>1&&console.timeEnd("clipping"),K.push(Pt||[],M+1,2*V,2*q),K.push(qt||[],M+1,2*V,2*q+1),K.push(Kt||[],M+1,2*V+1,2*q),K.push(at||[],M+1,2*V+1,2*q+1)}}getTile(z,M,V){z=+z,M=+M,V=+V;const q=this.options,{extent:ee,debug:ie}=q;if(z<0||z>24)return null;const ne=1<<z,K=er(z,M=M+ne&ne-1,V);if(this.tiles[K])return Si(this.tiles[K],ee);ie>1&&console.log("drilling down to z%d-%d-%d",z,M,V);let pe,xe=z,he=M,ke=V;for(;!pe&&xe>0;)xe--,he>>=1,ke>>=1,pe=this.tiles[er(xe,he,ke)];return pe&&pe.source?(ie>1&&(console.log("found parent tile z%d-%d-%d",xe,he,ke),console.time("drilling down")),this.splitTile(pe.source,xe,he,ke,z,M,V),ie>1&&console.timeEnd("drilling down"),this.tiles[K]?Si(this.tiles[K],ee):null):null}}function er(W,z,M){return 32*((1<<W)*M+z)+W}function it(W,z){return z?W.properties[z]:W.id}function gr(W,z){if(W==null)return!0;if(W.type==="Feature")return it(W,z)!=null;if(W.type==="FeatureCollection"){const M=new Set;for(const V of W.features){const q=it(V,z);if(q==null||M.has(q))return!1;M.add(q)}return!0}return!1}function Mr(W,z){const M=new Map;if(W!=null)if(W.type==="Feature")M.set(it(W,z),W);else for(const V of W.features)M.set(it(V,z),V);return M}class Gr extends le{constructor(){super(...arguments),this._dataUpdateable=new Map}loadVectorTile(z,M){return T._(this,void 0,void 0,function*(){const V=z.tileID.canonical;if(!this._geoJSONIndex)throw new Error("Unable to parse the data into a cluster or geojson");const q=this._geoJSONIndex.getTile(V.z,V.x,V.y);if(!q)return null;const ee=new class{constructor(ne){this.layers={_geojsonTileLayer:this},this.name="_geojsonTileLayer",this.extent=T.X,this.length=ne.length,this._features=ne}feature(ne){return new class{constructor(K){this._feature=K,this.extent=T.X,this.type=K.type,this.properties=K.tags,"id"in K&&!isNaN(K.id)&&(this.id=parseInt(K.id,10))}loadGeometry(){if(this._feature.type===1){const K=[];for(const pe of this._feature.geometry)K.push([new T.P(pe[0],pe[1])]);return K}{const K=[];for(const pe of this._feature.geometry){const xe=[];for(const he of pe)xe.push(new T.P(he[0],he[1]));K.push(xe)}return K}}toGeoJSON(K,pe,xe){return Oe.call(this,K,pe,xe)}}(this._features[ne])}}(q.features);let ie=dr(ee);return ie.byteOffset===0&&ie.byteLength===ie.buffer.byteLength||(ie=new Uint8Array(ie)),{vectorTile:ee,rawData:ie.buffer}})}loadData(z){return T._(this,void 0,void 0,function*(){var M;(M=this._pendingRequest)===null||M===void 0||M.abort();const V=!!(z&&z.request&&z.request.collectResourceTiming)&&new T.bu(z.request);this._pendingRequest=new AbortController;try{this._pendingData=this.loadAndProcessGeoJSON(z,this._pendingRequest),this._geoJSONIndex=z.cluster?new $r(function({superclusterOptions:ie,clusterProperties:ne}){if(!ne||!ie)return ie;const K={},pe={},xe={accumulated:null,zoom:0},he={properties:null},ke=Object.keys(ne);for(const Ge of ke){const[We,nt]=ne[Ge],mt=T.bB(nt),rt=T.bB(typeof We=="string"?[We,["accumulated"],["get",Ge]]:We);K[Ge]=mt.value,pe[Ge]=rt.value}return ie.map=Ge=>{he.properties=Ge;const We={};for(const nt of ke)We[nt]=K[nt].evaluate(xe,he);return We},ie.reduce=(Ge,We)=>{he.properties=We;for(const nt of ke)xe.accumulated=Ge[nt],Ge[nt]=pe[nt].evaluate(xe,he)},ie}(z)).load((yield this._pendingData).features):(q=yield this._pendingData,new Ai(q,z.geojsonVtOptions)),this.loaded={};const ee={};if(V){const ie=V.finish();ie&&(ee.resourceTiming={},ee.resourceTiming[z.source]=JSON.parse(JSON.stringify(ie)))}return ee}catch(ee){if(delete this._pendingRequest,T.bA(ee))return{abandoned:!0};throw ee}var q})}getData(){return T._(this,void 0,void 0,function*(){return this._pendingData})}reloadTile(z){const M=this.loaded;return M&&M[z.uid]?super.reloadTile(z):this.loadTile(z)}loadAndProcessGeoJSON(z,M){return T._(this,void 0,void 0,function*(){let V=yield this.loadGeoJSON(z,M);if(delete this._pendingRequest,typeof V!="object")throw new Error(`Input data given to '${z.source}' is not a valid GeoJSON object.`);if(Ke(V,!0),z.filter){const q=T.bB(z.filter,{type:"boolean","property-type":"data-driven",overridable:!1,transition:!1});if(q.result==="error")throw new Error(q.value.map(ie=>`${ie.key}: ${ie.message}`).join(", "));V={type:"FeatureCollection",features:V.features.filter(ie=>q.value.evaluate({zoom:0},ie))}}return V})}loadGeoJSON(z,M){return T._(this,void 0,void 0,function*(){const{promoteId:V}=z;if(z.request){const q=yield T.h(z.request,M);return this._dataUpdateable=gr(q.data,V)?Mr(q.data,V):void 0,q.data}if(typeof z.data=="string")try{const q=JSON.parse(z.data);return this._dataUpdateable=gr(q,V)?Mr(q,V):void 0,q}catch{throw new Error(`Input data given to '${z.source}' is not a valid GeoJSON object.`)}if(!z.dataDiff)throw new Error(`Input data given to '${z.source}' is not a valid GeoJSON object.`);if(!this._dataUpdateable)throw new Error(`Cannot update existing geojson data in ${z.source}`);return function(q,ee,ie){var ne,K,pe,xe;if(ee.removeAll&&q.clear(),ee.remove)for(const he of ee.remove)q.delete(he);if(ee.add)for(const he of ee.add){const ke=it(he,ie);ke!=null&&q.set(ke,he)}if(ee.update)for(const he of ee.update){let ke=q.get(he.id);if(ke==null)continue;const Ge=!he.removeAllProperties&&(((ne=he.removeProperties)===null||ne===void 0?void 0:ne.length)>0||((K=he.addOrUpdateProperties)===null||K===void 0?void 0:K.length)>0);if((he.newGeometry||he.removeAllProperties||Ge)&&(ke=Object.assign({},ke),q.set(he.id,ke),Ge&&(ke.properties=Object.assign({},ke.properties))),he.newGeometry&&(ke.geometry=he.newGeometry),he.removeAllProperties)ke.properties={};else if(((pe=he.removeProperties)===null||pe===void 0?void 0:pe.length)>0)for(const We of he.removeProperties)Object.prototype.hasOwnProperty.call(ke.properties,We)&&delete ke.properties[We];if(((xe=he.addOrUpdateProperties)===null||xe===void 0?void 0:xe.length)>0)for(const{key:We,value:nt}of he.addOrUpdateProperties)ke.properties[We]=nt}}(this._dataUpdateable,z.dataDiff,V),{type:"FeatureCollection",features:Array.from(this._dataUpdateable.values())}})}removeSource(z){return T._(this,void 0,void 0,function*(){this._pendingRequest&&this._pendingRequest.abort()})}getClusterExpansionZoom(z){return this._geoJSONIndex.getClusterExpansionZoom(z.clusterId)}getClusterChildren(z){return this._geoJSONIndex.getChildren(z.clusterId)}getClusterLeaves(z){return this._geoJSONIndex.getLeaves(z.clusterId,z.limit,z.offset)}}class _r{constructor(z){this.self=z,this.actor=new T.F(z),this.layerIndexes={},this.availableImages={},this.workerSources={},this.demWorkerSources={},this.externalWorkerSourceTypes={},this.self.registerWorkerSource=(M,V)=>{if(this.externalWorkerSourceTypes[M])throw new Error(`Worker source with name "${M}" already registered.`);this.externalWorkerSourceTypes[M]=V},this.self.addProtocol=T.bh,this.self.removeProtocol=T.bi,this.self.registerRTLTextPlugin=M=>{if(T.bC.isParsed())throw new Error("RTL text plugin already registered.");T.bC.setMethods(M)},this.actor.registerMessageHandler("LDT",(M,V)=>this._getDEMWorkerSource(M,V.source).loadTile(V)),this.actor.registerMessageHandler("RDT",(M,V)=>T._(this,void 0,void 0,function*(){this._getDEMWorkerSource(M,V.source).removeTile(V)})),this.actor.registerMessageHandler("GCEZ",(M,V)=>T._(this,void 0,void 0,function*(){return this._getWorkerSource(M,V.type,V.source).getClusterExpansionZoom(V)})),this.actor.registerMessageHandler("GCC",(M,V)=>T._(this,void 0,void 0,function*(){return this._getWorkerSource(M,V.type,V.source).getClusterChildren(V)})),this.actor.registerMessageHandler("GCL",(M,V)=>T._(this,void 0,void 0,function*(){return this._getWorkerSource(M,V.type,V.source).getClusterLeaves(V)})),this.actor.registerMessageHandler("LD",(M,V)=>this._getWorkerSource(M,V.type,V.source).loadData(V)),this.actor.registerMessageHandler("GD",(M,V)=>this._getWorkerSource(M,V.type,V.source).getData()),this.actor.registerMessageHandler("LT",(M,V)=>this._getWorkerSource(M,V.type,V.source).loadTile(V)),this.actor.registerMessageHandler("RT",(M,V)=>this._getWorkerSource(M,V.type,V.source).reloadTile(V)),this.actor.registerMessageHandler("AT",(M,V)=>this._getWorkerSource(M,V.type,V.source).abortTile(V)),this.actor.registerMessageHandler("RMT",(M,V)=>this._getWorkerSource(M,V.type,V.source).removeTile(V)),this.actor.registerMessageHandler("RS",(M,V)=>T._(this,void 0,void 0,function*(){if(!this.workerSources[M]||!this.workerSources[M][V.type]||!this.workerSources[M][V.type][V.source])return;const q=this.workerSources[M][V.type][V.source];delete this.workerSources[M][V.type][V.source],q.removeSource!==void 0&&q.removeSource(V)})),this.actor.registerMessageHandler("RM",M=>T._(this,void 0,void 0,function*(){delete this.layerIndexes[M],delete this.availableImages[M],delete this.workerSources[M],delete this.demWorkerSources[M]})),this.actor.registerMessageHandler("SR",(M,V)=>T._(this,void 0,void 0,function*(){this.referrer=V})),this.actor.registerMessageHandler("SRPS",(M,V)=>this._syncRTLPluginState(M,V)),this.actor.registerMessageHandler("IS",(M,V)=>T._(this,void 0,void 0,function*(){this.self.importScripts(V)})),this.actor.registerMessageHandler("SI",(M,V)=>this._setImages(M,V)),this.actor.registerMessageHandler("UL",(M,V)=>T._(this,void 0,void 0,function*(){this._getLayerIndex(M).update(V.layers,V.removedIds)})),this.actor.registerMessageHandler("SL",(M,V)=>T._(this,void 0,void 0,function*(){this._getLayerIndex(M).replace(V)}))}_setImages(z,M){return T._(this,void 0,void 0,function*(){this.availableImages[z]=M;for(const V in this.workerSources[z]){const q=this.workerSources[z][V];for(const ee in q)q[ee].availableImages=M}})}_syncRTLPluginState(z,M){return T._(this,void 0,void 0,function*(){if(T.bC.isParsed())return T.bC.getState();if(M.pluginStatus!=="loading")return T.bC.setState(M),M;const V=M.pluginURL;if(this.self.importScripts(V),T.bC.isParsed()){const q={pluginStatus:"loaded",pluginURL:V};return T.bC.setState(q),q}throw T.bC.setState({pluginStatus:"error",pluginURL:""}),new Error(`RTL Text Plugin failed to import scripts from ${V}`)})}_getAvailableImages(z){let M=this.availableImages[z];return M||(M=[]),M}_getLayerIndex(z){let M=this.layerIndexes[z];return M||(M=this.layerIndexes[z]=new c),M}_getWorkerSource(z,M,V){if(this.workerSources[z]||(this.workerSources[z]={}),this.workerSources[z][M]||(this.workerSources[z][M]={}),!this.workerSources[z][M][V]){const q={sendAsync:(ee,ie)=>(ee.targetMapId=z,this.actor.sendAsync(ee,ie))};switch(M){case"vector":this.workerSources[z][M][V]=new le(q,this._getLayerIndex(z),this._getAvailableImages(z));break;case"geojson":this.workerSources[z][M][V]=new Gr(q,this._getLayerIndex(z),this._getAvailableImages(z));break;default:this.workerSources[z][M][V]=new this.externalWorkerSourceTypes[M](q,this._getLayerIndex(z),this._getAvailableImages(z))}}return this.workerSources[z][M][V]}_getDEMWorkerSource(z,M){return this.demWorkerSources[z]||(this.demWorkerSources[z]={}),this.demWorkerSources[z][M]||(this.demWorkerSources[z][M]=new oe),this.demWorkerSources[z][M]}}return T.i(self)&&(self.worker=new _r(self)),_r}),B("index",["exports","./shared"],function(T,c){var ge="4.5.2";let fe,ve;const le={now:typeof performance<"u"&&performance&&performance.now?performance.now.bind(performance):Date.now.bind(Date),frameAsync:u=>new Promise((t,n)=>{const o=requestAnimationFrame(t);u.signal.addEventListener("abort",()=>{cancelAnimationFrame(o),n(c.c())})}),getImageData(u,t=0){return this.getImageCanvasContext(u).getImageData(-t,-t,u.width+2*t,u.height+2*t)},getImageCanvasContext(u){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=u.width,t.height=u.height,n.drawImage(u,0,0,u.width,u.height),n},resolveURL:u=>(fe||(fe=document.createElement("a")),fe.href=u,fe.href),hardwareConcurrency:typeof navigator<"u"&&navigator.hardwareConcurrency||4,get prefersReducedMotion(){return!!matchMedia&&(ve==null&&(ve=matchMedia("(prefers-reduced-motion: reduce)")),ve.matches)}};class oe{static testProp(t){if(!oe.docStyle)return t[0];for(let n=0;n<t.length;n++)if(t[n]in oe.docStyle)return t[n];return t[0]}static create(t,n,o){const a=window.document.createElement(t);return n!==void 0&&(a.className=n),o&&o.appendChild(a),a}static createNS(t,n){return window.document.createElementNS(t,n)}static disableDrag(){oe.docStyle&&oe.selectProp&&(oe.userSelect=oe.docStyle[oe.selectProp],oe.docStyle[oe.selectProp]="none")}static enableDrag(){oe.docStyle&&oe.selectProp&&(oe.docStyle[oe.selectProp]=oe.userSelect)}static setTransform(t,n){t.style[oe.transformProp]=n}static addEventListener(t,n,o,a={}){t.addEventListener(n,o,"passive"in a?a:a.capture)}static removeEventListener(t,n,o,a={}){t.removeEventListener(n,o,"passive"in a?a:a.capture)}static suppressClickInternal(t){t.preventDefault(),t.stopPropagation(),window.removeEventListener("click",oe.suppressClickInternal,!0)}static suppressClick(){window.addEventListener("click",oe.suppressClickInternal,!0),window.setTimeout(()=>{window.removeEventListener("click",oe.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,o){const a=n.boundingClientRect;return new c.P((o.clientX-a.left)/n.x-t.clientLeft,(o.clientY-a.top)/n.y-t.clientTop)}static mousePos(t,n){const o=oe.getScale(t);return oe.getPoint(t,o,n)}static touchPos(t,n){const o=[],a=oe.getScale(t);for(let h=0;h<n.length;h++)o.push(oe.getPoint(t,a,n[h]));return o}static mouseButton(t){return t.button}static remove(t){t.parentNode&&t.parentNode.removeChild(t)}}oe.docStyle=typeof window<"u"&&window.document&&window.document.documentElement.style,oe.selectProp=oe.testProp(["userSelect","MozUserSelect","WebkitUserSelect","msUserSelect"]),oe.transformProp=oe.testProp(["transform","WebkitTransform"]);const ht={supported:!1,testSupport:function(u){!Oe&&Ke&&(ft?ct(u):Ue=u)}};let Ue,Ke,Oe=!1,ft=!1;function ct(u){const t=u.createTexture();u.bindTexture(u.TEXTURE_2D,t);try{if(u.texImage2D(u.TEXTURE_2D,0,u.RGBA,u.RGBA,u.UNSIGNED_BYTE,Ke),u.isContextLost())return;ht.supported=!0}catch{}u.deleteTexture(t),Oe=!0}var He;typeof document<"u"&&(Ke=document.createElement("img"),Ke.onload=()=>{Ue&&ct(Ue),Ue=null,ft=!0},Ke.onerror=()=>{Oe=!0,Ue=null},Ke.src="data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA="),function(u){let t,n,o,a;u.resetRequestQueue=()=>{t=[],n=0,o=0,a={}},u.addThrottleControl=v=>{const w=o++;return a[w]=v,w},u.removeThrottleControl=v=>{delete a[v],g()},u.getImage=(v,w,P=!0)=>new Promise((E,L)=>{ht.supported&&(v.headers||(v.headers={}),v.headers.accept="image/webp,*/*"),c.e(v,{type:"image"}),t.push({abortController:w,requestParameters:v,supportImageRefresh:P,state:"queued",onError:F=>{L(F)},onSuccess:F=>{E(F)}}),g()});const h=v=>c._(this,void 0,void 0,function*(){v.state="running";const{requestParameters:w,supportImageRefresh:P,onError:E,onSuccess:L,abortController:F}=v,N=P===!1&&!c.i(self)&&!c.g(w.url)&&(!w.headers||Object.keys(w.headers).reduce((X,Y)=>X&&Y==="accept",!0));n++;const Z=N?y(w,F):c.m(w,F);try{const X=yield Z;delete v.abortController,v.state="completed",X.data instanceof HTMLImageElement||c.b(X.data)?L(X):X.data&&L({data:yield(U=X.data,typeof createImageBitmap=="function"?c.d(U):c.f(U)),cacheControl:X.cacheControl,expires:X.expires})}catch(X){delete v.abortController,E(X)}finally{n--,g()}var U}),g=()=>{const v=(()=>{for(const w of Object.keys(a))if(a[w]())return!0;return!1})()?c.a.MAX_PARALLEL_IMAGE_REQUESTS_PER_FRAME:c.a.MAX_PARALLEL_IMAGE_REQUESTS;for(let w=n;w<v&&t.length>0;w++){const P=t.shift();P.abortController.signal.aborted?w--:h(P)}},y=(v,w)=>new Promise((P,E)=>{const L=new Image,F=v.url,N=v.credentials;N&&N==="include"?L.crossOrigin="use-credentials":(N&&N==="same-origin"||!c.s(F))&&(L.crossOrigin="anonymous"),w.signal.addEventListener("abort",()=>{L.src="",E(c.c())}),L.fetchPriority="high",L.onload=()=>{L.onerror=L.onload=null,P({data:L})},L.onerror=()=>{L.onerror=L.onload=null,w.signal.aborted||E(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."))},L.src=F})}(He||(He={})),He.resetRequestQueue();class Ft{constructor(t){this._transformRequestFn=t}transformRequest(t,n){return this._transformRequestFn&&this._transformRequestFn(t,n)||{url:t}}setTransformRequest(t){this._transformRequestFn=t}}function kt(u){var t=new c.A(3);return t[0]=u[0],t[1]=u[1],t[2]=u[2],t}var Wt,Ut=function(u,t,n){return u[0]=t[0]-n[0],u[1]=t[1]-n[1],u[2]=t[2]-n[2],u};Wt=new c.A(3),c.A!=Float32Array&&(Wt[0]=0,Wt[1]=0,Wt[2]=0);var Vr=function(u){var t=u[0],n=u[1];return t*t+n*n};function bi(u){const t=[];if(typeof u=="string")t.push({id:"default",url:u});else if(u&&u.length>0){const n=[];for(const{id:o,url:a}of u){const h=`${o}${a}`;n.indexOf(h)===-1&&(n.push(h),t.push({id:o,url:a}))}}return t}function Nr(u,t,n){const o=u.split("?");return o[0]+=`${t}${n}`,o.join("?")}(function(){var u=new c.A(2);c.A!=Float32Array&&(u[0]=0,u[1]=0)})();class wt{constructor(t,n,o,a){this.context=t,this.format=o,this.texture=t.gl.createTexture(),this.update(n,a)}update(t,n,o){const{width:a,height:h}=t,g=!(this.size&&this.size[0]===a&&this.size[1]===h||o),{context:y}=this,{gl:v}=y;if(this.useMipmap=!!(n&&n.useMipmap),v.bindTexture(v.TEXTURE_2D,this.texture),y.pixelStoreUnpackFlipY.set(!1),y.pixelStoreUnpack.set(1),y.pixelStoreUnpackPremultiplyAlpha.set(this.format===v.RGBA&&(!n||n.premultiply!==!1)),g)this.size=[a,h],t instanceof HTMLImageElement||t instanceof HTMLCanvasElement||t instanceof HTMLVideoElement||t instanceof ImageData||c.b(t)?v.texImage2D(v.TEXTURE_2D,0,this.format,this.format,v.UNSIGNED_BYTE,t):v.texImage2D(v.TEXTURE_2D,0,this.format,a,h,0,this.format,v.UNSIGNED_BYTE,t.data);else{const{x:w,y:P}=o||{x:0,y:0};t instanceof HTMLImageElement||t instanceof HTMLCanvasElement||t instanceof HTMLVideoElement||t instanceof ImageData||c.b(t)?v.texSubImage2D(v.TEXTURE_2D,0,w,P,v.RGBA,v.UNSIGNED_BYTE,t):v.texSubImage2D(v.TEXTURE_2D,0,w,P,a,h,v.RGBA,v.UNSIGNED_BYTE,t.data)}this.useMipmap&&this.isSizePowerOfTwo()&&v.generateMipmap(v.TEXTURE_2D)}bind(t,n,o){const{context:a}=this,{gl:h}=a;h.bindTexture(h.TEXTURE_2D,this.texture),o!==h.LINEAR_MIPMAP_NEAREST||this.isSizePowerOfTwo()||(o=h.LINEAR),t!==this.filter&&(h.texParameteri(h.TEXTURE_2D,h.TEXTURE_MAG_FILTER,t),h.texParameteri(h.TEXTURE_2D,h.TEXTURE_MIN_FILTER,o||t),this.filter=t),n!==this.wrap&&(h.texParameteri(h.TEXTURE_2D,h.TEXTURE_WRAP_S,n),h.texParameteri(h.TEXTURE_2D,h.TEXTURE_WRAP_T,n),this.wrap=n)}isSizePowerOfTwo(){return this.size[0]===this.size[1]&&Math.log(this.size[0])/Math.LN2%1==0}destroy(){const{gl:t}=this.context;t.deleteTexture(this.texture),this.texture=null}}function $s(u){const{userImage:t}=u;return!!(t&&t.render&&t.render())&&(u.data.replace(new Uint8Array(t.data.buffer)),!0)}class li 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}isLoaded(){return this.loaded}setLoaded(t){if(this.loaded!==t&&(this.loaded=t,t)){for(const{ids:n,promiseResolve:o}of this.requestors)o(this._getImagesForIds(n));this.requestors=[]}}getImage(t){const n=this.images[t];if(n&&!n.data&&n.spriteData){const o=n.spriteData;n.data=new c.R({width:o.width,height:o.height},o.context.getImageData(o.x,o.y,o.width,o.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 o=!0;const a=n.data||n.spriteData;return this._validateStretch(n.stretchX,a&&a.width)||(this.fire(new c.j(new Error(`Image "${t}" has invalid "stretchX" value`))),o=!1),this._validateStretch(n.stretchY,a&&a.height)||(this.fire(new c.j(new Error(`Image "${t}" has invalid "stretchY" value`))),o=!1),this._validateContent(n.content,n)||(this.fire(new c.j(new Error(`Image "${t}" has invalid "content" value`))),o=!1),o}_validateStretch(t,n){if(!t)return!0;let o=0;for(const a of t){if(a[0]<o||a[1]<a[0]||n<a[1])return!1;o=a[1]}return!0}_validateContent(t,n){if(!t)return!0;if(t.length!==4)return!1;const o=n.spriteData,a=o&&o.width||n.data.width,h=o&&o.height||n.data.height;return!(t[0]<0||a<t[0]||t[1]<0||h<t[1]||t[2]<0||a<t[2]||t[3]<0||h<t[3]||t[2]<t[0]||t[3]<t[1])}updateImage(t,n,o=!0){const a=this.getImage(t);if(o&&(a.data.width!==n.data.width||a.data.height!==n.data.height))throw new Error(`size mismatch between old image (${a.data.width}x${a.data.height}) and new image (${n.data.width}x${n.data.height}).`);n.version=a.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,o)=>{let a=!0;if(!this.isLoaded())for(const h of t)this.images[h]||(a=!1);this.isLoaded()||a?n(this._getImagesForIds(t)):this.requestors.push({ids:t,promiseResolve:n})})}_getImagesForIds(t){const n={};for(const o of t){let a=this.getImage(o);a||(this.fire(new c.k("styleimagemissing",{id:o})),a=this.getImage(o)),a?n[o]={data:a.data.clone(),pixelRatio:a.pixelRatio,sdf:a.sdf,version:a.version,stretchX:a.stretchX,stretchY:a.stretchY,content:a.content,textFitWidth:a.textFitWidth,textFitHeight:a.textFitHeight,hasRenderCallback:!!(a.userImage&&a.userImage.render)}:c.w(`Image "${o}" 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],o=this.getImage(t);if(!o)return null;if(n&&n.position.version===o.version)return n.position;if(n)n.position.version=o.version;else{const a={w:o.data.width+2,h:o.data.height+2,x:0,y:0},h=new c.I(a,o);this.patterns[t]={bin:a,position:h}}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 wt(t,this.atlasImage,n.RGBA),this.atlasTexture.bind(n.LINEAR,n.CLAMP_TO_EDGE)}_updatePatternAtlas(){const t=[];for(const h in this.patterns)t.push(this.patterns[h].bin);const{w:n,h:o}=c.p(t),a=this.atlasImage;a.resize({width:n||1,height:o||1});for(const h in this.patterns){const{bin:g}=this.patterns[h],y=g.x+1,v=g.y+1,w=this.getImage(h).data,P=w.width,E=w.height;c.R.copy(w,a,{x:0,y:0},{x:y,y:v},{width:P,height:E}),c.R.copy(w,a,{x:0,y:E-1},{x:y,y:v-1},{width:P,height:1}),c.R.copy(w,a,{x:0,y:0},{x:y,y:v+E},{width:P,height:1}),c.R.copy(w,a,{x:P-1,y:0},{x:y-1,y:v},{width:1,height:E}),c.R.copy(w,a,{x:0,y:0},{x:y+P,y:v},{width:1,height:E})}this.dirty=!0}beginFrame(){this.callbackDispatchedThisFrame={}}dispatchRenderCallbacks(t){for(const n of t){if(this.callbackDispatchedThisFrame[n])continue;this.callbackDispatchedThisFrame[n]=!0;const o=this.getImage(n);o||c.w(`Image with ID: "${n}" was not found`),$s(o)&&this.updateImage(n,o)}}}const wi=1e20;function Pr(u,t,n,o,a,h,g,y,v){for(let w=t;w<t+o;w++)Pn(u,n*h+w,h,a,g,y,v);for(let w=n;w<n+a;w++)Pn(u,w*h+t,1,o,g,y,v)}function Pn(u,t,n,o,a,h,g){h[0]=0,g[0]=-wi,g[1]=wi,a[0]=u[t];for(let y=1,v=0,w=0;y<o;y++){a[y]=u[t+y*n];const P=y*y;do{const E=h[v];w=(a[y]-a[E]+P-E*E)/(y-E)/2}while(w<=g[v]&&--v>-1);v++,h[v]=y,g[v]=w,g[v+1]=wi}for(let y=0,v=0;y<o;y++){for(;g[v+1]<y;)v++;const w=h[v],P=y-w;u[t+y*n]=a[w]+P*P}}class dr{constructor(t,n){this.requestManager=t,this.localIdeographFontFamily=n,this.entries={}}setURL(t){this.url=t}getGlyphs(t){return c._(this,void 0,void 0,function*(){const n=[];for(const h in t)for(const g of t[h])n.push(this._getAndCacheGlyphsPromise(h,g));const o=yield Promise.all(n),a={};for(const{stack:h,id:g,glyph:y}of o)a[h]||(a[h]={}),a[h][g]=y&&{id:y.id,bitmap:y.bitmap.clone(),metrics:y.metrics};return a})}_getAndCacheGlyphsPromise(t,n){return c._(this,void 0,void 0,function*(){let o=this.entries[t];o||(o=this.entries[t]={glyphs:{},requests:{},ranges:{}});let a=o.glyphs[n];if(a!==void 0)return{stack:t,id:n,glyph:a};if(a=this._tinySDF(o,t,n),a)return o.glyphs[n]=a,{stack:t,id:n,glyph:a};const h=Math.floor(n/256);if(256*h>65535)throw new Error("glyphs > 65535 not supported");if(o.ranges[h])return{stack:t,id:n,glyph:a};if(!this.url)throw new Error("glyphsUrl is not set");if(!o.requests[h]){const y=dr.loadGlyphRange(t,h,this.url,this.requestManager);o.requests[h]=y}const g=yield o.requests[h];for(const y in g)this._doesCharSupportLocalGlyph(+y)||(o.glyphs[+y]=g[+y]);return o.ranges[h]=!0,{stack:t,id:n,glyph:g[n]||null}})}_doesCharSupportLocalGlyph(t){return!!this.localIdeographFontFamily&&(c.u["CJK Unified Ideographs"](t)||c.u["Hangul Syllables"](t)||c.u.Hiragana(t)||c.u.Katakana(t))}_tinySDF(t,n,o){const a=this.localIdeographFontFamily;if(!a||!this._doesCharSupportLocalGlyph(o))return;let h=t.tinySDF;if(!h){let y="400";/bold/i.test(n)?y="900":/medium/i.test(n)?y="500":/light/i.test(n)&&(y="200"),h=t.tinySDF=new dr.TinySDF({fontSize:48,buffer:6,radius:16,cutoff:.25,fontFamily:a,fontWeight:y})}const g=h.draw(String.fromCharCode(o));return{id:o,bitmap:new c.o({width:g.width||60,height:g.height||60},g.data),metrics:{width:g.glyphWidth/2||24,height:g.glyphHeight/2||24,left:g.glyphLeft/2+.5||0,top:g.glyphTop/2-27.5||-8,advance:g.glyphAdvance/2||24,isDoubleResolution:!0}}}}dr.loadGlyphRange=function(u,t,n,o){return c._(this,void 0,void 0,function*(){const a=256*t,h=a+255,g=o.transformRequest(n.replace("{fontstack}",u).replace("{range}",`${a}-${h}`),"Glyphs"),y=yield c.l(g,new AbortController);if(!y||!y.data)throw new Error(`Could not load glyph range. range: ${t}, ${a}-${h}`);const v={};for(const w of c.n(y.data))v[w.id]=w;return v})},dr.TinySDF=class{constructor({fontSize:u=24,buffer:t=3,radius:n=8,cutoff:o=.25,fontFamily:a="sans-serif",fontWeight:h="normal",fontStyle:g="normal"}={}){this.buffer=t,this.cutoff=o,this.radius=n;const y=this.size=u+4*t,v=this._createCanvas(y),w=this.ctx=v.getContext("2d",{willReadFrequently:!0});w.font=`${g} ${h} ${u}px ${a}`,w.textBaseline="alphabetic",w.textAlign="left",w.fillStyle="black",this.gridOuter=new Float64Array(y*y),this.gridInner=new Float64Array(y*y),this.f=new Float64Array(y),this.z=new Float64Array(y+1),this.v=new Uint16Array(y)}_createCanvas(u){const t=document.createElement("canvas");return t.width=t.height=u,t}draw(u){const{width:t,actualBoundingBoxAscent:n,actualBoundingBoxDescent:o,actualBoundingBoxLeft:a,actualBoundingBoxRight:h}=this.ctx.measureText(u),g=Math.ceil(n),y=Math.max(0,Math.min(this.size-this.buffer,Math.ceil(h-a))),v=Math.min(this.size-this.buffer,g+Math.ceil(o)),w=y+2*this.buffer,P=v+2*this.buffer,E=Math.max(w*P,0),L=new Uint8ClampedArray(E),F={data:L,width:w,height:P,glyphWidth:y,glyphHeight:v,glyphTop:g,glyphLeft:0,glyphAdvance:t};if(y===0||v===0)return F;const{ctx:N,buffer:Z,gridInner:U,gridOuter:X}=this;N.clearRect(Z,Z,y,v),N.fillText(u,Z,Z+g);const Y=N.getImageData(Z,Z,y,v);X.fill(wi,0,E),U.fill(0,0,E);for(let $=0;$<v;$++)for(let te=0;te<y;te++){const se=Y.data[4*($*y+te)+3]/255;if(se===0)continue;const ce=($+Z)*w+te+Z;if(se===1)X[ce]=0,U[ce]=wi;else{const ye=.5-se;X[ce]=ye>0?ye*ye:0,U[ce]=ye<0?ye*ye:0}}Pr(X,0,0,w,P,w,this.f,this.v,this.z),Pr(U,Z,Z,y,v,w,this.f,this.v,this.z);for(let $=0;$<E;$++){const te=Math.sqrt(X[$])-Math.sqrt(U[$]);L[$]=Math.round(255-255*(te/this.radius+this.cutoff))}return F}};class Us{constructor(){this.specification=c.v.light.position}possiblyEvaluate(t,n){return c.y(t.expression.evaluate(n))}interpolate(t,n,o){return{x:c.z.number(t.x,n.x,o),y:c.z.number(t.y,n.y,o),z:c.z.number(t.z,n.z,o)}}}let on;class Er extends c.E{constructor(t){super(),on=on||new c.q({anchor:new c.D(c.v.light.anchor),position:new Us,color:new c.D(c.v.light.color),intensity:new c.D(c.v.light.intensity)}),this._transitionable=new c.T(on),this.setLight(t),this._transitioning=this._transitionable.untransitioned()}getLight(){return this._transitionable.serialize()}setLight(t,n={}){if(!this._validate(c.r,t,n))for(const o in t){const a=t[o];o.endsWith("-transition")?this._transitionable.setTransition(o.slice(0,-11),a):this._transitionable.setValue(o,a)}}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,o){return(!o||o.validate!==!1)&&c.t(this,t.call(c.x,{value:n,style:{glyphs:!0,sprite:!0},styleSpec:c.v}))}}const Ei=new c.q({"sky-color":new c.D(c.v.sky["sky-color"]),"horizon-color":new c.D(c.v.sky["horizon-color"]),"fog-color":new c.D(c.v.sky["fog-color"]),"fog-ground-blend":new c.D(c.v.sky["fog-ground-blend"]),"horizon-fog-blend":new c.D(c.v.sky["horizon-fog-blend"]),"sky-horizon-blend":new c.D(c.v.sky["sky-horizon-blend"]),"atmosphere-blend":new c.D(c.v.sky["atmosphere-blend"])});class Yi extends c.E{constructor(t){super(),this._transitionable=new c.T(Ei),this.setSky(t),this._transitioning=this._transitionable.untransitioned()}setSky(t,n={}){if(!this._validate(c.B,t,n))for(const o in t){const a=t[o];o.endsWith("-transition")?this._transitionable.setTransition(o.slice(0,-11),a):this._transitionable.setValue(o,a)}}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,o={}){return(o==null?void 0:o.validate)!==!1&&c.t(this,t.call(c.x,c.e({value:n,style:{glyphs:!0,sprite:!0},styleSpec:c.v})))}calculateFogBlendOpacity(t){return t<60?0:t<70?(t-60)/10:1}}class En{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 o=t.join(",")+String(n);return this.dashEntry[o]||(this.dashEntry[o]=this.addDash(t,n)),this.dashEntry[o]}getDashRanges(t,n,o){const a=[];let h=t.length%2==1?-t[t.length-1]*o:0,g=t[0]*o,y=!0;a.push({left:h,right:g,isDash:y,zeroLength:t[0]===0});let v=t[0];for(let w=1;w<t.length;w++){y=!y;const P=t[w];h=v*o,v+=P,g=v*o,a.push({left:h,right:g,isDash:y,zeroLength:P===0})}return a}addRoundDash(t,n,o){const a=n/2;for(let h=-o;h<=o;h++){const g=this.width*(this.nextRow+o+h);let y=0,v=t[y];for(let w=0;w<this.width;w++){w/v.right>1&&(v=t[++y]);const P=Math.abs(w-v.left),E=Math.abs(w-v.right),L=Math.min(P,E);let F;const N=h/o*(a+1);if(v.isDash){const Z=a-Math.abs(N);F=Math.sqrt(L*L+Z*Z)}else F=a-Math.sqrt(L*L+N*N);this.data[g+w]=Math.max(0,Math.min(255,F+128))}}}addRegularDash(t){for(let y=t.length-1;y>=0;--y){const v=t[y],w=t[y+1];v.zeroLength?t.splice(y,1):w&&w.isDash===v.isDash&&(w.left=v.left,t.splice(y,1))}const n=t[0],o=t[t.length-1];n.isDash===o.isDash&&(n.left=o.left-this.width,o.right=n.right+this.width);const a=this.width*this.nextRow;let h=0,g=t[h];for(let y=0;y<this.width;y++){y/g.right>1&&(g=t[++h]);const v=Math.abs(y-g.left),w=Math.abs(y-g.right),P=Math.min(v,w);this.data[a+y]=Math.max(0,Math.min(255,(g.isDash?P:-P)+128))}}addDash(t,n){const o=n?7:0,a=2*o+1;if(this.nextRow+a>this.height)return c.w("LineAtlas out of space"),null;let h=0;for(let y=0;y<t.length;y++)h+=t[y];if(h!==0){const y=this.width/h,v=this.getDashRanges(t,this.width,y);n?this.addRoundDash(v,y,o):this.addRegularDash(v)}const g={y:(this.nextRow+o+.5)/this.height,height:2*o/this.height,width:h};return this.nextRow+=a,this.dirty=!0,g}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 $r="maplibre_preloaded_worker_pool";class pr{constructor(){this.active={}}acquire(t){if(!this.workers)for(this.workers=[];this.workers.length<pr.workerCount;)this.workers.push(new Worker(c.a.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[$r]}numActive(){return Object.keys(this.active).length}}const An=Math.floor(le.hardwareConcurrency/2);let Fi,Qi;function an(){return Fi||(Fi=new pr),Fi}pr.workerCount=c.C(globalThis)?Math.max(Math.min(An,3),1):1;class ln{constructor(t,n){this.workerPool=t,this.actors=[],this.currentActor=0,this.id=n;const o=this.workerPool.acquire(n);for(let a=0;a<o.length;a++){const h=new c.F(o[a],n);h.name=`Worker ${a}`,this.actors.push(h)}if(!this.actors.length)throw new Error("No actors found")}broadcast(t,n){const o=[];for(const a of this.actors)o.push(a.sendAsync({type:t,data:n}));return Promise.all(o)}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 o of this.actors)o.registerMessageHandler(t,n)}}function rs(){return Qi||(Qi=new ln(an(),c.G),Qi.registerMessageHandler("GR",(u,t,n)=>c.m(t,n))),Qi}function Ar(u,t){const n=c.H();return c.J(n,n,[1,1,0]),c.K(n,n,[.5*u.width,.5*u.height,1]),c.L(n,n,u.calculatePosMatrix(t.toUnwrapped()))}function Ur(u,t,n,o,a,h){const g=function(E,L,F){if(E)for(const N of E){const Z=L[N];if(Z&&Z.source===F&&Z.type==="fill-extrusion")return!0}else for(const N in L){const Z=L[N];if(Z.source===F&&Z.type==="fill-extrusion")return!0}return!1}(a&&a.layers,t,u.id),y=h.maxPitchScaleFactor(),v=u.tilesIn(o,y,g);v.sort(jr);const w=[];for(const E of v)w.push({wrappedTileID:E.tileID.wrapped().key,queryResults:E.tile.queryRenderedFeatures(t,n,u._state,E.queryGeometry,E.cameraQueryGeometry,E.scale,a,h,y,Ar(u.transform,E.tileID))});const P=function(E){const L={},F={};for(const N of E){const Z=N.queryResults,U=N.wrappedTileID,X=F[U]=F[U]||{};for(const Y in Z){const $=Z[Y],te=X[Y]=X[Y]||{},se=L[Y]=L[Y]||[];for(const ce of $)te[ce.featureIndex]||(te[ce.featureIndex]=!0,se.push(ce))}}return L}(w);for(const E in P)P[E].forEach(L=>{const F=L.feature,N=u.getFeatureState(F.layer["source-layer"],F.id);F.source=F.layer.source,F.layer["source-layer"]&&(F.sourceLayer=F.layer["source-layer"]),F.state=N});return P}function jr(u,t){const n=u.tileID,o=t.tileID;return n.overscaledZ-o.overscaledZ||n.canonical.y-o.canonical.y||n.wrap-o.wrap||n.canonical.x-o.canonical.x}function Cn(u,t,n){return c._(this,void 0,void 0,function*(){let o=u;if(u.url?o=(yield c.h(t.transformRequest(u.url,"Source"),n)).data:yield le.frameAsync(n),!o)return null;const a=c.M(c.e(o,u),["tiles","minzoom","maxzoom","attribution","bounds","scheme","tileSize","encoding"]);return"vector_layers"in o&&o.vector_layers&&(a.vectorLayerIds=o.vector_layers.map(h=>h.id)),a})}class ue{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.N?new c.N(t.lng,t.lat):c.N.convert(t),this}setSouthWest(t){return this._sw=t instanceof c.N?new c.N(t.lng,t.lat):c.N.convert(t),this}extend(t){const n=this._sw,o=this._ne;let a,h;if(t instanceof c.N)a=t,h=t;else{if(!(t instanceof ue))return Array.isArray(t)?t.length===4||t.every(Array.isArray)?this.extend(ue.convert(t)):this.extend(c.N.convert(t)):t&&("lng"in t||"lon"in t)&&"lat"in t?this.extend(c.N.convert(t)):this;if(a=t._sw,h=t._ne,!a||!h)return this}return n||o?(n.lng=Math.min(a.lng,n.lng),n.lat=Math.min(a.lat,n.lat),o.lng=Math.max(h.lng,o.lng),o.lat=Math.max(h.lat,o.lat)):(this._sw=new c.N(a.lng,a.lat),this._ne=new c.N(h.lng,h.lat)),this}getCenter(){return new c.N((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.N(this.getWest(),this.getNorth())}getSouthEast(){return new c.N(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:o}=c.N.convert(t);let a=this._sw.lng<=n&&n<=this._ne.lng;return this._sw.lng>this._ne.lng&&(a=this._sw.lng>=n&&n>=this._ne.lng),this._sw.lat<=o&&o<=this._ne.lat&&a}static convert(t){return t instanceof ue?t:t&&new ue(t)}static fromLngLat(t,n=0){const o=360*n/40075017,a=o/Math.cos(Math.PI/180*t.lat);return new ue(new c.N(t.lng-a,t.lat-o),new c.N(t.lng+a,t.lat+o))}}class cn{constructor(t,n,o){this.bounds=ue.convert(this.validateBounds(t)),this.minzoom=n||0,this.maxzoom=o||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),o=Math.floor(c.O(this.bounds.getWest())*n),a=Math.floor(c.Q(this.bounds.getNorth())*n),h=Math.ceil(c.O(this.bounds.getEast())*n),g=Math.ceil(c.Q(this.bounds.getSouth())*n);return t.x>=o&&t.x<h&&t.y>=a&&t.y<g}}class ns extends c.E{constructor(t,n,o,a){if(super(),this.id=t,this.dispatcher=o,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.M(n,["url","scheme","tileSize","promoteId"])),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(a)}load(){return c._(this,void 0,void 0,function*(){this._loaded=!1,this.fire(new c.k("dataloading",{dataType:"source"})),this._tileJSONRequest=new AbortController;try{const t=yield Cn(this._options,this.map._requestManager,this._tileJSONRequest);this._tileJSONRequest=null,this._loaded=!0,this.map.style.sourceCaches[this.id].clearTiles(),t&&(c.e(this,t),t.bounds&&(this.tileBounds=new cn(t.bounds,this.minzoom,this.maxzoom)),this.fire(new c.k("data",{dataType:"source",sourceDataType:"metadata"})),this.fire(new c.k("data",{dataType:"source",sourceDataType:"content"})))}catch(t){this._tileJSONRequest=null,this.fire(new c.j(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),o={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};o.request.collectResourceTiming=this._collectResourceTiming;let a="RT";if(t.actor&&t.state!=="expired"){if(t.state==="loading")return new Promise((h,g)=>{t.reloadPromise={resolve:h,reject:g}})}else t.actor=this.dispatcher.getActor(),a="LT";t.abortController=new AbortController;try{const h=yield t.actor.sendAsync({type:a,data:o},t.abortController);if(delete t.abortController,t.aborted)return;this._afterTileLoadWorkerResponse(t,h)}catch(h){if(delete t.abortController,t.aborted)return;if(h&&h.status!==404)throw h;this._afterTileLoadWorkerResponse(t,null)}})}_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 o=t.reloadPromise;t.reloadPromise=null,this.loadTile(t).then(o.resolve).catch(o.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 yt extends c.E{constructor(t,n,o,a){super(),this.id=t,this.dispatcher=o,this.setEventedParent(a),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.M(n,["url","scheme","tileSize"]))}load(){return c._(this,void 0,void 0,function*(){this._loaded=!1,this.fire(new c.k("dataloading",{dataType:"source"})),this._tileJSONRequest=new AbortController;try{const t=yield Cn(this._options,this.map._requestManager,this._tileJSONRequest);this._tileJSONRequest=null,this._loaded=!0,t&&(c.e(this,t),t.bounds&&(this.tileBounds=new cn(t.bounds,this.minzoom,this.maxzoom)),this.fire(new c.k("data",{dataType:"source",sourceDataType:"metadata"})),this.fire(new c.k("data",{dataType:"source",sourceDataType:"content"})))}catch(t){this._tileJSONRequest=null,this.fire(new c.j(t))}})}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()}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 o=yield He.getImage(this.map._requestManager.transformRequest(n,"Tile"),t.abortController,this.map._refreshExpiredTiles);if(delete t.abortController,t.aborted)return void(t.state="unloaded");if(o&&o.data){this.map._refreshExpiredTiles&&o.cacheControl&&o.expires&&t.setExpiryData({cacheControl:o.cacheControl,expires:o.expires});const a=this.map.painter.context,h=a.gl,g=o.data;t.texture=this.map.painter.getTileTexture(g.width),t.texture?t.texture.update(g,{useMipmap:!0}):(t.texture=new wt(a,g,h.RGBA,{useMipmap:!0}),t.texture.bind(h.LINEAR,h.CLAMP_TO_EDGE,h.LINEAR_MIPMAP_NEAREST)),t.state="loaded"}}catch(o){if(delete t.abortController,t.aborted)t.state="unloaded";else if(o)throw t.state="errored",o}})}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 jt extends yt{constructor(t,n,o,a){super(t,n,o,a),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),o=this.map._requestManager.transformRequest(n,"Tile");t.neighboringTiles=this._getNeighboringTiles(t.tileID),t.abortController=new AbortController;try{const a=yield He.getImage(o,t.abortController,this.map._refreshExpiredTiles);if(delete t.abortController,t.aborted)return void(t.state="unloaded");if(a&&a.data){const h=a.data;this.map._refreshExpiredTiles&&a.cacheControl&&a.expires&&t.setExpiryData({cacheControl:a.cacheControl,expires:a.expires});const g=c.b(h)&&c.U()?h:yield this.readImageNow(h),y={type:this.type,uid:t.uid,source:this.id,rawImageData:g,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:y});t.dem=v,t.needsHillshadePrepare=!0,t.needsTerrainPrepare=!0,t.state="loaded"}}}catch(a){if(delete t.abortController,t.aborted)t.state="unloaded";else if(a)throw t.state="errored",a}})}readImageNow(t){return c._(this,void 0,void 0,function*(){if(typeof VideoFrame<"u"&&c.V()){const n=t.width+2,o=t.height+2;try{return new c.R({width:n,height:o},yield c.W(t,-1,-1,n,o))}catch{}}return le.getImageData(t,1)})}_getNeighboringTiles(t){const n=t.canonical,o=Math.pow(2,n.z),a=(n.x-1+o)%o,h=n.x===0?t.wrap-1:t.wrap,g=(n.x+1+o)%o,y=n.x+1===o?t.wrap+1:t.wrap,v={};return v[new c.S(t.overscaledZ,h,n.z,a,n.y).key]={backfilled:!1},v[new c.S(t.overscaledZ,y,n.z,g,n.y).key]={backfilled:!1},n.y>0&&(v[new c.S(t.overscaledZ,h,n.z,a,n.y-1).key]={backfilled:!1},v[new c.S(t.overscaledZ,t.wrap,n.z,n.x,n.y-1).key]={backfilled:!1},v[new c.S(t.overscaledZ,y,n.z,g,n.y-1).key]={backfilled:!1}),n.y+1<o&&(v[new c.S(t.overscaledZ,h,n.z,a,n.y+1).key]={backfilled:!1},v[new c.S(t.overscaledZ,t.wrap,n.z,n.x,n.y+1).key]={backfilled:!1},v[new c.S(t.overscaledZ,y,n.z,g,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}}))})}}class ss extends c.E{constructor(t,n,o,a){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._pendingLoads=0,this.actor=o.getActor(),this.setEventedParent(a),this._data=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;const h=c.X/this.tileSize;this.workerOptions=c.e({source:this.id,cluster:n.cluster||!1,geojsonVtOptions:{buffer:(n.buffer!==void 0?n.buffer:128)*h,tolerance:(n.tolerance!==void 0?n.tolerance:.375)*h,extent:c.X,maxZoom:this.maxzoom,lineMetrics:n.lineMetrics||!1,generateId:n.generateId||!1},superclusterOptions:{maxZoom:n.clusterMaxZoom!==void 0?n.clusterMaxZoom:this.maxzoom-1,minPoints:Math.max(2,n.clusterMinPoints||2),extent:c.X,radius:(n.clusterRadius||50)*h,log:!1,generateId:n.generateId||!1},clusterProperties:n.clusterProperties,filter:n.filter},n.workerOptions),typeof this.promoteId=="string"&&(this.workerOptions.promoteId=this.promoteId)}load(){return c._(this,void 0,void 0,function*(){yield this._updateWorkerData()})}onAdd(t){this.map=t,this.load()}setData(t){return this._data=t,this._updateWorkerData(),this}updateData(t){return this._updateWorkerData(t),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})})}setClusterOptions(t){return this.workerOptions.cluster=t.cluster,t&&(t.clusterRadius!==void 0&&(this.workerOptions.superclusterOptions.radius=t.clusterRadius),t.clusterMaxZoom!==void 0&&(this.workerOptions.superclusterOptions.maxZoom=t.clusterMaxZoom)),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,o){return this.actor.sendAsync({type:"GCL",data:{type:this.type,source:this.id,clusterId:t,limit:n,offset:o}})}_updateWorkerData(t){return c._(this,void 0,void 0,function*(){const n=c.e({type:this.type},this.workerOptions);t?n.dataDiff=t:typeof this._data=="string"?(n.request=this.map._requestManager.transformRequest(le.resolveURL(this._data),"Source"),n.request.collectResourceTiming=this._collectResourceTiming):n.data=JSON.stringify(this._data),this._pendingLoads++,this.fire(new c.k("dataloading",{dataType:"source"}));try{const o=yield this.actor.sendAsync({type:"LD",data:n});if(this._pendingLoads--,this._removed||o.abandoned)return void this.fire(new c.k("dataabort",{dataType:"source"}));let a=null;o.resourceTiming&&o.resourceTiming[this.id]&&(a=o.resourceTiming[this.id].slice(0));const h={dataType:"source"};this._collectResourceTiming&&a&&a.length>0&&c.e(h,{resourceTiming:a}),this.fire(new c.k("data",Object.assign(Object.assign({},h),{sourceDataType:"metadata"}))),this.fire(new c.k("data",Object.assign(Object.assign({},h),{sourceDataType:"content"})))}catch(o){if(this._pendingLoads--,this._removed)return void this.fire(new c.k("dataabort",{dataType:"source"}));this.fire(new c.j(o))}})}loaded(){return this._pendingLoads===0}loadTile(t){return c._(this,void 0,void 0,function*(){const n=t.actor?"RT":"LT";t.actor=this.actor;const o={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};t.abortController=new AbortController;const a=yield this.actor.sendAsync({type:n,data:o},t.abortController);delete t.abortController,t.unloadVectorData(),t.aborted||t.loadVectorData(a,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})}hasTransition(){return!1}}var qr=c.Y([{name:"a_pos",type:"Int16",components:2},{name:"a_texture_pos",type:"Int16",components:2}]);class Cr extends c.E{constructor(t,n,o,a){super(),this.id=t,this.dispatcher=o,this.coordinates=n.coordinates,this.type="image",this.minzoom=0,this.maxzoom=22,this.tileSize=512,this.tiles={},this._loaded=!1,this.setEventedParent(a),this.options=n}load(t){return c._(this,void 0,void 0,function*(){this._loaded=!1,this.fire(new c.k("dataloading",{dataType:"source"})),this.url=this.options.url,this._request=new AbortController;try{const n=yield He.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,this.fire(new c.j(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.k("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.Z.fromLngLat);this.tileID=function(a){let h=1/0,g=1/0,y=-1/0,v=-1/0;for(const L of a)h=Math.min(h,L.x),g=Math.min(g,L.y),y=Math.max(y,L.x),v=Math.max(v,L.y);const w=Math.max(y-h,v-g),P=Math.max(0,Math.floor(-Math.log(w)/Math.LN2)),E=Math.pow(2,P);return new c.a1(P,Math.floor((h+y)/2*E),Math.floor((g+v)/2*E))}(n),this.minzoom=this.maxzoom=this.tileID.z;const o=n.map(a=>this.tileID.getTilePoint(a)._round());return this._boundsArray=new c.$,this._boundsArray.emplaceBack(o[0].x,o[0].y,0,0),this._boundsArray.emplaceBack(o[1].x,o[1].y,c.X,0),this._boundsArray.emplaceBack(o[3].x,o[3].y,0,c.X),this._boundsArray.emplaceBack(o[2].x,o[2].y,c.X,c.X),this.boundsBuffer&&(this.boundsBuffer.destroy(),delete this.boundsBuffer),this.fire(new c.k("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.boundsBuffer||(this.boundsBuffer=t.createVertexBuffer(this._boundsArray,qr.members)),this.boundsSegments||(this.boundsSegments=c.a0.simpleSegment(0,0,4,2)),this.texture||(this.texture=new wt(t,this.image,n.RGBA),this.texture.bind(n.LINEAR,n.CLAMP_TO_EDGE));let o=!1;for(const a in this.tiles){const h=this.tiles[a];h.state!=="loaded"&&(h.state="loaded",h.texture=this.texture,o=!0)}o&&this.fire(new c.k("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}}class Mn extends Cr{constructor(t,n,o,a){super(t,n,o,a),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.a3(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.j(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.j(new c.a2(`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.boundsBuffer||(this.boundsBuffer=t.createVertexBuffer(this._boundsArray,qr.members)),this.boundsSegments||(this.boundsSegments=c.a0.simpleSegment(0,0,4,2)),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 wt(t,this.video,n.RGBA),this.texture.bind(n.LINEAR,n.CLAMP_TO_EDGE));let o=!1;for(const a in this.tiles){const h=this.tiles[a];h.state!=="loaded"&&(h.state="loaded",h.texture=this.texture,o=!0)}o&&this.fire(new c.k("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 Hi extends Cr{constructor(t,n,o,a){super(t,n,o,a),n.coordinates?Array.isArray(n.coordinates)&&n.coordinates.length===4&&!n.coordinates.some(h=>!Array.isArray(h)||h.length!==2||h.some(g=>typeof g!="number"))||this.fire(new c.j(new c.a2(`sources.${t}`,null,'"coordinates" property must be an array of 4 longitude/latitude array pairs'))):this.fire(new c.j(new c.a2(`sources.${t}`,null,'missing required property "coordinates"'))),n.animate&&typeof n.animate!="boolean"&&this.fire(new c.j(new c.a2(`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.j(new c.a2(`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.j(new c.a2(`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.j(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,o=n.gl;this.boundsBuffer||(this.boundsBuffer=n.createVertexBuffer(this._boundsArray,qr.members)),this.boundsSegments||(this.boundsSegments=c.a0.simpleSegment(0,0,4,2)),this.texture?(t||this._playing)&&this.texture.update(this.canvas,{premultiply:!0}):this.texture=new wt(n,this.canvas,o.RGBA,{premultiply:!0});let a=!1;for(const h in this.tiles){const g=this.tiles[h];g.state!=="loaded"&&(g.state="loaded",g.texture=this.texture,a=!0)}a&&this.fire(new c.k("data",{dataType:"source",sourceDataType:"idle",sourceId:this.id}))}serialize(){return{type:"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 os={},as=u=>{switch(u){case"geojson":return ss;case"image":return Cr;case"raster":return yt;case"raster-dem":return jt;case"vector":return ns;case"video":return Mn;case"canvas":return Hi}return os[u]},Ie="RTLPluginLoaded";class fr extends c.E{constructor(){super(...arguments),this.status="unavailable",this.url=null,this.dispatcher=rs()}_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,o=!1){if(this.url)throw new Error("setRTLTextPlugin cannot be called multiple times.");if(this.url=le.resolveURL(n),!this.url)throw new Error(`requested url ${n} is invalid`);if(this.status==="unavailable"){if(!o)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.k(Ie))})}lazyLoad(){this.status==="unavailable"?this.status="requested":this.status==="deferred"&&this._requestImport()}}let Si=null;function mr(){return Si||(Si=new fr),Si}class Zr{constructor(t,n){this.timeAdded=0,this.fadeEndTime=0,this.tileID=t,this.uid=c.a4(),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"}registerFadeDuration(t){const n=t+this.timeAdded;n<this.fadeEndTime||(this.fadeEndTime=n)}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,o){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.latestRawTileData&&(this.latestFeatureIndex.rawTileData=this.latestRawTileData)),this.collisionBoxArray=t.collisionBoxArray,this.buckets=function(a,h){const g={};if(!h)return g;for(const y of a){const v=y.layerIds.map(w=>h.getLayer(w)).filter(Boolean);if(v.length!==0){y.layers=v,y.stateDependentLayerIds&&(y.stateDependentLayers=y.stateDependentLayerIds.map(w=>v.filter(P=>P.id===w)[0]));for(const w of v)g[w.id]=y}}return g}(t.buckets,n.style),this.hasSymbolBuckets=!1;for(const a in this.buckets){const h=this.buckets[a];if(h instanceof c.a6){if(this.hasSymbolBuckets=!0,!o)break;h.justReloaded=!0}}if(this.hasRTLText=!1,this.hasSymbolBuckets)for(const a in this.buckets){const h=this.buckets[a];if(h instanceof c.a6&&h.hasRTLText){this.hasRTLText=!0,mr().lazyLoad();break}}this.queryPadding=0;for(const a in this.buckets){const h=this.buckets[a];this.queryPadding=Math.max(this.queryPadding,n.style.getLayer(a).queryRadius(h))}t.imageAtlas&&(this.imageAtlas=t.imageAtlas),t.glyphAtlasImage&&(this.glyphAtlasImage=t.glyphAtlasImage)}else this.collisionBoxArray=new c.a5}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.latestFeatureIndex=null,this.state="unloaded"}getBucket(t){return this.buckets[t.id]}upload(t){for(const o in this.buckets){const a=this.buckets[o];a.uploadPending()&&a.upload(t)}const n=t.gl;this.imageAtlas&&!this.imageAtlas.uploaded&&(this.imageAtlasTexture=new wt(t,this.imageAtlas.image,n.RGBA),this.imageAtlas.uploaded=!0),this.glyphAtlasImage&&(this.glyphAtlasTexture=new wt(t,this.glyphAtlasImage,n.ALPHA),this.glyphAtlasImage=null)}prepare(t){this.imageAtlas&&this.imageAtlas.patchUpdatedImages(t,this.imageAtlasTexture)}queryRenderedFeatures(t,n,o,a,h,g,y,v,w,P){return this.latestFeatureIndex&&this.latestFeatureIndex.rawTileData?this.latestFeatureIndex.query({queryGeometry:a,cameraQueryGeometry:h,scale:g,tileSize:this.tileSize,pixelPosMatrix:P,transform:v,params:y,queryPadding:this.queryPadding*w},t,n,o):{}}querySourceFeatures(t,n){const o=this.latestFeatureIndex;if(!o||!o.rawTileData)return;const a=o.loadVTLayers(),h=n&&n.sourceLayer?n.sourceLayer:"",g=a._geojsonTileLayer||a[h];if(!g)return;const y=c.a7(n&&n.filter),{z:v,x:w,y:P}=this.tileID.canonical,E={z:v,x:w,y:P};for(let L=0;L<g.length;L++){const F=g.feature(L);if(y.needGeometry){const U=c.a8(F,!0);if(!y.filter(new c.a9(this.tileID.overscaledZ),U,this.tileID.canonical))continue}else if(!y.filter(new c.a9(this.tileID.overscaledZ),F))continue;const N=o.getId(F,h),Z=new c.aa(F,v,w,P,N);Z.tile=E,t.push(Z)}}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 o=c.ab(t.cacheControl);o["max-age"]&&(this.expirationTime=Date.now()+1e3*o["max-age"])}else t.expires&&(this.expirationTime=new Date(t.expires).getTime());if(this.expirationTime){const o=Date.now();let a=!1;if(this.expirationTime>o)a=!1;else if(n)if(this.expirationTime<n)a=!0;else{const h=this.expirationTime-n;h?this.expirationTime=o+Math.max(h,3e4):a=!0}else a=!0;a?(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 o=this.latestFeatureIndex.loadVTLayers();for(const a in this.buckets){if(!n.style.hasLayer(a))continue;const h=this.buckets[a],g=h.layers[0].sourceLayer||"_geojsonTileLayer",y=o[g],v=t[g];if(!y||!v||Object.keys(v).length===0)continue;h.update(v,y,this.imageAtlas&&this.imageAtlas.patternPositions||{});const w=n&&n.style&&n.style.getLayer(a);w&&(this.queryPadding=Math.max(this.queryPadding,w.queryRadius(h)))}}holdingForFade(){return this.symbolFadeHoldUntil!==void 0}symbolFadeFinished(){return!this.symbolFadeHoldUntil||this.symbolFadeHoldUntil<le.now()}clearFadeHold(){this.symbolFadeHoldUntil=void 0}setHoldDuration(t){this.symbolFadeHoldUntil=le.now()+t}setDependencies(t,n){const o={};for(const a of n)o[a]=!0;this.dependencies[t]=o}hasDependency(t,n){for(const o of t){const a=this.dependencies[o];if(a){for(const h of n)if(a[h])return!0}}return!1}}class Ee{constructor(t,n){this.max=t,this.onRemove=n,this.reset()}reset(){for(const t in this.data)for(const n of this.data[t])n.timeout&&clearTimeout(n.timeout),this.onRemove(n.value);return this.data={},this.order=[],this}add(t,n,o){const a=t.wrapped().key;this.data[a]===void 0&&(this.data[a]=[]);const h={value:n,timeout:void 0};if(o!==void 0&&(h.timeout=setTimeout(()=>{this.remove(t,h)},o)),this.data[a].push(h),this.order.push(a),this.order.length>this.max){const g=this._getAndRemoveByKey(this.order[0]);g&&this.onRemove(g)}return this}has(t){return t.wrapped().key in this.data}getAndRemove(t){return this.has(t)?this._getAndRemoveByKey(t.wrapped().key):null}_getAndRemoveByKey(t){const n=this.data[t].shift();return n.timeout&&clearTimeout(n.timeout),this.data[t].length===0&&delete this.data[t],this.order.splice(this.order.indexOf(t),1),n.value}getByKey(t){const n=this.data[t];return n?n[0].value:null}get(t){return this.has(t)?this.data[t.wrapped().key][0].value:null}remove(t,n){if(!this.has(t))return this;const o=t.wrapped().key,a=n===void 0?0:this.data[o].indexOf(n),h=this.data[o][a];return this.data[o].splice(a,1),h.timeout&&clearTimeout(h.timeout),this.data[o].length===0&&delete this.data[o],this.onRemove(h.value),this.order.splice(this.order.indexOf(o),1),this}setMaxSize(t){for(this.max=t;this.order.length>this.max;){const n=this._getAndRemoveByKey(this.order[0]);n&&this.onRemove(n)}return this}filter(t){const n=[];for(const o in this.data)for(const a of this.data[o])t(a.value)||n.push(a);for(const o of n)this.remove(o.value.tileID,o)}}class ot{constructor(){this.state={},this.stateChanges={},this.deletedStates={}}updateState(t,n,o){const a=String(n);if(this.stateChanges[t]=this.stateChanges[t]||{},this.stateChanges[t][a]=this.stateChanges[t][a]||{},c.e(this.stateChanges[t][a],o),this.deletedStates[t]===null){this.deletedStates[t]={};for(const h in this.state[t])h!==a&&(this.deletedStates[t][h]=null)}else if(this.deletedStates[t]&&this.deletedStates[t][a]===null){this.deletedStates[t][a]={};for(const h in this.state[t][a])o[h]||(this.deletedStates[t][a][h]=null)}else for(const h in o)this.deletedStates[t]&&this.deletedStates[t][a]&&this.deletedStates[t][a][h]===null&&delete this.deletedStates[t][a][h]}removeFeatureState(t,n,o){if(this.deletedStates[t]===null)return;const a=String(n);if(this.deletedStates[t]=this.deletedStates[t]||{},o&&n!==void 0)this.deletedStates[t][a]!==null&&(this.deletedStates[t][a]=this.deletedStates[t][a]||{},this.deletedStates[t][a][o]=null);else if(n!==void 0)if(this.stateChanges[t]&&this.stateChanges[t][a])for(o in this.deletedStates[t][a]={},this.stateChanges[t][a])this.deletedStates[t][a][o]=null;else this.deletedStates[t][a]=null;else this.deletedStates[t]=null}getState(t,n){const o=String(n),a=c.e({},(this.state[t]||{})[o],(this.stateChanges[t]||{})[o]);if(this.deletedStates[t]===null)return{};if(this.deletedStates[t]){const h=this.deletedStates[t][n];if(h===null)return{};for(const g in h)delete a[g]}return a}initializeTileState(t,n){t.setFeatureState(this.state,n)}coalesceChanges(t,n){const o={};for(const a in this.stateChanges){this.state[a]=this.state[a]||{};const h={};for(const g in this.stateChanges[a])this.state[a][g]||(this.state[a][g]={}),c.e(this.state[a][g],this.stateChanges[a][g]),h[g]=this.state[a][g];o[a]=h}for(const a in this.deletedStates){this.state[a]=this.state[a]||{};const h={};if(this.deletedStates[a]===null)for(const g in this.state[a])h[g]={},this.state[a][g]={};else for(const g in this.deletedStates[a]){if(this.deletedStates[a][g]===null)this.state[a][g]={};else for(const y of Object.keys(this.deletedStates[a][g]))delete this.state[a][g][y];h[g]=this.state[a][g]}o[a]=o[a]||{},c.e(o[a],h)}if(this.stateChanges={},this.deletedStates={},Object.keys(o).length!==0)for(const a in t)t[a].setFeatureState(o,n)}}class Ye extends c.E{constructor(t,n,o){super(),this.id=t,this.dispatcher=o,this.on("data",a=>this._dataHandler(a)),this.on("dataloading",()=>{this._sourceErrored=!1}),this.on("error",()=>{this._sourceErrored=this._source.loaded()}),this._source=((a,h,g,y)=>{const v=new(as(h.type))(a,h,g,y);if(v.id!==a)throw new Error(`Expected Source id to be ${a} instead of ${v.id}`);return v})(t,n,o,this),this._tiles={},this._cache=new Ee(0,a=>this._unloadTile(a)),this._timers={},this._cacheTimers={},this._maxTileCacheSize=null,this._maxTileCacheZoomLevels=null,this._loadedParentTiles={},this._coveredTiles={},this._state=new ot,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){this.clearTiles(),this._source&&this._source.onRemove&&this._source.onRemove(t)}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 in this._tiles){const n=this._tiles[t];if(n.state!=="loaded"&&n.state!=="errored")return!1}return!0}getSource(){return this._source}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,o){return c._(this,void 0,void 0,function*(){try{yield this._source.loadTile(t),this._tileLoaded(t,n,o)}catch(a){t.state="errored",a.status!==404?this._source.fire(new c.j(a,{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.k("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._tiles,this.map?this.map.painter:null);for(const n in this._tiles){const o=this._tiles[n];o.upload(t),o.prepare(this.map.style.imageManager)}}getIds(){return Object.values(this._tiles).map(t=>t.tileID).sort(Ai).map(t=>t.key)}getRenderableIds(t){const n=[];for(const o in this._tiles)this._isIdRenderable(o,t)&&n.push(this._tiles[o]);return t?n.sort((o,a)=>{const h=o.tileID,g=a.tileID,y=new c.P(h.canonical.x,h.canonical.y)._rotate(this.transform.angle),v=new c.P(g.canonical.x,g.canonical.y)._rotate(this.transform.angle);return h.overscaledZ-g.overscaledZ||v.y-y.y||v.x-y.x}).map(o=>o.tileID.key):n.map(o=>o.tileID).sort(Ai).map(o=>o.key)}hasRenderableParent(t){const n=this.findLoadedParent(t,0);return!!n&&this._isIdRenderable(n.tileID.key)}_isIdRenderable(t,n){return this._tiles[t]&&this._tiles[t].hasData()&&!this._coveredTiles[t]&&(n||!this._tiles[t].holdingForFade())}reload(){if(this._paused)this._shouldReloadOnResume=!0;else{this._cache.reset();for(const t in this._tiles)this._tiles[t].state!=="errored"&&this._reloadTile(t,"reloading")}}_reloadTile(t,n){return c._(this,void 0,void 0,function*(){const o=this._tiles[t];o&&(o.state!=="loading"&&(o.state=n),yield this._loadTile(o,t,n))})}_tileLoaded(t,n,o){t.timeAdded=le.now(),o==="expired"&&(t.refreshedUponExpiration=!0),this._setTileReloadTimer(n,t),this.getSource().type==="raster-dem"&&t.dem&&this._backfillDEM(t),this._state.initializeTileState(t,this.map?this.map.painter:null),t.aborted||this._source.fire(new c.k("data",{dataType:"source",tile:t,coord:t.tileID}))}_backfillDEM(t){const n=this.getRenderableIds();for(let a=0;a<n.length;a++){const h=n[a];if(t.neighboringTiles&&t.neighboringTiles[h]){const g=this.getTileByID(h);o(t,g),o(g,t)}}function o(a,h){a.needsHillshadePrepare=!0,a.needsTerrainPrepare=!0;let g=h.tileID.canonical.x-a.tileID.canonical.x;const y=h.tileID.canonical.y-a.tileID.canonical.y,v=Math.pow(2,a.tileID.canonical.z),w=h.tileID.key;g===0&&y===0||Math.abs(y)>1||(Math.abs(g)>1&&(Math.abs(g+v)===1?g+=v:Math.abs(g-v)===1&&(g-=v)),h.dem&&a.dem&&(a.dem.backfillBorder(h.dem,g,y),a.neighboringTiles&&a.neighboringTiles[w]&&(a.neighboringTiles[w].backfilled=!0)))}}getTile(t){return this.getTileByID(t.key)}getTileByID(t){return this._tiles[t]}_retainLoadedChildren(t,n,o,a){for(const h in this._tiles){let g=this._tiles[h];if(a[h]||!g.hasData()||g.tileID.overscaledZ<=n||g.tileID.overscaledZ>o)continue;let y=g.tileID;for(;g&&g.tileID.overscaledZ>n+1;){const w=g.tileID.scaledTo(g.tileID.overscaledZ-1);g=this._tiles[w.key],g&&g.hasData()&&(y=w)}let v=y;for(;v.overscaledZ>n;)if(v=v.scaledTo(v.overscaledZ-1),t[v.key]){a[y.key]=y;break}}}findLoadedParent(t,n){if(t.key in this._loadedParentTiles){const o=this._loadedParentTiles[t.key];return o&&o.tileID.overscaledZ>=n?o:null}for(let o=t.overscaledZ-1;o>=n;o--){const a=t.scaledTo(o),h=this._getLoadedTile(a);if(h)return h}}findLoadedSibling(t){return this._getLoadedTile(t)}_getLoadedTile(t){const n=this._tiles[t.key];return n&&n.hasData()?n:this._cache.getByKey(t.wrapped().key)}updateCacheSize(t){const n=Math.ceil(t.width/this._source.tileSize)+1,o=Math.ceil(t.height/this._source.tileSize)+1,a=Math.floor(n*o*(this._maxTileCacheZoomLevels===null?c.a.MAX_TILE_CACHE_ZOOM_LEVELS:this._maxTileCacheZoomLevels)),h=typeof this._maxTileCacheSize=="number"?Math.min(this._maxTileCacheSize,a):a;this._cache.setMaxSize(h)}handleWrapJump(t){const n=Math.round((t-(this._prevLng===void 0?t:this._prevLng))/360);if(this._prevLng=t,n){const o={};for(const a in this._tiles){const h=this._tiles[a];h.tileID=h.tileID.unwrapTo(h.tileID.wrap+n),o[h.tileID.key]=h}this._tiles=o;for(const a in this._timers)clearTimeout(this._timers[a]),delete this._timers[a];for(const a in this._tiles)this._setTileReloadTimer(a,this._tiles[a])}}_updateCoveredAndRetainedTiles(t,n,o,a,h,g){const y={},v={},w=Object.keys(t),P=le.now();for(const E of w){const L=t[E],F=this._tiles[E];if(!F||F.fadeEndTime!==0&&F.fadeEndTime<=P)continue;const N=this.findLoadedParent(L,n),Z=this.findLoadedSibling(L),U=N||Z||null;U&&(this._addTile(U.tileID),y[U.tileID.key]=U.tileID),v[E]=L}this._retainLoadedChildren(v,a,o,t);for(const E in y)t[E]||(this._coveredTiles[E]=!0,t[E]=y[E]);if(g){const E={},L={};for(const F of h)this._tiles[F.key].hasData()?E[F.key]=F:L[F.key]=F;for(const F in L){const N=L[F].children(this._source.maxzoom);this._tiles[N[0].key]&&this._tiles[N[1].key]&&this._tiles[N[2].key]&&this._tiles[N[3].key]&&(E[N[0].key]=t[N[0].key]=N[0],E[N[1].key]=t[N[1].key]=N[1],E[N[2].key]=t[N[2].key]=N[2],E[N[3].key]=t[N[3].key]=N[3],delete L[F])}for(const F in L){const N=L[F],Z=this.findLoadedParent(N,this._source.minzoom),U=this.findLoadedSibling(N),X=Z||U||null;if(X){E[X.tileID.key]=t[X.tileID.key]=X.tileID;for(const Y in E)E[Y].isChildOf(X.tileID)&&delete E[Y]}}for(const F in this._tiles)E[F]||(this._coveredTiles[F]=!0)}}update(t,n){if(!this._sourceLoaded||this._paused)return;let o;this.transform=t,this.terrain=n,this.updateCacheSize(t),this.handleWrapJump(this.transform.center.lng),this._coveredTiles={},this.used||this.usedForTerrain?this._source.tileID?o=t.getVisibleUnwrappedCoordinates(this._source.tileID).map(P=>new c.S(P.canonical.z,P.wrap,P.canonical.z,P.canonical.x,P.canonical.y)):(o=t.coveringTiles({tileSize:this.usedForTerrain?this.tileSize:this._source.tileSize,minzoom:this._source.minzoom,maxzoom:this._source.maxzoom,roundZoom:!this.usedForTerrain&&this._source.roundZoom,reparseOverscaled:this._source.reparseOverscaled,terrain:n}),this._source.hasTile&&(o=o.filter(P=>this._source.hasTile(P)))):o=[];const a=t.coveringZoomLevel(this._source),h=Math.max(a-Ye.maxOverzooming,this._source.minzoom),g=Math.max(a+Ye.maxUnderzooming,this._source.minzoom);if(this.usedForTerrain){const P={};for(const E of o)if(E.canonical.z>this._source.minzoom){const L=E.scaledTo(E.canonical.z-1);P[L.key]=L;const F=E.scaledTo(Math.max(this._source.minzoom,Math.min(E.canonical.z,5)));P[F.key]=F}o=o.concat(Object.values(P))}const y=o.length===0&&!this._updated&&this._didEmitContent;this._updated=!0,y&&this.fire(new c.k("data",{sourceDataType:"idle",dataType:"source",sourceId:this.id}));const v=this._updateRetainedTiles(o,a);er(this._source.type)&&this._updateCoveredAndRetainedTiles(v,h,g,a,o,n);for(const P in v)this._tiles[P].clearFadeHold();const w=c.ac(this._tiles,v);for(const P of w){const E=this._tiles[P];E.hasSymbolBuckets&&!E.holdingForFade()?E.setHoldDuration(this.map._fadeDuration):E.hasSymbolBuckets&&!E.symbolFadeFinished()||this._removeTile(P)}this._updateLoadedParentTileCache(),this._updateLoadedSiblingTileCache()}releaseSymbolFadeTiles(){for(const t in this._tiles)this._tiles[t].holdingForFade()&&this._removeTile(t)}_updateRetainedTiles(t,n){var o;const a={},h={},g=Math.max(n-Ye.maxOverzooming,this._source.minzoom),y=Math.max(n+Ye.maxUnderzooming,this._source.minzoom),v={};for(const w of t){const P=this._addTile(w);a[w.key]=w,P.hasData()||n<this._source.maxzoom&&(v[w.key]=w)}this._retainLoadedChildren(v,n,y,a);for(const w of t){let P=this._tiles[w.key];if(P.hasData())continue;if(n+1>this._source.maxzoom){const L=w.children(this._source.maxzoom)[0],F=this.getTile(L);if(F&&F.hasData()){a[L.key]=L;continue}}else{const L=w.children(this._source.maxzoom);if(a[L[0].key]&&a[L[1].key]&&a[L[2].key]&&a[L[3].key])continue}let E=P.wasRequested();for(let L=w.overscaledZ-1;L>=g;--L){const F=w.scaledTo(L);if(h[F.key])break;if(h[F.key]=!0,P=this.getTile(F),!P&&E&&(P=this._addTile(F)),P){const N=P.hasData();if((N||!(!((o=this.map)===null||o===void 0)&&o.cancelPendingTileRequestsWhileZooming)||E)&&(a[F.key]=F),E=P.wasRequested(),N)break}}}return a}_updateLoadedParentTileCache(){this._loadedParentTiles={};for(const t in this._tiles){const n=[];let o,a=this._tiles[t].tileID;for(;a.overscaledZ>0;){if(a.key in this._loadedParentTiles){o=this._loadedParentTiles[a.key];break}n.push(a.key);const h=a.scaledTo(a.overscaledZ-1);if(o=this._getLoadedTile(h),o)break;a=h}for(const h of n)this._loadedParentTiles[h]=o}}_updateLoadedSiblingTileCache(){this._loadedSiblingTiles={};for(const t in this._tiles){const n=this._tiles[t].tileID,o=this._getLoadedTile(n);this._loadedSiblingTiles[n.key]=o}}_addTile(t){let n=this._tiles[t.key];if(n)return n;n=this._cache.getAndRemove(t),n&&(this._setTileReloadTimer(t.key,n),n.tileID=t,this._state.initializeTileState(n,this.map?this.map.painter:null),this._cacheTimers[t.key]&&(clearTimeout(this._cacheTimers[t.key]),delete this._cacheTimers[t.key],this._setTileReloadTimer(t.key,n)));const o=n;return n||(n=new Zr(t,this._source.tileSize*t.overscaleFactor()),this._loadTile(n,t.key,n.state)),n.uses++,this._tiles[t.key]=n,o||this._source.fire(new c.k("dataloading",{tile:n,coord:n.tileID,dataType:"source"})),n}_setTileReloadTimer(t,n){t in this._timers&&(clearTimeout(this._timers[t]),delete this._timers[t]);const o=n.getExpiryTimeout();o&&(this._timers[t]=setTimeout(()=>{this._reloadTile(t,"expired"),delete this._timers[t]},o))}_removeTile(t){const n=this._tiles[t];n&&(n.uses--,delete this._tiles[t],this._timers[t]&&(clearTimeout(this._timers[t]),delete this._timers[t]),n.uses>0||(n.hasData()&&n.state!=="reloading"?this._cache.add(n.tileID,n,n.getExpiryTimeout()):(n.aborted=!0,this._abortTile(n),this._unloadTile(n))))}_dataHandler(t){const n=t.sourceDataType;t.dataType==="source"&&n==="metadata"&&(this._sourceLoaded=!0),this._sourceLoaded&&!this._paused&&t.dataType==="source"&&n==="content"&&(this.reload(),this.transform&&this.update(this.transform,this.terrain),this._didEmitContent=!0)}clearTiles(){this._shouldReloadOnResume=!1,this._paused=!1;for(const t in this._tiles)this._removeTile(t);this._cache.reset()}tilesIn(t,n,o){const a=[],h=this.transform;if(!h)return a;const g=o?h.getCameraQueryGeometry(t):t,y=t.map(N=>h.pointCoordinate(N,this.terrain)),v=g.map(N=>h.pointCoordinate(N,this.terrain)),w=this.getIds();let P=1/0,E=1/0,L=-1/0,F=-1/0;for(const N of v)P=Math.min(P,N.x),E=Math.min(E,N.y),L=Math.max(L,N.x),F=Math.max(F,N.y);for(let N=0;N<w.length;N++){const Z=this._tiles[w[N]];if(Z.holdingForFade())continue;const U=Z.tileID,X=Math.pow(2,h.zoom-Z.tileID.overscaledZ),Y=n*Z.queryPadding*c.X/Z.tileSize/X,$=[U.getTilePoint(new c.Z(P,E)),U.getTilePoint(new c.Z(L,F))];if($[0].x-Y<c.X&&$[0].y-Y<c.X&&$[1].x+Y>=0&&$[1].y+Y>=0){const te=y.map(ce=>U.getTilePoint(ce)),se=v.map(ce=>U.getTilePoint(ce));a.push({tile:Z,tileID:U,queryGeometry:te,cameraQueryGeometry:se,scale:X})}}return a}getVisibleCoordinates(t){const n=this.getRenderableIds(t).map(o=>this._tiles[o].tileID);for(const o of n)o.posMatrix=this.transform.calculatePosMatrix(o.toUnwrapped());return n}hasTransition(){if(this._source.hasTransition())return!0;if(er(this._source.type)){const t=le.now();for(const n in this._tiles)if(this._tiles[n].fadeEndTime>=t)return!0}return!1}setFeatureState(t,n,o){this._state.updateState(t=t||"_geojsonTileLayer",n,o)}removeFeatureState(t,n,o){this._state.removeFeatureState(t=t||"_geojsonTileLayer",n,o)}getFeatureState(t,n){return this._state.getState(t=t||"_geojsonTileLayer",n)}setDependencies(t,n,o){const a=this._tiles[t];a&&a.setDependencies(n,o)}reloadTilesForDependencies(t,n){for(const o in this._tiles)this._tiles[o].hasDependency(t,n)&&this._reloadTile(o,"reloading");this._cache.filter(o=>!o.hasDependency(t,n))}}function Ai(u,t){const n=Math.abs(2*u.wrap)-+(u.wrap<0),o=Math.abs(2*t.wrap)-+(t.wrap<0);return u.overscaledZ-t.overscaledZ||o-n||t.canonical.y-u.canonical.y||t.canonical.x-u.canonical.x}function er(u){return u==="raster"||u==="image"||u==="video"}Ye.maxOverzooming=10,Ye.maxUnderzooming=3;class it{constructor(t,n){this.reset(t,n)}reset(t,n){this.points=t||[],this._distances=[0];for(let o=1;o<this.points.length;o++)this._distances[o]=this._distances[o-1]+this.points[o].dist(this.points[o-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.ad(t,0,1);let n=1,o=this._distances[n];const a=t*this.paddedLength+this.padding;for(;o<a&&n<this._distances.length;)o=this._distances[++n];const h=n-1,g=this._distances[h],y=o-g,v=y>0?(a-g)/y:0;return this.points[h].mult(1-v).add(this.points[n].mult(v))}}function gr(u,t){let n=!0;return u==="always"||u!=="never"&&t!=="never"||(n=!1),n}class Mr{constructor(t,n,o){const a=this.boxCells=[],h=this.circleCells=[];this.xCellCount=Math.ceil(t/o),this.yCellCount=Math.ceil(n/o);for(let g=0;g<this.xCellCount*this.yCellCount;g++)a.push([]),h.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,o,a,h){this._forEachCell(n,o,a,h,this._insertBoxCell,this.boxUid++),this.boxKeys.push(t),this.bboxes.push(n),this.bboxes.push(o),this.bboxes.push(a),this.bboxes.push(h)}insertCircle(t,n,o,a){this._forEachCell(n-a,o-a,n+a,o+a,this._insertCircleCell,this.circleUid++),this.circleKeys.push(t),this.circles.push(n),this.circles.push(o),this.circles.push(a)}_insertBoxCell(t,n,o,a,h,g){this.boxCells[h].push(g)}_insertCircleCell(t,n,o,a,h,g){this.circleCells[h].push(g)}_query(t,n,o,a,h,g,y){if(o<0||t>this.width||a<0||n>this.height)return[];const v=[];if(t<=0&&n<=0&&this.width<=o&&this.height<=a){if(h)return[{key:null,x1:t,y1:n,x2:o,y2:a}];for(let w=0;w<this.boxKeys.length;w++)v.push({key:this.boxKeys[w],x1:this.bboxes[4*w],y1:this.bboxes[4*w+1],x2:this.bboxes[4*w+2],y2:this.bboxes[4*w+3]});for(let w=0;w<this.circleKeys.length;w++){const P=this.circles[3*w],E=this.circles[3*w+1],L=this.circles[3*w+2];v.push({key:this.circleKeys[w],x1:P-L,y1:E-L,x2:P+L,y2:E+L})}}else this._forEachCell(t,n,o,a,this._queryCell,v,{hitTest:h,overlapMode:g,seenUids:{box:{},circle:{}}},y);return v}query(t,n,o,a){return this._query(t,n,o,a,!1,null)}hitTest(t,n,o,a,h,g){return this._query(t,n,o,a,!0,h,g).length>0}hitTestCircle(t,n,o,a,h){const g=t-o,y=t+o,v=n-o,w=n+o;if(y<0||g>this.width||w<0||v>this.height)return!1;const P=[];return this._forEachCell(g,v,y,w,this._queryCellCircle,P,{hitTest:!0,overlapMode:a,circle:{x:t,y:n,radius:o},seenUids:{box:{},circle:{}}},h),P.length>0}_queryCell(t,n,o,a,h,g,y,v){const{seenUids:w,hitTest:P,overlapMode:E}=y,L=this.boxCells[h];if(L!==null){const N=this.bboxes;for(const Z of L)if(!w.box[Z]){w.box[Z]=!0;const U=4*Z,X=this.boxKeys[Z];if(t<=N[U+2]&&n<=N[U+3]&&o>=N[U+0]&&a>=N[U+1]&&(!v||v(X))&&(!P||!gr(E,X.overlapMode))&&(g.push({key:X,x1:N[U],y1:N[U+1],x2:N[U+2],y2:N[U+3]}),P))return!0}}const F=this.circleCells[h];if(F!==null){const N=this.circles;for(const Z of F)if(!w.circle[Z]){w.circle[Z]=!0;const U=3*Z,X=this.circleKeys[Z];if(this._circleAndRectCollide(N[U],N[U+1],N[U+2],t,n,o,a)&&(!v||v(X))&&(!P||!gr(E,X.overlapMode))){const Y=N[U],$=N[U+1],te=N[U+2];if(g.push({key:X,x1:Y-te,y1:$-te,x2:Y+te,y2:$+te}),P)return!0}}}return!1}_queryCellCircle(t,n,o,a,h,g,y,v){const{circle:w,seenUids:P,overlapMode:E}=y,L=this.boxCells[h];if(L!==null){const N=this.bboxes;for(const Z of L)if(!P.box[Z]){P.box[Z]=!0;const U=4*Z,X=this.boxKeys[Z];if(this._circleAndRectCollide(w.x,w.y,w.radius,N[U+0],N[U+1],N[U+2],N[U+3])&&(!v||v(X))&&!gr(E,X.overlapMode))return g.push(!0),!0}}const F=this.circleCells[h];if(F!==null){const N=this.circles;for(const Z of F)if(!P.circle[Z]){P.circle[Z]=!0;const U=3*Z,X=this.circleKeys[Z];if(this._circlesCollide(N[U],N[U+1],N[U+2],w.x,w.y,w.radius)&&(!v||v(X))&&!gr(E,X.overlapMode))return g.push(!0),!0}}}_forEachCell(t,n,o,a,h,g,y,v){const w=this._convertToXCellCoord(t),P=this._convertToYCellCoord(n),E=this._convertToXCellCoord(o),L=this._convertToYCellCoord(a);for(let F=w;F<=E;F++)for(let N=P;N<=L;N++)if(h.call(this,t,n,o,a,this.xCellCount*N+F,g,y,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,o,a,h,g){const y=a-t,v=h-n,w=o+g;return w*w>y*y+v*v}_circleAndRectCollide(t,n,o,a,h,g,y){const v=(g-a)/2,w=Math.abs(t-(a+v));if(w>v+o)return!1;const P=(y-h)/2,E=Math.abs(n-(h+P));if(E>P+o)return!1;if(w<=v||E<=P)return!0;const L=w-v,F=E-P;return L*L+F*F<=o*o}}function Gr(u,t,n,o,a){const h=c.H();return t?(c.K(h,h,[1/a,1/a,1]),n||c.ae(h,h,o.angle)):c.L(h,o.labelPlaneMatrix,u),h}function _r(u,t,n,o,a){if(t){const h=c.af(u);return c.K(h,h,[a,a,1]),n||c.ae(h,h,-o.angle),h}return o.glCoordMatrix}function W(u,t,n){let o;n?(o=[u.x,u.y,n(u.x,u.y),1],c.ag(o,o,t)):(o=[u.x,u.y,0,1],function(h,g,y){const v=g[0],w=g[1];h[0]=y[0]*v+y[4]*w+y[12],h[1]=y[1]*v+y[5]*w+y[13],h[3]=y[3]*v+y[7]*w+y[15]}(o,o,t));const a=o[3];return{point:new c.P(o[0]/a,o[1]/a),signedDistanceFromCamera:a,isOccluded:!1}}function z(u,t){return .5+u/t*.5}function M(u,t){return u.x>=-t[0]&&u.x<=t[0]&&u.y>=-t[1]&&u.y<=t[1]}function V(u,t,n,o,a,h,g,y,v,w,P,E,L,F,N){const Z=o?u.textSizeData:u.iconSizeData,U=c.ah(Z,n.transform.zoom),X=[256/n.width*2+1,256/n.height*2+1],Y=o?u.text.dynamicLayoutVertexArray:u.icon.dynamicLayoutVertexArray;Y.clear();const $=u.lineVertexArray,te=o?u.text.placedSymbolArray:u.icon.placedSymbolArray,se=n.transform.width/n.transform.height;let ce=!1;for(let ye=0;ye<te.length;ye++){const we=te.get(ye);if(we.hidden||we.writingMode===c.ai.vertical&&!ce){We(we.numGlyphs,Y);continue}ce=!1;const De=W(new c.P(we.anchorX,we.anchorY),t,N);if(!M(De.point,X)){We(we.numGlyphs,Y);continue}const Re=z(n.transform.cameraToCenterDistance,De.signedDistanceFromCamera),Se=c.aj(Z,U,we),Te=g?Se/Re:Se*Re,Ne={getElevation:N,labelPlaneMatrix:a,lineVertexArray:$,pitchWithMap:g,projectionCache:{projections:{},offsets:{},cachedAnchorPoint:void 0,anyProjectionOccluded:!1},projection:w,tileAnchorPoint:new c.P(we.anchorX,we.anchorY),unwrappedTileID:P,width:E,height:L,translation:F},tt=ie(Ne,we,Te,!1,y,t,h,u.glyphOffsetArray,Y,se,v);ce=tt.useVertical,(tt.notEnoughRoom||ce||tt.needsFlipping&&ie(Ne,we,Te,!0,y,t,h,u.glyphOffsetArray,Y,se,v).notEnoughRoom)&&We(we.numGlyphs,Y)}o?u.text.dynamicLayoutVertexBuffer.updateData(Y):u.icon.dynamicLayoutVertexBuffer.updateData(Y)}function q(u,t,n,o,a,h,g,y){const v=h.glyphStartIndex+h.numGlyphs,w=h.lineStartIndex,P=h.lineStartIndex+h.lineLength,E=t.getoffsetX(h.glyphStartIndex),L=t.getoffsetX(v-1),F=ke(u*E,n,o,a,h.segment,w,P,y,g);if(!F)return null;const N=ke(u*L,n,o,a,h.segment,w,P,y,g);return N?y.projectionCache.anyProjectionOccluded?null:{first:F,last:N}:null}function ee(u,t,n,o){return u===c.ai.horizontal&&Math.abs(n.y-t.y)>Math.abs(n.x-t.x)*o?{useVertical:!0}:(u===c.ai.vertical?t.y<n.y:t.x>n.x)?{needsFlipping:!0}:null}function ie(u,t,n,o,a,h,g,y,v,w,P){const E=n/24,L=t.lineOffsetX*E,F=t.lineOffsetY*E;let N;if(t.numGlyphs>1){const Z=t.glyphStartIndex+t.numGlyphs,U=t.lineStartIndex,X=t.lineStartIndex+t.lineLength,Y=q(E,y,L,F,o,t,P,u);if(!Y)return{notEnoughRoom:!0};const $=W(Y.first.point,g,u.getElevation).point,te=W(Y.last.point,g,u.getElevation).point;if(a&&!o){const se=ee(t.writingMode,$,te,w);if(se)return se}N=[Y.first];for(let se=t.glyphStartIndex+1;se<Z-1;se++)N.push(ke(E*y.getoffsetX(se),L,F,o,t.segment,U,X,u,P));N.push(Y.last)}else{if(a&&!o){const U=W(u.tileAnchorPoint,h,u.getElevation).point,X=t.lineStartIndex+t.segment+1,Y=new c.P(u.lineVertexArray.getx(X),u.lineVertexArray.gety(X)),$=W(Y,h,u.getElevation),te=$.signedDistanceFromCamera>0?$.point:function(ce,ye,we,De,Re,Se){return ne(ce,ye,we,1,Re,Se)}(u.tileAnchorPoint,Y,U,0,h,u),se=ee(t.writingMode,U,te,w);if(se)return se}const Z=ke(E*y.getoffsetX(t.glyphStartIndex),L,F,o,t.segment,t.lineStartIndex,t.lineStartIndex+t.lineLength,u,P);if(!Z||u.projectionCache.anyProjectionOccluded)return{notEnoughRoom:!0};N=[Z]}for(const Z of N)c.ak(v,Z.point,Z.angle);return{}}function ne(u,t,n,o,a,h){const g=u.add(u.sub(t)._unit()),y=a!==void 0?W(g,a,h.getElevation).point:pe(g.x,g.y,h).point,v=n.sub(y);return n.add(v._mult(o/v.mag()))}function K(u,t,n){const o=t.projectionCache;if(o.projections[u])return o.projections[u];const a=new c.P(t.lineVertexArray.getx(u),t.lineVertexArray.gety(u)),h=pe(a.x,a.y,t);if(h.signedDistanceFromCamera>0)return o.projections[u]=h.point,o.anyProjectionOccluded=o.anyProjectionOccluded||h.isOccluded,h.point;const g=u-n.direction;return function(y,v,w,P,E){return ne(y,v,w,P,void 0,E)}(n.distanceFromAnchor===0?t.tileAnchorPoint:new c.P(t.lineVertexArray.getx(g),t.lineVertexArray.gety(g)),a,n.previousVertex,n.absOffsetX-n.distanceFromAnchor+1,t)}function pe(u,t,n){const o=u+n.translation[0],a=t+n.translation[1];let h;return!n.pitchWithMap&&n.projection.useSpecialProjectionForSymbols?(h=n.projection.projectTileCoordinates(o,a,n.unwrappedTileID,n.getElevation),h.point.x=(.5*h.point.x+.5)*n.width,h.point.y=(.5*-h.point.y+.5)*n.height):(h=W(new c.P(o,a),n.labelPlaneMatrix,n.getElevation),h.isOccluded=!1),h}function xe(u,t,n){return u._unit()._perp()._mult(t*n)}function he(u,t,n,o,a,h,g,y,v){if(y.projectionCache.offsets[u])return y.projectionCache.offsets[u];const w=n.add(t);if(u+v.direction<o||u+v.direction>=a)return y.projectionCache.offsets[u]=w,w;const P=K(u+v.direction,y,v),E=xe(P.sub(n),g,v.direction),L=n.add(E),F=P.add(E);return y.projectionCache.offsets[u]=c.al(h,w,L,F)||w,y.projectionCache.offsets[u]}function ke(u,t,n,o,a,h,g,y,v){const w=o?u-t:u+t;let P=w>0?1:-1,E=0;o&&(P*=-1,E=Math.PI),P<0&&(E+=Math.PI);let L,F=P>0?h+a:h+a+1;y.projectionCache.cachedAnchorPoint?L=y.projectionCache.cachedAnchorPoint:(L=pe(y.tileAnchorPoint.x,y.tileAnchorPoint.y,y).point,y.projectionCache.cachedAnchorPoint=L);let N,Z,U=L,X=L,Y=0,$=0;const te=Math.abs(w),se=[];let ce;for(;Y+$<=te;){if(F+=P,F<h||F>=g)return null;Y+=$,X=U,Z=N;const De={absOffsetX:te,direction:P,distanceFromAnchor:Y,previousVertex:X};if(U=K(F,y,De),n===0)se.push(X),ce=U.sub(X);else{let Re;const Se=U.sub(X);Re=Se.mag()===0?xe(K(F+P,y,De).sub(U),n,P):xe(Se,n,P),Z||(Z=X.add(Re)),N=he(F,Re,U,h,g,Z,n,y,De),se.push(Z),ce=N.sub(Z)}$=ce.mag()}const ye=ce._mult((te-Y)/$)._add(Z||X),we=E+Math.atan2(U.y-X.y,U.x-X.x);return se.push(ye),{point:ye,angle:v?we:0,path:se}}const Ge=new Float32Array([-1/0,-1/0,0,-1/0,-1/0,0,-1/0,-1/0,0,-1/0,-1/0,0]);function We(u,t){for(let n=0;n<u;n++){const o=t.length;t.resize(o+4),t.float32.set(Ge,3*o)}}const nt=100;class mt{constructor(t,n,o=new Mr(t.width+200,t.height+200,25),a=new Mr(t.width+200,t.height+200,25)){this.transform=t,this.mapProjection=n,this.grid=o,this.ignoredGrid=a,this.pitchFactor=Math.cos(t._pitch)*t.cameraToCenterDistance,this.screenRightBoundary=t.width+nt,this.screenBottomBoundary=t.height+nt,this.gridRightBoundary=t.width+200,this.gridBottomBoundary=t.height+200,this.perspectiveRatioCutoff=.6}placeCollisionBox(t,n,o,a,h,g,y,v,w,P,E){const L=t.anchorPointX+v[0],F=t.anchorPointY+v[1],N=this.projectAndGetPerspectiveRatio(a,L,F,h,P),Z=this._projectCollisionBox(t,o,a,h,g,y,v,N,P,E),[U,X,Y,$]=Z.box;return this.mapProjection.useSpecialProjectionForSymbols&&(g?Z.allPointsOccluded:this.mapProjection.isOccluded(L,F,h))||N.perspectiveRatio<this.perspectiveRatioCutoff||!this.isInsideGrid(U,X,Y,$)||n!=="always"&&this.grid.hitTest(U,X,Y,$,n,w)?{box:[U,X,Y,$],placeable:!1,offscreen:!1}:{box:[U,X,Y,$],placeable:!0,offscreen:this.isOffscreen(U,X,Y,$)}}placeCollisionCircles(t,n,o,a,h,g,y,v,w,P,E,L,F,N,Z,U){const X=[],Y=new c.P(n.anchorX,n.anchorY),$=this.getPerspectiveRatio(g,Y.x,Y.y,y,U),te=(E?h/$:h*$)/c.aq,se={getElevation:U,labelPlaneMatrix:v,lineVertexArray:o,pitchWithMap:E,projectionCache:{projections:{},offsets:{},cachedAnchorPoint:void 0,anyProjectionOccluded:!1},projection:this.mapProjection,tileAnchorPoint:Y,unwrappedTileID:y,width:this.transform.width,height:this.transform.height,translation:Z},ce=q(te,a,n.lineOffsetX*te,n.lineOffsetY*te,!1,n,!1,se);let ye=!1,we=!1,De=!0;if(ce){const Re=.5*F*$+N,Se=new c.P(-100,-100),Te=new c.P(this.screenRightBoundary,this.screenBottomBoundary),Ne=new it,tt=ce.first,Pe=ce.last;let Ce=[];for(let st=tt.path.length-1;st>=1;st--)Ce.push(tt.path[st]);for(let st=1;st<Pe.path.length;st++)Ce.push(Pe.path[st]);const Qe=2.5*Re;if(w){const st=this.projectPathToScreenSpace(Ce,se,w);Ce=st.some(dt=>dt.signedDistanceFromCamera<=0)?[]:st.map(dt=>dt.point)}let Dt=[];if(Ce.length>0){const st=Ce[0].clone(),dt=Ce[0].clone();for(let Lt=1;Lt<Ce.length;Lt++)st.x=Math.min(st.x,Ce[Lt].x),st.y=Math.min(st.y,Ce[Lt].y),dt.x=Math.max(dt.x,Ce[Lt].x),dt.y=Math.max(dt.y,Ce[Lt].y);Dt=st.x>=Se.x&&dt.x<=Te.x&&st.y>=Se.y&&dt.y<=Te.y?[Ce]:dt.x<Se.x||st.x>Te.x||dt.y<Se.y||st.y>Te.y?[]:c.am([Ce],Se.x,Se.y,Te.x,Te.y)}for(const st of Dt){Ne.reset(st,.25*Re);let dt=0;dt=Ne.length<=.5*Re?1:Math.ceil(Ne.paddedLength/Qe)+1;for(let Lt=0;Lt<dt;Lt++){const di=Lt/Math.max(dt-1,1),rr=Ne.lerp(di),Rt=rr.x+nt,Mi=rr.y+nt;X.push(Rt,Mi,Re,0);const Ii=Rt-Re,pi=Mi-Re,fi=Rt+Re,nr=Mi+Re;if(De=De&&this.isOffscreen(Ii,pi,fi,nr),we=we||this.isInsideGrid(Ii,pi,fi,nr),t!=="always"&&this.grid.hitTestCircle(Rt,Mi,Re,t,L)&&(ye=!0,!P))return{circles:[],offscreen:!1,collisionDetected:ye}}}}return{circles:!P&&ye||!we||$<this.perspectiveRatioCutoff?[]:X,offscreen:De,collisionDetected:ye}}projectPathToScreenSpace(t,n,o){return t.map(a=>W(a,o,n.getElevation))}queryRenderedSymbols(t){if(t.length===0||this.grid.keysLength()===0&&this.ignoredGrid.keysLength()===0)return{};const n=[];let o=1/0,a=1/0,h=-1/0,g=-1/0;for(const P of t){const E=new c.P(P.x+nt,P.y+nt);o=Math.min(o,E.x),a=Math.min(a,E.y),h=Math.max(h,E.x),g=Math.max(g,E.y),n.push(E)}const y=this.grid.query(o,a,h,g).concat(this.ignoredGrid.query(o,a,h,g)),v={},w={};for(const P of y){const E=P.key;if(v[E.bucketInstanceId]===void 0&&(v[E.bucketInstanceId]={}),v[E.bucketInstanceId][E.featureIndex])continue;const L=[new c.P(P.x1,P.y1),new c.P(P.x2,P.y1),new c.P(P.x2,P.y2),new c.P(P.x1,P.y2)];c.an(n,L)&&(v[E.bucketInstanceId][E.featureIndex]=!0,w[E.bucketInstanceId]===void 0&&(w[E.bucketInstanceId]=[]),w[E.bucketInstanceId].push(E.featureIndex))}return w}insertCollisionBox(t,n,o,a,h,g){(o?this.ignoredGrid:this.grid).insert({bucketInstanceId:a,featureIndex:h,collisionGroupID:g,overlapMode:n},t[0],t[1],t[2],t[3])}insertCollisionCircles(t,n,o,a,h,g){const y=o?this.ignoredGrid:this.grid,v={bucketInstanceId:a,featureIndex:h,collisionGroupID:g,overlapMode:n};for(let w=0;w<t.length;w+=4)y.insertCircle(v,t[w],t[w+1],t[w+2])}projectAndGetPerspectiveRatio(t,n,o,a,h){const g=this.mapProjection.useSpecialProjectionForSymbols?this.mapProjection.projectTileCoordinates(n,o,a,h):W(new c.P(n,o),t,h);return{point:new c.P((g.point.x+1)/2*this.transform.width+nt,(1-g.point.y)/2*this.transform.height+nt),perspectiveRatio:.5+this.transform.cameraToCenterDistance/g.signedDistanceFromCamera*.5,isOccluded:g.isOccluded,signedDistanceFromCamera:g.signedDistanceFromCamera}}getPerspectiveRatio(t,n,o,a,h){const g=this.mapProjection.useSpecialProjectionForSymbols?this.mapProjection.projectTileCoordinates(n,o,a,h):W(new c.P(n,o),t,h);return .5+this.transform.cameraToCenterDistance/g.signedDistanceFromCamera*.5}isOffscreen(t,n,o,a){return o<nt||t>=this.screenRightBoundary||a<nt||n>this.screenBottomBoundary}isInsideGrid(t,n,o,a){return o>=0&&t<this.gridRightBoundary&&a>=0&&n<this.gridBottomBoundary}getViewportMatrix(){const t=c.ao([]);return c.J(t,t,[-100,-100,0]),t}_projectCollisionBox(t,n,o,a,h,g,y,v,w,P){const E=n*v.perspectiveRatio;let L=new c.P(1,0),F=new c.P(0,1);const N=new c.P(t.anchorPointX+y[0],t.anchorPointY+y[1]);if(g&&!h){const Re=this.projectAndGetPerspectiveRatio(o,N.x+1,N.y,a,w).point.sub(v.point).unit(),Se=Math.atan(Re.y/Re.x)+(Re.x<0?Math.PI:0),Te=Math.sin(Se),Ne=Math.cos(Se);L=new c.P(Ne,Te),F=new c.P(-Te,Ne)}else if(!g&&h){const Re=-this.transform.angle,Se=Math.sin(Re),Te=Math.cos(Re);L=new c.P(Te,Se),F=new c.P(-Se,Te)}let Z=v.point,U=E;if(h){Z=N;const Re=this.transform.zoom-Math.floor(this.transform.zoom);U=Math.pow(2,-Re),U*=this.mapProjection.getPitchedTextCorrection(this.transform,N,a),P||(U*=c.ad(.5+v.signedDistanceFromCamera/this.transform.cameraToCenterDistance*.5,0,4))}P&&(Z=Z.add(L.mult(P.x*U)).add(F.mult(P.y*U)));const X=t.x1*U,Y=t.x2*U,$=(X+Y)/2,te=t.y1*U,se=t.y2*U,ce=(te+se)/2,ye=[{offsetX:X,offsetY:te},{offsetX:$,offsetY:te},{offsetX:Y,offsetY:te},{offsetX:Y,offsetY:ce},{offsetX:Y,offsetY:se},{offsetX:$,offsetY:se},{offsetX:X,offsetY:se},{offsetX:X,offsetY:ce}];let we=[];for(const{offsetX:Re,offsetY:Se}of ye)we.push(new c.P(Z.x+L.x*Re+F.x*Se,Z.y+L.y*Re+F.y*Se));let De=!1;if(h){const Re=we.map(Se=>this.projectAndGetPerspectiveRatio(o,Se.x,Se.y,a,w));De=Re.some(Se=>!Se.isOccluded),we=Re.map(Se=>Se.point)}else De=!0;return{box:c.ap(we),allPointsOccluded:!De}}}function rt(u,t,n){return t*(c.X/(u.tileSize*Math.pow(2,n-u.tileID.overscaledZ)))}class Pt{constructor(t,n,o,a){this.opacity=t?Math.max(0,Math.min(1,t.opacity+(t.placed?n:-n))):a&&o?1:0,this.placed=o}isHidden(){return this.opacity===0&&!this.placed}}class qt{constructor(t,n,o,a,h){this.text=new Pt(t?t.text:null,n,o,h),this.icon=new Pt(t?t.icon:null,n,a,h)}isHidden(){return this.text.isHidden()&&this.icon.isHidden()}}class Kt{constructor(t,n,o){this.text=t,this.icon=n,this.skipFade=o}}class at{constructor(){this.invProjMatrix=c.H(),this.viewportMatrix=c.H(),this.circles=[]}}class vt{constructor(t,n,o,a,h){this.bucketInstanceId=t,this.featureIndex=n,this.sourceLayerIndex=o,this.bucketIndex=a,this.tileID=h}}class Ot{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:o=>o.collisionGroupID===n}}return this.collisionGroups[t]}}function ei(u,t,n,o,a){const{horizontalAlign:h,verticalAlign:g}=c.av(u);return new c.P(-(h-.5)*t+o[0]*a,-(g-.5)*n+o[1]*a)}class ci{constructor(t,n,o,a,h,g){this.transform=t.clone(),this.terrain=o,this.collisionIndex=new mt(this.transform,n),this.placements={},this.opacities={},this.variableOffsets={},this.stale=!1,this.commitTime=0,this.fadeDuration=a,this.retainedQueryData={},this.collisionGroups=new Ot(h),this.collisionCircleArrays={},this.collisionBoxArrays=new Map,this.prevPlacement=g,g&&(g.prevPlacement=void 0),this.placedOrientations={}}_getTerrainElevationFunc(t){const n=this.terrain;return n?(o,a)=>n.getElevation(t,o,a):null}getBucketParts(t,n,o,a){const h=o.getBucket(n),g=o.latestFeatureIndex;if(!h||!g||n.id!==h.layerIds[0])return;const y=o.collisionBoxArray,v=h.layers[0].layout,w=h.layers[0].paint,P=Math.pow(2,this.transform.zoom-o.tileID.overscaledZ),E=o.tileSize/c.X,L=o.tileID.toUnwrapped(),F=this.transform.calculatePosMatrix(L),N=v.get("text-pitch-alignment")==="map",Z=v.get("text-rotation-alignment")==="map",U=rt(o,1,this.transform.zoom),X=this.collisionIndex.mapProjection.translatePosition(this.transform,o,w.get("text-translate"),w.get("text-translate-anchor")),Y=this.collisionIndex.mapProjection.translatePosition(this.transform,o,w.get("icon-translate"),w.get("icon-translate-anchor")),$=Gr(F,N,Z,this.transform,U);let te=null;if(N){const ce=_r(F,N,Z,this.transform,U);te=c.L([],this.transform.labelPlaneMatrix,ce)}this.retainedQueryData[h.bucketInstanceId]=new vt(h.bucketInstanceId,g,h.sourceLayerIndex,h.index,o.tileID);const se={bucket:h,layout:v,translationText:X,translationIcon:Y,posMatrix:F,unwrappedTileID:L,textLabelPlaneMatrix:$,labelToScreenMatrix:te,scale:P,textPixelRatio:E,holdingForFade:o.holdingForFade(),collisionBoxArray:y,partiallyEvaluatedTextSize:c.ah(h.textSizeData,this.transform.zoom),collisionGroup:this.collisionGroups.get(h.sourceID)};if(a)for(const ce of h.sortKeyRanges){const{sortKey:ye,symbolInstanceStart:we,symbolInstanceEnd:De}=ce;t.push({sortKey:ye,symbolInstanceStart:we,symbolInstanceEnd:De,parameters:se})}else t.push({symbolInstanceStart:0,symbolInstanceEnd:h.symbolInstances.length,parameters:se})}attemptAnchorPlacement(t,n,o,a,h,g,y,v,w,P,E,L,F,N,Z,U,X,Y,$){const te=c.ar[t.textAnchor],se=[t.textOffset0,t.textOffset1],ce=ei(te,o,a,se,h),ye=this.collisionIndex.placeCollisionBox(n,L,v,w,P,y,g,U,E.predicate,$,ce);if((!Y||this.collisionIndex.placeCollisionBox(Y,L,v,w,P,y,g,X,E.predicate,$,ce).placeable)&&ye.placeable){let we;if(this.prevPlacement&&this.prevPlacement.variableOffsets[F.crossTileID]&&this.prevPlacement.placements[F.crossTileID]&&this.prevPlacement.placements[F.crossTileID].text&&(we=this.prevPlacement.variableOffsets[F.crossTileID].anchor),F.crossTileID===0)throw new Error("symbolInstance.crossTileID can't be 0");return this.variableOffsets[F.crossTileID]={textOffset:se,width:o,height:a,anchor:te,textBoxScale:h,prevAnchor:we},this.markUsedJustification(N,te,F,Z),N.allowVerticalPlacement&&(this.markUsedOrientation(N,Z,F),this.placedOrientations[F.crossTileID]=Z),{shift:ce,placedGlyphBoxes:ye}}}placeLayerBucketPart(t,n,o){const{bucket:a,layout:h,translationText:g,translationIcon:y,posMatrix:v,unwrappedTileID:w,textLabelPlaneMatrix:P,labelToScreenMatrix:E,textPixelRatio:L,holdingForFade:F,collisionBoxArray:N,partiallyEvaluatedTextSize:Z,collisionGroup:U}=t.parameters,X=h.get("text-optional"),Y=h.get("icon-optional"),$=c.as(h,"text-overlap","text-allow-overlap"),te=$==="always",se=c.as(h,"icon-overlap","icon-allow-overlap"),ce=se==="always",ye=h.get("text-rotation-alignment")==="map",we=h.get("text-pitch-alignment")==="map",De=h.get("icon-text-fit")!=="none",Re=h.get("symbol-z-order")==="viewport-y",Se=te&&(ce||!a.hasIconData()||Y),Te=ce&&(te||!a.hasTextData()||X);!a.collisionArrays&&N&&a.deserializeCollisionBoxes(N);const Ne=this._getTerrainElevationFunc(this.retainedQueryData[a.bucketInstanceId].tileID),tt=(Pe,Ce,Qe)=>{var Dt,st;if(n[Pe.crossTileID])return;if(F)return void(this.placements[Pe.crossTileID]=new Kt(!1,!1,!1));let dt=!1,Lt=!1,di=!0,rr=null,Rt={box:null,placeable:!1,offscreen:null},Mi={box:null,placeable:!1,offscreen:null},Ii=null,pi=null,fi=null,nr=0,vn=0,vo=0;Ce.textFeatureIndex?nr=Ce.textFeatureIndex:Pe.useRuntimeCollisionCircles&&(nr=Pe.featureIndex),Ce.verticalTextFeatureIndex&&(vn=Ce.verticalTextFeatureIndex);const jn=Ce.textBox;if(jn){const oi=mi=>{let gi=c.ai.horizontal;if(a.allowVerticalPlacement&&!mi&&this.prevPlacement){const ri=this.prevPlacement.placedOrientations[Pe.crossTileID];ri&&(this.placedOrientations[Pe.crossTileID]=ri,gi=ri,this.markUsedOrientation(a,gi,Pe))}return gi},sr=(mi,gi)=>{if(a.allowVerticalPlacement&&Pe.numVerticalGlyphVertices>0&&Ce.verticalTextBox){for(const ri of a.writingModes)if(ri===c.ai.vertical?(Rt=gi(),Mi=Rt):Rt=mi(),Rt&&Rt.placeable)break}else Rt=mi()},Qr=Pe.textAnchorOffsetStartIndex,qn=Pe.textAnchorOffsetEndIndex;if(qn===Qr){const mi=(gi,ri)=>{const $t=this.collisionIndex.placeCollisionBox(gi,$,L,v,w,we,ye,g,U.predicate,Ne);return $t&&$t.placeable&&(this.markUsedOrientation(a,ri,Pe),this.placedOrientations[Pe.crossTileID]=ri),$t};sr(()=>mi(jn,c.ai.horizontal),()=>{const gi=Ce.verticalTextBox;return a.allowVerticalPlacement&&Pe.numVerticalGlyphVertices>0&&gi?mi(gi,c.ai.vertical):{box:null,offscreen:null}}),oi(Rt&&Rt.placeable)}else{let mi=c.ar[(st=(Dt=this.prevPlacement)===null||Dt===void 0?void 0:Dt.variableOffsets[Pe.crossTileID])===null||st===void 0?void 0:st.anchor];const gi=($t,Zn,Ra)=>{const ti=$t.x2-$t.x1,Jl=$t.y2-$t.y1,wo=Pe.textBoxScale,So=De&&se==="never"?Zn:null;let en=null,Kl=$==="never"?1:2,Ba="never";mi&&Kl++;for(let Fa=0;Fa<Kl;Fa++){for(let Oa=Qr;Oa<qn;Oa++){const To=a.textAnchorOffsets.get(Oa);if(mi&&To.textAnchor!==mi)continue;const Gn=this.attemptAnchorPlacement(To,$t,ti,Jl,wo,ye,we,L,v,w,U,Ba,Pe,a,Ra,g,y,So,Ne);if(Gn&&(en=Gn.placedGlyphBoxes,en&&en.placeable))return dt=!0,rr=Gn.shift,en}mi?mi=null:Ba=$}return o&&!en&&(en={box:this.collisionIndex.placeCollisionBox(jn,"always",L,v,w,we,ye,g,U.predicate,Ne,new c.P(0,0)).box,offscreen:!1,placeable:!1}),en};sr(()=>gi(jn,Ce.iconBox,c.ai.horizontal),()=>{const $t=Ce.verticalTextBox;return a.allowVerticalPlacement&&(!Rt||!Rt.placeable)&&Pe.numVerticalGlyphVertices>0&&$t?gi($t,Ce.verticalIconBox,c.ai.vertical):{box:null,occluded:!0,offscreen:null}}),Rt&&(dt=Rt.placeable,di=Rt.offscreen);const ri=oi(Rt&&Rt.placeable);if(!dt&&this.prevPlacement){const $t=this.prevPlacement.variableOffsets[Pe.crossTileID];$t&&(this.variableOffsets[Pe.crossTileID]=$t,this.markUsedJustification(a,$t.anchor,Pe,ri))}}}if(Ii=Rt,dt=Ii&&Ii.placeable,di=Ii&&Ii.offscreen,Pe.useRuntimeCollisionCircles){const oi=a.text.placedSymbolArray.get(Pe.centerJustifiedTextSymbolIndex),sr=c.aj(a.textSizeData,Z,oi),Qr=h.get("text-padding");pi=this.collisionIndex.placeCollisionCircles($,oi,a.lineVertexArray,a.glyphOffsetArray,sr,v,w,P,E,o,we,U.predicate,Pe.collisionCircleDiameter,Qr,g,Ne),pi.circles.length&&pi.collisionDetected&&!o&&c.w("Collisions detected, but collision boxes are not shown"),dt=te||pi.circles.length>0&&!pi.collisionDetected,di=di&&pi.offscreen}if(Ce.iconFeatureIndex&&(vo=Ce.iconFeatureIndex),Ce.iconBox){const oi=sr=>this.collisionIndex.placeCollisionBox(sr,se,L,v,w,we,ye,y,U.predicate,Ne,De&&rr?rr:void 0);Mi&&Mi.placeable&&Ce.verticalIconBox?(fi=oi(Ce.verticalIconBox),Lt=fi.placeable):(fi=oi(Ce.iconBox),Lt=fi.placeable),di=di&&fi.offscreen}const bn=X||Pe.numHorizontalGlyphVertices===0&&Pe.numVerticalGlyphVertices===0,bo=Y||Pe.numIconVertices===0;bn||bo?bo?bn||(Lt=Lt&&dt):dt=Lt&&dt:Lt=dt=Lt&&dt;const La=Lt&&fi.placeable;if(dt&&Ii.placeable&&this.collisionIndex.insertCollisionBox(Ii.box,$,h.get("text-ignore-placement"),a.bucketInstanceId,Mi&&Mi.placeable&&vn?vn:nr,U.ID),La&&this.collisionIndex.insertCollisionBox(fi.box,se,h.get("icon-ignore-placement"),a.bucketInstanceId,vo,U.ID),pi&&dt&&this.collisionIndex.insertCollisionCircles(pi.circles,$,h.get("text-ignore-placement"),a.bucketInstanceId,nr,U.ID),o&&this.storeCollisionData(a.bucketInstanceId,Qe,Ce,Ii,fi,pi),Pe.crossTileID===0)throw new Error("symbolInstance.crossTileID can't be 0");if(a.bucketInstanceId===0)throw new Error("bucket.bucketInstanceId can't be 0");this.placements[Pe.crossTileID]=new Kt(dt||Se,Lt||Te,di||a.justReloaded),n[Pe.crossTileID]=!0};if(Re){if(t.symbolInstanceStart!==0)throw new Error("bucket.bucketInstanceId should be 0");const Pe=a.getSortedSymbolIndexes(this.transform.angle);for(let Ce=Pe.length-1;Ce>=0;--Ce){const Qe=Pe[Ce];tt(a.symbolInstances.get(Qe),a.collisionArrays[Qe],Qe)}}else for(let Pe=t.symbolInstanceStart;Pe<t.symbolInstanceEnd;Pe++)tt(a.symbolInstances.get(Pe),a.collisionArrays[Pe],Pe);if(o&&a.bucketInstanceId in this.collisionCircleArrays){const Pe=this.collisionCircleArrays[a.bucketInstanceId];c.at(Pe.invProjMatrix,v),Pe.viewportMatrix=this.collisionIndex.getViewportMatrix()}a.justReloaded=!1}storeCollisionData(t,n,o,a,h,g){if(o.textBox||o.iconBox){let y,v;this.collisionBoxArrays.has(t)?y=this.collisionBoxArrays.get(t):(y=new Map,this.collisionBoxArrays.set(t,y)),y.has(n)?v=y.get(n):(v={text:null,icon:null},y.set(n,v)),o.textBox&&(v.text=a.box),o.iconBox&&(v.icon=h.box)}if(g){let y=this.collisionCircleArrays[t];y===void 0&&(y=this.collisionCircleArrays[t]=new at);for(let v=0;v<g.circles.length;v+=4)y.circles.push(g.circles[v+0]),y.circles.push(g.circles[v+1]),y.circles.push(g.circles[v+2]),y.circles.push(g.collisionDetected?1:0)}}markUsedJustification(t,n,o,a){let h;h=a===c.ai.vertical?o.verticalPlacedTextSymbolIndex:{left:o.leftJustifiedTextSymbolIndex,center:o.centerJustifiedTextSymbolIndex,right:o.rightJustifiedTextSymbolIndex}[c.au(n)];const g=[o.leftJustifiedTextSymbolIndex,o.centerJustifiedTextSymbolIndex,o.rightJustifiedTextSymbolIndex,o.verticalPlacedTextSymbolIndex];for(const y of g)y>=0&&(t.text.placedSymbolArray.get(y).crossTileID=h>=0&&y!==h?0:o.crossTileID)}markUsedOrientation(t,n,o){const a=n===c.ai.horizontal||n===c.ai.horizontalOnly?n:0,h=n===c.ai.vertical?n:0,g=[o.leftJustifiedTextSymbolIndex,o.centerJustifiedTextSymbolIndex,o.rightJustifiedTextSymbolIndex];for(const y of g)t.text.placedSymbolArray.get(y).placedOrientation=a;o.verticalPlacedTextSymbolIndex&&(t.text.placedSymbolArray.get(o.verticalPlacedTextSymbolIndex).placedOrientation=h)}commit(t){this.commitTime=t,this.zoomAtLastRecencyCheck=this.transform.zoom;const n=this.prevPlacement;let o=!1;this.prevZoomAdjustment=n?n.zoomAdjustment(this.transform.zoom):0;const a=n?n.symbolFadeChange(t):1,h=n?n.opacities:{},g=n?n.variableOffsets:{},y=n?n.placedOrientations:{};for(const v in this.placements){const w=this.placements[v],P=h[v];P?(this.opacities[v]=new qt(P,a,w.text,w.icon),o=o||w.text!==P.text.placed||w.icon!==P.icon.placed):(this.opacities[v]=new qt(null,a,w.text,w.icon,w.skipFade),o=o||w.text||w.icon)}for(const v in h){const w=h[v];if(!this.opacities[v]){const P=new qt(w,a,!1,!1);P.isHidden()||(this.opacities[v]=P,o=o||w.text.placed||w.icon.placed)}}for(const v in g)this.variableOffsets[v]||!this.opacities[v]||this.opacities[v].isHidden()||(this.variableOffsets[v]=g[v]);for(const v in y)this.placedOrientations[v]||!this.opacities[v]||this.opacities[v].isHidden()||(this.placedOrientations[v]=y[v]);if(n&&n.lastPlacementChangeTime===void 0)throw new Error("Last placement time for previous placement is not defined");o?this.lastPlacementChangeTime=t:typeof this.lastPlacementChangeTime!="number"&&(this.lastPlacementChangeTime=n?n.lastPlacementChangeTime:t)}updateLayerOpacities(t,n){const o={};for(const a of n){const h=a.getBucket(t);h&&a.latestFeatureIndex&&t.id===h.layerIds[0]&&this.updateBucketOpacities(h,a.tileID,o,a.collisionBoxArray)}}updateBucketOpacities(t,n,o,a){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 h=t.layers[0],g=h.layout,y=new qt(null,0,!1,!1,!0),v=g.get("text-allow-overlap"),w=g.get("icon-allow-overlap"),P=h._unevaluatedLayout.hasValue("text-variable-anchor")||h._unevaluatedLayout.hasValue("text-variable-anchor-offset"),E=g.get("text-rotation-alignment")==="map",L=g.get("text-pitch-alignment")==="map",F=g.get("icon-text-fit")!=="none",N=new qt(null,0,v&&(w||!t.hasIconData()||g.get("icon-optional")),w&&(v||!t.hasTextData()||g.get("text-optional")),!0);!t.collisionArrays&&a&&(t.hasIconCollisionBoxData()||t.hasTextCollisionBoxData())&&t.deserializeCollisionBoxes(a);const Z=(X,Y,$)=>{for(let te=0;te<Y/4;te++)X.opacityVertexArray.emplaceBack($);X.hasVisibleVertices=X.hasVisibleVertices||$!==ui},U=this.collisionBoxArrays.get(t.bucketInstanceId);for(let X=0;X<t.symbolInstances.length;X++){const Y=t.symbolInstances.get(X),{numHorizontalGlyphVertices:$,numVerticalGlyphVertices:te,crossTileID:se}=Y;let ce=this.opacities[se];o[se]?ce=y:ce||(ce=N,this.opacities[se]=ce),o[se]=!0;const ye=Y.numIconVertices>0,we=this.placedOrientations[Y.crossTileID],De=we===c.ai.vertical,Re=we===c.ai.horizontal||we===c.ai.horizontalOnly;if($>0||te>0){const Te=Ni(ce.text);Z(t.text,$,De?ui:Te),Z(t.text,te,Re?ui:Te);const Ne=ce.text.isHidden();[Y.rightJustifiedTextSymbolIndex,Y.centerJustifiedTextSymbolIndex,Y.leftJustifiedTextSymbolIndex].forEach(Ce=>{Ce>=0&&(t.text.placedSymbolArray.get(Ce).hidden=Ne||De?1:0)}),Y.verticalPlacedTextSymbolIndex>=0&&(t.text.placedSymbolArray.get(Y.verticalPlacedTextSymbolIndex).hidden=Ne||Re?1:0);const tt=this.variableOffsets[Y.crossTileID];tt&&this.markUsedJustification(t,tt.anchor,Y,we);const Pe=this.placedOrientations[Y.crossTileID];Pe&&(this.markUsedJustification(t,"left",Y,Pe),this.markUsedOrientation(t,Pe,Y))}if(ye){const Te=Ni(ce.icon),Ne=!(F&&Y.verticalPlacedIconSymbolIndex&&De);Y.placedIconSymbolIndex>=0&&(Z(t.icon,Y.numIconVertices,Ne?Te:ui),t.icon.placedSymbolArray.get(Y.placedIconSymbolIndex).hidden=ce.icon.isHidden()),Y.verticalPlacedIconSymbolIndex>=0&&(Z(t.icon,Y.numVerticalIconVertices,Ne?ui:Te),t.icon.placedSymbolArray.get(Y.verticalPlacedIconSymbolIndex).hidden=ce.icon.isHidden())}const Se=U&&U.has(X)?U.get(X):{text:null,icon:null};if(t.hasIconCollisionBoxData()||t.hasTextCollisionBoxData()){const Te=t.collisionArrays[X];if(Te){let Ne=new c.P(0,0);if(Te.textBox||Te.verticalTextBox){let tt=!0;if(P){const Pe=this.variableOffsets[se];Pe?(Ne=ei(Pe.anchor,Pe.width,Pe.height,Pe.textOffset,Pe.textBoxScale),E&&Ne._rotate(L?this.transform.angle:-this.transform.angle)):tt=!1}if(Te.textBox||Te.verticalTextBox){let Pe;Te.textBox&&(Pe=De),Te.verticalTextBox&&(Pe=Re),hi(t.textCollisionBox.collisionVertexArray,ce.text.placed,!tt||Pe,Se.text,Ne.x,Ne.y)}}if(Te.iconBox||Te.verticalIconBox){const tt=!!(!Re&&Te.verticalIconBox);let Pe;Te.iconBox&&(Pe=tt),Te.verticalIconBox&&(Pe=!tt),hi(t.iconCollisionBox.collisionVertexArray,ce.icon.placed,Pe,Se.icon,F?Ne.x:0,F?Ne.y:0)}}}}if(t.sortFeatures(this.transform.angle),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`);if(t.bucketInstanceId in this.collisionCircleArrays){const X=this.collisionCircleArrays[t.bucketInstanceId];t.placementInvProjMatrix=X.invProjMatrix,t.placementViewportMatrix=X.viewportMatrix,t.collisionCircleArray=X.circles,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 o=this.zoomAtLastRecencyCheck===n?1-this.zoomAdjustment(n):1;return this.zoomAtLastRecencyCheck=n,this.commitTime+this.fadeDuration*o>t}setStale(){this.stale=!0}}function hi(u,t,n,o,a,h){o&&o.length!==0||(o=[0,0,0,0]);const g=o[0]-nt,y=o[1]-nt,v=o[2]-nt,w=o[3]-nt;u.emplaceBack(t?1:0,n?1:0,a||0,h||0,g,y),u.emplaceBack(t?1:0,n?1:0,a||0,h||0,v,y),u.emplaceBack(t?1:0,n?1:0,a||0,h||0,v,w),u.emplaceBack(t?1:0,n?1:0,a||0,h||0,g,w)}const ls=Math.pow(2,25),bt=Math.pow(2,24),$o=Math.pow(2,17),Uo=Math.pow(2,16),Oi=Math.pow(2,9),Vi=Math.pow(2,8),Oc=Math.pow(2,1);function Ni(u){if(u.opacity===0&&!u.placed)return 0;if(u.opacity===1&&u.placed)return 4294967295;const t=u.placed?1:0,n=Math.floor(127*u.opacity);return n*ls+t*bt+n*$o+t*Uo+n*Oi+t*Vi+n*Oc+t}const ui=0;function js(){return{isOccluded:(u,t,n)=>!1,getPitchedTextCorrection:(u,t,n)=>1,get useSpecialProjectionForSymbols(){return!1},projectTileCoordinates(u,t,n,o){throw new Error("Not implemented.")},translatePosition:(u,t,n,o)=>function(a,h,g,y,v=!1){if(!g[0]&&!g[1])return[0,0];const w=v?y==="map"?a.angle:0:y==="viewport"?-a.angle:0;if(w){const P=Math.sin(w),E=Math.cos(w);g=[g[0]*E-g[1]*P,g[0]*P+g[1]*E]}return[v?g[0]:rt(h,g[0],a.zoom),v?g[1]:rt(h,g[1],a.zoom)]}(u,t,n,o),getCircleRadiusCorrection:u=>1}}class cs{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,o,a,h){const g=this._bucketParts;for(;this._currentTileIndex<t.length;)if(n.getBucketParts(g,a,t[this._currentTileIndex],this._sortAcrossTiles),this._currentTileIndex++,h())return!0;for(this._sortAcrossTiles&&(this._sortAcrossTiles=!1,g.sort((y,v)=>y.sortKey-v.sortKey));this._currentPartIndex<g.length;)if(n.placeLayerBucketPart(g[this._currentPartIndex],this._seenCrossTileIDs,o),this._currentPartIndex++,h())return!0;return!1}}class Yt{constructor(t,n,o,a,h,g,y,v){this.placement=new ci(t,js(),n,g,y,v),this._currentPlacementIndex=o.length-1,this._forceFullPlacement=a,this._showCollisionBoxes=h,this._done=!1}isDone(){return this._done}continuePlacement(t,n,o){const a=le.now(),h=()=>!this._forceFullPlacement&&le.now()-a>2;for(;this._currentPlacementIndex>=0;){const g=n[t[this._currentPlacementIndex]],y=this.placement.collisionIndex.transform.zoom;if(g.type==="symbol"&&(!g.minzoom||g.minzoom<=y)&&(!g.maxzoom||g.maxzoom>y)){if(this._inProgressLayer||(this._inProgressLayer=new cs(g)),this._inProgressLayer.continuePlacement(o[g.source],this.placement,this._showCollisionBoxes,g,h))return;delete this._inProgressLayer}this._currentPlacementIndex--}this._done=!0}commit(t){return this.placement.commit(t),this.placement}}const zr=512/c.X/2;class hn{constructor(t,n,o){this.tileID=t,this.bucketInstanceId=o,this._symbolsByKey={};const a=new Map;for(let h=0;h<n.length;h++){const g=n.get(h),y=g.key,v=a.get(y);v?v.push(g):a.set(y,[g])}for(const[h,g]of a){const y={positions:g.map(v=>({x:Math.floor(v.anchorX*zr),y:Math.floor(v.anchorY*zr)})),crossTileIDs:g.map(v=>v.crossTileID)};if(y.positions.length>128){const v=new c.aw(y.positions.length,16,Uint16Array);for(const{x:w,y:P}of y.positions)v.add(w,P);v.finish(),delete y.positions,y.index=v}this._symbolsByKey[h]=y}}getScaledCoordinates(t,n){const{x:o,y:a,z:h}=this.tileID.canonical,{x:g,y,z:v}=n.canonical,w=zr/Math.pow(2,v-h),P=(y*c.X+t.anchorY)*w,E=a*c.X*zr;return{x:Math.floor((g*c.X+t.anchorX)*w-o*c.X*zr),y:Math.floor(P-E)}}findMatches(t,n,o){const a=this.tileID.canonical.z<n.canonical.z?1:Math.pow(2,this.tileID.canonical.z-n.canonical.z);for(let h=0;h<t.length;h++){const g=t.get(h);if(g.crossTileID)continue;const y=this._symbolsByKey[g.key];if(!y)continue;const v=this.getScaledCoordinates(g,n);if(y.index){const w=y.index.range(v.x-a,v.y-a,v.x+a,v.y+a).sort();for(const P of w){const E=y.crossTileIDs[P];if(!o[E]){o[E]=!0,g.crossTileID=E;break}}}else if(y.positions)for(let w=0;w<y.positions.length;w++){const P=y.positions[w],E=y.crossTileIDs[w];if(Math.abs(P.x-v.x)<=a&&Math.abs(P.y-v.y)<=a&&!o[E]){o[E]=!0,g.crossTileID=E;break}}}}getCrossTileIDsLists(){return Object.values(this._symbolsByKey).map(({crossTileIDs:t})=>t)}}class Xt{constructor(){this.maxCrossTileID=0}generate(){return++this.maxCrossTileID}}class qs{constructor(){this.indexes={},this.usedCrossTileIDs={},this.lng=0}handleWrapJump(t){const n=Math.round((t-this.lng)/360);if(n!==0)for(const o in this.indexes){const a=this.indexes[o],h={};for(const g in a){const y=a[g];y.tileID=y.tileID.unwrapTo(y.tileID.wrap+n),h[y.tileID.key]=y}this.indexes[o]=h}this.lng=t}addBucket(t,n,o){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 h=0;h<n.symbolInstances.length;h++)n.symbolInstances.get(h).crossTileID=0;this.usedCrossTileIDs[t.overscaledZ]||(this.usedCrossTileIDs[t.overscaledZ]={});const a=this.usedCrossTileIDs[t.overscaledZ];for(const h in this.indexes){const g=this.indexes[h];if(Number(h)>t.overscaledZ)for(const y in g){const v=g[y];v.tileID.isChildOf(t)&&v.findMatches(n.symbolInstances,t,a)}else{const y=g[t.scaledTo(Number(h)).key];y&&y.findMatches(n.symbolInstances,t,a)}}for(let h=0;h<n.symbolInstances.length;h++){const g=n.symbolInstances.get(h);g.crossTileID||(g.crossTileID=o.generate(),a[g.crossTileID]=!0)}return this.indexes[t.overscaledZ]===void 0&&(this.indexes[t.overscaledZ]={}),this.indexes[t.overscaledZ][t.key]=new hn(t,n.symbolInstances,n.bucketInstanceId),!0}removeBucketCrossTileIDs(t,n){for(const o of n.getCrossTileIDsLists())for(const a of o)delete this.usedCrossTileIDs[t][a]}removeStaleBuckets(t){let n=!1;for(const o in this.indexes){const a=this.indexes[o];for(const h in a)t[a[h].bucketInstanceId]||(this.removeBucketCrossTileIDs(o,a[h]),delete a[h],n=!0)}return n}}class Wi{constructor(){this.layerIndexes={},this.crossTileIDs=new Xt,this.maxBucketInstanceId=0,this.bucketsInCurrentPlacement={}}addLayer(t,n,o){let a=this.layerIndexes[t.id];a===void 0&&(a=this.layerIndexes[t.id]=new qs);let h=!1;const g={};a.handleWrapJump(o);for(const y of n){const v=y.getBucket(t);v&&t.id===v.layerIds[0]&&(v.bucketInstanceId||(v.bucketInstanceId=++this.maxBucketInstanceId),a.addBucket(y.tileID,v,this.crossTileIDs)&&(h=!0),g[v.bucketInstanceId]=!0)}return a.removeStaleBuckets(g)&&(h=!0),h}pruneUnusedLayers(t){const n={};t.forEach(o=>{n[o]=!0});for(const o in this.layerIndexes)n[o]||delete this.layerIndexes[o]}}const hs=(u,t)=>c.t(u,t&&t.filter(n=>n.identifier!=="source.canvas")),Hr=c.ax();class jo extends c.E{constructor(t,n={}){super(),this._rtlPluginLoaded=()=>{for(const o in this.sourceCaches){const a=this.sourceCaches[o].getSource().type;a!=="vector"&&a!=="geojson"||this.sourceCaches[o].reload()}},this.map=t,this.dispatcher=new ln(an(),t._getMapId()),this.dispatcher.registerMessageHandler("GG",(o,a)=>this.getGlyphs(o,a)),this.dispatcher.registerMessageHandler("GI",(o,a)=>this.getImages(o,a)),this.imageManager=new li,this.imageManager.setEventedParent(this),this.glyphManager=new dr(t._requestManager,n.localIdeographFontFamily),this.lineAtlas=new En(256,512),this.crossTileSymbolIndex=new Wi,this._spritesImagesIds={},this._layers={},this._order=[],this.sourceCaches={},this.zoomHistory=new c.ay,this._loaded=!1,this._availableImages=[],this._resetUpdates(),this.dispatcher.broadcast("SR",c.az()),mr().on(Ie,this._rtlPluginLoaded),this.on("data",o=>{if(o.dataType!=="source"||o.sourceDataType!=="metadata")return;const a=this.sourceCaches[o.sourceId];if(!a)return;const h=a.getSource();if(h&&h.vectorLayerIds)for(const g in this._layers){const y=this._layers[g];y.source===h.id&&this._validateLayer(y)}})}loadURL(t,n={},o){this.fire(new c.k("dataloading",{dataType:"style"})),n.validate=typeof n.validate!="boolean"||n.validate;const a=this.map._requestManager.transformRequest(t,"Style");this._loadStyleRequest=new AbortController;const h=this._loadStyleRequest;c.h(a,this._loadStyleRequest).then(g=>{this._loadStyleRequest=null,this._load(g.data,n,o)}).catch(g=>{this._loadStyleRequest=null,g&&!h.signal.aborted&&this.fire(new c.j(g))})}loadJSON(t,n={},o){this.fire(new c.k("dataloading",{dataType:"style"})),this._frameRequest=new AbortController,le.frameAsync(this._frameRequest).then(()=>{this._frameRequest=null,n.validate=n.validate!==!1,this._load(t,n,o)}).catch(()=>{})}loadEmpty(){this.fire(new c.k("dataloading",{dataType:"style"})),this._load(Hr,{validate:!1})}_load(t,n,o){var a;const h=n.transformStyle?n.transformStyle(o,t):t;if(!n.validate||!hs(this,c.x(h))){this._loaded=!0,this.stylesheet=h;for(const g in h.sources)this.addSource(g,h.sources[g],{validate:!1});h.sprite?this._loadSprite(h.sprite):this.imageManager.setLoaded(!0),this.glyphManager.setURL(h.glyphs),this._createLayers(),this.light=new Er(this.stylesheet.light),this.sky=new Yi(this.stylesheet.sky),this.map.setTerrain((a=this.stylesheet.terrain)!==null&&a!==void 0?a:null),this.fire(new c.k("data",{dataType:"style"})),this.fire(new c.k("style.load"))}}_createLayers(){const t=c.aA(this.stylesheet.layers);this.dispatcher.broadcast("SL",t),this._order=t.map(n=>n.id),this._layers={},this._serializedLayers=null;for(const n of t){const o=c.aB(n);o.setEventedParent(this,{layer:{id:n.id}}),this._layers[n.id]=o}}_loadSprite(t,n=!1,o=void 0){let a;this.imageManager.setLoaded(!1),this._spriteRequest=new AbortController,function(h,g,y,v){return c._(this,void 0,void 0,function*(){const w=bi(h),P=y>1?"@2x":"",E={},L={};for(const{id:F,url:N}of w){const Z=g.transformRequest(Nr(N,P,".json"),"SpriteJSON");E[F]=c.h(Z,v);const U=g.transformRequest(Nr(N,P,".png"),"SpriteImage");L[F]=He.getImage(U,v)}return yield Promise.all([...Object.values(E),...Object.values(L)]),function(F,N){return c._(this,void 0,void 0,function*(){const Z={};for(const U in F){Z[U]={};const X=le.getImageCanvasContext((yield N[U]).data),Y=(yield F[U]).data;for(const $ in Y){const{width:te,height:se,x:ce,y:ye,sdf:we,pixelRatio:De,stretchX:Re,stretchY:Se,content:Te,textFitWidth:Ne,textFitHeight:tt}=Y[$];Z[U][$]={data:null,pixelRatio:De,sdf:we,stretchX:Re,stretchY:Se,content:Te,textFitWidth:Ne,textFitHeight:tt,spriteData:{width:te,height:se,x:ce,y:ye,context:X}}}}return Z})}(E,L)})}(t,this.map._requestManager,this.map.getPixelRatio(),this._spriteRequest).then(h=>{if(this._spriteRequest=null,h)for(const g in h){this._spritesImagesIds[g]=[];const y=this._spritesImagesIds[g]?this._spritesImagesIds[g].filter(v=>!(v in h)):[];for(const v of y)this.imageManager.removeImage(v),this._changedImages[v]=!0;for(const v in h[g]){const w=g==="default"?v:`${g}:${v}`;this._spritesImagesIds[g].push(w),w in this.imageManager.images?this.imageManager.updateImage(w,h[g][v],!1):this.imageManager.addImage(w,h[g][v]),n&&(this._changedImages[w]=!0)}}}).catch(h=>{this._spriteRequest=null,a=h,this.fire(new c.j(a))}).finally(()=>{this.imageManager.setLoaded(!0),this._availableImages=this.imageManager.listImages(),n&&(this._changed=!0),this.dispatcher.broadcast("SI",this._availableImages),this.fire(new c.k("data",{dataType:"style"})),o&&o(a)})}_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.k("data",{dataType:"style"}))}_validateLayer(t){const n=this.sourceCaches[t.source];if(!n)return;const o=t.sourceLayer;if(!o)return;const a=n.getSource();(a.type==="geojson"||a.vectorLayerIds&&a.vectorLayerIds.indexOf(o)===-1)&&this.fire(new c.j(new Error(`Source layer "${o}" does not exist on source "${a.id}" as specified by style layer "${t.id}".`)))}loaded(){if(!this._loaded||Object.keys(this._updatedSources).length)return!1;for(const t in this.sourceCaches)if(!this.sourceCaches[t].loaded())return!1;return!!this.imageManager.isLoaded()}_serializeByIds(t){const n=this._serializedAllLayers();if(!t||t.length===0)return Object.values(n);const o=[];for(const a of t)n[a]&&o.push(n[a]);return o}_serializedAllLayers(){let t=this._serializedLayers;if(t)return t;t=this._serializedLayers={};const n=Object.keys(this._layers);for(const o of n){const a=this._layers[o];a.type!=="custom"&&(t[o]=a.serialize())}return t}hasTransitions(){if(this.light&&this.light.hasTransition()||this.sky&&this.sky.hasTransition())return!0;for(const t in this.sourceCaches)if(this.sourceCaches[t].hasTransition())return!0;for(const t in this._layers)if(this._layers[t].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 a=Object.keys(this._updatedLayers),h=Object.keys(this._removedLayers);(a.length||h.length)&&this._updateWorkerLayers(a,h);for(const g in this._updatedSources){const y=this._updatedSources[g];if(y==="reload")this._reloadSource(g);else{if(y!=="clear")throw new Error(`Invalid action ${y}`);this._clearSource(g)}}this._updateTilesForChangedImages(),this._updateTilesForChangedGlyphs();for(const g in this._updatedPaintProps)this._layers[g].updateTransitions(t);this.light.updateTransitions(t),this.sky.updateTransitions(t),this._resetUpdates()}const o={};for(const a in this.sourceCaches){const h=this.sourceCaches[a];o[a]=h.used,h.used=!1}for(const a of this._order){const h=this._layers[a];h.recalculate(t,this._availableImages),!h.isHidden(t.zoom)&&h.source&&(this.sourceCaches[h.source].used=!0)}for(const a in o){const h=this.sourceCaches[a];!!o[a]!=!!h.used&&h.fire(new c.k("data",{sourceDataType:"visibility",dataType:"source",sourceId:a}))}this.light.recalculate(t),this.sky.recalculate(t),this.z=t.zoom,n&&this.fire(new c.k("data",{dataType:"style"}))}_updateTilesForChangedImages(){const t=Object.keys(this._changedImages);if(t.length){for(const n in this.sourceCaches)this.sourceCaches[n].reloadTilesForDependencies(["icons","patterns"],t);this._changedImages={}}}_updateTilesForChangedGlyphs(){if(this._glyphsDidChange){for(const t in this.sourceCaches)this.sourceCaches[t].reloadTilesForDependencies(["glyphs"],[""]);this._glyphsDidChange=!1}}_updateWorkerLayers(t,n){this.dispatcher.broadcast("UL",{layers:this._serializeByIds(t),removedIds:n})}_resetUpdates(){this._changed=!1,this._updatedLayers={},this._removedLayers={},this._updatedSources={},this._updatedPaintProps={},this._changedImages={},this._glyphsDidChange=!1}setState(t,n={}){var o;this._checkLoaded();const a=this.serialize();if(t=n.transformStyle?n.transformStyle(a,t):t,((o=n.validate)===null||o===void 0||o)&&hs(this,c.x(t)))return!1;(t=c.aC(t)).layers=c.aA(t.layers);const h=c.aD(a,t),g=this._getOperationsToPerform(h);if(g.unimplemented.length>0)throw new Error(`Unimplemented: ${g.unimplemented.join(", ")}.`);if(g.operations.length===0)return!1;for(const y of g.operations)y();return this.stylesheet=t,this._serializedLayers=null,!0}_getOperationsToPerform(t){const n=[],o=[];for(const a of t)switch(a.command){case"setCenter":case"setZoom":case"setBearing":case"setPitch":continue;case"addLayer":n.push(()=>this.addLayer.apply(this,a.args));break;case"removeLayer":n.push(()=>this.removeLayer.apply(this,a.args));break;case"setPaintProperty":n.push(()=>this.setPaintProperty.apply(this,a.args));break;case"setLayoutProperty":n.push(()=>this.setLayoutProperty.apply(this,a.args));break;case"setFilter":n.push(()=>this.setFilter.apply(this,a.args));break;case"addSource":n.push(()=>this.addSource.apply(this,a.args));break;case"removeSource":n.push(()=>this.removeSource.apply(this,a.args));break;case"setLayerZoomRange":n.push(()=>this.setLayerZoomRange.apply(this,a.args));break;case"setLight":n.push(()=>this.setLight.apply(this,a.args));break;case"setGeoJSONSourceData":n.push(()=>this.setGeoJSONSourceData.apply(this,a.args));break;case"setGlyphs":n.push(()=>this.setGlyphs.apply(this,a.args));break;case"setSprite":n.push(()=>this.setSprite.apply(this,a.args));break;case"setSky":n.push(()=>this.setSky.apply(this,a.args));break;case"setTerrain":n.push(()=>this.map.setTerrain.apply(this,a.args));break;case"setTransition":n.push(()=>{});break;default:o.push(a.command)}return{operations:n,unimplemented:o}}addImage(t,n){if(this.getImage(t))return this.fire(new c.j(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.j(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.k("data",{dataType:"style"}))}listImages(){return this._checkLoaded(),this.imageManager.listImages()}addSource(t,n,o={}){if(this._checkLoaded(),this.sourceCaches[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.x.source,`sources.${t}`,n,null,o))return;this.map&&this.map._collectResourceTiming&&(n.collectResourceTiming=!0);const a=this.sourceCaches[t]=new Ye(t,n,this.dispatcher);a.style=this,a.setEventedParent(this,()=>({isSourceLoaded:a.loaded(),source:a.serialize(),sourceId:t})),a.onAdd(this.map),this._changed=!0}removeSource(t){if(this._checkLoaded(),this.sourceCaches[t]===void 0)throw new Error("There is no source with this ID");for(const o in this._layers)if(this._layers[o].source===t)return this.fire(new c.j(new Error(`Source "${t}" cannot be removed while layer "${o}" is using it.`)));const n=this.sourceCaches[t];delete this.sourceCaches[t],delete this._updatedSources[t],n.fire(new c.k("data",{sourceDataType:"metadata",dataType:"source",sourceId:t})),n.setEventedParent(null),n.onRemove(this.map),this._changed=!0}setGeoJSONSourceData(t,n){if(this._checkLoaded(),this.sourceCaches[t]===void 0)throw new Error(`There is no source with this ID=${t}`);const o=this.sourceCaches[t].getSource();if(o.type!=="geojson")throw new Error(`geojsonSource.type is ${o.type}, which is !== 'geojson`);o.setData(n),this._changed=!0}getSource(t){return this.sourceCaches[t]&&this.sourceCaches[t].getSource()}addLayer(t,n,o={}){this._checkLoaded();const a=t.id;if(this.getLayer(a))return void this.fire(new c.j(new Error(`Layer "${a}" already exists on this map.`)));let h;if(t.type==="custom"){if(hs(this,c.aE(t)))return;h=c.aB(t)}else{if("source"in t&&typeof t.source=="object"&&(this.addSource(a,t.source),t=c.aC(t),t=c.e(t,{source:a})),this._validate(c.x.layer,`layers.${a}`,t,{arrayIndex:-1},o))return;h=c.aB(t),this._validateLayer(h),h.setEventedParent(this,{layer:{id:a}})}const g=n?this._order.indexOf(n):this._order.length;if(n&&g===-1)this.fire(new c.j(new Error(`Cannot add layer "${a}" before non-existing layer "${n}".`)));else{if(this._order.splice(g,0,a),this._layerOrderChanged=!0,this._layers[a]=h,this._removedLayers[a]&&h.source&&h.type!=="custom"){const y=this._removedLayers[a];delete this._removedLayers[a],y.type!==h.type?this._updatedSources[h.source]="clear":(this._updatedSources[h.source]="reload",this.sourceCaches[h.source].pause())}this._updateLayer(h),h.onAdd&&h.onAdd(this.map)}}moveLayer(t,n){if(this._checkLoaded(),this._changed=!0,!this._layers[t])return void this.fire(new c.j(new Error(`The layer '${t}' does not exist in the map's style and cannot be moved.`)));if(t===n)return;const o=this._order.indexOf(t);this._order.splice(o,1);const a=n?this._order.indexOf(n):this._order.length;n&&a===-1?this.fire(new c.j(new Error(`Cannot move layer "${t}" before non-existing layer "${n}".`))):(this._order.splice(a,0,t),this._layerOrderChanged=!0)}removeLayer(t){this._checkLoaded();const n=this._layers[t];if(!n)return void this.fire(new c.j(new Error(`Cannot remove non-existing layer "${t}".`)));n.setEventedParent(null);const o=this._order.indexOf(t);this._order.splice(o,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,o){this._checkLoaded();const a=this.getLayer(t);a?a.minzoom===n&&a.maxzoom===o||(n!=null&&(a.minzoom=n),o!=null&&(a.maxzoom=o),this._updateLayer(a)):this.fire(new c.j(new Error(`Cannot set the zoom range of non-existing layer "${t}".`)))}setFilter(t,n,o={}){this._checkLoaded();const a=this.getLayer(t);if(a){if(!c.aF(a.filter,n))return n==null?(a.filter=void 0,void this._updateLayer(a)):void(this._validate(c.x.filter,`layers.${a.id}.filter`,n,null,o)||(a.filter=c.aC(n),this._updateLayer(a)))}else this.fire(new c.j(new Error(`Cannot filter non-existing layer "${t}".`)))}getFilter(t){return c.aC(this.getLayer(t).filter)}setLayoutProperty(t,n,o,a={}){this._checkLoaded();const h=this.getLayer(t);h?c.aF(h.getLayoutProperty(n),o)||(h.setLayoutProperty(n,o,a),this._updateLayer(h)):this.fire(new c.j(new Error(`Cannot style non-existing layer "${t}".`)))}getLayoutProperty(t,n){const o=this.getLayer(t);if(o)return o.getLayoutProperty(n);this.fire(new c.j(new Error(`Cannot get style of non-existing layer "${t}".`)))}setPaintProperty(t,n,o,a={}){this._checkLoaded();const h=this.getLayer(t);h?c.aF(h.getPaintProperty(n),o)||(h.setPaintProperty(n,o,a)&&this._updateLayer(h),this._changed=!0,this._updatedPaintProps[t]=!0,this._serializedLayers=null):this.fire(new c.j(new Error(`Cannot style non-existing layer "${t}".`)))}getPaintProperty(t,n){return this.getLayer(t).getPaintProperty(n)}setFeatureState(t,n){this._checkLoaded();const o=t.source,a=t.sourceLayer,h=this.sourceCaches[o];if(h===void 0)return void this.fire(new c.j(new Error(`The source '${o}' does not exist in the map's style.`)));const g=h.getSource().type;g==="geojson"&&a?this.fire(new c.j(new Error("GeoJSON sources cannot have a sourceLayer parameter."))):g!=="vector"||a?(t.id===void 0&&this.fire(new c.j(new Error("The feature id parameter must be provided."))),h.setFeatureState(a,t.id,n)):this.fire(new c.j(new Error("The sourceLayer parameter must be provided for vector source types.")))}removeFeatureState(t,n){this._checkLoaded();const o=t.source,a=this.sourceCaches[o];if(a===void 0)return void this.fire(new c.j(new Error(`The source '${o}' does not exist in the map's style.`)));const h=a.getSource().type,g=h==="vector"?t.sourceLayer:void 0;h!=="vector"||g?n&&typeof t.id!="string"&&typeof t.id!="number"?this.fire(new c.j(new Error("A feature id is required to remove its specific state property."))):a.removeFeatureState(g,t.id,n):this.fire(new c.j(new Error("The sourceLayer parameter must be provided for vector source types.")))}getFeatureState(t){this._checkLoaded();const n=t.source,o=t.sourceLayer,a=this.sourceCaches[n];if(a!==void 0)return a.getSource().type!=="vector"||o?(t.id===void 0&&this.fire(new c.j(new Error("The feature id parameter must be provided."))),a.getFeatureState(o,t.id)):void this.fire(new c.j(new Error("The sourceLayer parameter must be provided for vector source types.")));this.fire(new c.j(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.aG(this.sourceCaches,h=>h.serialize()),n=this._serializeByIds(this._order),o=this.map.getTerrain()||void 0,a=this.stylesheet;return c.aH({version:a.version,name:a.name,metadata:a.metadata,light:a.light,sky:a.sky,center:a.center,zoom:a.zoom,bearing:a.bearing,pitch:a.pitch,sprite:a.sprite,glyphs:a.glyphs,transition:a.transition,sources:t,layers:n,terrain:o},h=>h!==void 0)}_updateLayer(t){this._updatedLayers[t.id]=!0,t.source&&!this._updatedSources[t.source]&&this.sourceCaches[t.source].getSource().type!=="raster"&&(this._updatedSources[t.source]="reload",this.sourceCaches[t.source].pause()),this._serializedLayers=null,this._changed=!0}_flattenAndSortRenderedFeatures(t){const n=g=>this._layers[g].type==="fill-extrusion",o={},a=[];for(let g=this._order.length-1;g>=0;g--){const y=this._order[g];if(n(y)){o[y]=g;for(const v of t){const w=v[y];if(w)for(const P of w)a.push(P)}}}a.sort((g,y)=>y.intersectionZ-g.intersectionZ);const h=[];for(let g=this._order.length-1;g>=0;g--){const y=this._order[g];if(n(y))for(let v=a.length-1;v>=0;v--){const w=a[v].feature;if(o[w.layer.id]<g)break;h.push(w),a.pop()}else for(const v of t){const w=v[y];if(w)for(const P of w)h.push(P.feature)}}return h}queryRenderedFeatures(t,n,o){n&&n.filter&&this._validate(c.x.filter,"queryRenderedFeatures.filter",n.filter,null,n);const a={};if(n&&n.layers){if(!Array.isArray(n.layers))return this.fire(new c.j(new Error("parameters.layers must be an Array."))),[];for(const y of n.layers){const v=this._layers[y];if(!v)return this.fire(new c.j(new Error(`The layer '${y}' does not exist in the map's style and cannot be queried for features.`))),[];a[v.source]=!0}}const h=[];n.availableImages=this._availableImages;const g=this._serializedAllLayers();for(const y in this.sourceCaches)n.layers&&!a[y]||h.push(Ur(this.sourceCaches[y],this._layers,g,t,n,o));return this.placement&&h.push(function(y,v,w,P,E,L,F){const N={},Z=L.queryRenderedSymbols(P),U=[];for(const X of Object.keys(Z).map(Number))U.push(F[X]);U.sort(jr);for(const X of U){const Y=X.featureIndex.lookupSymbolFeatures(Z[X.bucketInstanceId],v,X.bucketIndex,X.sourceLayerIndex,E.filter,E.layers,E.availableImages,y);for(const $ in Y){const te=N[$]=N[$]||[],se=Y[$];se.sort((ce,ye)=>{const we=X.featureSortOrder;if(we){const De=we.indexOf(ce.featureIndex);return we.indexOf(ye.featureIndex)-De}return ye.featureIndex-ce.featureIndex});for(const ce of se)te.push(ce)}}for(const X in N)N[X].forEach(Y=>{const $=Y.feature,te=w[y[X].source].getFeatureState($.layer["source-layer"],$.id);$.source=$.layer.source,$.layer["source-layer"]&&($.sourceLayer=$.layer["source-layer"]),$.state=te});return N}(this._layers,g,this.sourceCaches,t,n,this.placement.collisionIndex,this.placement.retainedQueryData)),this._flattenAndSortRenderedFeatures(h)}querySourceFeatures(t,n){n&&n.filter&&this._validate(c.x.filter,"querySourceFeatures.filter",n.filter,null,n);const o=this.sourceCaches[t];return o?function(a,h){const g=a.getRenderableIds().map(w=>a.getTileByID(w)),y=[],v={};for(let w=0;w<g.length;w++){const P=g[w],E=P.tileID.canonical.key;v[E]||(v[E]=!0,P.querySourceFeatures(y,h))}return y}(o,n):[]}getLight(){return this.light.getLight()}setLight(t,n={}){this._checkLoaded();const o=this.light.getLight();let a=!1;for(const g in t)if(!c.aF(t[g],o[g])){a=!0;break}if(!a)return;const h={now:le.now(),transition:c.e({duration:300,delay:0},this.stylesheet.transition)};this.light.setLight(t,n),this.light.updateTransitions(h)}getSky(){var t;return(t=this.stylesheet)===null||t===void 0?void 0:t.sky}setSky(t,n={}){const o=this.sky.getSky();let a=!1;t||o&&(a=!0);for(const g in t)if(!c.aF(t[g],o[g])){a=!0;break}if(!a)return;const h={now:le.now(),transition:c.e({duration:300,delay:0},this.stylesheet.transition)};this.stylesheet.sky=t,this.sky.setSky(t,n),this.sky.updateTransitions(h)}_validate(t,n,o,a,h={}){return(!h||h.validate!==!1)&&hs(this,t.call(c.x,c.e({key:n,style:this.serialize(),value:o,styleSpec:c.v},a)))}_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),mr().off(Ie,this._rtlPluginLoaded);for(const n in this._layers)this._layers[n].setEventedParent(null);for(const n in this.sourceCaches){const o=this.sourceCaches[n];o.setEventedParent(null),o.onRemove(this.map)}this.imageManager.setEventedParent(null),this.setEventedParent(null),t&&this.dispatcher.broadcast("RM",void 0),this.dispatcher.remove(t)}_clearSource(t){this.sourceCaches[t].clearTiles()}_reloadSource(t){this.sourceCaches[t].resume(),this.sourceCaches[t].reload()}_updateSources(t){for(const n in this.sourceCaches)this.sourceCaches[n].update(t,this.map.terrain)}_generateCollisionBoxes(){for(const t in this.sourceCaches)this._reloadSource(t)}_updatePlacement(t,n,o,a,h=!1){let g=!1,y=!1;const v={};for(const w of this._order){const P=this._layers[w];if(P.type!=="symbol")continue;if(!v[P.source]){const L=this.sourceCaches[P.source];v[P.source]=L.getRenderableIds(!0).map(F=>L.getTileByID(F)).sort((F,N)=>N.tileID.overscaledZ-F.tileID.overscaledZ||(F.tileID.isLessThan(N.tileID)?-1:1))}const E=this.crossTileSymbolIndex.addLayer(P,v[P.source],t.center.lng);g=g||E}if(this.crossTileSymbolIndex.pruneUnusedLayers(this._order),((h=h||this._layerOrderChanged||o===0)||!this.pauseablePlacement||this.pauseablePlacement.isDone()&&!this.placement.stillRecent(le.now(),t.zoom))&&(this.pauseablePlacement=new Yt(t,this.map.terrain,this._order,h,n,o,a,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(le.now()),y=!0),g&&this.pauseablePlacement.placement.setStale()),y||g)for(const w of this._order){const P=this._layers[w];P.type==="symbol"&&this.placement.updateLayerOpacities(P,v[P.source])}return!this.pauseablePlacement.isDone()||this.placement.hasTransitions(le.now())}_releaseSymbolFadeTiles(){for(const t in this.sourceCaches)this.sourceCaches[t].releaseSymbolFadeTiles()}getImages(t,n){return c._(this,void 0,void 0,function*(){const o=yield this.imageManager.getImages(n.icons);this._updateTilesForChangedImages();const a=this.sourceCaches[n.source];return a&&a.setDependencies(n.tileID.key,n.type,n.icons),o})}getGlyphs(t,n){return c._(this,void 0,void 0,function*(){const o=yield this.glyphManager.getGlyphs(n.stacks),a=this.sourceCaches[n.source];return a&&a.setDependencies(n.tileID.key,n.type,[""]),o})}getGlyphsUrl(){return this.stylesheet.glyphs||null}setGlyphs(t,n={}){this._checkLoaded(),t&&this._validate(c.x.glyphs,"glyphs",t,null,n)||(this._glyphsDidChange=!0,this.stylesheet.glyphs=t,this.glyphManager.entries={},this.glyphManager.setURL(t))}addSprite(t,n,o={},a){this._checkLoaded();const h=[{id:t,url:n}],g=[...bi(this.stylesheet.sprite),...h];this._validate(c.x.sprite,"sprite",g,null,o)||(this.stylesheet.sprite=g,this._loadSprite(h,!0,a))}removeSprite(t){this._checkLoaded();const n=bi(this.stylesheet.sprite);if(n.find(o=>o.id===t)){if(this._spritesImagesIds[t])for(const o of this._spritesImagesIds[t])this.imageManager.removeImage(o),this._changedImages[o]=!0;n.splice(n.findIndex(o=>o.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.k("data",{dataType:"style"}))}else this.fire(new c.j(new Error(`Sprite "${t}" doesn't exists on this map.`)))}getSprite(){return bi(this.stylesheet.sprite)}setSprite(t,n={},o){this._checkLoaded(),t&&this._validate(c.x.sprite,"sprite",t,null,n)||(this.stylesheet.sprite=t,t?this._loadSprite(t,!0,o):(this._unloadSprite(),o&&o(null)))}}var us=c.Y([{name:"a_pos",type:"Int16",components:2}]);const Wr={prelude:xt(`#ifdef GL_ES
|
4
|
+
*/(function(f,v){(function(k,P){f.exports=P()})(zp,function(){var k={},P={};function L(T,c,fe){if(P[T]=fe,T==="index"){var me="var sharedModule = {}; ("+P.shared+")(sharedModule); ("+P.worker+")(sharedModule);",ve={};return P.shared(ve),P.index(k,ve),typeof window<"u"&&k.setWorkerUrl(window.URL.createObjectURL(new Blob([me],{type:"text/javascript"}))),k}}L("shared",["exports"],function(T){function c(i,e,r,s){return new(r||(r=Promise))(function(l,d){function p(x){try{_(s.next(x))}catch(S){d(S)}}function m(x){try{_(s.throw(x))}catch(S){d(S)}}function _(x){var S;x.done?l(x.value):(S=x.value,S instanceof r?S:new r(function(I){I(S)})).then(p,m)}_((s=s.apply(i,e||[])).next())})}function fe(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}typeof SuppressedError=="function"&&SuppressedError;var me=ve;function ve(i,e){this.x=i,this.y=e}ve.prototype={clone:function(){return new ve(this.x,this.y)},add:function(i){return this.clone()._add(i)},sub:function(i){return this.clone()._sub(i)},multByPoint:function(i){return this.clone()._multByPoint(i)},divByPoint:function(i){return this.clone()._divByPoint(i)},mult:function(i){return this.clone()._mult(i)},div:function(i){return this.clone()._div(i)},rotate:function(i){return this.clone()._rotate(i)},rotateAround:function(i,e){return this.clone()._rotateAround(i,e)},matMult:function(i){return this.clone()._matMult(i)},unit:function(){return this.clone()._unit()},perp:function(){return this.clone()._perp()},round:function(){return this.clone()._round()},mag:function(){return Math.sqrt(this.x*this.x+this.y*this.y)},equals:function(i){return this.x===i.x&&this.y===i.y},dist:function(i){return Math.sqrt(this.distSqr(i))},distSqr:function(i){var e=i.x-this.x,r=i.y-this.y;return e*e+r*r},angle:function(){return Math.atan2(this.y,this.x)},angleTo:function(i){return Math.atan2(this.y-i.y,this.x-i.x)},angleWith:function(i){return this.angleWithSep(i.x,i.y)},angleWithSep:function(i,e){return Math.atan2(this.x*e-this.y*i,this.x*i+this.y*e)},_matMult:function(i){var e=i[2]*this.x+i[3]*this.y;return this.x=i[0]*this.x+i[1]*this.y,this.y=e,this},_add:function(i){return this.x+=i.x,this.y+=i.y,this},_sub:function(i){return this.x-=i.x,this.y-=i.y,this},_mult:function(i){return this.x*=i,this.y*=i,this},_div:function(i){return this.x/=i,this.y/=i,this},_multByPoint:function(i){return this.x*=i.x,this.y*=i.y,this},_divByPoint:function(i){return this.x/=i.x,this.y/=i.y,this},_unit:function(){return this._div(this.mag()),this},_perp:function(){var i=this.y;return this.y=this.x,this.x=-i,this},_rotate:function(i){var e=Math.cos(i),r=Math.sin(i),s=r*this.x+e*this.y;return this.x=e*this.x-r*this.y,this.y=s,this},_rotateAround:function(i,e){var r=Math.cos(i),s=Math.sin(i),l=e.y+s*(this.x-e.x)+r*(this.y-e.y);return this.x=e.x+r*(this.x-e.x)-s*(this.y-e.y),this.y=l,this},_round:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}},ve.convert=function(i){return i instanceof ve?i:Array.isArray(i)?new ve(i[0],i[1]):i};var le=fe(me),oe=ht;function ht(i,e,r,s){this.cx=3*i,this.bx=3*(r-i)-this.cx,this.ax=1-this.cx-this.bx,this.cy=3*e,this.by=3*(s-e)-this.cy,this.ay=1-this.cy-this.by,this.p1x=i,this.p1y=e,this.p2x=r,this.p2y=s}ht.prototype={sampleCurveX:function(i){return((this.ax*i+this.bx)*i+this.cx)*i},sampleCurveY:function(i){return((this.ay*i+this.by)*i+this.cy)*i},sampleCurveDerivativeX:function(i){return(3*this.ax*i+2*this.bx)*i+this.cx},solveCurveX:function(i,e){if(e===void 0&&(e=1e-6),i<0)return 0;if(i>1)return 1;for(var r=i,s=0;s<8;s++){var l=this.sampleCurveX(r)-i;if(Math.abs(l)<e)return r;var d=this.sampleCurveDerivativeX(r);if(Math.abs(d)<1e-6)break;r-=l/d}var p=0,m=1;for(r=i,s=0;s<20&&(l=this.sampleCurveX(r),!(Math.abs(l-i)<e));s++)i>l?p=r:m=r,r=.5*(m-p)+p;return r},solve:function(i,e){return this.sampleCurveY(this.solveCurveX(i,e))}};var je=fe(oe);let Ke,Oe;function ft(){return Ke==null&&(Ke=typeof OffscreenCanvas<"u"&&new OffscreenCanvas(1,1).getContext("2d")&&typeof createImageBitmap=="function"),Ke}function ct(){if(Oe==null&&(Oe=!1,ft())){const e=new OffscreenCanvas(5,5).getContext("2d",{willReadFrequently:!0});if(e){for(let s=0;s<5*5;s++){const l=4*s;e.fillStyle=`rgb(${l},${l+1},${l+2})`,e.fillRect(s%5,Math.floor(s/5),1,1)}const r=e.getImageData(0,0,5,5).data;for(let s=0;s<5*5*4;s++)if(s%4!=3&&r[s]!==s){Oe=!0;break}}}return Oe||!1}function He(i,e,r,s){const l=new je(i,e,r,s);return d=>l.solve(d)}const Ft=He(.25,.1,.25,1);function It(i,e,r){return Math.min(r,Math.max(e,i))}function Wt(i,e,r){const s=r-e,l=((i-e)%s+s)%s+e;return l===e?r:l}function jt(i,...e){for(const r of e)for(const s in r)i[s]=r[s];return i}let Vr=1;function bi(i,e,r){const s={};for(const l in i)s[l]=e.call(this,i[l],l,i);return s}function Nr(i,e,r){const s={};for(const l in i)e.call(this,i[l],l,i)&&(s[l]=i[l]);return s}function wt(i){return Array.isArray(i)?i.map(wt):typeof i=="object"&&i?bi(i,wt):i}const js={};function li(i){js[i]||(typeof console<"u"&&console.warn(i),js[i]=!0)}function wi(i,e,r){return(r.y-i.y)*(e.x-i.x)>(e.y-i.y)*(r.x-i.x)}function Cr(i){return typeof WorkerGlobalScope<"u"&&i!==void 0&&i instanceof WorkerGlobalScope}let Cn=null;function dr(i){return typeof ImageBitmap<"u"&&i instanceof ImageBitmap}const Us="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=";function on(i,e,r,s,l){return c(this,void 0,void 0,function*(){if(typeof VideoFrame>"u")throw new Error("VideoFrame not supported");const d=new VideoFrame(i,{timestamp:0});try{const p=d==null?void 0:d.format;if(!p||!p.startsWith("BGR")&&!p.startsWith("RGB"))throw new Error(`Unrecognized format ${p}`);const m=p.startsWith("BGR"),_=new Uint8ClampedArray(s*l*4);if(yield d.copyTo(_,function(x,S,I,A,D){const B=4*Math.max(-S,0),O=(Math.max(0,I)-I)*A*4+B,q=4*A,J=Math.max(0,S),ae=Math.max(0,I);return{rect:{x:J,y:ae,width:Math.min(x.width,S+A)-J,height:Math.min(x.height,I+D)-ae},layout:[{offset:O,stride:q}]}}(i,e,r,s,l)),m)for(let x=0;x<_.length;x+=4){const S=_[x];_[x]=_[x+2],_[x+2]=S}return _}finally{d.close()}})}let Er,Ei;const Qi="AbortError";function En(){return new Error(Qi)}const $r={MAX_PARALLEL_IMAGE_REQUESTS:16,MAX_PARALLEL_IMAGE_REQUESTS_PER_FRAME:8,MAX_TILE_CACHE_ZOOM_LEVELS:5,REGISTERED_PROTOCOLS:{},WORKER_URL:""};function pr(i){return $r.REGISTERED_PROTOCOLS[i.substring(0,i.indexOf("://"))]}const Pn="global-dispatcher";class Oi extends Error{constructor(e,r,s,l){super(`AJAXError: ${r} (${e}): ${s}`),this.status=e,this.statusText=r,this.url=s,this.body=l}}const er=()=>Cr(self)?self.worker&&self.worker.referrer:(window.location.protocol==="blob:"?window.parent:window).location.href,an=function(i,e){if(/:\/\//.test(i.url)&&!/^https?:|^file:/.test(i.url)){const s=pr(i.url);if(s)return s(i,e);if(Cr(self)&&self.worker&&self.worker.actor)return self.worker.actor.sendAsync({type:"GR",data:i,targetMapId:Pn},e)}if(!(/^file:/.test(r=i.url)||/^file:/.test(er())&&!/^\w+:/.test(r))){if(fetch&&Request&&AbortController&&Object.prototype.hasOwnProperty.call(Request.prototype,"signal"))return function(s,l){return c(this,void 0,void 0,function*(){const d=new Request(s.url,{method:s.method||"GET",body:s.body,credentials:s.credentials,headers:s.headers,cache:s.cache,referrer:er(),signal:l.signal});s.type!=="json"||d.headers.has("Accept")||d.headers.set("Accept","application/json");const p=yield fetch(d);if(!p.ok){const x=yield p.blob();throw new Oi(p.status,p.statusText,s.url,x)}let m;m=s.type==="arrayBuffer"||s.type==="image"?p.arrayBuffer():s.type==="json"?p.json():p.text();const _=yield m;if(l.signal.aborted)throw En();return{data:_,cacheControl:p.headers.get("Cache-Control"),expires:p.headers.get("Expires")}})}(i,e);if(Cr(self)&&self.worker&&self.worker.actor)return self.worker.actor.sendAsync({type:"GR",data:i,mustQueue:!0,targetMapId:Pn},e)}var r;return function(s,l){return new Promise((d,p)=>{var m;const _=new XMLHttpRequest;_.open(s.method||"GET",s.url,!0),s.type!=="arrayBuffer"&&s.type!=="image"||(_.responseType="arraybuffer");for(const x in s.headers)_.setRequestHeader(x,s.headers[x]);s.type==="json"&&(_.responseType="text",!((m=s.headers)===null||m===void 0)&&m.Accept||_.setRequestHeader("Accept","application/json")),_.withCredentials=s.credentials==="include",_.onerror=()=>{p(new Error(_.statusText))},_.onload=()=>{if(!l.signal.aborted)if((_.status>=200&&_.status<300||_.status===0)&&_.response!==null){let x=_.response;if(s.type==="json")try{x=JSON.parse(_.response)}catch(S){return void p(S)}d({data:x,cacheControl:_.getResponseHeader("Cache-Control"),expires:_.getResponseHeader("Expires")})}else{const x=new Blob([_.response],{type:_.getResponseHeader("Content-Type")});p(new Oi(_.status,_.statusText,s.url,x))}},l.signal.addEventListener("abort",()=>{_.abort(),p(En())}),_.send(s.body)})}(i,e)};function ln(i){if(!i||i.indexOf("://")<=0||i.indexOf("data:image/")===0||i.indexOf("blob:")===0)return!0;const e=new URL(i),r=window.location;return e.protocol===r.protocol&&e.host===r.host}function ns(i,e,r){r[i]&&r[i].indexOf(e)!==-1||(r[i]=r[i]||[],r[i].push(e))}function Pr(i,e,r){if(r&&r[i]){const s=r[i].indexOf(e);s!==-1&&r[i].splice(s,1)}}class jr{constructor(e,r={}){jt(this,r),this.type=e}}class Ur extends jr{constructor(e,r={}){super("error",jt({error:e},r))}}class An{on(e,r){return this._listeners=this._listeners||{},ns(e,r,this._listeners),this}off(e,r){return Pr(e,r,this._listeners),Pr(e,r,this._oneTimeListeners),this}once(e,r){return r?(this._oneTimeListeners=this._oneTimeListeners||{},ns(e,r,this._oneTimeListeners),this):new Promise(s=>this.once(e,s))}fire(e,r){typeof e=="string"&&(e=new jr(e,r||{}));const s=e.type;if(this.listens(s)){e.target=this;const l=this._listeners&&this._listeners[s]?this._listeners[s].slice():[];for(const m of l)m.call(this,e);const d=this._oneTimeListeners&&this._oneTimeListeners[s]?this._oneTimeListeners[s].slice():[];for(const m of d)Pr(s,m,this._oneTimeListeners),m.call(this,e);const p=this._eventedParent;p&&(jt(e,typeof this._eventedParentData=="function"?this._eventedParentData():this._eventedParentData),p.fire(e))}else e instanceof Ur&&console.error(e.error);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,r){return this._eventedParent=e,this._eventedParentData=r,this}}var ue={$version:8,$root:{version:{required:!0,type:"enum",values:[8]},name:{type:"string"},metadata:{type:"*"},center:{type:"array",value:"number"},zoom:{type:"number"},bearing:{type:"number",default:0,period:360,units:"degrees"},pitch:{type:"number",default:0,units:"degrees"},light:{type:"light"},sky:{type:"sky"},projection:{type:"projection"},terrain:{type:"terrain"},sources:{required:!0,type:"sources"},sprite:{type:"sprite"},glyphs:{type:"string"},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},"*":{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:"*"},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:{},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_background"],layout_background:{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible","property-type":"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","property-type":"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","property-type":"constant"}},layout_heatmap:{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible","property-type":"constant"}},"layout_fill-extrusion":{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible","property-type":"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","property-type":"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","property-type":"constant"}},layout_raster:{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible","property-type":"constant"}},layout_hillshade:{visibility:{type:"enum",values:{visible:{},none:{}},default:"visible","property-type":"constant"}},filter:{type:"array",value:"*"},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:"*",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:"enum",default:"mercator",values:{mercator:{},globe:{}}}},paint:["paint_fill","paint_line","paint_circle","paint_heatmap","paint_fill-extrusion","paint_symbol","paint_raster","paint_hillshade","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"]},"property-type":"cross-faded"},"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:"number",default:335,minimum:0,maximum:359,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:"color",default:"#000000",transition:!0,expression:{interpolated:!0,parameters:["zoom"]},"property-type":"data-constant"},"hillshade-highlight-color":{type:"color",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"}},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"}}};const cn=["type","source","source-layer","minzoom","maxzoom","filter","layout"];function ss(i,e){const r={};for(const s in i)s!=="ref"&&(r[s]=i[s]);return cn.forEach(s=>{s in e&&(r[s]=e[s])}),r}function yt(i,e){if(Array.isArray(i)){if(!Array.isArray(e)||i.length!==e.length)return!1;for(let r=0;r<i.length;r++)if(!yt(i[r],e[r]))return!1;return!0}if(typeof i=="object"&&i!==null&&e!==null){if(typeof e!="object"||Object.keys(i).length!==Object.keys(e).length)return!1;for(const r in i)if(!yt(i[r],e[r]))return!1;return!0}return i===e}function Ut(i,e){i.push(e)}function os(i,e,r){Ut(r,{command:"addSource",args:[i,e[i]]})}function qr(i,e,r){Ut(e,{command:"removeSource",args:[i]}),r[i]=!0}function Ar(i,e,r,s){qr(i,r,s),os(i,e,r)}function Mn(i,e,r){let s;for(s in i[r])if(Object.prototype.hasOwnProperty.call(i[r],s)&&s!=="data"&&!yt(i[r][s],e[r][s]))return!1;for(s in e[r])if(Object.prototype.hasOwnProperty.call(e[r],s)&&s!=="data"&&!yt(i[r][s],e[r][s]))return!1;return!0}function Wi(i,e,r,s,l,d){i=i||{},e=e||{};for(const p in i)Object.prototype.hasOwnProperty.call(i,p)&&(yt(i[p],e[p])||r.push({command:d,args:[s,p,e[p],l]}));for(const p in e)Object.prototype.hasOwnProperty.call(e,p)&&!Object.prototype.hasOwnProperty.call(i,p)&&(yt(i[p],e[p])||r.push({command:d,args:[s,p,e[p],l]}))}function as(i){return i.id}function ls(i,e){return i[e.id]=e,i}class ke{constructor(e,r,s,l){this.message=(e?`${e}: `:"")+s,l&&(this.identifier=l),r!=null&&r.__line__&&(this.line=r.__line__)}}function fr(i,...e){for(const r of e)for(const s in r)i[s]=r[s];return i}class Si extends Error{constructor(e,r){super(r),this.message=r,this.key=e}}class mr{constructor(e,r=[]){this.parent=e,this.bindings={};for(const[s,l]of r)this.bindings[s]=l}concat(e){return new mr(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 Zr={kind:"null"},Ee={kind:"number"},ot={kind:"string"},Ye={kind:"boolean"},Pi={kind:"color"},tr={kind:"object"},it={kind:"value"},gr={kind:"collator"},Mr={kind:"formatted"},Gr={kind:"padding"},_r={kind:"resolvedImage"},W={kind:"variableAnchorOffsetCollection"};function z(i,e){return{kind:"array",itemType:i,N:e}}function M(i){if(i.kind==="array"){const e=M(i.itemType);return typeof i.N=="number"?`array<${e}, ${i.N}>`:i.itemType.kind==="value"?"array":`array<${e}>`}return i.kind}const V=[Zr,Ee,ot,Ye,Pi,Mr,tr,z(it),Gr,_r,W];function Z(i,e){if(e.kind==="error")return null;if(i.kind==="array"){if(e.kind==="array"&&(e.N===0&&e.itemType.kind==="value"||!Z(i.itemType,e.itemType))&&(typeof i.N!="number"||i.N===e.N))return null}else{if(i.kind===e.kind)return null;if(i.kind==="value"){for(const r of V)if(!Z(r,e))return null}}return`Expected ${M(i)} but found ${M(e)} instead.`}function ee(i,e){return e.some(r=>r.kind===i.kind)}function ie(i,e){return e.some(r=>r==="null"?i===null:r==="array"?Array.isArray(i):r==="object"?i&&!Array.isArray(i)&&typeof i=="object":r===typeof i)}function ne(i,e){return i.kind==="array"&&e.kind==="array"?i.itemType.kind===e.itemType.kind&&typeof i.N=="number":i.kind===e.kind}const K=.96422,pe=.82521,xe=4/29,he=6/29,Ie=3*he*he,Ge=he*he*he,We=Math.PI/180,nt=180/Math.PI;function mt(i){return(i%=360)<0&&(i+=360),i}function rt([i,e,r,s]){let l,d;const p=qt((.2225045*(i=Ct(i))+.7168786*(e=Ct(e))+.0606169*(r=Ct(r)))/1);i===e&&e===r?l=d=p:(l=qt((.4360747*i+.3850649*e+.1430804*r)/K),d=qt((.0139322*i+.0971045*e+.7141733*r)/pe));const m=116*p-16;return[m<0?0:m,500*(l-p),200*(p-d),s]}function Ct(i){return i<=.04045?i/12.92:Math.pow((i+.055)/1.055,2.4)}function qt(i){return i>Ge?Math.pow(i,1/3):i/Ie+xe}function Kt([i,e,r,s]){let l=(i+16)/116,d=isNaN(e)?l:l+e/500,p=isNaN(r)?l:l-r/200;return l=1*vt(l),d=K*vt(d),p=pe*vt(p),[at(3.1338561*d-1.6168667*l-.4906146*p),at(-.9787684*d+1.9161415*l+.033454*p),at(.0719453*d-.2289914*l+1.4052427*p),s]}function at(i){return(i=i<=.00304?12.92*i:1.055*Math.pow(i,1/2.4)-.055)<0?0:i>1?1:i}function vt(i){return i>he?i*i*i:Ie*(i-xe)}function Ot(i){return parseInt(i.padEnd(2,i),16)/255}function ei(i,e){return ci(e?i/100:i,0,1)}function ci(i,e,r){return Math.min(Math.max(e,i),r)}function hi(i){return!i.some(Number.isNaN)}const cs={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]};class bt{constructor(e,r,s,l=1,d=!0){this.r=e,this.g=r,this.b=s,this.a=l,d||(this.r*=l,this.g*=l,this.b*=l,l||this.overwriteGetter("rgb",[e,r,s,l]))}static parse(e){if(e instanceof bt)return e;if(typeof e!="string")return;const r=function(s){if((s=s.toLowerCase().trim())==="transparent")return[0,0,0,0];const l=cs[s];if(l){const[p,m,_]=l;return[p/255,m/255,_/255,1]}if(s.startsWith("#")&&/^#(?:[0-9a-f]{3,4}|[0-9a-f]{6}|[0-9a-f]{8})$/.test(s)){const p=s.length<6?1:2;let m=1;return[Ot(s.slice(m,m+=p)),Ot(s.slice(m,m+=p)),Ot(s.slice(m,m+=p)),Ot(s.slice(m,m+p)||"ff")]}if(s.startsWith("rgb")){const p=s.match(/^rgba?\(\s*([\de.+-]+)(%)?(?:\s+|\s*(,)\s*)([\de.+-]+)(%)?(?:\s+|\s*(,)\s*)([\de.+-]+)(%)?(?:\s*([,\/])\s*([\de.+-]+)(%)?)?\s*\)$/);if(p){const[m,_,x,S,I,A,D,B,O,q,J,ae]=p,Q=[S||" ",D||" ",q].join("");if(Q===" "||Q===" /"||Q===",,"||Q===",,,"){const re=[x,A,O].join(""),de=re==="%%%"?100:re===""?255:0;if(de){const be=[ci(+_/de,0,1),ci(+I/de,0,1),ci(+B/de,0,1),J?ei(+J,ae):1];if(hi(be))return be}}return}}const d=s.match(/^hsla?\(\s*([\de.+-]+)(?:deg)?(?:\s+|\s*(,)\s*)([\de.+-]+)%(?:\s+|\s*(,)\s*)([\de.+-]+)%(?:\s*([,\/])\s*([\de.+-]+)(%)?)?\s*\)$/);if(d){const[p,m,_,x,S,I,A,D,B]=d,O=[_||" ",S||" ",A].join("");if(O===" "||O===" /"||O===",,"||O===",,,"){const q=[+m,ci(+x,0,100),ci(+I,0,100),D?ei(+D,B):1];if(hi(q))return function([J,ae,Q,re]){function de(be){const Le=(be+J/30)%12,Xe=ae*Math.min(Q,1-Q);return Q-Xe*Math.max(-1,Math.min(Le-3,9-Le,1))}return J=mt(J),ae/=100,Q/=100,[de(0),de(8),de(4),re]}(q)}}}(e);return r?new bt(...r,!1):void 0}get rgb(){const{r:e,g:r,b:s,a:l}=this,d=l||1/0;return this.overwriteGetter("rgb",[e/d,r/d,s/d,l])}get hcl(){return this.overwriteGetter("hcl",function(e){const[r,s,l,d]=rt(e),p=Math.sqrt(s*s+l*l);return[Math.round(1e4*p)?mt(Math.atan2(l,s)*nt):NaN,p,r,d]}(this.rgb))}get lab(){return this.overwriteGetter("lab",rt(this.rgb))}overwriteGetter(e,r){return Object.defineProperty(this,e,{value:r}),r}toString(){const[e,r,s,l]=this.rgb;return`rgba(${[e,r,s].map(d=>Math.round(255*d)).join(",")},${l})`}}bt.black=new bt(0,0,0,1),bt.white=new bt(1,1,1,1),bt.transparent=new bt(0,0,0,0),bt.red=new bt(1,0,0,1);class Uo{constructor(e,r,s){this.sensitivity=e?r?"variant":"case":r?"accent":"base",this.locale=s,this.collator=new Intl.Collator(this.locale?this.locale:[],{sensitivity:this.sensitivity,usage:"search"})}compare(e,r){return this.collator.compare(e,r)}resolvedLocale(){return new Intl.Collator(this.locale?this.locale:[]).resolvedOptions().locale}}class qo{constructor(e,r,s,l,d){this.text=e,this.image=r,this.scale=s,this.fontStack=l,this.textColor=d}}class Vi{constructor(e){this.sections=e}static fromString(e){return new Vi([new qo(e,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 Vi?e:Vi.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 r of e)if(typeof r!="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)}}const Vc=new Set(["center","left","right","top","bottom","top-left","top-right","bottom-left","bottom-right"]);class $i{constructor(e){this.values=e.slice()}static parse(e){if(e instanceof $i)return e;if(Array.isArray(e)&&!(e.length<1)&&e.length%2==0){for(let r=0;r<e.length;r+=2){const s=e[r],l=e[r+1];if(typeof s!="string"||!Vc.has(s)||!Array.isArray(l)||l.length!==2||typeof l[0]!="number"||typeof l[1]!="number")return}return new $i(e)}}toString(){return JSON.stringify(this.values)}}class ui{constructor(e){this.name=e.name,this.available=e.available}toString(){return this.name}static fromString(e){return e?new ui({name:e,available:!1}):null}}function qs(i,e,r,s){return typeof i=="number"&&i>=0&&i<=255&&typeof e=="number"&&e>=0&&e<=255&&typeof r=="number"&&r>=0&&r<=255?s===void 0||typeof s=="number"&&s>=0&&s<=1?null:`Invalid rgba value [${[i,e,r,s].join(", ")}]: 'a' must be between 0 and 1.`:`Invalid rgba value [${(typeof s=="number"?[i,e,r,s]:[i,e,r]).join(", ")}]: 'r', 'g', and 'b' must be between 0 and 255.`}function hs(i){if(i===null||typeof i=="string"||typeof i=="boolean"||typeof i=="number"||i instanceof bt||i instanceof Uo||i instanceof Vi||i instanceof Ni||i instanceof $i||i instanceof ui)return!0;if(Array.isArray(i)){for(const e of i)if(!hs(e))return!1;return!0}if(typeof i=="object"){for(const e in i)if(!hs(i[e]))return!1;return!0}return!1}function Yt(i){if(i===null)return Zr;if(typeof i=="string")return ot;if(typeof i=="boolean")return Ye;if(typeof i=="number")return Ee;if(i instanceof bt)return Pi;if(i instanceof Uo)return gr;if(i instanceof Vi)return Mr;if(i instanceof Ni)return Gr;if(i instanceof $i)return W;if(i instanceof ui)return _r;if(Array.isArray(i)){const e=i.length;let r;for(const s of i){const l=Yt(s);if(r){if(r===l)continue;r=it;break}r=l}return z(r||it,e)}return tr}function zr(i){const e=typeof i;return i===null?"":e==="string"||e==="number"||e==="boolean"?String(i):i instanceof bt||i instanceof Vi||i instanceof Ni||i instanceof $i||i instanceof ui?i.toString():JSON.stringify(i)}class hn{constructor(e,r){this.type=e,this.value=r}static parse(e,r){if(e.length!==2)return r.error(`'literal' expression requires exactly one argument, but found ${e.length-1} instead.`);if(!hs(e[1]))return r.error("invalid value");const s=e[1];let l=Yt(s);const d=r.expectedType;return l.kind!=="array"||l.N!==0||!d||d.kind!=="array"||typeof d.N=="number"&&d.N!==0||(l=d),new hn(l,s)}evaluate(){return this.value}eachChild(){}outputDefined(){return!0}}class Xt{constructor(e){this.name="ExpressionEvaluationError",this.message=e}toJSON(){return this.message}}const Zs={string:ot,number:Ee,boolean:Ye,object:tr};class Xi{constructor(e,r){this.type=e,this.args=r}static parse(e,r){if(e.length<2)return r.error("Expected at least one argument.");let s,l=1;const d=e[0];if(d==="array"){let m,_;if(e.length>2){const x=e[1];if(typeof x!="string"||!(x in Zs)||x==="object")return r.error('The item type argument of "array" must be one of string, number, boolean',1);m=Zs[x],l++}else m=it;if(e.length>3){if(e[2]!==null&&(typeof e[2]!="number"||e[2]<0||e[2]!==Math.floor(e[2])))return r.error('The length argument to "array" must be a positive integer literal',2);_=e[2],l++}s=z(m,_)}else{if(!Zs[d])throw new Error(`Types doesn't contain name = ${d}`);s=Zs[d]}const p=[];for(;l<e.length;l++){const m=r.parse(e[l],l,it);if(!m)return null;p.push(m)}return new Xi(s,p)}evaluate(e){for(let r=0;r<this.args.length;r++){const s=this.args[r].evaluate(e);if(!Z(this.type,Yt(s)))return s;if(r===this.args.length-1)throw new Xt(`Expected value to be of type ${M(this.type)}, but found ${M(Yt(s))} instead.`)}throw new Error}eachChild(e){this.args.forEach(e)}outputDefined(){return this.args.every(e=>e.outputDefined())}}const us={"to-boolean":Ye,"to-color":Pi,"to-number":Ee,"to-string":ot};class Hr{constructor(e,r){this.type=e,this.args=r}static parse(e,r){if(e.length<2)return r.error("Expected at least one argument.");const s=e[0];if(!us[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 r.error("Expected one argument.");const l=us[s],d=[];for(let p=1;p<e.length;p++){const m=r.parse(e[p],p,it);if(!m)return null;d.push(m)}return new Hr(l,d)}evaluate(e){switch(this.type.kind){case"boolean":return!!this.args[0].evaluate(e);case"color":{let r,s;for(const l of this.args){if(r=l.evaluate(e),s=null,r instanceof bt)return r;if(typeof r=="string"){const d=e.parseColor(r);if(d)return d}else if(Array.isArray(r)&&(s=r.length<3||r.length>4?`Invalid rbga value ${JSON.stringify(r)}: expected an array containing either three or four numeric values.`:qs(r[0],r[1],r[2],r[3]),!s))return new bt(r[0]/255,r[1]/255,r[2]/255,r[3])}throw new Xt(s||`Could not parse color from value '${typeof r=="string"?r:JSON.stringify(r)}'`)}case"padding":{let r;for(const s of this.args){r=s.evaluate(e);const l=Ni.parse(r);if(l)return l}throw new Xt(`Could not parse padding from value '${typeof r=="string"?r:JSON.stringify(r)}'`)}case"variableAnchorOffsetCollection":{let r;for(const s of this.args){r=s.evaluate(e);const l=$i.parse(r);if(l)return l}throw new Xt(`Could not parse variableAnchorOffsetCollection from value '${typeof r=="string"?r:JSON.stringify(r)}'`)}case"number":{let r=null;for(const s of this.args){if(r=s.evaluate(e),r===null)return 0;const l=Number(r);if(!isNaN(l))return l}throw new Xt(`Could not convert ${JSON.stringify(r)} to number.`)}case"formatted":return Vi.fromString(zr(this.args[0].evaluate(e)));case"resolvedImage":return ui.fromString(zr(this.args[0].evaluate(e)));default:return zr(this.args[0].evaluate(e))}}eachChild(e){this.args.forEach(e)}outputDefined(){return this.args.every(e=>e.outputDefined())}}const Zo=["Unknown","Point","LineString","Polygon"];class ds{constructor(){this.globals=null,this.feature=null,this.featureState=null,this.formattedSection=null,this._parseColorCache={},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"?Zo[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 r=this._parseColorCache[e];return r||(r=this._parseColorCache[e]=bt.parse(e)),r}}class Wr{constructor(e,r,s=[],l,d=new mr,p=[]){this.registry=e,this.path=s,this.key=s.map(m=>`[${m}]`).join(""),this.scope=d,this.errors=p,this.expectedType=l,this._isConstant=r}parse(e,r,s,l,d={}){return r?this.concat(r,s,l)._parse(e,d):this._parse(e,d)}_parse(e,r){function s(l,d,p){return p==="assert"?new Xi(d,[l]):p==="coerce"?new Hr(d,[l]):l}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 l=e[0];if(typeof l!="string")return this.error(`Expression name must be a string, but found ${typeof l} instead. If you wanted a literal array, use ["literal", [...]].`,0),null;const d=this.registry[l];if(d){let p=d.parse(e,this);if(!p)return null;if(this.expectedType){const m=this.expectedType,_=p.type;if(m.kind!=="string"&&m.kind!=="number"&&m.kind!=="boolean"&&m.kind!=="object"&&m.kind!=="array"||_.kind!=="value")if(m.kind!=="color"&&m.kind!=="formatted"&&m.kind!=="resolvedImage"||_.kind!=="value"&&_.kind!=="string")if(m.kind!=="padding"||_.kind!=="value"&&_.kind!=="number"&&_.kind!=="array")if(m.kind!=="variableAnchorOffsetCollection"||_.kind!=="value"&&_.kind!=="array"){if(this.checkSubtype(m,_))return null}else p=s(p,m,r.typeAnnotation||"coerce");else p=s(p,m,r.typeAnnotation||"coerce");else p=s(p,m,r.typeAnnotation||"coerce");else p=s(p,m,r.typeAnnotation||"assert")}if(!(p instanceof hn)&&p.type.kind!=="resolvedImage"&&this._isConstant(p)){const m=new ds;try{p=new hn(p.type,p.evaluate(m))}catch(_){return this.error(_.message),null}}return p}return this.error(`Unknown expression "${l}". 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,r,s){const l=typeof e=="number"?this.path.concat(e):this.path,d=s?this.scope.concat(s):this.scope;return new Wr(this.registry,this._isConstant,l,r||null,d,this.errors)}error(e,...r){const s=`${this.key}${r.map(l=>`[${l}]`).join("")}`;this.errors.push(new Si(s,e))}checkSubtype(e,r){const s=Z(e,r);return s&&this.error(s),s}}class xt{constructor(e,r){this.type=r.type,this.bindings=[].concat(e),this.result=r}evaluate(e){return this.result.evaluate(e)}eachChild(e){for(const r of this.bindings)e(r[1]);e(this.result)}static parse(e,r){if(e.length<4)return r.error(`Expected at least 3 arguments, but found ${e.length-1} instead.`);const s=[];for(let d=1;d<e.length-1;d+=2){const p=e[d];if(typeof p!="string")return r.error(`Expected string, but found ${typeof p} instead.`,d);if(/[^a-zA-Z0-9_]/.test(p))return r.error("Variable names must contain only alphanumeric characters or '_'.",d);const m=r.parse(e[d+1],d+1);if(!m)return null;s.push([p,m])}const l=r.parse(e[e.length-1],e.length-1,r.expectedType,s);return l?new xt(s,l):null}outputDefined(){return this.result.outputDefined()}}class Gs{constructor(e,r){this.type=r.type,this.name=e,this.boundExpression=r}static parse(e,r){if(e.length!==2||typeof e[1]!="string")return r.error("'var' expression requires exactly one string literal argument.");const s=e[1];return r.scope.has(s)?new Gs(s,r.scope.get(s)):r.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 Go{constructor(e,r,s){this.type=e,this.index=r,this.input=s}static parse(e,r){if(e.length!==3)return r.error(`Expected 2 arguments, but found ${e.length-1} instead.`);const s=r.parse(e[1],1,Ee),l=r.parse(e[2],2,z(r.expectedType||it));return s&&l?new Go(l.type.itemType,s,l):null}evaluate(e){const r=this.index.evaluate(e),s=this.input.evaluate(e);if(r<0)throw new Xt(`Array index out of bounds: ${r} < 0.`);if(r>=s.length)throw new Xt(`Array index out of bounds: ${r} > ${s.length-1}.`);if(r!==Math.floor(r))throw new Xt(`Array index must be an integer, but found ${r} instead.`);return s[r]}eachChild(e){e(this.index),e(this.input)}outputDefined(){return!1}}class ps{constructor(e,r){this.type=Ye,this.needle=e,this.haystack=r}static parse(e,r){if(e.length!==3)return r.error(`Expected 2 arguments, but found ${e.length-1} instead.`);const s=r.parse(e[1],1,it),l=r.parse(e[2],2,it);return s&&l?ee(s.type,[Ye,ot,Ee,Zr,it])?new ps(s,l):r.error(`Expected first argument to be of type boolean, string, number or null, but found ${M(s.type)} instead`):null}evaluate(e){const r=this.needle.evaluate(e),s=this.haystack.evaluate(e);if(!s)return!1;if(!ie(r,["boolean","string","number","null"]))throw new Xt(`Expected first argument to be of type boolean, string, number or null, but found ${M(Yt(r))} instead.`);if(!ie(s,["string","array"]))throw new Xt(`Expected second argument to be of type array or string, but found ${M(Yt(s))} instead.`);return s.indexOf(r)>=0}eachChild(e){e(this.needle),e(this.haystack)}outputDefined(){return!0}}class Hs{constructor(e,r,s){this.type=Ee,this.needle=e,this.haystack=r,this.fromIndex=s}static parse(e,r){if(e.length<=2||e.length>=5)return r.error(`Expected 3 or 4 arguments, but found ${e.length-1} instead.`);const s=r.parse(e[1],1,it),l=r.parse(e[2],2,it);if(!s||!l)return null;if(!ee(s.type,[Ye,ot,Ee,Zr,it]))return r.error(`Expected first argument to be of type boolean, string, number or null, but found ${M(s.type)} instead`);if(e.length===4){const d=r.parse(e[3],3,Ee);return d?new Hs(s,l,d):null}return new Hs(s,l)}evaluate(e){const r=this.needle.evaluate(e),s=this.haystack.evaluate(e);if(!ie(r,["boolean","string","number","null"]))throw new Xt(`Expected first argument to be of type boolean, string, number or null, but found ${M(Yt(r))} instead.`);if(!ie(s,["string","array"]))throw new Xt(`Expected second argument to be of type array or string, but found ${M(Yt(s))} instead.`);if(this.fromIndex){const l=this.fromIndex.evaluate(e);return s.indexOf(r,l)}return s.indexOf(r)}eachChild(e){e(this.needle),e(this.haystack),this.fromIndex&&e(this.fromIndex)}outputDefined(){return!1}}class Ws{constructor(e,r,s,l,d,p){this.inputType=e,this.type=r,this.input=s,this.cases=l,this.outputs=d,this.otherwise=p}static parse(e,r){if(e.length<5)return r.error(`Expected at least 4 arguments, but found only ${e.length-1}.`);if(e.length%2!=1)return r.error("Expected an even number of arguments.");let s,l;r.expectedType&&r.expectedType.kind!=="value"&&(l=r.expectedType);const d={},p=[];for(let x=2;x<e.length-1;x+=2){let S=e[x];const I=e[x+1];Array.isArray(S)||(S=[S]);const A=r.concat(x);if(S.length===0)return A.error("Expected at least one branch label.");for(const B of S){if(typeof B!="number"&&typeof B!="string")return A.error("Branch labels must be numbers or strings.");if(typeof B=="number"&&Math.abs(B)>Number.MAX_SAFE_INTEGER)return A.error(`Branch labels must be integers no larger than ${Number.MAX_SAFE_INTEGER}.`);if(typeof B=="number"&&Math.floor(B)!==B)return A.error("Numeric branch labels must be integer values.");if(s){if(A.checkSubtype(s,Yt(B)))return null}else s=Yt(B);if(d[String(B)]!==void 0)return A.error("Branch labels must be unique.");d[String(B)]=p.length}const D=r.parse(I,x,l);if(!D)return null;l=l||D.type,p.push(D)}const m=r.parse(e[1],1,it);if(!m)return null;const _=r.parse(e[e.length-1],e.length-1,l);return _?m.type.kind!=="value"&&r.concat(1).checkSubtype(s,m.type)?null:new Ws(s,l,m,d,p,_):null}evaluate(e){const r=this.input.evaluate(e);return(Yt(r)===this.inputType&&this.outputs[this.cases[r]]||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 Xs{constructor(e,r,s){this.type=e,this.branches=r,this.otherwise=s}static parse(e,r){if(e.length<4)return r.error(`Expected at least 3 arguments, but found only ${e.length-1}.`);if(e.length%2!=0)return r.error("Expected an odd number of arguments.");let s;r.expectedType&&r.expectedType.kind!=="value"&&(s=r.expectedType);const l=[];for(let p=1;p<e.length-1;p+=2){const m=r.parse(e[p],p,Ye);if(!m)return null;const _=r.parse(e[p+1],p+1,s);if(!_)return null;l.push([m,_]),s=s||_.type}const d=r.parse(e[e.length-1],e.length-1,s);if(!d)return null;if(!s)throw new Error("Can't infer output type");return new Xs(s,l,d)}evaluate(e){for(const[r,s]of this.branches)if(r.evaluate(e))return s.evaluate(e);return this.otherwise.evaluate(e)}eachChild(e){for(const[r,s]of this.branches)e(r),e(s);e(this.otherwise)}outputDefined(){return this.branches.every(([e,r])=>r.outputDefined())&&this.otherwise.outputDefined()}}class Js{constructor(e,r,s,l){this.type=e,this.input=r,this.beginIndex=s,this.endIndex=l}static parse(e,r){if(e.length<=2||e.length>=5)return r.error(`Expected 3 or 4 arguments, but found ${e.length-1} instead.`);const s=r.parse(e[1],1,it),l=r.parse(e[2],2,Ee);if(!s||!l)return null;if(!ee(s.type,[z(it),ot,it]))return r.error(`Expected first argument to be of type array or string, but found ${M(s.type)} instead`);if(e.length===4){const d=r.parse(e[3],3,Ee);return d?new Js(s.type,s,l,d):null}return new Js(s.type,s,l)}evaluate(e){const r=this.input.evaluate(e),s=this.beginIndex.evaluate(e);if(!ie(r,["string","array"]))throw new Xt(`Expected first argument to be of type array or string, but found ${M(Yt(r))} instead.`);if(this.endIndex){const l=this.endIndex.evaluate(e);return r.slice(s,l)}return r.slice(s)}eachChild(e){e(this.input),e(this.beginIndex),this.endIndex&&e(this.endIndex)}outputDefined(){return!1}}function fs(i,e){const r=i.length-1;let s,l,d=0,p=r,m=0;for(;d<=p;)if(m=Math.floor((d+p)/2),s=i[m],l=i[m+1],s<=e){if(m===r||e<l)return m;d=m+1}else{if(!(s>e))throw new Xt("Input is not a number.");p=m-1}return 0}class zn{constructor(e,r,s){this.type=e,this.input=r,this.labels=[],this.outputs=[];for(const[l,d]of s)this.labels.push(l),this.outputs.push(d)}static parse(e,r){if(e.length-1<4)return r.error(`Expected at least 4 arguments, but found only ${e.length-1}.`);if((e.length-1)%2!=0)return r.error("Expected an even number of arguments.");const s=r.parse(e[1],1,Ee);if(!s)return null;const l=[];let d=null;r.expectedType&&r.expectedType.kind!=="value"&&(d=r.expectedType);for(let p=1;p<e.length;p+=2){const m=p===1?-1/0:e[p],_=e[p+1],x=p,S=p+1;if(typeof m!="number")return r.error('Input/output pairs for "step" expressions must be defined using literal numeric values (not computed expressions) for the input values.',x);if(l.length&&l[l.length-1][0]>=m)return r.error('Input/output pairs for "step" expressions must be arranged with input values in strictly ascending order.',x);const I=r.parse(_,S,d);if(!I)return null;d=d||I.type,l.push([m,I])}return new zn(d,s,l)}evaluate(e){const r=this.labels,s=this.outputs;if(r.length===1)return s[0].evaluate(e);const l=this.input.evaluate(e);if(l<=r[0])return s[0].evaluate(e);const d=r.length;return l>=r[d-1]?s[d-1].evaluate(e):s[fs(r,l)].evaluate(e)}eachChild(e){e(this.input);for(const r of this.outputs)e(r)}outputDefined(){return this.outputs.every(e=>e.outputDefined())}}function Nc(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var $c=gl;function gl(i,e,r,s){this.cx=3*i,this.bx=3*(r-i)-this.cx,this.ax=1-this.cx-this.bx,this.cy=3*e,this.by=3*(s-e)-this.cy,this.ay=1-this.cy-this.by,this.p1x=i,this.p1y=e,this.p2x=r,this.p2y=s}gl.prototype={sampleCurveX:function(i){return((this.ax*i+this.bx)*i+this.cx)*i},sampleCurveY:function(i){return((this.ay*i+this.by)*i+this.cy)*i},sampleCurveDerivativeX:function(i){return(3*this.ax*i+2*this.bx)*i+this.cx},solveCurveX:function(i,e){if(e===void 0&&(e=1e-6),i<0)return 0;if(i>1)return 1;for(var r=i,s=0;s<8;s++){var l=this.sampleCurveX(r)-i;if(Math.abs(l)<e)return r;var d=this.sampleCurveDerivativeX(r);if(Math.abs(d)<1e-6)break;r-=l/d}var p=0,m=1;for(r=i,s=0;s<20&&(l=this.sampleCurveX(r),!(Math.abs(l-i)<e));s++)i>l?p=r:m=r,r=.5*(m-p)+p;return r},solve:function(i,e){return this.sampleCurveY(this.solveCurveX(i,e))}};var jc=Nc($c);function Xr(i,e,r){return i+r*(e-i)}function ms(i,e,r){return i.map((s,l)=>Xr(s,e[l],r))}const ji={number:Xr,color:function(i,e,r,s="rgb"){switch(s){case"rgb":{const[l,d,p,m]=ms(i.rgb,e.rgb,r);return new bt(l,d,p,m,!1)}case"hcl":{const[l,d,p,m]=i.hcl,[_,x,S,I]=e.hcl;let A,D;if(isNaN(l)||isNaN(_))isNaN(l)?isNaN(_)?A=NaN:(A=_,p!==1&&p!==0||(D=x)):(A=l,S!==1&&S!==0||(D=d));else{let ae=_-l;_>l&&ae>180?ae-=360:_<l&&l-_>180&&(ae+=360),A=l+r*ae}const[B,O,q,J]=function([ae,Q,re,de]){return ae=isNaN(ae)?0:ae*We,Kt([re,Math.cos(ae)*Q,Math.sin(ae)*Q,de])}([A,D??Xr(d,x,r),Xr(p,S,r),Xr(m,I,r)]);return new bt(B,O,q,J,!1)}case"lab":{const[l,d,p,m]=Kt(ms(i.lab,e.lab,r));return new bt(l,d,p,m,!1)}}},array:ms,padding:function(i,e,r){return new Ni(ms(i.values,e.values,r))},variableAnchorOffsetCollection:function(i,e,r){const s=i.values,l=e.values;if(s.length!==l.length)throw new Xt(`Cannot interpolate values of different length. from: ${i.toString()}, to: ${e.toString()}`);const d=[];for(let p=0;p<s.length;p+=2){if(s[p]!==l[p])throw new Xt(`Cannot interpolate values containing mismatched anchors. from[${p}]: ${s[p]}, to[${p}]: ${l[p]}`);d.push(s[p]);const[m,_]=s[p+1],[x,S]=l[p+1];d.push([Xr(m,x,r),Xr(_,S,r)])}return new $i(d)}};class Ui{constructor(e,r,s,l,d){this.type=e,this.operator=r,this.interpolation=s,this.input=l,this.labels=[],this.outputs=[];for(const[p,m]of d)this.labels.push(p),this.outputs.push(m)}static interpolationFactor(e,r,s,l){let d=0;if(e.name==="exponential")d=gs(r,e.base,s,l);else if(e.name==="linear")d=gs(r,1,s,l);else if(e.name==="cubic-bezier"){const p=e.controlPoints;d=new jc(p[0],p[1],p[2],p[3]).solve(gs(r,1,s,l))}return d}static parse(e,r){let[s,l,d,...p]=e;if(!Array.isArray(l)||l.length===0)return r.error("Expected an interpolation type expression.",1);if(l[0]==="linear")l={name:"linear"};else if(l[0]==="exponential"){const x=l[1];if(typeof x!="number")return r.error("Exponential interpolation requires a numeric base.",1,1);l={name:"exponential",base:x}}else{if(l[0]!=="cubic-bezier")return r.error(`Unknown interpolation type ${String(l[0])}`,1,0);{const x=l.slice(1);if(x.length!==4||x.some(S=>typeof S!="number"||S<0||S>1))return r.error("Cubic bezier interpolation requires four numeric arguments with values between 0 and 1.",1);l={name:"cubic-bezier",controlPoints:x}}}if(e.length-1<4)return r.error(`Expected at least 4 arguments, but found only ${e.length-1}.`);if((e.length-1)%2!=0)return r.error("Expected an even number of arguments.");if(d=r.parse(d,2,Ee),!d)return null;const m=[];let _=null;s==="interpolate-hcl"||s==="interpolate-lab"?_=Pi:r.expectedType&&r.expectedType.kind!=="value"&&(_=r.expectedType);for(let x=0;x<p.length;x+=2){const S=p[x],I=p[x+1],A=x+3,D=x+4;if(typeof S!="number")return r.error('Input/output pairs for "interpolate" expressions must be defined using literal numeric values (not computed expressions) for the input values.',A);if(m.length&&m[m.length-1][0]>=S)return r.error('Input/output pairs for "interpolate" expressions must be arranged with input values in strictly ascending order.',A);const B=r.parse(I,D,_);if(!B)return null;_=_||B.type,m.push([S,B])}return ne(_,Ee)||ne(_,Pi)||ne(_,Gr)||ne(_,W)||ne(_,z(Ee))?new Ui(_,s,l,d,m):r.error(`Type ${M(_)} is not interpolatable.`)}evaluate(e){const r=this.labels,s=this.outputs;if(r.length===1)return s[0].evaluate(e);const l=this.input.evaluate(e);if(l<=r[0])return s[0].evaluate(e);const d=r.length;if(l>=r[d-1])return s[d-1].evaluate(e);const p=fs(r,l),m=Ui.interpolationFactor(this.interpolation,l,r[p],r[p+1]),_=s[p].evaluate(e),x=s[p+1].evaluate(e);switch(this.operator){case"interpolate":return ji[this.type.kind](_,x,m);case"interpolate-hcl":return ji.color(_,x,m,"hcl");case"interpolate-lab":return ji.color(_,x,m,"lab")}}eachChild(e){e(this.input);for(const r of this.outputs)e(r)}outputDefined(){return this.outputs.every(e=>e.outputDefined())}}function gs(i,e,r,s){const l=s-r,d=i-r;return l===0?0:e===1?d/l:(Math.pow(e,d)-1)/(Math.pow(e,l)-1)}class Ks{constructor(e,r){this.type=e,this.args=r}static parse(e,r){if(e.length<2)return r.error("Expectected at least one argument.");let s=null;const l=r.expectedType;l&&l.kind!=="value"&&(s=l);const d=[];for(const m of e.slice(1)){const _=r.parse(m,1+d.length,s,void 0,{typeAnnotation:"omit"});if(!_)return null;s=s||_.type,d.push(_)}if(!s)throw new Error("No output type");const p=l&&d.some(m=>Z(l,m.type));return new Ks(p?it:s,d)}evaluate(e){let r,s=null,l=0;for(const d of this.args)if(l++,s=d.evaluate(e),s&&s instanceof ui&&!s.available&&(r||(r=s.name),s=null,l===this.args.length&&(s=r)),s!==null)break;return s}eachChild(e){this.args.forEach(e)}outputDefined(){return this.args.every(e=>e.outputDefined())}}function _l(i,e){return i==="=="||i==="!="?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 yl(i,e,r,s){return s.compare(e,r)===0}function un(i,e,r){const s=i!=="=="&&i!=="!=";return class Mp{constructor(d,p,m){this.type=Ye,this.lhs=d,this.rhs=p,this.collator=m,this.hasUntypedArgument=d.type.kind==="value"||p.type.kind==="value"}static parse(d,p){if(d.length!==3&&d.length!==4)return p.error("Expected two or three arguments.");const m=d[0];let _=p.parse(d[1],1,it);if(!_)return null;if(!_l(m,_.type))return p.concat(1).error(`"${m}" comparisons are not supported for type '${M(_.type)}'.`);let x=p.parse(d[2],2,it);if(!x)return null;if(!_l(m,x.type))return p.concat(2).error(`"${m}" comparisons are not supported for type '${M(x.type)}'.`);if(_.type.kind!==x.type.kind&&_.type.kind!=="value"&&x.type.kind!=="value")return p.error(`Cannot compare types '${M(_.type)}' and '${M(x.type)}'.`);s&&(_.type.kind==="value"&&x.type.kind!=="value"?_=new Xi(x.type,[_]):_.type.kind!=="value"&&x.type.kind==="value"&&(x=new Xi(_.type,[x])));let S=null;if(d.length===4){if(_.type.kind!=="string"&&x.type.kind!=="string"&&_.type.kind!=="value"&&x.type.kind!=="value")return p.error("Cannot use collator to compare non-string types.");if(S=p.parse(d[3],3,gr),!S)return null}return new Mp(_,x,S)}evaluate(d){const p=this.lhs.evaluate(d),m=this.rhs.evaluate(d);if(s&&this.hasUntypedArgument){const _=Yt(p),x=Yt(m);if(_.kind!==x.kind||_.kind!=="string"&&_.kind!=="number")throw new Xt(`Expected arguments for "${i}" to be (string, string) or (number, number), but found (${_.kind}, ${x.kind}) instead.`)}if(this.collator&&!s&&this.hasUntypedArgument){const _=Yt(p),x=Yt(m);if(_.kind!=="string"||x.kind!=="string")return e(d,p,m)}return this.collator?r(d,p,m,this.collator.evaluate(d)):e(d,p,m)}eachChild(d){d(this.lhs),d(this.rhs),this.collator&&d(this.collator)}outputDefined(){return!0}}}const xl=un("==",function(i,e,r){return e===r},yl),Uc=un("!=",function(i,e,r){return e!==r},function(i,e,r,s){return!yl(0,e,r,s)}),qc=un("<",function(i,e,r){return e<r},function(i,e,r,s){return s.compare(e,r)<0}),vl=un(">",function(i,e,r){return e>r},function(i,e,r,s){return s.compare(e,r)>0}),bl=un("<=",function(i,e,r){return e<=r},function(i,e,r,s){return s.compare(e,r)<=0}),Zc=un(">=",function(i,e,r){return e>=r},function(i,e,r,s){return s.compare(e,r)>=0});class Ys{constructor(e,r,s){this.type=gr,this.locale=s,this.caseSensitive=e,this.diacriticSensitive=r}static parse(e,r){if(e.length!==2)return r.error("Expected one argument.");const s=e[1];if(typeof s!="object"||Array.isArray(s))return r.error("Collator options argument must be an object.");const l=r.parse(s["case-sensitive"]!==void 0&&s["case-sensitive"],1,Ye);if(!l)return null;const d=r.parse(s["diacritic-sensitive"]!==void 0&&s["diacritic-sensitive"],1,Ye);if(!d)return null;let p=null;return s.locale&&(p=r.parse(s.locale,1,ot),!p)?null:new Ys(l,d,p)}evaluate(e){return new Uo(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 Ho{constructor(e,r,s,l,d){this.type=ot,this.number=e,this.locale=r,this.currency=s,this.minFractionDigits=l,this.maxFractionDigits=d}static parse(e,r){if(e.length!==3)return r.error("Expected two arguments.");const s=r.parse(e[1],1,Ee);if(!s)return null;const l=e[2];if(typeof l!="object"||Array.isArray(l))return r.error("NumberFormat options argument must be an object.");let d=null;if(l.locale&&(d=r.parse(l.locale,1,ot),!d))return null;let p=null;if(l.currency&&(p=r.parse(l.currency,1,ot),!p))return null;let m=null;if(l["min-fraction-digits"]&&(m=r.parse(l["min-fraction-digits"],1,Ee),!m))return null;let _=null;return l["max-fraction-digits"]&&(_=r.parse(l["max-fraction-digits"],1,Ee),!_)?null:new Ho(s,d,p,m,_)}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 Qs{constructor(e){this.type=Mr,this.sections=e}static parse(e,r){if(e.length<2)return r.error("Expected at least one argument.");const s=e[1];if(!Array.isArray(s)&&typeof s=="object")return r.error("First argument must be an image or text section.");const l=[];let d=!1;for(let p=1;p<=e.length-1;++p){const m=e[p];if(d&&typeof m=="object"&&!Array.isArray(m)){d=!1;let _=null;if(m["font-scale"]&&(_=r.parse(m["font-scale"],1,Ee),!_))return null;let x=null;if(m["text-font"]&&(x=r.parse(m["text-font"],1,z(ot)),!x))return null;let S=null;if(m["text-color"]&&(S=r.parse(m["text-color"],1,Pi),!S))return null;const I=l[l.length-1];I.scale=_,I.font=x,I.textColor=S}else{const _=r.parse(e[p],1,it);if(!_)return null;const x=_.type.kind;if(x!=="string"&&x!=="value"&&x!=="null"&&x!=="resolvedImage")return r.error("Formatted text type must be 'string', 'value', 'image' or 'null'.");d=!0,l.push({content:_,scale:null,font:null,textColor:null})}}return new Qs(l)}evaluate(e){return new Vi(this.sections.map(r=>{const s=r.content.evaluate(e);return Yt(s)===_r?new qo("",s,null,null,null):new qo(zr(s),null,r.scale?r.scale.evaluate(e):null,r.font?r.font.evaluate(e).join(","):null,r.textColor?r.textColor.evaluate(e):null)}))}eachChild(e){for(const r of this.sections)e(r.content),r.scale&&e(r.scale),r.font&&e(r.font),r.textColor&&e(r.textColor)}outputDefined(){return!1}}class Wo{constructor(e){this.type=_r,this.input=e}static parse(e,r){if(e.length!==2)return r.error("Expected two arguments.");const s=r.parse(e[1],1,ot);return s?new Wo(s):r.error("No image name provided.")}evaluate(e){const r=this.input.evaluate(e),s=ui.fromString(r);return s&&e.availableImages&&(s.available=e.availableImages.indexOf(r)>-1),s}eachChild(e){e(this.input)}outputDefined(){return!1}}class Xo{constructor(e){this.type=Ee,this.input=e}static parse(e,r){if(e.length!==2)return r.error(`Expected 1 argument, but found ${e.length-1} instead.`);const s=r.parse(e[1],1);return s?s.type.kind!=="array"&&s.type.kind!=="string"&&s.type.kind!=="value"?r.error(`Expected argument of type string or array, but found ${M(s.type)} instead.`):new Xo(s):null}evaluate(e){const r=this.input.evaluate(e);if(typeof r=="string"||Array.isArray(r))return r.length;throw new Xt(`Expected value to be of type string or array, but found ${M(Yt(r))} instead.`)}eachChild(e){e(this.input)}outputDefined(){return!1}}const yr=8192;function Jo(i,e){const r=(180+i[0])/360,s=(180-180/Math.PI*Math.log(Math.tan(Math.PI/4+i[1]*Math.PI/360)))/360,l=Math.pow(2,e.z);return[Math.round(r*l*yr),Math.round(s*l*yr)]}function Dn(i,e){const r=Math.pow(2,e.z);return[(l=(i[0]/yr+e.x)/r,360*l-180),(s=(i[1]/yr+e.y)/r,360/Math.PI*Math.atan(Math.exp((180-360*s)*Math.PI/180))-90)];var s,l}function pt(i,e){i[0]=Math.min(i[0],e[0]),i[1]=Math.min(i[1],e[1]),i[2]=Math.max(i[2],e[0]),i[3]=Math.max(i[3],e[1])}function _s(i,e){return!(i[0]<=e[0]||i[2]>=e[2]||i[1]<=e[1]||i[3]>=e[3])}function Gc(i,e,r){const s=i[0]-e[0],l=i[1]-e[1],d=i[0]-r[0],p=i[1]-r[1];return s*p-d*l==0&&s*d<=0&&l*p<=0}function eo(i,e,r,s){return(l=[s[0]-r[0],s[1]-r[1]])[0]*(d=[e[0]-i[0],e[1]-i[1]])[1]-l[1]*d[0]!=0&&!(!Sl(i,e,r,s)||!Sl(r,s,i,e));var l,d}function Hc(i,e,r){for(const s of r)for(let l=0;l<s.length-1;++l)if(eo(i,e,s[l],s[l+1]))return!0;return!1}function Ln(i,e,r=!1){let s=!1;for(const m of e)for(let _=0;_<m.length-1;_++){if(Gc(i,m[_],m[_+1]))return r;(d=m[_])[1]>(l=i)[1]!=(p=m[_+1])[1]>l[1]&&l[0]<(p[0]-d[0])*(l[1]-d[1])/(p[1]-d[1])+d[0]&&(s=!s)}var l,d,p;return s}function Wc(i,e){for(const r of e)if(Ln(i,r))return!0;return!1}function wl(i,e){for(const r of i)if(!Ln(r,e))return!1;for(let r=0;r<i.length-1;++r)if(Hc(i[r],i[r+1],e))return!1;return!0}function Xc(i,e){for(const r of e)if(wl(i,r))return!0;return!1}function Sl(i,e,r,s){const l=s[0]-r[0],d=s[1]-r[1],p=(i[0]-r[0])*d-l*(i[1]-r[1]),m=(e[0]-r[0])*d-l*(e[1]-r[1]);return p>0&&m<0||p<0&&m>0}function Ko(i,e,r){const s=[];for(let l=0;l<i.length;l++){const d=[];for(let p=0;p<i[l].length;p++){const m=Jo(i[l][p],r);pt(e,m),d.push(m)}s.push(d)}return s}function Tl(i,e,r){const s=[];for(let l=0;l<i.length;l++){const d=Ko(i[l],e,r);s.push(d)}return s}function kl(i,e,r,s){if(i[0]<r[0]||i[0]>r[2]){const l=.5*s;let d=i[0]-r[0]>l?-s:r[0]-i[0]>l?s:0;d===0&&(d=i[0]-r[2]>l?-s:r[2]-i[0]>l?s:0),i[0]+=d}pt(e,i)}function Il(i,e,r,s){const l=Math.pow(2,s.z)*yr,d=[s.x*yr,s.y*yr],p=[];for(const m of i)for(const _ of m){const x=[_.x+d[0],_.y+d[1]];kl(x,e,r,l),p.push(x)}return p}function Cl(i,e,r,s){const l=Math.pow(2,s.z)*yr,d=[s.x*yr,s.y*yr],p=[];for(const _ of i){const x=[];for(const S of _){const I=[S.x+d[0],S.y+d[1]];pt(e,I),x.push(I)}p.push(x)}if(e[2]-e[0]<=l/2){(m=e)[0]=m[1]=1/0,m[2]=m[3]=-1/0;for(const _ of p)for(const x of _)kl(x,e,r,l)}var m;return p}class dn{constructor(e,r){this.type=Ye,this.geojson=e,this.geometries=r}static parse(e,r){if(e.length!==2)return r.error(`'within' expression requires exactly one argument, but found ${e.length-1} instead.`);if(hs(e[1])){const s=e[1];if(s.type==="FeatureCollection"){const l=[];for(const d of s.features){const{type:p,coordinates:m}=d.geometry;p==="Polygon"&&l.push(m),p==="MultiPolygon"&&l.push(...m)}if(l.length)return new dn(s,{type:"MultiPolygon",coordinates:l})}else if(s.type==="Feature"){const l=s.geometry.type;if(l==="Polygon"||l==="MultiPolygon")return new dn(s,s.geometry)}else if(s.type==="Polygon"||s.type==="MultiPolygon")return new dn(s,s)}return r.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(r,s){const l=[1/0,1/0,-1/0,-1/0],d=[1/0,1/0,-1/0,-1/0],p=r.canonicalID();if(s.type==="Polygon"){const m=Ko(s.coordinates,d,p),_=Il(r.geometry(),l,d,p);if(!_s(l,d))return!1;for(const x of _)if(!Ln(x,m))return!1}if(s.type==="MultiPolygon"){const m=Tl(s.coordinates,d,p),_=Il(r.geometry(),l,d,p);if(!_s(l,d))return!1;for(const x of _)if(!Wc(x,m))return!1}return!0}(e,this.geometries);if(e.geometryType()==="LineString")return function(r,s){const l=[1/0,1/0,-1/0,-1/0],d=[1/0,1/0,-1/0,-1/0],p=r.canonicalID();if(s.type==="Polygon"){const m=Ko(s.coordinates,d,p),_=Cl(r.geometry(),l,d,p);if(!_s(l,d))return!1;for(const x of _)if(!wl(x,m))return!1}if(s.type==="MultiPolygon"){const m=Tl(s.coordinates,d,p),_=Cl(r.geometry(),l,d,p);if(!_s(l,d))return!1;for(const x of _)if(!Xc(x,m))return!1}return!0}(e,this.geometries)}return!1}eachChild(){}outputDefined(){return!0}}let El=class{constructor(i=[],e=Jc){if(this.data=i,this.length=this.data.length,this.compare=e,this.length>0)for(let r=(this.length>>1)-1;r>=0;r--)this._down(r)}push(i){this.data.push(i),this.length++,this._up(this.length-1)}pop(){if(this.length===0)return;const i=this.data[0],e=this.data.pop();return this.length--,this.length>0&&(this.data[0]=e,this._down(0)),i}peek(){return this.data[0]}_up(i){const{data:e,compare:r}=this,s=e[i];for(;i>0;){const l=i-1>>1,d=e[l];if(r(s,d)>=0)break;e[i]=d,i=l}e[i]=s}_down(i){const{data:e,compare:r}=this,s=this.length>>1,l=e[i];for(;i<s;){let d=1+(i<<1),p=e[d];const m=d+1;if(m<this.length&&r(e[m],p)<0&&(d=m,p=e[m]),r(p,l)>=0)break;e[i]=p,i=d}e[i]=l}};function Jc(i,e){return i<e?-1:i>e?1:0}function Kc(i,e,r,s,l){Pl(i,e,r,s||i.length-1,l||Yc)}function Pl(i,e,r,s,l){for(;s>r;){if(s-r>600){var d=s-r+1,p=e-r+1,m=Math.log(d),_=.5*Math.exp(2*m/3),x=.5*Math.sqrt(m*_*(d-_)/d)*(p-d/2<0?-1:1);Pl(i,e,Math.max(r,Math.floor(e-p*_/d+x)),Math.min(s,Math.floor(e+(d-p)*_/d+x)),l)}var S=i[e],I=r,A=s;for(ys(i,r,e),l(i[s],S)>0&&ys(i,r,s);I<A;){for(ys(i,I,A),I++,A--;l(i[I],S)<0;)I++;for(;l(i[A],S)>0;)A--}l(i[r],S)===0?ys(i,r,A):ys(i,++A,s),A<=e&&(r=A+1),e<=A&&(s=A-1)}}function ys(i,e,r){var s=i[e];i[e]=i[r],i[r]=s}function Yc(i,e){return i<e?-1:i>e?1:0}function to(i,e){if(i.length<=1)return[i];const r=[];let s,l;for(const d of i){const p=eh(d);p!==0&&(d.area=Math.abs(p),l===void 0&&(l=p<0),l===p<0?(s&&r.push(s),s=[d]):s.push(d))}if(s&&r.push(s),e>1)for(let d=0;d<r.length;d++)r[d].length<=e||(Kc(r[d],e,1,r[d].length-1,Qc),r[d]=r[d].slice(0,e));return r}function Qc(i,e){return e.area-i.area}function eh(i){let e=0;for(let r,s,l=0,d=i.length,p=d-1;l<d;p=l++)r=i[l],s=i[p],e+=(s.x-r.x)*(r.y+s.y);return e}const Al=1/298.257223563,Ml=Al*(2-Al),zl=Math.PI/180;class Yo{constructor(e){const r=6378.137*zl*1e3,s=Math.cos(e*zl),l=1/(1-Ml*(1-s*s)),d=Math.sqrt(l);this.kx=r*d*s,this.ky=r*d*l*(1-Ml)}distance(e,r){const s=this.wrap(e[0]-r[0])*this.kx,l=(e[1]-r[1])*this.ky;return Math.sqrt(s*s+l*l)}pointOnLine(e,r){let s,l,d,p,m=1/0;for(let _=0;_<e.length-1;_++){let x=e[_][0],S=e[_][1],I=this.wrap(e[_+1][0]-x)*this.kx,A=(e[_+1][1]-S)*this.ky,D=0;I===0&&A===0||(D=(this.wrap(r[0]-x)*this.kx*I+(r[1]-S)*this.ky*A)/(I*I+A*A),D>1?(x=e[_+1][0],S=e[_+1][1]):D>0&&(x+=I/this.kx*D,S+=A/this.ky*D)),I=this.wrap(r[0]-x)*this.kx,A=(r[1]-S)*this.ky;const B=I*I+A*A;B<m&&(m=B,s=x,l=S,d=_,p=D)}return{point:[s,l],index:d,t:Math.max(0,Math.min(1,p))}}wrap(e){for(;e<-180;)e+=360;for(;e>180;)e-=360;return e}}function Dl(i,e){return e[0]-i[0]}function io(i){return i[1]-i[0]+1}function Dr(i,e){return i[1]>=i[0]&&i[1]<e}function xs(i,e){if(i[0]>i[1])return[null,null];const r=io(i);if(e){if(r===2)return[i,null];const l=Math.floor(r/2);return[[i[0],i[0]+l],[i[0]+l,i[1]]]}if(r===1)return[i,null];const s=Math.floor(r/2)-1;return[[i[0],i[0]+s],[i[0]+s+1,i[1]]]}function Qo(i,e){if(!Dr(e,i.length))return[1/0,1/0,-1/0,-1/0];const r=[1/0,1/0,-1/0,-1/0];for(let s=e[0];s<=e[1];++s)pt(r,i[s]);return r}function ea(i){const e=[1/0,1/0,-1/0,-1/0];for(const r of i)for(const s of r)pt(e,s);return e}function Ll(i){return i[0]!==-1/0&&i[1]!==-1/0&&i[2]!==1/0&&i[3]!==1/0}function ta(i,e,r){if(!Ll(i)||!Ll(e))return NaN;let s=0,l=0;return i[2]<e[0]&&(s=e[0]-i[2]),i[0]>e[2]&&(s=i[0]-e[2]),i[1]>e[3]&&(l=i[1]-e[3]),i[3]<e[1]&&(l=e[1]-i[3]),r.distance([0,0],[s,l])}function Et(i,e,r){const s=r.pointOnLine(e,i);return r.distance(i,s.point)}function ia(i,e,r,s,l){const d=Math.min(Et(i,[r,s],l),Et(e,[r,s],l)),p=Math.min(Et(r,[i,e],l),Et(s,[i,e],l));return Math.min(d,p)}function ut(i,e,r,s,l){if(!Dr(e,i.length)||!Dr(s,r.length))return 1/0;let d=1/0;for(let p=e[0];p<e[1];++p){const m=i[p],_=i[p+1];for(let x=s[0];x<s[1];++x){const S=r[x],I=r[x+1];if(eo(m,_,S,I))return 0;d=Math.min(d,ia(m,_,S,I,l))}}return d}function ra(i,e,r,s,l){if(!Dr(e,i.length)||!Dr(s,r.length))return NaN;let d=1/0;for(let p=e[0];p<=e[1];++p)for(let m=s[0];m<=s[1];++m)if(d=Math.min(d,l.distance(i[p],r[m])),d===0)return d;return d}function Vt(i,e,r){if(Ln(i,e,!0))return 0;let s=1/0;for(const l of e){const d=l[0],p=l[l.length-1];if(d!==p&&(s=Math.min(s,Et(i,[p,d],r)),s===0))return s;const m=r.pointOnLine(l,i);if(s=Math.min(s,r.distance(i,m.point)),s===0)return s}return s}function Mt(i,e,r,s){if(!Dr(e,i.length))return NaN;for(let d=e[0];d<=e[1];++d)if(Ln(i[d],r,!0))return 0;let l=1/0;for(let d=e[0];d<e[1];++d){const p=i[d],m=i[d+1];for(const _ of r)for(let x=0,S=_.length,I=S-1;x<S;I=x++){const A=_[I],D=_[x];if(eo(p,m,A,D))return 0;l=Math.min(l,ia(p,m,A,D,s))}}return l}function vs(i,e){for(const r of i)for(const s of r)if(Ln(s,e,!0))return!0;return!1}function Rl(i,e,r,s=1/0){const l=ea(i),d=ea(e);if(s!==1/0&&ta(l,d,r)>=s)return s;if(_s(l,d)){if(vs(i,e))return 0}else if(vs(e,i))return 0;let p=1/0;for(const m of i)for(let _=0,x=m.length,S=x-1;_<x;S=_++){const I=m[S],A=m[_];for(const D of e)for(let B=0,O=D.length,q=O-1;B<O;q=B++){const J=D[q],ae=D[B];if(eo(I,A,J,ae))return 0;p=Math.min(p,ia(I,A,J,ae,r))}}return p}function na(i,e,r,s,l,d){if(!d)return;const p=ta(Qo(s,d),l,r);p<e&&i.push([p,d,[0,0]])}function ro(i,e,r,s,l,d,p){if(!d||!p)return;const m=ta(Qo(s,d),Qo(l,p),r);m<e&&i.push([m,d,p])}function no(i,e,r,s,l=1/0){let d=Math.min(s.distance(i[0],r[0][0]),l);if(d===0)return d;const p=new El([[0,[0,i.length-1],[0,0]]],Dl),m=ea(r);for(;p.length>0;){const _=p.pop();if(_[0]>=d)continue;const x=_[1],S=e?50:100;if(io(x)<=S){if(!Dr(x,i.length))return NaN;if(e){const I=Mt(i,x,r,s);if(isNaN(I)||I===0)return I;d=Math.min(d,I)}else for(let I=x[0];I<=x[1];++I){const A=Vt(i[I],r,s);if(d=Math.min(d,A),d===0)return 0}}else{const I=xs(x,e);na(p,d,s,i,m,I[0]),na(p,d,s,i,m,I[1])}}return d}function so(i,e,r,s,l,d=1/0){let p=Math.min(d,l.distance(i[0],r[0]));if(p===0)return p;const m=new El([[0,[0,i.length-1],[0,r.length-1]]],Dl);for(;m.length>0;){const _=m.pop();if(_[0]>=p)continue;const x=_[1],S=_[2],I=e?50:100,A=s?50:100;if(io(x)<=I&&io(S)<=A){if(!Dr(x,i.length)&&Dr(S,r.length))return NaN;let D;if(e&&s)D=ut(i,x,r,S,l),p=Math.min(p,D);else if(e&&!s){const B=i.slice(x[0],x[1]+1);for(let O=S[0];O<=S[1];++O)if(D=Et(r[O],B,l),p=Math.min(p,D),p===0)return p}else if(!e&&s){const B=r.slice(S[0],S[1]+1);for(let O=x[0];O<=x[1];++O)if(D=Et(i[O],B,l),p=Math.min(p,D),p===0)return p}else D=ra(i,x,r,S,l),p=Math.min(p,D)}else{const D=xs(x,e),B=xs(S,s);ro(m,p,l,i,r,D[0],B[0]),ro(m,p,l,i,r,D[0],B[1]),ro(m,p,l,i,r,D[1],B[0]),ro(m,p,l,i,r,D[1],B[1])}}return p}function sa(i){return i.type==="MultiPolygon"?i.coordinates.map(e=>({type:"Polygon",coordinates:e})):i.type==="MultiLineString"?i.coordinates.map(e=>({type:"LineString",coordinates:e})):i.type==="MultiPoint"?i.coordinates.map(e=>({type:"Point",coordinates:e})):[i]}class Jr{constructor(e,r){this.type=Ee,this.geojson=e,this.geometries=r}static parse(e,r){if(e.length!==2)return r.error(`'distance' expression requires exactly one argument, but found ${e.length-1} instead.`);if(hs(e[1])){const s=e[1];if(s.type==="FeatureCollection")return new Jr(s,s.features.map(l=>sa(l.geometry)).flat());if(s.type==="Feature")return new Jr(s,sa(s.geometry));if("type"in s&&"coordinates"in s)return new Jr(s,sa(s))}return r.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(r,s){const l=r.geometry(),d=l.flat().map(_=>Dn([_.x,_.y],r.canonical));if(l.length===0)return NaN;const p=new Yo(d[0][1]);let m=1/0;for(const _ of s){switch(_.type){case"Point":m=Math.min(m,so(d,!1,[_.coordinates],!1,p,m));break;case"LineString":m=Math.min(m,so(d,!1,_.coordinates,!0,p,m));break;case"Polygon":m=Math.min(m,no(d,!1,_.coordinates,p,m))}if(m===0)return m}return m}(e,this.geometries);if(e.geometryType()==="LineString")return function(r,s){const l=r.geometry(),d=l.flat().map(_=>Dn([_.x,_.y],r.canonical));if(l.length===0)return NaN;const p=new Yo(d[0][1]);let m=1/0;for(const _ of s){switch(_.type){case"Point":m=Math.min(m,so(d,!0,[_.coordinates],!1,p,m));break;case"LineString":m=Math.min(m,so(d,!0,_.coordinates,!0,p,m));break;case"Polygon":m=Math.min(m,no(d,!0,_.coordinates,p,m))}if(m===0)return m}return m}(e,this.geometries);if(e.geometryType()==="Polygon")return function(r,s){const l=r.geometry();if(l.length===0||l[0].length===0)return NaN;const d=to(l,0).map(_=>_.map(x=>x.map(S=>Dn([S.x,S.y],r.canonical)))),p=new Yo(d[0][0][0][1]);let m=1/0;for(const _ of s)for(const x of d){switch(_.type){case"Point":m=Math.min(m,no([_.coordinates],!1,x,p,m));break;case"LineString":m=Math.min(m,no(_.coordinates,!0,x,p,m));break;case"Polygon":m=Math.min(m,Rl(x,_.coordinates,p,m))}if(m===0)return m}return m}(e,this.geometries)}return NaN}eachChild(){}outputDefined(){return!0}}const pn={"==":xl,"!=":Uc,">":vl,"<":qc,">=":Zc,"<=":bl,array:Xi,at:Go,boolean:Xi,case:Xs,coalesce:Ks,collator:Ys,format:Qs,image:Wo,in:ps,"index-of":Hs,interpolate:Ui,"interpolate-hcl":Ui,"interpolate-lab":Ui,length:Xo,let:xt,literal:hn,match:Ws,number:Xi,"number-format":Ho,object:Xi,slice:Js,step:zn,string:Xi,"to-boolean":Hr,"to-color":Hr,"to-number":Hr,"to-string":Hr,var:Gs,within:dn,distance:Jr};class qi{constructor(e,r,s,l){this.name=e,this.type=r,this._evaluate=s,this.args=l}evaluate(e){return this._evaluate(e,this.args)}eachChild(e){this.args.forEach(e)}outputDefined(){return!1}static parse(e,r){const s=e[0],l=qi.definitions[s];if(!l)return r.error(`Unknown expression "${s}". If you wanted a literal array, use ["literal", [...]].`,0);const d=Array.isArray(l)?l[0]:l.type,p=Array.isArray(l)?[[l[1],l[2]]]:l.overloads,m=p.filter(([x])=>!Array.isArray(x)||x.length===e.length-1);let _=null;for(const[x,S]of m){_=new Wr(r.registry,ao,r.path,null,r.scope);const I=[];let A=!1;for(let D=1;D<e.length;D++){const B=e[D],O=Array.isArray(x)?x[D-1]:x.type,q=_.parse(B,1+I.length,O);if(!q){A=!0;break}I.push(q)}if(!A)if(Array.isArray(x)&&x.length!==I.length)_.error(`Expected ${x.length} arguments, but found ${I.length} instead.`);else{for(let D=0;D<I.length;D++){const B=Array.isArray(x)?x[D]:x.type,O=I[D];_.concat(D+1).checkSubtype(B,O.type)}if(_.errors.length===0)return new qi(s,d,S,I)}}if(m.length===1)r.errors.push(..._.errors);else{const x=(m.length?m:p).map(([I])=>{return A=I,Array.isArray(A)?`(${A.map(M).join(", ")})`:`(${M(A.type)}...)`;var A}).join(" | "),S=[];for(let I=1;I<e.length;I++){const A=r.parse(e[I],1+S.length);if(!A)return null;S.push(M(A.type))}r.error(`Expected arguments of type ${x}, but found (${S.join(", ")}) instead.`)}return null}static register(e,r){qi.definitions=r;for(const s in r)e[s]=qi}}function oa(i,[e,r,s,l]){e=e.evaluate(i),r=r.evaluate(i),s=s.evaluate(i);const d=l?l.evaluate(i):1,p=qs(e,r,s,d);if(p)throw new Xt(p);return new bt(e/255,r/255,s/255,d,!1)}function oo(i,e){return i in e}function aa(i,e){const r=e[i];return r===void 0?null:r}function fn(i){return{type:i}}function ao(i){if(i instanceof Gs)return ao(i.boundExpression);if(i instanceof qi&&i.name==="error"||i instanceof Ys||i instanceof dn||i instanceof Jr)return!1;const e=i instanceof Hr||i instanceof Xi;let r=!0;return i.eachChild(s=>{r=e?r&&ao(s):r&&s instanceof hn}),!!r&&lo(i)&&co(i,["zoom","heatmap-density","line-progress","accumulated","is-supported-script"])}function lo(i){if(i instanceof qi&&(i.name==="get"&&i.args.length===1||i.name==="feature-state"||i.name==="has"&&i.args.length===1||i.name==="properties"||i.name==="geometry-type"||i.name==="id"||/^filter-/.test(i.name))||i instanceof dn||i instanceof Jr)return!1;let e=!0;return i.eachChild(r=>{e&&!lo(r)&&(e=!1)}),e}function bs(i){if(i instanceof qi&&i.name==="feature-state")return!1;let e=!0;return i.eachChild(r=>{e&&!bs(r)&&(e=!1)}),e}function co(i,e){if(i instanceof qi&&e.indexOf(i.name)>=0)return!1;let r=!0;return i.eachChild(s=>{r&&!co(s,e)&&(r=!1)}),r}function Bl(i){return{result:"success",value:i}}function Rn(i){return{result:"error",value:i}}function mn(i){return i["property-type"]==="data-driven"||i["property-type"]==="cross-faded-data-driven"}function la(i){return!!i.expression&&i.expression.parameters.indexOf("zoom")>-1}function Bn(i){return!!i.expression&&i.expression.interpolated}function gt(i){return i instanceof Number?"number":i instanceof String?"string":i instanceof Boolean?"boolean":Array.isArray(i)?"array":i===null?"null":typeof i}function ws(i){return typeof i=="object"&&i!==null&&!Array.isArray(i)}function Fl(i){return i}function Ol(i,e){const r=e.type==="color",s=i.stops&&typeof i.stops[0][0]=="object",l=s||!(s||i.property!==void 0),d=i.type||(Bn(e)?"exponential":"interval");if(r||e.type==="padding"){const S=r?bt.parse:Ni.parse;(i=fr({},i)).stops&&(i.stops=i.stops.map(I=>[I[0],S(I[1])])),i.default=S(i.default?i.default:e.default)}if(i.colorSpace&&(p=i.colorSpace)!=="rgb"&&p!=="hcl"&&p!=="lab")throw new Error(`Unknown color space: "${i.colorSpace}"`);var p;let m,_,x;if(d==="exponential")m=ca;else if(d==="interval")m=uo;else if(d==="categorical"){m=ho,_=Object.create(null);for(const S of i.stops)_[S[0]]=S[1];x=typeof i.stops[0][0]}else{if(d!=="identity")throw new Error(`Unknown function type "${d}"`);m=ha}if(s){const S={},I=[];for(let B=0;B<i.stops.length;B++){const O=i.stops[B],q=O[0].zoom;S[q]===void 0&&(S[q]={zoom:q,type:i.type,property:i.property,default:i.default,stops:[]},I.push(q)),S[q].stops.push([O[0].value,O[1]])}const A=[];for(const B of I)A.push([S[B].zoom,Ol(S[B],e)]);const D={name:"linear"};return{kind:"composite",interpolationType:D,interpolationFactor:Ui.interpolationFactor.bind(void 0,D),zoomStops:A.map(B=>B[0]),evaluate:({zoom:B},O)=>ca({stops:A,base:i.base},e,B).evaluate(B,O)}}if(l){const S=d==="exponential"?{name:"exponential",base:i.base!==void 0?i.base:1}:null;return{kind:"camera",interpolationType:S,interpolationFactor:Ui.interpolationFactor.bind(void 0,S),zoomStops:i.stops.map(I=>I[0]),evaluate:({zoom:I})=>m(i,e,I,_,x)}}return{kind:"source",evaluate(S,I){const A=I&&I.properties?I.properties[i.property]:void 0;return A===void 0?gn(i.default,e.default):m(i,e,A,_,x)}}}function gn(i,e,r){return i!==void 0?i:e!==void 0?e:r!==void 0?r:void 0}function ho(i,e,r,s,l){return gn(typeof r===l?s[r]:void 0,i.default,e.default)}function uo(i,e,r){if(gt(r)!=="number")return gn(i.default,e.default);const s=i.stops.length;if(s===1||r<=i.stops[0][0])return i.stops[0][1];if(r>=i.stops[s-1][0])return i.stops[s-1][1];const l=fs(i.stops.map(d=>d[0]),r);return i.stops[l][1]}function ca(i,e,r){const s=i.base!==void 0?i.base:1;if(gt(r)!=="number")return gn(i.default,e.default);const l=i.stops.length;if(l===1||r<=i.stops[0][0])return i.stops[0][1];if(r>=i.stops[l-1][0])return i.stops[l-1][1];const d=fs(i.stops.map(S=>S[0]),r),p=function(S,I,A,D){const B=D-A,O=S-A;return B===0?0:I===1?O/B:(Math.pow(I,O)-1)/(Math.pow(I,B)-1)}(r,s,i.stops[d][0],i.stops[d+1][0]),m=i.stops[d][1],_=i.stops[d+1][1],x=ji[e.type]||Fl;return typeof m.evaluate=="function"?{evaluate(...S){const I=m.evaluate.apply(void 0,S),A=_.evaluate.apply(void 0,S);if(I!==void 0&&A!==void 0)return x(I,A,p,i.colorSpace)}}:x(m,_,p,i.colorSpace)}function ha(i,e,r){switch(e.type){case"color":r=bt.parse(r);break;case"formatted":r=Vi.fromString(r.toString());break;case"resolvedImage":r=ui.fromString(r.toString());break;case"padding":r=Ni.parse(r);break;default:gt(r)===e.type||e.type==="enum"&&e.values[r]||(r=void 0)}return gn(r,i.default,e.default)}qi.register(pn,{error:[{kind:"error"},[ot],(i,[e])=>{throw new Xt(e.evaluate(i))}],typeof:[ot,[it],(i,[e])=>M(Yt(e.evaluate(i)))],"to-rgba":[z(Ee,4),[Pi],(i,[e])=>{const[r,s,l,d]=e.evaluate(i).rgb;return[255*r,255*s,255*l,d]}],rgb:[Pi,[Ee,Ee,Ee],oa],rgba:[Pi,[Ee,Ee,Ee,Ee],oa],has:{type:Ye,overloads:[[[ot],(i,[e])=>oo(e.evaluate(i),i.properties())],[[ot,tr],(i,[e,r])=>oo(e.evaluate(i),r.evaluate(i))]]},get:{type:it,overloads:[[[ot],(i,[e])=>aa(e.evaluate(i),i.properties())],[[ot,tr],(i,[e,r])=>aa(e.evaluate(i),r.evaluate(i))]]},"feature-state":[it,[ot],(i,[e])=>aa(e.evaluate(i),i.featureState||{})],properties:[tr,[],i=>i.properties()],"geometry-type":[ot,[],i=>i.geometryType()],id:[it,[],i=>i.id()],zoom:[Ee,[],i=>i.globals.zoom],"heatmap-density":[Ee,[],i=>i.globals.heatmapDensity||0],"line-progress":[Ee,[],i=>i.globals.lineProgress||0],accumulated:[it,[],i=>i.globals.accumulated===void 0?null:i.globals.accumulated],"+":[Ee,fn(Ee),(i,e)=>{let r=0;for(const s of e)r+=s.evaluate(i);return r}],"*":[Ee,fn(Ee),(i,e)=>{let r=1;for(const s of e)r*=s.evaluate(i);return r}],"-":{type:Ee,overloads:[[[Ee,Ee],(i,[e,r])=>e.evaluate(i)-r.evaluate(i)],[[Ee],(i,[e])=>-e.evaluate(i)]]},"/":[Ee,[Ee,Ee],(i,[e,r])=>e.evaluate(i)/r.evaluate(i)],"%":[Ee,[Ee,Ee],(i,[e,r])=>e.evaluate(i)%r.evaluate(i)],ln2:[Ee,[],()=>Math.LN2],pi:[Ee,[],()=>Math.PI],e:[Ee,[],()=>Math.E],"^":[Ee,[Ee,Ee],(i,[e,r])=>Math.pow(e.evaluate(i),r.evaluate(i))],sqrt:[Ee,[Ee],(i,[e])=>Math.sqrt(e.evaluate(i))],log10:[Ee,[Ee],(i,[e])=>Math.log(e.evaluate(i))/Math.LN10],ln:[Ee,[Ee],(i,[e])=>Math.log(e.evaluate(i))],log2:[Ee,[Ee],(i,[e])=>Math.log(e.evaluate(i))/Math.LN2],sin:[Ee,[Ee],(i,[e])=>Math.sin(e.evaluate(i))],cos:[Ee,[Ee],(i,[e])=>Math.cos(e.evaluate(i))],tan:[Ee,[Ee],(i,[e])=>Math.tan(e.evaluate(i))],asin:[Ee,[Ee],(i,[e])=>Math.asin(e.evaluate(i))],acos:[Ee,[Ee],(i,[e])=>Math.acos(e.evaluate(i))],atan:[Ee,[Ee],(i,[e])=>Math.atan(e.evaluate(i))],min:[Ee,fn(Ee),(i,e)=>Math.min(...e.map(r=>r.evaluate(i)))],max:[Ee,fn(Ee),(i,e)=>Math.max(...e.map(r=>r.evaluate(i)))],abs:[Ee,[Ee],(i,[e])=>Math.abs(e.evaluate(i))],round:[Ee,[Ee],(i,[e])=>{const r=e.evaluate(i);return r<0?-Math.round(-r):Math.round(r)}],floor:[Ee,[Ee],(i,[e])=>Math.floor(e.evaluate(i))],ceil:[Ee,[Ee],(i,[e])=>Math.ceil(e.evaluate(i))],"filter-==":[Ye,[ot,it],(i,[e,r])=>i.properties()[e.value]===r.value],"filter-id-==":[Ye,[it],(i,[e])=>i.id()===e.value],"filter-type-==":[Ye,[ot],(i,[e])=>i.geometryType()===e.value],"filter-<":[Ye,[ot,it],(i,[e,r])=>{const s=i.properties()[e.value],l=r.value;return typeof s==typeof l&&s<l}],"filter-id-<":[Ye,[it],(i,[e])=>{const r=i.id(),s=e.value;return typeof r==typeof s&&r<s}],"filter->":[Ye,[ot,it],(i,[e,r])=>{const s=i.properties()[e.value],l=r.value;return typeof s==typeof l&&s>l}],"filter-id->":[Ye,[it],(i,[e])=>{const r=i.id(),s=e.value;return typeof r==typeof s&&r>s}],"filter-<=":[Ye,[ot,it],(i,[e,r])=>{const s=i.properties()[e.value],l=r.value;return typeof s==typeof l&&s<=l}],"filter-id-<=":[Ye,[it],(i,[e])=>{const r=i.id(),s=e.value;return typeof r==typeof s&&r<=s}],"filter->=":[Ye,[ot,it],(i,[e,r])=>{const s=i.properties()[e.value],l=r.value;return typeof s==typeof l&&s>=l}],"filter-id->=":[Ye,[it],(i,[e])=>{const r=i.id(),s=e.value;return typeof r==typeof s&&r>=s}],"filter-has":[Ye,[it],(i,[e])=>e.value in i.properties()],"filter-has-id":[Ye,[],i=>i.id()!==null&&i.id()!==void 0],"filter-type-in":[Ye,[z(ot)],(i,[e])=>e.value.indexOf(i.geometryType())>=0],"filter-id-in":[Ye,[z(it)],(i,[e])=>e.value.indexOf(i.id())>=0],"filter-in-small":[Ye,[ot,z(it)],(i,[e,r])=>r.value.indexOf(i.properties()[e.value])>=0],"filter-in-large":[Ye,[ot,z(it)],(i,[e,r])=>function(s,l,d,p){for(;d<=p;){const m=d+p>>1;if(l[m]===s)return!0;l[m]>s?p=m-1:d=m+1}return!1}(i.properties()[e.value],r.value,0,r.value.length-1)],all:{type:Ye,overloads:[[[Ye,Ye],(i,[e,r])=>e.evaluate(i)&&r.evaluate(i)],[fn(Ye),(i,e)=>{for(const r of e)if(!r.evaluate(i))return!1;return!0}]]},any:{type:Ye,overloads:[[[Ye,Ye],(i,[e,r])=>e.evaluate(i)||r.evaluate(i)],[fn(Ye),(i,e)=>{for(const r of e)if(r.evaluate(i))return!0;return!1}]]},"!":[Ye,[Ye],(i,[e])=>!e.evaluate(i)],"is-supported-script":[Ye,[ot],(i,[e])=>{const r=i.globals&&i.globals.isSupportedScript;return!r||r(e.evaluate(i))}],upcase:[ot,[ot],(i,[e])=>e.evaluate(i).toUpperCase()],downcase:[ot,[ot],(i,[e])=>e.evaluate(i).toLowerCase()],concat:[ot,fn(it),(i,e)=>e.map(r=>zr(r.evaluate(i))).join("")],"resolved-locale":[ot,[gr],(i,[e])=>e.evaluate(i).resolvedLocale()]});class po{constructor(e,r){var s;this.expression=e,this._warningHistory={},this._evaluator=new ds,this._defaultValue=r?(s=r).type==="color"&&ws(s.default)?new bt(0,0,0,0):s.type==="color"?bt.parse(s.default)||null:s.type==="padding"?Ni.parse(s.default)||null:s.type==="variableAnchorOffsetCollection"?$i.parse(s.default)||null:s.default===void 0?null:s.default:null,this._enumValues=r&&r.type==="enum"?r.values:null}evaluateWithoutErrorHandling(e,r,s,l,d,p){return this._evaluator.globals=e,this._evaluator.feature=r,this._evaluator.featureState=s,this._evaluator.canonical=l,this._evaluator.availableImages=d||null,this._evaluator.formattedSection=p,this.expression.evaluate(this._evaluator)}evaluate(e,r,s,l,d,p){this._evaluator.globals=e,this._evaluator.feature=r||null,this._evaluator.featureState=s||null,this._evaluator.canonical=l,this._evaluator.availableImages=d||null,this._evaluator.formattedSection=p||null;try{const m=this.expression.evaluate(this._evaluator);if(m==null||typeof m=="number"&&m!=m)return this._defaultValue;if(this._enumValues&&!(m in this._enumValues))throw new Xt(`Expected value to be one of ${Object.keys(this._enumValues).map(_=>JSON.stringify(_)).join(", ")}, but found ${JSON.stringify(m)} instead.`);return m}catch(m){return this._warningHistory[m.message]||(this._warningHistory[m.message]=!0,typeof console<"u"&&console.warn(m.message)),this._defaultValue}}}function Ss(i){return Array.isArray(i)&&i.length>0&&typeof i[0]=="string"&&i[0]in pn}function _n(i,e){const r=new Wr(pn,ao,[],e?function(l){const d={color:Pi,string:ot,number:Ee,enum:ot,boolean:Ye,formatted:Mr,padding:Gr,resolvedImage:_r,variableAnchorOffsetCollection:W};return l.type==="array"?z(d[l.value]||it,l.length):d[l.type]}(e):void 0),s=r.parse(i,void 0,void 0,void 0,e&&e.type==="string"?{typeAnnotation:"coerce"}:void 0);return s?Bl(new po(s,e)):Rn(r.errors)}class ua{constructor(e,r){this.kind=e,this._styleExpression=r,this.isStateDependent=e!=="constant"&&!bs(r.expression)}evaluateWithoutErrorHandling(e,r,s,l,d,p){return this._styleExpression.evaluateWithoutErrorHandling(e,r,s,l,d,p)}evaluate(e,r,s,l,d,p){return this._styleExpression.evaluate(e,r,s,l,d,p)}}class da{constructor(e,r,s,l){this.kind=e,this.zoomStops=s,this._styleExpression=r,this.isStateDependent=e!=="camera"&&!bs(r.expression),this.interpolationType=l}evaluateWithoutErrorHandling(e,r,s,l,d,p){return this._styleExpression.evaluateWithoutErrorHandling(e,r,s,l,d,p)}evaluate(e,r,s,l,d,p){return this._styleExpression.evaluate(e,r,s,l,d,p)}interpolationFactor(e,r,s){return this.interpolationType?Ui.interpolationFactor(this.interpolationType,e,r,s):0}}function Vl(i,e){const r=_n(i,e);if(r.result==="error")return r;const s=r.value.expression,l=lo(s);if(!l&&!mn(e))return Rn([new Si("","data expressions not supported")]);const d=co(s,["zoom"]);if(!d&&!la(e))return Rn([new Si("","zoom expressions not supported")]);const p=mo(s);return p||d?p instanceof Si?Rn([p]):p instanceof Ui&&!Bn(e)?Rn([new Si("",'"interpolate" expressions cannot be used with this property')]):Bl(p?new da(l?"camera":"composite",r.value,p.labels,p instanceof Ui?p.interpolation:void 0):new ua(l?"constant":"source",r.value)):Rn([new Si("",'"zoom" expression may only be used as input to a top-level "step" or "interpolate" expression.')])}class fo{constructor(e,r){this._parameters=e,this._specification=r,fr(this,Ol(this._parameters,this._specification))}static deserialize(e){return new fo(e._parameters,e._specification)}static serialize(e){return{_parameters:e._parameters,_specification:e._specification}}}function mo(i){let e=null;if(i instanceof xt)e=mo(i.result);else if(i instanceof Ks){for(const r of i.args)if(e=mo(r),e)break}else(i instanceof zn||i instanceof Ui)&&i.input instanceof qi&&i.input.name==="zoom"&&(e=i);return e instanceof Si||i.eachChild(r=>{const s=mo(r);s instanceof Si?e=s:!e&&s?e=new Si("",'"zoom" expression may only be used as input to a top-level "step" or "interpolate" expression.'):e&&s&&e!==s&&(e=new Si("",'Only one zoom-based "step" or "interpolate" subexpression may be used in an expression.'))}),e}function Fn(i){if(i===!0||i===!1)return!0;if(!Array.isArray(i)||i.length===0)return!1;switch(i[0]){case"has":return i.length>=2&&i[1]!=="$id"&&i[1]!=="$type";case"in":return i.length>=3&&(typeof i[1]!="string"||Array.isArray(i[2]));case"!in":case"!has":case"none":return!1;case"==":case"!=":case">":case">=":case"<":case"<=":return i.length!==3||Array.isArray(i[1])||Array.isArray(i[2]);case"any":case"all":for(const e of i.slice(1))if(!Fn(e)&&typeof e!="boolean")return!1;return!0;default:return!0}}const go={type:"boolean",default:!1,transition:!1,"property-type":"data-driven",expression:{interpolated:!1,parameters:["zoom","feature"]}};function Ti(i){if(i==null)return{filter:()=>!0,needGeometry:!1};Fn(i)||(i=_o(i));const e=_n(i,go);if(e.result==="error")throw new Error(e.value.map(r=>`${r.key}: ${r.message}`).join(", "));return{filter:(r,s,l)=>e.value.evaluate(r,s,{},l),needGeometry:pa(i)}}function Ts(i,e){return i<e?-1:i>e?1:0}function pa(i){if(!Array.isArray(i))return!1;if(i[0]==="within"||i[0]==="distance")return!0;for(let e=1;e<i.length;e++)if(pa(i[e]))return!0;return!1}function _o(i){if(!i)return!0;const e=i[0];return i.length<=1?e!=="any":e==="=="?fa(i[1],i[2],"=="):e==="!="?Vn(fa(i[1],i[2],"==")):e==="<"||e===">"||e==="<="||e===">="?fa(i[1],i[2],e):e==="any"?(r=i.slice(1),["any"].concat(r.map(_o))):e==="all"?["all"].concat(i.slice(1).map(_o)):e==="none"?["all"].concat(i.slice(1).map(_o).map(Vn)):e==="in"?On(i[1],i.slice(2)):e==="!in"?Vn(On(i[1],i.slice(2))):e==="has"?ma(i[1]):e!=="!has"||Vn(ma(i[1]));var r}function fa(i,e,r){switch(i){case"$type":return[`filter-type-${r}`,e];case"$id":return[`filter-id-${r}`,e];default:return[`filter-${r}`,i,e]}}function On(i,e){if(e.length===0)return!1;switch(i){case"$type":return["filter-type-in",["literal",e]];case"$id":return["filter-id-in",["literal",e]];default:return e.length>200&&!e.some(r=>typeof r!=typeof e[0])?["filter-in-large",i,["literal",e.sort(Ts)]]:["filter-in-small",i,["literal",e]]}}function ma(i){switch(i){case"$type":return!0;case"$id":return["filter-has-id"];default:return["filter-has",i]}}function Vn(i){return["!",i]}function ga(i){const e=typeof i;if(e==="number"||e==="boolean"||e==="string"||i==null)return JSON.stringify(i);if(Array.isArray(i)){let l="[";for(const d of i)l+=`${ga(d)},`;return`${l}]`}const r=Object.keys(i).sort();let s="{";for(let l=0;l<r.length;l++)s+=`${JSON.stringify(r[l])}:${ga(i[r[l]])},`;return`${s}}`}function _a(i){let e="";for(const r of cn)e+=`/${ga(i[r])}`;return e}function Nl(i){const e=i.value;return e?[new ke(i.key,e,"constants have been deprecated as of v8")]:[]}function zt(i){return i instanceof Number||i instanceof String||i instanceof Boolean?i.valueOf():i}function yn(i){if(Array.isArray(i))return i.map(yn);if(i instanceof Object&&!(i instanceof Number||i instanceof String||i instanceof Boolean)){const e={};for(const r in i)e[r]=yn(i[r]);return e}return zt(i)}function Ai(i){const e=i.key,r=i.value,s=i.valueSpec||{},l=i.objectElementValidators||{},d=i.style,p=i.styleSpec,m=i.validateSpec;let _=[];const x=gt(r);if(x!=="object")return[new ke(e,r,`object expected, ${x} found`)];for(const S in r){const I=S.split(".")[0],A=s[I]||s["*"];let D;if(l[I])D=l[I];else if(s[I])D=m;else if(l["*"])D=l["*"];else{if(!s["*"]){_.push(new ke(e,r[S],`unknown property "${S}"`));continue}D=m}_=_.concat(D({key:(e&&`${e}.`)+S,value:r[S],valueSpec:A,style:d,styleSpec:p,object:r,objectKey:S,validateSpec:m},r))}for(const S in s)l[S]||s[S].required&&s[S].default===void 0&&r[S]===void 0&&_.push(new ke(e,r,`missing required property "${S}"`));return _}function yo(i){const e=i.value,r=i.valueSpec,s=i.style,l=i.styleSpec,d=i.key,p=i.arrayElementValidator||i.validateSpec;if(gt(e)!=="array")return[new ke(d,e,`array expected, ${gt(e)} found`)];if(r.length&&e.length!==r.length)return[new ke(d,e,`array length ${r.length} expected, length ${e.length} found`)];if(r["min-length"]&&e.length<r["min-length"])return[new ke(d,e,`array length at least ${r["min-length"]} expected, length ${e.length} found`)];let m={type:r.value,values:r.values};l.$version<7&&(m.function=r.function),gt(r.value)==="object"&&(m=r.value);let _=[];for(let x=0;x<e.length;x++)_=_.concat(p({array:e,arrayIndex:x,value:e[x],valueSpec:m,validateSpec:i.validateSpec,style:s,styleSpec:l,key:`${d}[${x}]`}));return _}function ks(i){const e=i.key,r=i.value,s=i.valueSpec;let l=gt(r);return l==="number"&&r!=r&&(l="NaN"),l!=="number"?[new ke(e,r,`number expected, ${l} found`)]:"minimum"in s&&r<s.minimum?[new ke(e,r,`${r} is less than the minimum value ${s.minimum}`)]:"maximum"in s&&r>s.maximum?[new ke(e,r,`${r} is greater than the maximum value ${s.maximum}`)]:[]}function ya(i){const e=i.valueSpec,r=zt(i.value.type);let s,l,d,p={};const m=r!=="categorical"&&i.value.property===void 0,_=!m,x=gt(i.value.stops)==="array"&>(i.value.stops[0])==="array"&>(i.value.stops[0][0])==="object",S=Ai({key:i.key,value:i.value,valueSpec:i.styleSpec.function,validateSpec:i.validateSpec,style:i.style,styleSpec:i.styleSpec,objectElementValidators:{stops:function(D){if(r==="identity")return[new ke(D.key,D.value,'identity function may not have a "stops" property')];let B=[];const O=D.value;return B=B.concat(yo({key:D.key,value:O,valueSpec:D.valueSpec,validateSpec:D.validateSpec,style:D.style,styleSpec:D.styleSpec,arrayElementValidator:I})),gt(O)==="array"&&O.length===0&&B.push(new ke(D.key,O,"array must have at least one stop")),B},default:function(D){return D.validateSpec({key:D.key,value:D.value,valueSpec:e,validateSpec:D.validateSpec,style:D.style,styleSpec:D.styleSpec})}}});return r==="identity"&&m&&S.push(new ke(i.key,i.value,'missing required property "property"')),r==="identity"||i.value.stops||S.push(new ke(i.key,i.value,'missing required property "stops"')),r==="exponential"&&i.valueSpec.expression&&!Bn(i.valueSpec)&&S.push(new ke(i.key,i.value,"exponential functions not supported")),i.styleSpec.$version>=8&&(_&&!mn(i.valueSpec)?S.push(new ke(i.key,i.value,"property functions not supported")):m&&!la(i.valueSpec)&&S.push(new ke(i.key,i.value,"zoom functions not supported"))),r!=="categorical"&&!x||i.value.property!==void 0||S.push(new ke(i.key,i.value,'"property" property is required')),S;function I(D){let B=[];const O=D.value,q=D.key;if(gt(O)!=="array")return[new ke(q,O,`array expected, ${gt(O)} found`)];if(O.length!==2)return[new ke(q,O,`array length 2 expected, length ${O.length} found`)];if(x){if(gt(O[0])!=="object")return[new ke(q,O,`object expected, ${gt(O[0])} found`)];if(O[0].zoom===void 0)return[new ke(q,O,"object stop key must have zoom")];if(O[0].value===void 0)return[new ke(q,O,"object stop key must have value")];if(d&&d>zt(O[0].zoom))return[new ke(q,O[0].zoom,"stop zoom values must appear in ascending order")];zt(O[0].zoom)!==d&&(d=zt(O[0].zoom),l=void 0,p={}),B=B.concat(Ai({key:`${q}[0]`,value:O[0],valueSpec:{zoom:{}},validateSpec:D.validateSpec,style:D.style,styleSpec:D.styleSpec,objectElementValidators:{zoom:ks,value:A}}))}else B=B.concat(A({key:`${q}[0]`,value:O[0],valueSpec:{},validateSpec:D.validateSpec,style:D.style,styleSpec:D.styleSpec},O));return Ss(yn(O[1]))?B.concat([new ke(`${q}[1]`,O[1],"expressions are not allowed in function stops.")]):B.concat(D.validateSpec({key:`${q}[1]`,value:O[1],valueSpec:e,validateSpec:D.validateSpec,style:D.style,styleSpec:D.styleSpec}))}function A(D,B){const O=gt(D.value),q=zt(D.value),J=D.value!==null?D.value:B;if(s){if(O!==s)return[new ke(D.key,J,`${O} stop domain type must match previous stop domain type ${s}`)]}else s=O;if(O!=="number"&&O!=="string"&&O!=="boolean")return[new ke(D.key,J,"stop domain value must be a number, string, or boolean")];if(O!=="number"&&r!=="categorical"){let ae=`number expected, ${O} found`;return mn(e)&&r===void 0&&(ae+='\nIf you intended to use a categorical function, specify `"type": "categorical"`.'),[new ke(D.key,J,ae)]}return r!=="categorical"||O!=="number"||isFinite(q)&&Math.floor(q)===q?r!=="categorical"&&O==="number"&&l!==void 0&&q<l?[new ke(D.key,J,"stop domain values must appear in ascending order")]:(l=q,r==="categorical"&&q in p?[new ke(D.key,J,"stop domain values must be unique")]:(p[q]=!0,[])):[new ke(D.key,J,`integer expected, found ${q}`)]}}function xn(i){const e=(i.expressionContext==="property"?Vl:_n)(yn(i.value),i.valueSpec);if(e.result==="error")return e.value.map(s=>new ke(`${i.key}${s.key}`,i.value,s.message));const r=e.value.expression||e.value._styleExpression.expression;if(i.expressionContext==="property"&&i.propertyKey==="text-font"&&!r.outputDefined())return[new ke(i.key,i.value,`Invalid data expression for "${i.propertyKey}". Output values must be contained as literals within the expression.`)];if(i.expressionContext==="property"&&i.propertyType==="layout"&&!bs(r))return[new ke(i.key,i.value,'"feature-state" data expressions are not supported with layout properties.')];if(i.expressionContext==="filter"&&!bs(r))return[new ke(i.key,i.value,'"feature-state" data expressions are not supported with filters.')];if(i.expressionContext&&i.expressionContext.indexOf("cluster")===0){if(!co(r,["zoom","feature-state"]))return[new ke(i.key,i.value,'"zoom" and "feature-state" expressions are not supported with cluster properties.')];if(i.expressionContext==="cluster-initial"&&!lo(r))return[new ke(i.key,i.value,"Feature data expressions are not supported with initial expression part of cluster properties.")]}return[]}function Is(i){const e=i.key,r=i.value,s=i.valueSpec,l=[];return Array.isArray(s.values)?s.values.indexOf(zt(r))===-1&&l.push(new ke(e,r,`expected one of [${s.values.join(", ")}], ${JSON.stringify(r)} found`)):Object.keys(s.values).indexOf(zt(r))===-1&&l.push(new ke(e,r,`expected one of [${Object.keys(s.values).join(", ")}], ${JSON.stringify(r)} found`)),l}function Cs(i){return Fn(yn(i.value))?xn(fr({},i,{expressionContext:"filter",valueSpec:{value:"boolean"}})):Es(i)}function Es(i){const e=i.value,r=i.key;if(gt(e)!=="array")return[new ke(r,e,`array expected, ${gt(e)} found`)];const s=i.styleSpec;let l,d=[];if(e.length<1)return[new ke(r,e,"filter array must have at least 1 element")];switch(d=d.concat(Is({key:`${r}[0]`,value:e[0],valueSpec:s.filter_operator,style:i.style,styleSpec:i.styleSpec})),zt(e[0])){case"<":case"<=":case">":case">=":e.length>=2&&zt(e[1])==="$type"&&d.push(new ke(r,e,`"$type" cannot be use with operator "${e[0]}"`));case"==":case"!=":e.length!==3&&d.push(new ke(r,e,`filter array for operator "${e[0]}" must have 3 elements`));case"in":case"!in":e.length>=2&&(l=gt(e[1]),l!=="string"&&d.push(new ke(`${r}[1]`,e[1],`string expected, ${l} found`)));for(let p=2;p<e.length;p++)l=gt(e[p]),zt(e[1])==="$type"?d=d.concat(Is({key:`${r}[${p}]`,value:e[p],valueSpec:s.geometry_type,style:i.style,styleSpec:i.styleSpec})):l!=="string"&&l!=="number"&&l!=="boolean"&&d.push(new ke(`${r}[${p}]`,e[p],`string, number, or boolean expected, ${l} found`));break;case"any":case"all":case"none":for(let p=1;p<e.length;p++)d=d.concat(Es({key:`${r}[${p}]`,value:e[p],style:i.style,styleSpec:i.styleSpec}));break;case"has":case"!has":l=gt(e[1]),e.length!==2?d.push(new ke(r,e,`filter array for "${e[0]}" operator must have 2 elements`)):l!=="string"&&d.push(new ke(`${r}[1]`,e[1],`string expected, ${l} found`))}return d}function xa(i,e){const r=i.key,s=i.validateSpec,l=i.style,d=i.styleSpec,p=i.value,m=i.objectKey,_=d[`${e}_${i.layerType}`];if(!_)return[];const x=m.match(/^(.*)-transition$/);if(e==="paint"&&x&&_[x[1]]&&_[x[1]].transition)return s({key:r,value:p,valueSpec:d.transition,style:l,styleSpec:d});const S=i.valueSpec||_[m];if(!S)return[new ke(r,p,`unknown property "${m}"`)];let I;if(gt(p)==="string"&&mn(S)&&!S.tokens&&(I=/^{([^}]+)}$/.exec(p)))return[new ke(r,p,`"${m}" does not support interpolation syntax
|
5
|
+
Use an identity property function instead: \`{ "type": "identity", "property": ${JSON.stringify(I[1])} }\`.`)];const A=[];return i.layerType==="symbol"&&(m==="text-field"&&l&&!l.glyphs&&A.push(new ke(r,p,'use of "text-field" requires a style "glyphs" property')),m==="text-font"&&ws(yn(p))&&zt(p.type)==="identity"&&A.push(new ke(r,p,'"text-font" does not support identity functions'))),A.concat(s({key:i.key,value:p,valueSpec:S,style:l,styleSpec:d,expressionContext:"property",propertyType:e,propertyKey:m}))}function va(i){return xa(i,"paint")}function ba(i){return xa(i,"layout")}function wa(i){let e=[];const r=i.value,s=i.key,l=i.style,d=i.styleSpec;r.type||r.ref||e.push(new ke(s,r,'either "type" or "ref" is required'));let p=zt(r.type);const m=zt(r.ref);if(r.id){const _=zt(r.id);for(let x=0;x<i.arrayIndex;x++){const S=l.layers[x];zt(S.id)===_&&e.push(new ke(s,r.id,`duplicate layer id "${r.id}", previously used at line ${S.id.__line__}`))}}if("ref"in r){let _;["type","source","source-layer","filter","layout"].forEach(x=>{x in r&&e.push(new ke(s,r[x],`"${x}" is prohibited for ref layers`))}),l.layers.forEach(x=>{zt(x.id)===m&&(_=x)}),_?_.ref?e.push(new ke(s,r.ref,"ref cannot reference another ref layer")):p=zt(_.type):e.push(new ke(s,r.ref,`ref layer "${m}" not found`))}else if(p!=="background")if(r.source){const _=l.sources&&l.sources[r.source],x=_&&zt(_.type);_?x==="vector"&&p==="raster"?e.push(new ke(s,r.source,`layer "${r.id}" requires a raster source`)):x!=="raster-dem"&&p==="hillshade"?e.push(new ke(s,r.source,`layer "${r.id}" requires a raster-dem source`)):x==="raster"&&p!=="raster"?e.push(new ke(s,r.source,`layer "${r.id}" requires a vector source`)):x!=="vector"||r["source-layer"]?x==="raster-dem"&&p!=="hillshade"?e.push(new ke(s,r.source,"raster-dem source can only be used with layer type 'hillshade'.")):p!=="line"||!r.paint||!r.paint["line-gradient"]||x==="geojson"&&_.lineMetrics||e.push(new ke(s,r,`layer "${r.id}" specifies a line-gradient, which requires a GeoJSON source with \`lineMetrics\` enabled.`)):e.push(new ke(s,r,`layer "${r.id}" must specify a "source-layer"`)):e.push(new ke(s,r.source,`source "${r.source}" not found`))}else e.push(new ke(s,r,'missing required property "source"'));return e=e.concat(Ai({key:s,value:r,valueSpec:d.layer,style:i.style,styleSpec:i.styleSpec,validateSpec:i.validateSpec,objectElementValidators:{"*":()=>[],type:()=>i.validateSpec({key:`${s}.type`,value:r.type,valueSpec:d.layer.type,style:i.style,styleSpec:i.styleSpec,validateSpec:i.validateSpec,object:r,objectKey:"type"}),filter:Cs,layout:_=>Ai({layer:r,key:_.key,value:_.value,style:_.style,styleSpec:_.styleSpec,validateSpec:_.validateSpec,objectElementValidators:{"*":x=>ba(fr({layerType:p},x))}}),paint:_=>Ai({layer:r,key:_.key,value:_.value,style:_.style,styleSpec:_.styleSpec,validateSpec:_.validateSpec,objectElementValidators:{"*":x=>va(fr({layerType:p},x))}})}})),e}function Lr(i){const e=i.value,r=i.key,s=gt(e);return s!=="string"?[new ke(r,e,`string expected, ${s} found`)]:[]}const Sa={promoteId:function({key:i,value:e}){if(gt(e)==="string")return Lr({key:i,value:e});{const r=[];for(const s in e)r.push(...Lr({key:`${i}.${s}`,value:e[s]}));return r}}};function $l(i){const e=i.value,r=i.key,s=i.styleSpec,l=i.style,d=i.validateSpec;if(!e.type)return[new ke(r,e,'"type" is required')];const p=zt(e.type);let m;switch(p){case"vector":case"raster":return m=Ai({key:r,value:e,valueSpec:s[`source_${p.replace("-","_")}`],style:i.style,styleSpec:s,objectElementValidators:Sa,validateSpec:d}),m;case"raster-dem":return m=function(_){var x;const S=(x=_.sourceName)!==null&&x!==void 0?x:"",I=_.value,A=_.styleSpec,D=A.source_raster_dem,B=_.style;let O=[];const q=gt(I);if(I===void 0)return O;if(q!=="object")return O.push(new ke("source_raster_dem",I,`object expected, ${q} found`)),O;const J=zt(I.encoding)==="custom",ae=["redFactor","greenFactor","blueFactor","baseShift"],Q=_.value.encoding?`"${_.value.encoding}"`:"Default";for(const re in I)!J&&ae.includes(re)?O.push(new ke(re,I[re],`In "${S}": "${re}" is only valid when "encoding" is set to "custom". ${Q} encoding found`)):D[re]?O=O.concat(_.validateSpec({key:re,value:I[re],valueSpec:D[re],validateSpec:_.validateSpec,style:B,styleSpec:A})):O.push(new ke(re,I[re],`unknown property "${re}"`));return O}({sourceName:r,value:e,style:i.style,styleSpec:s,validateSpec:d}),m;case"geojson":if(m=Ai({key:r,value:e,valueSpec:s.source_geojson,style:l,styleSpec:s,validateSpec:d,objectElementValidators:Sa}),e.cluster)for(const _ in e.clusterProperties){const[x,S]=e.clusterProperties[_],I=typeof x=="string"?[x,["accumulated"],["get",_]]:x;m.push(...xn({key:`${r}.${_}.map`,value:S,validateSpec:d,expressionContext:"cluster-map"})),m.push(...xn({key:`${r}.${_}.reduce`,value:I,validateSpec:d,expressionContext:"cluster-reduce"}))}return m;case"video":return Ai({key:r,value:e,valueSpec:s.source_video,style:l,validateSpec:d,styleSpec:s});case"image":return Ai({key:r,value:e,valueSpec:s.source_image,style:l,validateSpec:d,styleSpec:s});case"canvas":return[new ke(r,null,"Please use runtime APIs to add canvas sources, rather than including them in stylesheets.","source.canvas")];default:return Is({key:`${r}.type`,value:e.type,valueSpec:{values:["vector","raster","raster-dem","geojson","video","image"]},style:l,validateSpec:d,styleSpec:s})}}function Ta(i){const e=i.value,r=i.styleSpec,s=r.light,l=i.style;let d=[];const p=gt(e);if(e===void 0)return d;if(p!=="object")return d=d.concat([new ke("light",e,`object expected, ${p} found`)]),d;for(const m in e){const _=m.match(/^(.*)-transition$/);d=d.concat(_&&s[_[1]]&&s[_[1]].transition?i.validateSpec({key:m,value:e[m],valueSpec:r.transition,validateSpec:i.validateSpec,style:l,styleSpec:r}):s[m]?i.validateSpec({key:m,value:e[m],valueSpec:s[m],validateSpec:i.validateSpec,style:l,styleSpec:r}):[new ke(m,e[m],`unknown property "${m}"`)])}return d}function jl(i){const e=i.value,r=i.styleSpec,s=r.sky,l=i.style,d=gt(e);if(e===void 0)return[];if(d!=="object")return[new ke("sky",e,`object expected, ${d} found`)];let p=[];for(const m in e)p=p.concat(s[m]?i.validateSpec({key:m,value:e[m],valueSpec:s[m],style:l,styleSpec:r}):[new ke(m,e[m],`unknown property "${m}"`)]);return p}function ka(i){const e=i.value,r=i.styleSpec,s=r.terrain,l=i.style;let d=[];const p=gt(e);if(e===void 0)return d;if(p!=="object")return d=d.concat([new ke("terrain",e,`object expected, ${p} found`)]),d;for(const m in e)d=d.concat(s[m]?i.validateSpec({key:m,value:e[m],valueSpec:s[m],validateSpec:i.validateSpec,style:l,styleSpec:r}):[new ke(m,e[m],`unknown property "${m}"`)]);return d}function Ia(i){let e=[];const r=i.value,s=i.key;if(Array.isArray(r)){const l=[],d=[];for(const p in r)r[p].id&&l.includes(r[p].id)&&e.push(new ke(s,r,`all the sprites' ids must be unique, but ${r[p].id} is duplicated`)),l.push(r[p].id),r[p].url&&d.includes(r[p].url)&&e.push(new ke(s,r,`all the sprites' URLs must be unique, but ${r[p].url} is duplicated`)),d.push(r[p].url),e=e.concat(Ai({key:`${s}[${p}]`,value:r[p],valueSpec:{id:{type:"string",required:!0},url:{type:"string",required:!0}},validateSpec:i.validateSpec}));return e}return Lr({key:s,value:r})}const Ca={"*":()=>[],array:yo,boolean:function(i){const e=i.value,r=i.key,s=gt(e);return s!=="boolean"?[new ke(r,e,`boolean expected, ${s} found`)]:[]},number:ks,color:function(i){const e=i.key,r=i.value,s=gt(r);return s!=="string"?[new ke(e,r,`color expected, ${s} found`)]:bt.parse(String(r))?[]:[new ke(e,r,`color expected, "${r}" found`)]},constants:Nl,enum:Is,filter:Cs,function:ya,layer:wa,object:Ai,source:$l,light:Ta,sky:jl,terrain:ka,projection:function(i){const e=i.value,r=i.styleSpec,s=r.projection,l=i.style,d=gt(e);if(e===void 0)return[];if(d!=="object")return[new ke("projection",e,`object expected, ${d} found`)];let p=[];for(const m in e)p=p.concat(s[m]?i.validateSpec({key:m,value:e[m],valueSpec:s[m],style:l,styleSpec:r}):[new ke(m,e[m],`unknown property "${m}"`)]);return p},string:Lr,formatted:function(i){return Lr(i).length===0?[]:xn(i)},resolvedImage:function(i){return Lr(i).length===0?[]:xn(i)},padding:function(i){const e=i.key,r=i.value;if(gt(r)==="array"){if(r.length<1||r.length>4)return[new ke(e,r,`padding requires 1 to 4 values; ${r.length} values found`)];const s={type:"number"};let l=[];for(let d=0;d<r.length;d++)l=l.concat(i.validateSpec({key:`${e}[${d}]`,value:r[d],validateSpec:i.validateSpec,valueSpec:s}));return l}return ks({key:e,value:r,valueSpec:{}})},variableAnchorOffsetCollection:function(i){const e=i.key,r=i.value,s=gt(r),l=i.styleSpec;if(s!=="array"||r.length<1||r.length%2!=0)return[new ke(e,r,"variableAnchorOffsetCollection requires a non-empty array of even length")];let d=[];for(let p=0;p<r.length;p+=2)d=d.concat(Is({key:`${e}[${p}]`,value:r[p],valueSpec:l.layout_symbol["text-anchor"]})),d=d.concat(yo({key:`${e}[${p+1}]`,value:r[p+1],valueSpec:{length:2,value:"number"},validateSpec:i.validateSpec,style:i.style,styleSpec:l}));return d},sprite:Ia};function Ps(i){const e=i.value,r=i.valueSpec,s=i.styleSpec;return i.validateSpec=Ps,r.expression&&ws(zt(e))?ya(i):r.expression&&Ss(yn(e))?xn(i):r.type&&Ca[r.type]?Ca[r.type](i):Ai(fr({},i,{valueSpec:r.type?s[r.type]:r}))}function Ul(i){const e=i.value,r=i.key,s=Lr(i);return s.length||(e.indexOf("{fontstack}")===-1&&s.push(new ke(r,e,'"glyphs" url must include a "{fontstack}" token')),e.indexOf("{range}")===-1&&s.push(new ke(r,e,'"glyphs" url must include a "{range}" token'))),s}function Ji(i,e=ue){let r=[];return r=r.concat(Ps({key:"",value:i,valueSpec:e.$root,styleSpec:e,style:i,validateSpec:Ps,objectElementValidators:{glyphs:Ul,"*":()=>[]}})),i.constants&&(r=r.concat(Nl({key:"constants",value:i.constants,style:i,styleSpec:e,validateSpec:Ps}))),Ea(r)}function ir(i){return function(e){return i({...e,validateSpec:Ps})}}function Ea(i){return[].concat(i).sort((e,r)=>e.line-r.line)}function rr(i){return function(...e){return Ea(i.apply(this,e))}}Ji.source=rr(ir($l)),Ji.sprite=rr(ir(Ia)),Ji.glyphs=rr(ir(Ul)),Ji.light=rr(ir(Ta)),Ji.sky=rr(ir(jl)),Ji.terrain=rr(ir(ka)),Ji.layer=rr(ir(wa)),Ji.filter=rr(ir(Cs)),Ji.paintProperty=rr(ir(va)),Ji.layoutProperty=rr(ir(ba));const Rr=Ji,th=Rr.light,Pa=Rr.sky,ih=Rr.paintProperty,rh=Rr.layoutProperty;function Aa(i,e){let r=!1;if(e&&e.length)for(const s of e)i.fire(new Ur(new Error(s.message))),r=!0;return r}class Nn{constructor(e,r,s){const l=this.cells=[];if(e instanceof ArrayBuffer){this.arrayBuffer=e;const p=new Int32Array(this.arrayBuffer);e=p[0],this.d=(r=p[1])+2*(s=p[2]);for(let _=0;_<this.d*this.d;_++){const x=p[3+_],S=p[3+_+1];l.push(x===S?null:p.subarray(x,S))}const m=p[3+l.length+1];this.keys=p.subarray(p[3+l.length],m),this.bboxes=p.subarray(m),this.insert=this._insertReadonly}else{this.d=r+2*s;for(let p=0;p<this.d*this.d;p++)l.push([]);this.keys=[],this.bboxes=[]}this.n=r,this.extent=e,this.padding=s,this.scale=r/e,this.uid=0;const d=s/r*e;this.min=-d,this.max=e+d}insert(e,r,s,l,d){this._forEachCell(r,s,l,d,this._insertCell,this.uid++,void 0,void 0),this.keys.push(e),this.bboxes.push(r),this.bboxes.push(s),this.bboxes.push(l),this.bboxes.push(d)}_insertReadonly(){throw new Error("Cannot insert into a GridIndex created from an ArrayBuffer.")}_insertCell(e,r,s,l,d,p){this.cells[d].push(p)}query(e,r,s,l,d){const p=this.min,m=this.max;if(e<=p&&r<=p&&m<=s&&m<=l&&!d)return Array.prototype.slice.call(this.keys);{const _=[];return this._forEachCell(e,r,s,l,this._queryCell,_,{},d),_}}_queryCell(e,r,s,l,d,p,m,_){const x=this.cells[d];if(x!==null){const S=this.keys,I=this.bboxes;for(let A=0;A<x.length;A++){const D=x[A];if(m[D]===void 0){const B=4*D;(_?_(I[B+0],I[B+1],I[B+2],I[B+3]):e<=I[B+2]&&r<=I[B+3]&&s>=I[B+0]&&l>=I[B+1])?(m[D]=!0,p.push(S[D])):m[D]=!1}}}}_forEachCell(e,r,s,l,d,p,m,_){const x=this._convertToCellCoord(e),S=this._convertToCellCoord(r),I=this._convertToCellCoord(s),A=this._convertToCellCoord(l);for(let D=x;D<=I;D++)for(let B=S;B<=A;B++){const O=this.d*B+D;if((!_||_(this._convertFromCellCoord(D),this._convertFromCellCoord(B),this._convertFromCellCoord(D+1),this._convertFromCellCoord(B+1)))&&d.call(this,e,r,s,l,O,p,m,_))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,r=3+this.cells.length+1+1;let s=0;for(let p=0;p<this.cells.length;p++)s+=this.cells[p].length;const l=new Int32Array(r+s+this.keys.length+this.bboxes.length);l[0]=this.extent,l[1]=this.n,l[2]=this.padding;let d=r;for(let p=0;p<e.length;p++){const m=e[p];l[3+p]=d,l.set(m,d),d+=m.length}return l[3+e.length]=d,l.set(this.keys,d),d+=this.keys.length,l[3+e.length+1]=d,l.set(this.bboxes,d),d+=this.bboxes.length,l.buffer}static serialize(e,r){const s=e.toArrayBuffer();return r&&r.push(s),{buffer:s}}static deserialize(e){return new Nn(e.buffer)}}const xr={};function Fe(i,e,r={}){if(xr[i])throw new Error(`${i} is already registered.`);Object.defineProperty(e,"_classRegistryKey",{value:i,writeable:!1}),xr[i]={klass:e,omit:r.omit||[],shallow:r.shallow||[]}}Fe("Object",Object),Fe("TransferableGridIndex",Nn),Fe("Color",bt),Fe("Error",Error),Fe("AJAXError",Oi),Fe("ResolvedImage",ui),Fe("StylePropertyFunction",fo),Fe("StyleExpression",po,{omit:["_evaluator"]}),Fe("ZoomDependentExpression",da),Fe("ZoomConstantExpression",ua),Fe("CompoundExpression",qi,{omit:["_evaluate"]});for(const i in pn)pn[i]._classRegistryKey||Fe(`Expression_${i}`,pn[i]);function ql(i){return i&&typeof ArrayBuffer<"u"&&(i instanceof ArrayBuffer||i.constructor&&i.constructor.name==="ArrayBuffer")}function Ma(i){return i.$name||i.constructor._classRegistryKey}function Zl(i){return!function(e){if(e===null||typeof e!="object")return!1;const r=Ma(e);return!(!r||r==="Object")}(i)&&(i==null||typeof i=="boolean"||typeof i=="number"||typeof i=="string"||i instanceof Boolean||i instanceof Number||i instanceof String||i instanceof Date||i instanceof RegExp||i instanceof Blob||i instanceof Error||ql(i)||dr(i)||ArrayBuffer.isView(i)||i instanceof ImageData)}function As(i,e){if(Zl(i))return(ql(i)||dr(i))&&e&&e.push(i),ArrayBuffer.isView(i)&&e&&e.push(i.buffer),i instanceof ImageData&&e&&e.push(i.data.buffer),i;if(Array.isArray(i)){const d=[];for(const p of i)d.push(As(p,e));return d}if(typeof i!="object")throw new Error("can't serialize object of type "+typeof i);const r=Ma(i);if(!r)throw new Error(`can't serialize object of unregistered class ${i.constructor.name}`);if(!xr[r])throw new Error(`${r} is not registered.`);const{klass:s}=xr[r],l=s.serialize?s.serialize(i,e):{};if(s.serialize){if(e&&l===e[e.length-1])throw new Error("statically serialized object won't survive transfer of $name property")}else{for(const d in i){if(!i.hasOwnProperty(d)||xr[r].omit.indexOf(d)>=0)continue;const p=i[d];l[d]=xr[r].shallow.indexOf(d)>=0?p:As(p,e)}i instanceof Error&&(l.message=i.message)}if(l.$name)throw new Error("$name property is reserved for worker serialization logic.");return r!=="Object"&&(l.$name=r),l}function vr(i){if(Zl(i))return i;if(Array.isArray(i))return i.map(vr);if(typeof i!="object")throw new Error("can't deserialize object of type "+typeof i);const e=Ma(i)||"Object";if(!xr[e])throw new Error(`can't deserialize unregistered class ${e}`);const{klass:r}=xr[e];if(!r)throw new Error(`can't deserialize unregistered class ${e}`);if(r.deserialize)return r.deserialize(i);const s=Object.create(r.prototype);for(const l of Object.keys(i)){if(l==="$name")continue;const d=i[l];s[l]=xr[e].shallow.indexOf(l)>=0?d:vr(d)}return s}class Gl{constructor(){this.first=!0}update(e,r){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=r):this.lastFloorZoom<s&&(this.lastIntegerZoom=s,this.lastIntegerZoomTime=r),e!==this.lastZoom&&(this.lastZoom=e,this.lastFloorZoom=s,!0))}}const ze={"Latin-1 Supplement":i=>i>=128&&i<=255,Arabic:i=>i>=1536&&i<=1791,"Arabic Supplement":i=>i>=1872&&i<=1919,"Arabic Extended-A":i=>i>=2208&&i<=2303,"Hangul Jamo":i=>i>=4352&&i<=4607,"Unified Canadian Aboriginal Syllabics":i=>i>=5120&&i<=5759,Khmer:i=>i>=6016&&i<=6143,"Unified Canadian Aboriginal Syllabics Extended":i=>i>=6320&&i<=6399,"General Punctuation":i=>i>=8192&&i<=8303,"Letterlike Symbols":i=>i>=8448&&i<=8527,"Number Forms":i=>i>=8528&&i<=8591,"Miscellaneous Technical":i=>i>=8960&&i<=9215,"Control Pictures":i=>i>=9216&&i<=9279,"Optical Character Recognition":i=>i>=9280&&i<=9311,"Enclosed Alphanumerics":i=>i>=9312&&i<=9471,"Geometric Shapes":i=>i>=9632&&i<=9727,"Miscellaneous Symbols":i=>i>=9728&&i<=9983,"Miscellaneous Symbols and Arrows":i=>i>=11008&&i<=11263,"CJK Radicals Supplement":i=>i>=11904&&i<=12031,"Kangxi Radicals":i=>i>=12032&&i<=12255,"Ideographic Description Characters":i=>i>=12272&&i<=12287,"CJK Symbols and Punctuation":i=>i>=12288&&i<=12351,Hiragana:i=>i>=12352&&i<=12447,Katakana:i=>i>=12448&&i<=12543,Bopomofo:i=>i>=12544&&i<=12591,"Hangul Compatibility Jamo":i=>i>=12592&&i<=12687,Kanbun:i=>i>=12688&&i<=12703,"Bopomofo Extended":i=>i>=12704&&i<=12735,"CJK Strokes":i=>i>=12736&&i<=12783,"Katakana Phonetic Extensions":i=>i>=12784&&i<=12799,"Enclosed CJK Letters and Months":i=>i>=12800&&i<=13055,"CJK Compatibility":i=>i>=13056&&i<=13311,"CJK Unified Ideographs Extension A":i=>i>=13312&&i<=19903,"Yijing Hexagram Symbols":i=>i>=19904&&i<=19967,"CJK Unified Ideographs":i=>i>=19968&&i<=40959,"Yi Syllables":i=>i>=40960&&i<=42127,"Yi Radicals":i=>i>=42128&&i<=42191,"Hangul Jamo Extended-A":i=>i>=43360&&i<=43391,"Hangul Syllables":i=>i>=44032&&i<=55215,"Hangul Jamo Extended-B":i=>i>=55216&&i<=55295,"Private Use Area":i=>i>=57344&&i<=63743,"CJK Compatibility Ideographs":i=>i>=63744&&i<=64255,"Arabic Presentation Forms-A":i=>i>=64336&&i<=65023,"Vertical Forms":i=>i>=65040&&i<=65055,"CJK Compatibility Forms":i=>i>=65072&&i<=65103,"Small Form Variants":i=>i>=65104&&i<=65135,"Arabic Presentation Forms-B":i=>i>=65136&&i<=65279,"Halfwidth and Fullwidth Forms":i=>i>=65280&&i<=65519};function za(i){for(const e of i)if(Da(e.charCodeAt(0)))return!0;return!1}function nh(i){for(const e of i)if(!Hl(e.charCodeAt(0)))return!1;return!0}function Hl(i){return!(ze.Arabic(i)||ze["Arabic Supplement"](i)||ze["Arabic Extended-A"](i)||ze["Arabic Presentation Forms-A"](i)||ze["Arabic Presentation Forms-B"](i))}function Da(i){return!(i!==746&&i!==747&&(i<4352||!(ze["Bopomofo Extended"](i)||ze.Bopomofo(i)||ze["CJK Compatibility Forms"](i)&&!(i>=65097&&i<=65103)||ze["CJK Compatibility Ideographs"](i)||ze["CJK Compatibility"](i)||ze["CJK Radicals Supplement"](i)||ze["CJK Strokes"](i)||!(!ze["CJK Symbols and Punctuation"](i)||i>=12296&&i<=12305||i>=12308&&i<=12319||i===12336)||ze["CJK Unified Ideographs Extension A"](i)||ze["CJK Unified Ideographs"](i)||ze["Enclosed CJK Letters and Months"](i)||ze["Hangul Compatibility Jamo"](i)||ze["Hangul Jamo Extended-A"](i)||ze["Hangul Jamo Extended-B"](i)||ze["Hangul Jamo"](i)||ze["Hangul Syllables"](i)||ze.Hiragana(i)||ze["Ideographic Description Characters"](i)||ze.Kanbun(i)||ze["Kangxi Radicals"](i)||ze["Katakana Phonetic Extensions"](i)||ze.Katakana(i)&&i!==12540||!(!ze["Halfwidth and Fullwidth Forms"](i)||i===65288||i===65289||i===65293||i>=65306&&i<=65310||i===65339||i===65341||i===65343||i>=65371&&i<=65503||i===65507||i>=65512&&i<=65519)||!(!ze["Small Form Variants"](i)||i>=65112&&i<=65118||i>=65123&&i<=65126)||ze["Unified Canadian Aboriginal Syllabics"](i)||ze["Unified Canadian Aboriginal Syllabics Extended"](i)||ze["Vertical Forms"](i)||ze["Yijing Hexagram Symbols"](i)||ze["Yi Syllables"](i)||ze["Yi Radicals"](i))))}function Wl(i){return!(Da(i)||function(e){return!!(ze["Latin-1 Supplement"](e)&&(e===167||e===169||e===174||e===177||e===188||e===189||e===190||e===215||e===247)||ze["General Punctuation"](e)&&(e===8214||e===8224||e===8225||e===8240||e===8241||e===8251||e===8252||e===8258||e===8263||e===8264||e===8265||e===8273)||ze["Letterlike Symbols"](e)||ze["Number Forms"](e)||ze["Miscellaneous Technical"](e)&&(e>=8960&&e<=8967||e>=8972&&e<=8991||e>=8996&&e<=9e3||e===9003||e>=9085&&e<=9114||e>=9150&&e<=9165||e===9167||e>=9169&&e<=9179||e>=9186&&e<=9215)||ze["Control Pictures"](e)&&e!==9251||ze["Optical Character Recognition"](e)||ze["Enclosed Alphanumerics"](e)||ze["Geometric Shapes"](e)||ze["Miscellaneous Symbols"](e)&&!(e>=9754&&e<=9759)||ze["Miscellaneous Symbols and Arrows"](e)&&(e>=11026&&e<=11055||e>=11088&&e<=11097||e>=11192&&e<=11243)||ze["CJK Symbols and Punctuation"](e)||ze.Katakana(e)||ze["Private Use Area"](e)||ze["CJK Compatibility Forms"](e)||ze["Small Form Variants"](e)||ze["Halfwidth and Fullwidth Forms"](e)||e===8734||e===8756||e===8757||e>=9984&&e<=10087||e>=10102&&e<=10131||e===65532||e===65533)}(i))}function Kr(i){return i>=1424&&i<=2303||ze["Arabic Presentation Forms-A"](i)||ze["Arabic Presentation Forms-B"](i)}function Xl(i,e){return!(!e&&Kr(i)||i>=2304&&i<=3583||i>=3840&&i<=4255||ze.Khmer(i))}function La(i){for(const e of i)if(Kr(e.charCodeAt(0)))return!0;return!1}const Yr=new class{constructor(){this.applyArabicShaping=null,this.processBidirectionalText=null,this.processStyledBidirectionalText=null,this.pluginStatus="unavailable",this.pluginURL=null}setState(i){this.pluginStatus=i.pluginStatus,this.pluginURL=i.pluginURL}getState(){return{pluginStatus:this.pluginStatus,pluginURL:this.pluginURL}}setMethods(i){this.applyArabicShaping=i.applyArabicShaping,this.processBidirectionalText=i.processBidirectionalText,this.processStyledBidirectionalText=i.processStyledBidirectionalText}isParsed(){return this.applyArabicShaping!=null&&this.processBidirectionalText!=null&&this.processStyledBidirectionalText!=null}getPluginURL(){return this.pluginURL}getRTLTextPluginStatus(){return this.pluginStatus}};class Pt{constructor(e,r){this.zoom=e,r?(this.now=r.now,this.fadeDuration=r.fadeDuration,this.zoomHistory=r.zoomHistory,this.transition=r.transition):(this.now=0,this.fadeDuration=0,this.zoomHistory=new Gl,this.transition={})}isSupportedScript(e){return function(r,s){for(const l of r)if(!Xl(l.charCodeAt(0),s))return!1;return!0}(e,Yr.getRTLTextPluginStatus()==="loaded")}crossFadingFactor(){return this.fadeDuration===0?1:Math.min((this.now-this.zoomHistory.lastIntegerZoomTime)/this.fadeDuration,1)}getCrossfadeParameters(){const e=this.zoom,r=e-Math.floor(e),s=this.crossFadingFactor();return e>this.zoomHistory.lastIntegerZoom?{fromScale:2,toScale:1,t:r+(1-r)*s}:{fromScale:.5,toScale:1,t:1-(1-s)*r}}}class xo{constructor(e,r){this.property=e,this.value=r,this.expression=function(s,l){if(ws(s))return new fo(s,l);if(Ss(s)){const d=Vl(s,l);if(d.result==="error")throw new Error(d.value.map(p=>`${p.key}: ${p.message}`).join(", "));return d.value}{let d=s;return l.type==="color"&&typeof s=="string"?d=bt.parse(s):l.type!=="padding"||typeof s!="number"&&!Array.isArray(s)?l.type==="variableAnchorOffsetCollection"&&Array.isArray(s)&&(d=$i.parse(s)):d=Ni.parse(s),{kind:"constant",evaluate:()=>d}}}(r===void 0?e.specification.default:r,e.specification)}isDataDriven(){return this.expression.kind==="source"||this.expression.kind==="composite"}possiblyEvaluate(e,r,s){return this.property.possiblyEvaluate(this,e,r,s)}}class $n{constructor(e){this.property=e,this.value=new xo(e,void 0)}transitioned(e,r){return new Jl(this.property,this.value,r,jt({},e.transition,this.transition),e.now)}untransitioned(){return new Jl(this.property,this.value,null,{},0)}}class jn{constructor(e){this._properties=e,this._values=Object.create(e.defaultTransitionablePropertyValues)}getValue(e){return wt(this._values[e].value.value)}setValue(e,r){Object.prototype.hasOwnProperty.call(this._values,e)||(this._values[e]=new $n(this._values[e].property)),this._values[e].value=new xo(this._values[e].property,r===null?void 0:wt(r))}getTransition(e){return wt(this._values[e].transition)}setTransition(e,r){Object.prototype.hasOwnProperty.call(this._values,e)||(this._values[e]=new $n(this._values[e].property)),this._values[e].transition=wt(r)||void 0}serialize(){const e={};for(const r of Object.keys(this._values)){const s=this.getValue(r);s!==void 0&&(e[r]=s);const l=this.getTransition(r);l!==void 0&&(e[`${r}-transition`]=l)}return e}transitioned(e,r){const s=new Ra(this._properties);for(const l of Object.keys(this._values))s._values[l]=this._values[l].transitioned(e,r._values[l]);return s}untransitioned(){const e=new Ra(this._properties);for(const r of Object.keys(this._values))e._values[r]=this._values[r].untransitioned();return e}}class Jl{constructor(e,r,s,l,d){this.property=e,this.value=r,this.begin=d+l.delay||0,this.end=this.begin+l.duration||0,e.specification.transition&&(l.delay||l.duration)&&(this.prior=s)}possiblyEvaluate(e,r,s){const l=e.now||0,d=this.value.possiblyEvaluate(e,r,s),p=this.prior;if(p){if(l>this.end)return this.prior=null,d;if(this.value.isDataDriven())return this.prior=null,d;if(l<this.begin)return p.possiblyEvaluate(e,r,s);{const m=(l-this.begin)/(this.end-this.begin);return this.property.interpolate(p.possiblyEvaluate(e,r,s),d,function(_){if(_<=0)return 0;if(_>=1)return 1;const x=_*_,S=x*_;return 4*(_<.5?S:3*(_-x)+S-.75)}(m))}}return d}}class Ra{constructor(e){this._properties=e,this._values=Object.create(e.defaultTransitioningPropertyValues)}possiblyEvaluate(e,r,s){const l=new vo(this._properties);for(const d of Object.keys(this._values))l._values[d]=this._values[d].possiblyEvaluate(e,r,s);return l}hasTransition(){for(const e of Object.keys(this._values))if(this._values[e].prior)return!0;return!1}}class Ms{constructor(e){this._properties=e,this._values=Object.create(e.defaultPropertyValues)}hasValue(e){return this._values[e].value!==void 0}getValue(e){return wt(this._values[e].value)}setValue(e,r){this._values[e]=new xo(this._values[e].property,r===null?void 0:wt(r))}serialize(){const e={};for(const r of Object.keys(this._values)){const s=this.getValue(r);s!==void 0&&(e[r]=s)}return e}possiblyEvaluate(e,r,s){const l=new vo(this._properties);for(const d of Object.keys(this._values))l._values[d]=this._values[d].possiblyEvaluate(e,r,s);return l}}class br{constructor(e,r,s){this.property=e,this.value=r,this.parameters=s}isConstant(){return this.value.kind==="constant"}constantOr(e){return this.value.kind==="constant"?this.value.value:e}evaluate(e,r,s,l){return this.property.evaluate(this.value,this.parameters,e,r,s,l)}}class vo{constructor(e){this._properties=e,this._values=Object.create(e.defaultPossiblyEvaluatedValues)}get(e){return this._values[e]}}class qe{constructor(e){this.specification=e}possiblyEvaluate(e,r){if(e.isDataDriven())throw new Error("Value should not be data driven");return e.expression.evaluate(r)}interpolate(e,r,s){const l=ji[this.specification.type];return l?l(e,r,s):e}}class Je{constructor(e,r){this.specification=e,this.overrides=r}possiblyEvaluate(e,r,s,l){return new br(this,e.expression.kind==="constant"||e.expression.kind==="camera"?{kind:"constant",value:e.expression.evaluate(r,null,{},s,l)}:e.expression,r)}interpolate(e,r,s){if(e.value.kind!=="constant"||r.value.kind!=="constant")return e;if(e.value.value===void 0||r.value.value===void 0)return new br(this,{kind:"constant",value:void 0},e.parameters);const l=ji[this.specification.type];if(l){const d=l(e.value.value,r.value.value,s);return new br(this,{kind:"constant",value:d},e.parameters)}return e}evaluate(e,r,s,l,d,p){return e.kind==="constant"?e.value:e.evaluate(r,s,l,d,p)}}class u extends Je{possiblyEvaluate(e,r,s,l){if(e.value===void 0)return new br(this,{kind:"constant",value:void 0},r);if(e.expression.kind==="constant"){const d=e.expression.evaluate(r,null,{},s,l),p=e.property.specification.type==="resolvedImage"&&typeof d!="string"?d.name:d,m=this._calculate(p,p,p,r);return new br(this,{kind:"constant",value:m},r)}if(e.expression.kind==="camera"){const d=this._calculate(e.expression.evaluate({zoom:r.zoom-1}),e.expression.evaluate({zoom:r.zoom}),e.expression.evaluate({zoom:r.zoom+1}),r);return new br(this,{kind:"constant",value:d},r)}return new br(this,e.expression,r)}evaluate(e,r,s,l,d,p){if(e.kind==="source"){const m=e.evaluate(r,s,l,d,p);return this._calculate(m,m,m,r)}return e.kind==="composite"?this._calculate(e.evaluate({zoom:Math.floor(r.zoom)-1},s,l),e.evaluate({zoom:Math.floor(r.zoom)},s,l),e.evaluate({zoom:Math.floor(r.zoom)+1},s,l),r):e.value}_calculate(e,r,s,l){return l.zoom>l.zoomHistory.lastIntegerZoom?{from:e,to:r}:{from:s,to:r}}interpolate(e){return e}}class t{constructor(e){this.specification=e}possiblyEvaluate(e,r,s,l){if(e.value!==void 0){if(e.expression.kind==="constant"){const d=e.expression.evaluate(r,null,{},s,l);return this._calculate(d,d,d,r)}return this._calculate(e.expression.evaluate(new Pt(Math.floor(r.zoom-1),r)),e.expression.evaluate(new Pt(Math.floor(r.zoom),r)),e.expression.evaluate(new Pt(Math.floor(r.zoom+1),r)),r)}}_calculate(e,r,s,l){return l.zoom>l.zoomHistory.lastIntegerZoom?{from:e,to:r}:{from:s,to:r}}interpolate(e){return e}}class n{constructor(e){this.specification=e}possiblyEvaluate(e,r,s,l){return!!e.expression.evaluate(r,null,{},s,l)}interpolate(){return!1}}class o{constructor(e){this.properties=e,this.defaultPropertyValues={},this.defaultTransitionablePropertyValues={},this.defaultTransitioningPropertyValues={},this.defaultPossiblyEvaluatedValues={},this.overridableProperties=[];for(const r in e){const s=e[r];s.specification.overridable&&this.overridableProperties.push(r);const l=this.defaultPropertyValues[r]=new xo(s,void 0),d=this.defaultTransitionablePropertyValues[r]=new $n(s);this.defaultTransitioningPropertyValues[r]=d.untransitioned(),this.defaultPossiblyEvaluatedValues[r]=l.possiblyEvaluate({})}}}Fe("DataDrivenProperty",Je),Fe("DataConstantProperty",qe),Fe("CrossFadedDataDrivenProperty",u),Fe("CrossFadedProperty",t),Fe("ColorRampProperty",n);const a="-transition";class h extends An{constructor(e,r){if(super(),this.id=e.id,this.type=e.type,this._featureFilter={filter:()=>!0,needGeometry:!1},e.type!=="custom"&&(this.metadata=e.metadata,this.minzoom=e.minzoom,this.maxzoom=e.maxzoom,e.type!=="background"&&(this.source=e.source,this.sourceLayer=e["source-layer"],this.filter=e.filter),r.layout&&(this._unevaluatedLayout=new Ms(r.layout)),r.paint)){this._transitionablePaint=new jn(r.paint);for(const s in e.paint)this.setPaintProperty(s,e.paint[s],{validate:!1});for(const s in e.layout)this.setLayoutProperty(s,e.layout[s],{validate:!1});this._transitioningPaint=this._transitionablePaint.untransitioned(),this.paint=new vo(r.paint)}}getCrossfadeParameters(){return this._crossfadeParameters}getLayoutProperty(e){return e==="visibility"?this.visibility:this._unevaluatedLayout.getValue(e)}setLayoutProperty(e,r,s={}){r!=null&&this._validate(rh,`layers.${this.id}.layout.${e}`,e,r,s)||(e!=="visibility"?this._unevaluatedLayout.setValue(e,r):this.visibility=r)}getPaintProperty(e){return e.endsWith(a)?this._transitionablePaint.getTransition(e.slice(0,-11)):this._transitionablePaint.getValue(e)}setPaintProperty(e,r,s={}){if(r!=null&&this._validate(ih,`layers.${this.id}.paint.${e}`,e,r,s))return!1;if(e.endsWith(a))return this._transitionablePaint.setTransition(e.slice(0,-11),r||void 0),!1;{const l=this._transitionablePaint._values[e],d=l.property.specification["property-type"]==="cross-faded-data-driven",p=l.value.isDataDriven(),m=l.value;this._transitionablePaint.setValue(e,r),this._handleSpecialPaintPropertyUpdate(e);const _=this._transitionablePaint._values[e].value;return _.isDataDriven()||p||d||this._handleOverridablePaintPropertyUpdate(e,m,_)}}_handleSpecialPaintPropertyUpdate(e){}_handleOverridablePaintPropertyUpdate(e,r,s){return!1}isHidden(e){return!!(this.minzoom&&e<this.minzoom)||!!(this.maxzoom&&e>=this.maxzoom)||this.visibility==="none"}updateTransitions(e){this._transitioningPaint=this._transitionablePaint.transitioned(e,this._transitioningPaint)}hasTransition(){return this._transitioningPaint.hasTransition()}recalculate(e,r){e.getCrossfadeParameters&&(this._crossfadeParameters=e.getCrossfadeParameters()),this._unevaluatedLayout&&(this.layout=this._unevaluatedLayout.possiblyEvaluate(e,void 0,r)),this.paint=this._transitioningPaint.possiblyEvaluate(e,void 0,r)}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),Nr(e,(r,s)=>!(r===void 0||s==="layout"&&!Object.keys(r).length||s==="paint"&&!Object.keys(r).length))}_validate(e,r,s,l,d={}){return(!d||d.validate!==!1)&&Aa(this,e.call(Rr,{key:r,layerType:this.type,objectKey:s,value:l,styleSpec:ue,style:{glyphs:!0,sprite:!0}}))}is3D(){return!1}isTileClipped(){return!1}hasOffscreenPass(){return!1}resize(){}isStateDependent(){for(const e in this.paint._values){const r=this.paint.get(e);if(r instanceof br&&mn(r.property.specification)&&(r.value.kind==="source"||r.value.kind==="composite")&&r.value.isStateDependent)return!0}return!1}}const g={Int8:Int8Array,Uint8:Uint8Array,Int16:Int16Array,Uint16:Uint16Array,Int32:Int32Array,Uint32:Uint32Array,Float32:Float32Array};class y{constructor(e,r){this._structArray=e,this._pos1=r*this.size,this._pos2=this._pos1/2,this._pos4=this._pos1/4,this._pos8=this._pos1/8}}class b{constructor(){this.isTransferred=!1,this.capacity=-1,this.resize(0)}static serialize(e,r){return e._trim(),r&&(e.isTransferred=!0,r.push(e.arrayBuffer)),{length:e.length,arrayBuffer:e.arrayBuffer}}static deserialize(e){const r=Object.create(this.prototype);return r.arrayBuffer=e.arrayBuffer,r.length=e.length,r.capacity=e.arrayBuffer.byteLength/r.bytesPerElement,r._refreshViews(),r}_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 r=this.uint8;this._refreshViews(),r&&this.uint8.set(r)}}_refreshViews(){throw new Error("_refreshViews() must be implemented by each concrete StructArray layout")}}function w(i,e=1){let r=0,s=0;return{members:i.map(l=>{const d=g[l.type].BYTES_PER_ELEMENT,p=r=C(r,Math.max(e,d)),m=l.components||1;return s=Math.max(s,d),r+=d*m,{name:l.name,type:l.type,components:m,offset:p}}),size:C(r,Math.max(s,e)),alignment:e}}function C(i,e){return Math.ceil(i/e)*e}class E extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r){const s=this.length;return this.resize(s+1),this.emplace(s,e,r)}emplace(e,r,s){const l=2*e;return this.int16[l+0]=r,this.int16[l+1]=s,e}}E.prototype.bytesPerElement=4,Fe("StructArrayLayout2i4",E);class R extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s){const l=this.length;return this.resize(l+1),this.emplace(l,e,r,s)}emplace(e,r,s,l){const d=3*e;return this.int16[d+0]=r,this.int16[d+1]=s,this.int16[d+2]=l,e}}R.prototype.bytesPerElement=6,Fe("StructArrayLayout3i6",R);class F extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s,l){const d=this.length;return this.resize(d+1),this.emplace(d,e,r,s,l)}emplace(e,r,s,l,d){const p=4*e;return this.int16[p+0]=r,this.int16[p+1]=s,this.int16[p+2]=l,this.int16[p+3]=d,e}}F.prototype.bytesPerElement=8,Fe("StructArrayLayout4i8",F);class $ extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d,p){const m=this.length;return this.resize(m+1),this.emplace(m,e,r,s,l,d,p)}emplace(e,r,s,l,d,p,m){const _=6*e;return this.int16[_+0]=r,this.int16[_+1]=s,this.int16[_+2]=l,this.int16[_+3]=d,this.int16[_+4]=p,this.int16[_+5]=m,e}}$.prototype.bytesPerElement=12,Fe("StructArrayLayout2i4i12",$);class H extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d,p){const m=this.length;return this.resize(m+1),this.emplace(m,e,r,s,l,d,p)}emplace(e,r,s,l,d,p,m){const _=4*e,x=8*e;return this.int16[_+0]=r,this.int16[_+1]=s,this.uint8[x+4]=l,this.uint8[x+5]=d,this.uint8[x+6]=p,this.uint8[x+7]=m,e}}H.prototype.bytesPerElement=8,Fe("StructArrayLayout2i4ub8",H);class U extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,r){const s=this.length;return this.resize(s+1),this.emplace(s,e,r)}emplace(e,r,s){const l=2*e;return this.float32[l+0]=r,this.float32[l+1]=s,e}}U.prototype.bytesPerElement=8,Fe("StructArrayLayout2f8",U);class X extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d,p,m,_,x,S){const I=this.length;return this.resize(I+1),this.emplace(I,e,r,s,l,d,p,m,_,x,S)}emplace(e,r,s,l,d,p,m,_,x,S,I){const A=10*e;return this.uint16[A+0]=r,this.uint16[A+1]=s,this.uint16[A+2]=l,this.uint16[A+3]=d,this.uint16[A+4]=p,this.uint16[A+5]=m,this.uint16[A+6]=_,this.uint16[A+7]=x,this.uint16[A+8]=S,this.uint16[A+9]=I,e}}X.prototype.bytesPerElement=20,Fe("StructArrayLayout10ui20",X);class Y extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d,p,m,_,x,S,I,A){const D=this.length;return this.resize(D+1),this.emplace(D,e,r,s,l,d,p,m,_,x,S,I,A)}emplace(e,r,s,l,d,p,m,_,x,S,I,A,D){const B=12*e;return this.int16[B+0]=r,this.int16[B+1]=s,this.int16[B+2]=l,this.int16[B+3]=d,this.uint16[B+4]=p,this.uint16[B+5]=m,this.uint16[B+6]=_,this.uint16[B+7]=x,this.int16[B+8]=S,this.int16[B+9]=I,this.int16[B+10]=A,this.int16[B+11]=D,e}}Y.prototype.bytesPerElement=24,Fe("StructArrayLayout4i4ui4i24",Y);class j extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,r,s){const l=this.length;return this.resize(l+1),this.emplace(l,e,r,s)}emplace(e,r,s,l){const d=3*e;return this.float32[d+0]=r,this.float32[d+1]=s,this.float32[d+2]=l,e}}j.prototype.bytesPerElement=12,Fe("StructArrayLayout3f12",j);class te extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint32=new Uint32Array(this.arrayBuffer)}emplaceBack(e){const r=this.length;return this.resize(r+1),this.emplace(r,e)}emplace(e,r){return this.uint32[1*e+0]=r,e}}te.prototype.bytesPerElement=4,Fe("StructArrayLayout1ul4",te);class se extends b{_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,r,s,l,d,p,m,_,x){const S=this.length;return this.resize(S+1),this.emplace(S,e,r,s,l,d,p,m,_,x)}emplace(e,r,s,l,d,p,m,_,x,S){const I=10*e,A=5*e;return this.int16[I+0]=r,this.int16[I+1]=s,this.int16[I+2]=l,this.int16[I+3]=d,this.int16[I+4]=p,this.int16[I+5]=m,this.uint32[A+3]=_,this.uint16[I+8]=x,this.uint16[I+9]=S,e}}se.prototype.bytesPerElement=20,Fe("StructArrayLayout6i1ul2ui20",se);class ce extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d,p){const m=this.length;return this.resize(m+1),this.emplace(m,e,r,s,l,d,p)}emplace(e,r,s,l,d,p,m){const _=6*e;return this.int16[_+0]=r,this.int16[_+1]=s,this.int16[_+2]=l,this.int16[_+3]=d,this.int16[_+4]=p,this.int16[_+5]=m,e}}ce.prototype.bytesPerElement=12,Fe("StructArrayLayout2i2i2i12",ce);class ye extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d){const p=this.length;return this.resize(p+1),this.emplace(p,e,r,s,l,d)}emplace(e,r,s,l,d,p){const m=4*e,_=8*e;return this.float32[m+0]=r,this.float32[m+1]=s,this.float32[m+2]=l,this.int16[_+6]=d,this.int16[_+7]=p,e}}ye.prototype.bytesPerElement=16,Fe("StructArrayLayout2f1f2i16",ye);class we extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer),this.int16=new Int16Array(this.arrayBuffer)}emplaceBack(e,r,s,l,d,p){const m=this.length;return this.resize(m+1),this.emplace(m,e,r,s,l,d,p)}emplace(e,r,s,l,d,p,m){const _=16*e,x=4*e,S=8*e;return this.uint8[_+0]=r,this.uint8[_+1]=s,this.float32[x+1]=l,this.float32[x+2]=d,this.int16[S+6]=p,this.int16[S+7]=m,e}}we.prototype.bytesPerElement=16,Fe("StructArrayLayout2ub2f2i16",we);class De extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,r,s){const l=this.length;return this.resize(l+1),this.emplace(l,e,r,s)}emplace(e,r,s,l){const d=3*e;return this.uint16[d+0]=r,this.uint16[d+1]=s,this.uint16[d+2]=l,e}}De.prototype.bytesPerElement=6,Fe("StructArrayLayout3ui6",De);class Re extends b{_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,r,s,l,d,p,m,_,x,S,I,A,D,B,O,q,J){const ae=this.length;return this.resize(ae+1),this.emplace(ae,e,r,s,l,d,p,m,_,x,S,I,A,D,B,O,q,J)}emplace(e,r,s,l,d,p,m,_,x,S,I,A,D,B,O,q,J,ae){const Q=24*e,re=12*e,de=48*e;return this.int16[Q+0]=r,this.int16[Q+1]=s,this.uint16[Q+2]=l,this.uint16[Q+3]=d,this.uint32[re+2]=p,this.uint32[re+3]=m,this.uint32[re+4]=_,this.uint16[Q+10]=x,this.uint16[Q+11]=S,this.uint16[Q+12]=I,this.float32[re+7]=A,this.float32[re+8]=D,this.uint8[de+36]=B,this.uint8[de+37]=O,this.uint8[de+38]=q,this.uint32[re+10]=J,this.int16[Q+22]=ae,e}}Re.prototype.bytesPerElement=48,Fe("StructArrayLayout2i2ui3ul3ui2f3ub1ul1i48",Re);class Se extends b{_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,r,s,l,d,p,m,_,x,S,I,A,D,B,O,q,J,ae,Q,re,de,be,Le,Xe,Me,Pe,Ue,Ve){const Be=this.length;return this.resize(Be+1),this.emplace(Be,e,r,s,l,d,p,m,_,x,S,I,A,D,B,O,q,J,ae,Q,re,de,be,Le,Xe,Me,Pe,Ue,Ve)}emplace(e,r,s,l,d,p,m,_,x,S,I,A,D,B,O,q,J,ae,Q,re,de,be,Le,Xe,Me,Pe,Ue,Ve,Be){const _e=32*e,Ze=16*e;return this.int16[_e+0]=r,this.int16[_e+1]=s,this.int16[_e+2]=l,this.int16[_e+3]=d,this.int16[_e+4]=p,this.int16[_e+5]=m,this.int16[_e+6]=_,this.int16[_e+7]=x,this.uint16[_e+8]=S,this.uint16[_e+9]=I,this.uint16[_e+10]=A,this.uint16[_e+11]=D,this.uint16[_e+12]=B,this.uint16[_e+13]=O,this.uint16[_e+14]=q,this.uint16[_e+15]=J,this.uint16[_e+16]=ae,this.uint16[_e+17]=Q,this.uint16[_e+18]=re,this.uint16[_e+19]=de,this.uint16[_e+20]=be,this.uint16[_e+21]=Le,this.uint16[_e+22]=Xe,this.uint32[Ze+12]=Me,this.float32[Ze+13]=Pe,this.float32[Ze+14]=Ue,this.uint16[_e+30]=Ve,this.uint16[_e+31]=Be,e}}Se.prototype.bytesPerElement=64,Fe("StructArrayLayout8i15ui1ul2f2ui64",Se);class Te extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e){const r=this.length;return this.resize(r+1),this.emplace(r,e)}emplace(e,r){return this.float32[1*e+0]=r,e}}Te.prototype.bytesPerElement=4,Fe("StructArrayLayout1f4",Te);class Ne extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,r,s){const l=this.length;return this.resize(l+1),this.emplace(l,e,r,s)}emplace(e,r,s,l){const d=3*e;return this.uint16[6*e+0]=r,this.float32[d+1]=s,this.float32[d+2]=l,e}}Ne.prototype.bytesPerElement=12,Fe("StructArrayLayout1ui2f12",Ne);class tt extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint32=new Uint32Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,r,s){const l=this.length;return this.resize(l+1),this.emplace(l,e,r,s)}emplace(e,r,s,l){const d=4*e;return this.uint32[2*e+0]=r,this.uint16[d+2]=s,this.uint16[d+3]=l,e}}tt.prototype.bytesPerElement=8,Fe("StructArrayLayout1ul2ui8",tt);class Ce extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e,r){const s=this.length;return this.resize(s+1),this.emplace(s,e,r)}emplace(e,r,s){const l=2*e;return this.uint16[l+0]=r,this.uint16[l+1]=s,e}}Ce.prototype.bytesPerElement=4,Fe("StructArrayLayout2ui4",Ce);class Ae extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint16=new Uint16Array(this.arrayBuffer)}emplaceBack(e){const r=this.length;return this.resize(r+1),this.emplace(r,e)}emplace(e,r){return this.uint16[1*e+0]=r,e}}Ae.prototype.bytesPerElement=2,Fe("StructArrayLayout1ui2",Ae);class Qe extends b{_refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float32=new Float32Array(this.arrayBuffer)}emplaceBack(e,r,s,l){const d=this.length;return this.resize(d+1),this.emplace(d,e,r,s,l)}emplace(e,r,s,l,d){const p=4*e;return this.float32[p+0]=r,this.float32[p+1]=s,this.float32[p+2]=l,this.float32[p+3]=d,e}}Qe.prototype.bytesPerElement=16,Fe("StructArrayLayout4f16",Qe);class Dt extends y{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 le(this.anchorPointX,this.anchorPointY)}}Dt.prototype.size=20;class st extends se{get(e){return new Dt(this,e)}}Fe("CollisionBoxArray",st);class dt extends y{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]}}dt.prototype.size=48;class Lt extends Re{get(e){return new dt(this,e)}}Fe("PlacedSymbolArray",Lt);class di extends y{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]}}di.prototype.size=64;class nr extends Se{get(e){return new di(this,e)}}Fe("SymbolInstanceArray",nr);class Rt extends Te{getoffsetX(e){return this.float32[1*e+0]}}Fe("GlyphOffsetArray",Rt);class Mi extends R{getx(e){return this.int16[3*e+0]}gety(e){return this.int16[3*e+1]}gettileUnitDistanceFromAnchor(e){return this.int16[3*e+2]}}Fe("SymbolLineVertexArray",Mi);class ki extends y{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]}}ki.prototype.size=12;class pi extends Ne{get(e){return new ki(this,e)}}Fe("TextAnchorOffsetArray",pi);class fi extends y{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]}}fi.prototype.size=8;class sr extends tt{get(e){return new fi(this,e)}}Fe("FeatureIndexArray",sr);class vn extends E{}class bo extends E{}class Un extends E{}class bn extends ${}class wo extends H{}class Ba extends U{}class oi extends X{}class or extends Y{}class Qr extends j{}class qn extends te{}class mi extends ce{}class gi extends we{}class ri extends De{}class $t extends Ce{}const Zn=w([{name:"a_pos",components:2,type:"Int16"}],4),{members:Fa}=Zn;class ti{constructor(e=[]){this.segments=e}prepareSegment(e,r,s,l){let d=this.segments[this.segments.length-1];return e>ti.MAX_VERTEX_ARRAY_LENGTH&&li(`Max vertices per segment is ${ti.MAX_VERTEX_ARRAY_LENGTH}: bucket requested ${e}`),(!d||d.vertexLength+e>ti.MAX_VERTEX_ARRAY_LENGTH||d.sortKey!==l)&&(d={vertexOffset:r.length,primitiveOffset:s.length,vertexLength:0,primitiveLength:0},l!==void 0&&(d.sortKey=l),this.segments.push(d)),d}get(){return this.segments}destroy(){for(const e of this.segments)for(const r in e.vaos)e.vaos[r].destroy()}static simpleSegment(e,r,s,l){return new ti([{vertexOffset:e,primitiveOffset:r,vertexLength:s,primitiveLength:l,vaos:{},sortKey:0}])}}function Kl(i,e){return 256*(i=It(Math.floor(i),0,255))+It(Math.floor(e),0,255)}ti.MAX_VERTEX_ARRAY_LENGTH=Math.pow(2,16)-1,Fe("SegmentVector",ti);const So=w([{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"}]);var To={exports:{}},en={exports:{}};en.exports=function(i,e){var r,s,l,d,p,m,_,x;for(s=i.length-(r=3&i.length),l=e,p=3432918353,m=461845907,x=0;x<s;)_=255&i.charCodeAt(x)|(255&i.charCodeAt(++x))<<8|(255&i.charCodeAt(++x))<<16|(255&i.charCodeAt(++x))<<24,++x,l=27492+(65535&(d=5*(65535&(l=(l^=_=(65535&(_=(_=(65535&_)*p+(((_>>>16)*p&65535)<<16)&4294967295)<<15|_>>>17))*m+(((_>>>16)*m&65535)<<16)&4294967295)<<13|l>>>19))+((5*(l>>>16)&65535)<<16)&4294967295))+((58964+(d>>>16)&65535)<<16);switch(_=0,r){case 3:_^=(255&i.charCodeAt(x+2))<<16;case 2:_^=(255&i.charCodeAt(x+1))<<8;case 1:l^=_=(65535&(_=(_=(65535&(_^=255&i.charCodeAt(x)))*p+(((_>>>16)*p&65535)<<16)&4294967295)<<15|_>>>17))*m+(((_>>>16)*m&65535)<<16)&4294967295}return l^=i.length,l=2246822507*(65535&(l^=l>>>16))+((2246822507*(l>>>16)&65535)<<16)&4294967295,l=3266489909*(65535&(l^=l>>>13))+((3266489909*(l>>>16)&65535)<<16)&4294967295,(l^=l>>>16)>>>0};var Yl=en.exports,Oa={exports:{}};Oa.exports=function(i,e){for(var r,s=i.length,l=e^s,d=0;s>=4;)r=1540483477*(65535&(r=255&i.charCodeAt(d)|(255&i.charCodeAt(++d))<<8|(255&i.charCodeAt(++d))<<16|(255&i.charCodeAt(++d))<<24))+((1540483477*(r>>>16)&65535)<<16),l=1540483477*(65535&l)+((1540483477*(l>>>16)&65535)<<16)^(r=1540483477*(65535&(r^=r>>>24))+((1540483477*(r>>>16)&65535)<<16)),s-=4,++d;switch(s){case 3:l^=(255&i.charCodeAt(d+2))<<16;case 2:l^=(255&i.charCodeAt(d+1))<<8;case 1:l=1540483477*(65535&(l^=255&i.charCodeAt(d)))+((1540483477*(l>>>16)&65535)<<16)}return l=1540483477*(65535&(l^=l>>>13))+((1540483477*(l>>>16)&65535)<<16),(l^=l>>>15)>>>0};var Va=Yl,Na=Oa.exports;To.exports=Va,To.exports.murmur3=Va,To.exports.murmur2=Na;var ko=fe(To.exports);class Gn{constructor(){this.ids=[],this.positions=[],this.indexed=!1}add(e,r,s,l){this.ids.push(Hu(e)),this.positions.push(r,s,l)}getPositions(e){if(!this.indexed)throw new Error("Trying to get index, but feature positions are not indexed");const r=Hu(e);let s=0,l=this.ids.length-1;for(;s<l;){const p=s+l>>1;this.ids[p]>=r?l=p:s=p+1}const d=[];for(;this.ids[s]===r;)d.push({index:this.positions[3*s],start:this.positions[3*s+1],end:this.positions[3*s+2]}),s++;return d}static serialize(e,r){const s=new Float64Array(e.ids),l=new Uint32Array(e.positions);return sh(s,l,0,s.length-1),r&&r.push(s.buffer,l.buffer),{ids:s,positions:l}}static deserialize(e){const r=new Gn;return r.ids=e.ids,r.positions=e.positions,r.indexed=!0,r}}function Hu(i){const e=+i;return!isNaN(e)&&e<=Number.MAX_SAFE_INTEGER?e:ko(String(i))}function sh(i,e,r,s){for(;r<s;){const l=i[r+s>>1];let d=r-1,p=s+1;for(;;){do d++;while(i[d]<l);do p--;while(i[p]>l);if(d>=p)break;Ql(i,d,p),Ql(e,3*d,3*p),Ql(e,3*d+1,3*p+1),Ql(e,3*d+2,3*p+2)}p-r<s-p?(sh(i,e,r,p),r=p+1):(sh(i,e,p+1,s),s=p)}}function Ql(i,e,r){const s=i[e];i[e]=i[r],i[r]=s}Fe("FeaturePositionMap",Gn);class zs{constructor(e,r){this.gl=e.gl,this.location=r}}class ec extends zs{constructor(e,r){super(e,r),this.current=0}set(e){this.current!==e&&(this.current=e,this.gl.uniform1f(this.location,e))}}class Wu extends zs{constructor(e,r){super(e,r),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 Xu extends zs{constructor(e,r){super(e,r),this.current=bt.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 S_=new Float32Array(16);function oh(i){return[Kl(255*i.r,255*i.g),Kl(255*i.b,255*i.a)]}class $a{constructor(e,r,s){this.value=e,this.uniformNames=r.map(l=>`u_${l}`),this.type=s}setUniform(e,r,s){e.set(s.constantOr(this.value))}getBinding(e,r,s){return this.type==="color"?new Xu(e,r):new ec(e,r)}}class Io{constructor(e,r){this.uniformNames=r.map(s=>`u_${s}`),this.patternFrom=null,this.patternTo=null,this.pixelRatioFrom=1,this.pixelRatioTo=1}setConstantPatternPositions(e,r){this.pixelRatioFrom=r.pixelRatio,this.pixelRatioTo=e.pixelRatio,this.patternFrom=r.tlbr,this.patternTo=e.tlbr}setUniform(e,r,s,l){const d=l==="u_pattern_to"?this.patternTo:l==="u_pattern_from"?this.patternFrom:l==="u_pixel_ratio_to"?this.pixelRatioTo:l==="u_pixel_ratio_from"?this.pixelRatioFrom:null;d&&e.set(d)}getBinding(e,r,s){return s.substr(0,9)==="u_pattern"?new Wu(e,r):new ec(e,r)}}class wn{constructor(e,r,s,l){this.expression=e,this.type=s,this.maxValue=0,this.paintVertexAttributes=r.map(d=>({name:`a_${d}`,type:"Float32",components:s==="color"?2:1,offset:0})),this.paintVertexArray=new l}populatePaintArray(e,r,s,l,d){const p=this.paintVertexArray.length,m=this.expression.evaluate(new Pt(0),r,{},l,[],d);this.paintVertexArray.resize(e),this._setPaintValue(p,e,m)}updatePaintArray(e,r,s,l){const d=this.expression.evaluate({zoom:0},s,l);this._setPaintValue(e,r,d)}_setPaintValue(e,r,s){if(this.type==="color"){const l=oh(s);for(let d=e;d<r;d++)this.paintVertexArray.emplace(d,l[0],l[1])}else{for(let l=e;l<r;l++)this.paintVertexArray.emplace(l,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 Br{constructor(e,r,s,l,d,p){this.expression=e,this.uniformNames=r.map(m=>`u_${m}_t`),this.type=s,this.useIntegerZoom=l,this.zoom=d,this.maxValue=0,this.paintVertexAttributes=r.map(m=>({name:`a_${m}`,type:"Float32",components:s==="color"?4:2,offset:0})),this.paintVertexArray=new p}populatePaintArray(e,r,s,l,d){const p=this.expression.evaluate(new Pt(this.zoom),r,{},l,[],d),m=this.expression.evaluate(new Pt(this.zoom+1),r,{},l,[],d),_=this.paintVertexArray.length;this.paintVertexArray.resize(e),this._setPaintValue(_,e,p,m)}updatePaintArray(e,r,s,l){const d=this.expression.evaluate({zoom:this.zoom},s,l),p=this.expression.evaluate({zoom:this.zoom+1},s,l);this._setPaintValue(e,r,d,p)}_setPaintValue(e,r,s,l){if(this.type==="color"){const d=oh(s),p=oh(l);for(let m=e;m<r;m++)this.paintVertexArray.emplace(m,d[0],d[1],p[0],p[1])}else{for(let d=e;d<r;d++)this.paintVertexArray.emplace(d,s,l);this.maxValue=Math.max(this.maxValue,Math.abs(s),Math.abs(l))}}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,r){const s=this.useIntegerZoom?Math.floor(r.zoom):r.zoom,l=It(this.expression.interpolationFactor(s,this.zoom,this.zoom+1),0,1);e.set(l)}getBinding(e,r,s){return new ec(e,r)}}class Hn{constructor(e,r,s,l,d,p){this.expression=e,this.type=r,this.useIntegerZoom=s,this.zoom=l,this.layerId=p,this.zoomInPaintVertexArray=new d,this.zoomOutPaintVertexArray=new d}populatePaintArray(e,r,s){const l=this.zoomInPaintVertexArray.length;this.zoomInPaintVertexArray.resize(e),this.zoomOutPaintVertexArray.resize(e),this._setPaintValues(l,e,r.patterns&&r.patterns[this.layerId],s)}updatePaintArray(e,r,s,l,d){this._setPaintValues(e,r,s.patterns&&s.patterns[this.layerId],d)}_setPaintValues(e,r,s,l){if(!l||!s)return;const{min:d,mid:p,max:m}=s,_=l[d],x=l[p],S=l[m];if(_&&x&&S)for(let I=e;I<r;I++)this.zoomInPaintVertexArray.emplace(I,x.tl[0],x.tl[1],x.br[0],x.br[1],_.tl[0],_.tl[1],_.br[0],_.br[1],x.pixelRatio,_.pixelRatio),this.zoomOutPaintVertexArray.emplace(I,x.tl[0],x.tl[1],x.br[0],x.br[1],S.tl[0],S.tl[1],S.br[0],S.br[1],x.pixelRatio,S.pixelRatio)}upload(e){this.zoomInPaintVertexArray&&this.zoomInPaintVertexArray.arrayBuffer&&this.zoomOutPaintVertexArray&&this.zoomOutPaintVertexArray.arrayBuffer&&(this.zoomInPaintVertexBuffer=e.createVertexBuffer(this.zoomInPaintVertexArray,So.members,this.expression.isStateDependent),this.zoomOutPaintVertexBuffer=e.createVertexBuffer(this.zoomOutPaintVertexArray,So.members,this.expression.isStateDependent))}destroy(){this.zoomOutPaintVertexBuffer&&this.zoomOutPaintVertexBuffer.destroy(),this.zoomInPaintVertexBuffer&&this.zoomInPaintVertexBuffer.destroy()}}class Ju{constructor(e,r,s){this.binders={},this._buffers=[];const l=[];for(const d in e.paint._values){if(!s(d))continue;const p=e.paint.get(d);if(!(p instanceof br&&mn(p.property.specification)))continue;const m=T_(d,e.type),_=p.value,x=p.property.specification.type,S=p.property.useIntegerZoom,I=p.property.specification["property-type"],A=I==="cross-faded"||I==="cross-faded-data-driven";if(_.kind==="constant")this.binders[d]=A?new Io(_.value,m):new $a(_.value,m,x),l.push(`/u_${d}`);else if(_.kind==="source"||A){const D=Ku(d,x,"source");this.binders[d]=A?new Hn(_,x,S,r,D,e.id):new wn(_,m,x,D),l.push(`/a_${d}`)}else{const D=Ku(d,x,"composite");this.binders[d]=new Br(_,m,x,S,r,D),l.push(`/z_${d}`)}}this.cacheKey=l.sort().join("")}getMaxValue(e){const r=this.binders[e];return r instanceof wn||r instanceof Br?r.maxValue:0}populatePaintArrays(e,r,s,l,d){for(const p in this.binders){const m=this.binders[p];(m instanceof wn||m instanceof Br||m instanceof Hn)&&m.populatePaintArray(e,r,s,l,d)}}setConstantPatternPositions(e,r){for(const s in this.binders){const l=this.binders[s];l instanceof Io&&l.setConstantPatternPositions(e,r)}}updatePaintArrays(e,r,s,l,d){let p=!1;for(const m in e){const _=r.getPositions(m);for(const x of _){const S=s.feature(x.index);for(const I in this.binders){const A=this.binders[I];if((A instanceof wn||A instanceof Br||A instanceof Hn)&&A.expression.isStateDependent===!0){const D=l.paint.get(I);A.expression=D.value,A.updatePaintArray(x.start,x.end,S,e[m],d),p=!0}}}}return p}defines(){const e=[];for(const r in this.binders){const s=this.binders[r];(s instanceof $a||s instanceof Io)&&e.push(...s.uniformNames.map(l=>`#define HAS_UNIFORM_${l}`))}return e}getBinderAttributes(){const e=[];for(const r in this.binders){const s=this.binders[r];if(s instanceof wn||s instanceof Br)for(let l=0;l<s.paintVertexAttributes.length;l++)e.push(s.paintVertexAttributes[l].name);else if(s instanceof Hn)for(let l=0;l<So.members.length;l++)e.push(So.members[l].name)}return e}getBinderUniforms(){const e=[];for(const r in this.binders){const s=this.binders[r];if(s instanceof $a||s instanceof Io||s instanceof Br)for(const l of s.uniformNames)e.push(l)}return e}getPaintVertexBuffers(){return this._buffers}getUniforms(e,r){const s=[];for(const l in this.binders){const d=this.binders[l];if(d instanceof $a||d instanceof Io||d instanceof Br){for(const p of d.uniformNames)if(r[p]){const m=d.getBinding(e,r[p],p);s.push({name:p,property:l,binding:m})}}}return s}setUniforms(e,r,s,l){for(const{name:d,property:p,binding:m}of r)this.binders[p].setUniform(m,l,s.get(p),d)}updatePaintBuffers(e){this._buffers=[];for(const r in this.binders){const s=this.binders[r];if(e&&s instanceof Hn){const l=e.fromScale===2?s.zoomInPaintVertexBuffer:s.zoomOutPaintVertexBuffer;l&&this._buffers.push(l)}else(s instanceof wn||s instanceof Br)&&s.paintVertexBuffer&&this._buffers.push(s.paintVertexBuffer)}}upload(e){for(const r in this.binders){const s=this.binders[r];(s instanceof wn||s instanceof Br||s instanceof Hn)&&s.upload(e)}this.updatePaintBuffers()}destroy(){for(const e in this.binders){const r=this.binders[e];(r instanceof wn||r instanceof Br||r instanceof Hn)&&r.destroy()}}}class Ds{constructor(e,r,s=()=>!0){this.programConfigurations={};for(const l of e)this.programConfigurations[l.id]=new Ju(l,r,s);this.needsUpload=!1,this._featureMap=new Gn,this._bufferOffset=0}populatePaintArrays(e,r,s,l,d,p){for(const m in this.programConfigurations)this.programConfigurations[m].populatePaintArrays(e,r,l,d,p);r.id!==void 0&&this._featureMap.add(r.id,s,this._bufferOffset,e),this._bufferOffset=e,this.needsUpload=!0}updatePaintArrays(e,r,s,l){for(const d of s)this.needsUpload=this.programConfigurations[d.id].updatePaintArrays(e,this._featureMap,r,d,l)||this.needsUpload}get(e){return this.programConfigurations[e]}upload(e){if(this.needsUpload){for(const r in this.programConfigurations)this.programConfigurations[r].upload(e);this.needsUpload=!1}}destroy(){for(const e in this.programConfigurations)this.programConfigurations[e].destroy()}}function T_(i,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-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"]}[i]||[i.replace(`${e}-`,"").replace(/-/g,"_")]}function Ku(i,e,r){const s={color:{source:U,composite:Qe},number:{source:Te,composite:U}},l=function(d){return{"line-pattern":{source:oi,composite:oi},"fill-pattern":{source:oi,composite:oi},"fill-extrusion-pattern":{source:oi,composite:oi}}[d]}(i);return l&&l[r]||s[e][r]}Fe("ConstantBinder",$a),Fe("CrossFadedConstantBinder",Io),Fe("SourceExpressionBinder",wn),Fe("CrossFadedCompositeBinder",Hn),Fe("CompositeExpressionBinder",Br),Fe("ProgramConfiguration",Ju,{omit:["_buffers"]}),Fe("ProgramConfigurationSet",Ds);const Qt=8192,ah=Math.pow(2,14)-1,Yu=-ah-1;function Ls(i){const e=Qt/i.extent,r=i.loadGeometry();for(let s=0;s<r.length;s++){const l=r[s];for(let d=0;d<l.length;d++){const p=l[d],m=Math.round(p.x*e),_=Math.round(p.y*e);p.x=It(m,Yu,ah),p.y=It(_,Yu,ah),(m<p.x||m>p.x+1||_<p.y||_>p.y+1)&&li("Geometry exceeds allowed extent, reduce your vector tile buffer size")}}return r}function Rs(i,e){return{type:i.type,id:i.id,properties:i.properties,geometry:e?Ls(i):[]}}function tc(i,e,r,s,l){i.emplaceBack(2*e+(s+1)/2,2*r+(l+1)/2)}class lh{constructor(e){this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map(r=>r.id),this.index=e.index,this.hasPattern=!1,this.layoutVertexArray=new bo,this.indexArray=new ri,this.segments=new ti,this.programConfigurations=new Ds(e.layers,e.zoom),this.stateDependentLayerIds=this.layers.filter(r=>r.isStateDependent()).map(r=>r.id)}populate(e,r,s){const l=this.layers[0],d=[];let p=null,m=!1;l.type==="circle"&&(p=l.layout.get("circle-sort-key"),m=!p.isConstant());for(const{feature:_,id:x,index:S,sourceLayerIndex:I}of e){const A=this.layers[0]._featureFilter.needGeometry,D=Rs(_,A);if(!this.layers[0]._featureFilter.filter(new Pt(this.zoom),D,s))continue;const B=m?p.evaluate(D,{},s):void 0,O={id:x,properties:_.properties,type:_.type,sourceLayerIndex:I,index:S,geometry:A?D.geometry:Ls(_),patterns:{},sortKey:B};d.push(O)}m&&d.sort((_,x)=>_.sortKey-x.sortKey);for(const _ of d){const{geometry:x,index:S,sourceLayerIndex:I}=_,A=e[S].feature;this.addFeature(_,x,S,s),r.featureIndex.insert(A,x,S,I,this.index)}}update(e,r,s){this.stateDependentLayers.length&&this.programConfigurations.updatePaintArrays(e,r,this.stateDependentLayers,s)}isEmpty(){return this.layoutVertexArray.length===0}uploadPending(){return!this.uploaded||this.programConfigurations.needsUpload}upload(e){this.uploaded||(this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,Fa),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,r,s,l){for(const d of r)for(const p of d){const m=p.x,_=p.y;if(m<0||m>=Qt||_<0||_>=Qt)continue;const x=this.segments.prepareSegment(4,this.layoutVertexArray,this.indexArray,e.sortKey),S=x.vertexLength;tc(this.layoutVertexArray,m,_,-1,-1),tc(this.layoutVertexArray,m,_,1,-1),tc(this.layoutVertexArray,m,_,1,1),tc(this.layoutVertexArray,m,_,-1,1),this.indexArray.emplaceBack(S,S+1,S+2),this.indexArray.emplaceBack(S,S+3,S+2),x.vertexLength+=4,x.primitiveLength+=2}this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length,e,s,{},l)}}function Qu(i,e){for(let r=0;r<i.length;r++)if(Co(e,i[r]))return!0;for(let r=0;r<e.length;r++)if(Co(i,e[r]))return!0;return!!ch(i,e)}function k_(i,e,r){return!!Co(i,e)||!!hh(e,i,r)}function ed(i,e){if(i.length===1)return id(e,i[0]);for(let r=0;r<e.length;r++){const s=e[r];for(let l=0;l<s.length;l++)if(Co(i,s[l]))return!0}for(let r=0;r<i.length;r++)if(id(e,i[r]))return!0;for(let r=0;r<e.length;r++)if(ch(i,e[r]))return!0;return!1}function I_(i,e,r){if(i.length>1){if(ch(i,e))return!0;for(let s=0;s<e.length;s++)if(hh(e[s],i,r))return!0}for(let s=0;s<i.length;s++)if(hh(i[s],e,r))return!0;return!1}function ch(i,e){if(i.length===0||e.length===0)return!1;for(let r=0;r<i.length-1;r++){const s=i[r],l=i[r+1];for(let d=0;d<e.length-1;d++)if(C_(s,l,e[d],e[d+1]))return!0}return!1}function C_(i,e,r,s){return wi(i,r,s)!==wi(e,r,s)&&wi(i,e,r)!==wi(i,e,s)}function hh(i,e,r){const s=r*r;if(e.length===1)return i.distSqr(e[0])<s;for(let l=1;l<e.length;l++)if(td(i,e[l-1],e[l])<s)return!0;return!1}function td(i,e,r){const s=e.distSqr(r);if(s===0)return i.distSqr(e);const l=((i.x-e.x)*(r.x-e.x)+(i.y-e.y)*(r.y-e.y))/s;return i.distSqr(l<0?e:l>1?r:r.sub(e)._mult(l)._add(e))}function id(i,e){let r,s,l,d=!1;for(let p=0;p<i.length;p++){r=i[p];for(let m=0,_=r.length-1;m<r.length;_=m++)s=r[m],l=r[_],s.y>e.y!=l.y>e.y&&e.x<(l.x-s.x)*(e.y-s.y)/(l.y-s.y)+s.x&&(d=!d)}return d}function Co(i,e){let r=!1;for(let s=0,l=i.length-1;s<i.length;l=s++){const d=i[s],p=i[l];d.y>e.y!=p.y>e.y&&e.x<(p.x-d.x)*(e.y-d.y)/(p.y-d.y)+d.x&&(r=!r)}return r}function E_(i,e,r){const s=r[0],l=r[2];if(i.x<s.x&&e.x<s.x||i.x>l.x&&e.x>l.x||i.y<s.y&&e.y<s.y||i.y>l.y&&e.y>l.y)return!1;const d=wi(i,e,r[0]);return d!==wi(i,e,r[1])||d!==wi(i,e,r[2])||d!==wi(i,e,r[3])}function ja(i,e,r){const s=e.paint.get(i).value;return s.kind==="constant"?s.value:r.programConfigurations.get(e.id).getMaxValue(i)}function ic(i){return Math.sqrt(i[0]*i[0]+i[1]*i[1])}function rc(i,e,r,s,l){if(!e[0]&&!e[1])return i;const d=le.convert(e)._mult(l);r==="viewport"&&d._rotate(-s);const p=[];for(let m=0;m<i.length;m++)p.push(i[m].sub(d));return p}let rd,nd;Fe("CircleBucket",lh,{omit:["layers"]});var P_={get paint(){return nd=nd||new o({"circle-radius":new Je(ue.paint_circle["circle-radius"]),"circle-color":new Je(ue.paint_circle["circle-color"]),"circle-blur":new Je(ue.paint_circle["circle-blur"]),"circle-opacity":new Je(ue.paint_circle["circle-opacity"]),"circle-translate":new qe(ue.paint_circle["circle-translate"]),"circle-translate-anchor":new qe(ue.paint_circle["circle-translate-anchor"]),"circle-pitch-scale":new qe(ue.paint_circle["circle-pitch-scale"]),"circle-pitch-alignment":new qe(ue.paint_circle["circle-pitch-alignment"]),"circle-stroke-width":new Je(ue.paint_circle["circle-stroke-width"]),"circle-stroke-color":new Je(ue.paint_circle["circle-stroke-color"]),"circle-stroke-opacity":new Je(ue.paint_circle["circle-stroke-opacity"])})},get layout(){return rd=rd||new o({"circle-sort-key":new Je(ue.layout_circle["circle-sort-key"])})}},zi=1e-6,Eo=typeof Float32Array<"u"?Float32Array:Array;function uh(i){return i[0]=1,i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=1,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[10]=1,i[11]=0,i[12]=0,i[13]=0,i[14]=0,i[15]=1,i}function sd(i,e,r){var s=e[0],l=e[1],d=e[2],p=e[3],m=e[4],_=e[5],x=e[6],S=e[7],I=e[8],A=e[9],D=e[10],B=e[11],O=e[12],q=e[13],J=e[14],ae=e[15],Q=r[0],re=r[1],de=r[2],be=r[3];return i[0]=Q*s+re*m+de*I+be*O,i[1]=Q*l+re*_+de*A+be*q,i[2]=Q*d+re*x+de*D+be*J,i[3]=Q*p+re*S+de*B+be*ae,i[4]=(Q=r[4])*s+(re=r[5])*m+(de=r[6])*I+(be=r[7])*O,i[5]=Q*l+re*_+de*A+be*q,i[6]=Q*d+re*x+de*D+be*J,i[7]=Q*p+re*S+de*B+be*ae,i[8]=(Q=r[8])*s+(re=r[9])*m+(de=r[10])*I+(be=r[11])*O,i[9]=Q*l+re*_+de*A+be*q,i[10]=Q*d+re*x+de*D+be*J,i[11]=Q*p+re*S+de*B+be*ae,i[12]=(Q=r[12])*s+(re=r[13])*m+(de=r[14])*I+(be=r[15])*O,i[13]=Q*l+re*_+de*A+be*q,i[14]=Q*d+re*x+de*D+be*J,i[15]=Q*p+re*S+de*B+be*ae,i}Math.hypot||(Math.hypot=function(){for(var i=0,e=arguments.length;e--;)i+=arguments[e]*arguments[e];return Math.sqrt(i)});var Ua,A_=sd;function nc(i,e,r){var s=e[0],l=e[1],d=e[2],p=e[3];return i[0]=r[0]*s+r[4]*l+r[8]*d+r[12]*p,i[1]=r[1]*s+r[5]*l+r[9]*d+r[13]*p,i[2]=r[2]*s+r[6]*l+r[10]*d+r[14]*p,i[3]=r[3]*s+r[7]*l+r[11]*d+r[15]*p,i}Ua=new Eo(4),Eo!=Float32Array&&(Ua[0]=0,Ua[1]=0,Ua[2]=0,Ua[3]=0);class M_ extends h{constructor(e){super(e,P_)}createBucket(e){return new lh(e)}queryRadius(e){const r=e;return ja("circle-radius",this,r)+ja("circle-stroke-width",this,r)+ic(this.paint.get("circle-translate"))}queryIntersectsFeature(e,r,s,l,d,p,m,_){const x=rc(e,this.paint.get("circle-translate"),this.paint.get("circle-translate-anchor"),p.angle,m),S=this.paint.get("circle-radius").evaluate(r,s)+this.paint.get("circle-stroke-width").evaluate(r,s),I=this.paint.get("circle-pitch-alignment")==="map",A=I?x:function(B,O){return B.map(q=>od(q,O))}(x,_),D=I?S*m:S;for(const B of l)for(const O of B){const q=I?O:od(O,_);let J=D;const ae=nc([],[O.x,O.y,0,1],_);if(this.paint.get("circle-pitch-scale")==="viewport"&&this.paint.get("circle-pitch-alignment")==="map"?J*=ae[3]/p.cameraToCenterDistance:this.paint.get("circle-pitch-scale")==="map"&&this.paint.get("circle-pitch-alignment")==="viewport"&&(J*=p.cameraToCenterDistance/ae[3]),k_(A,q,J))return!0}return!1}}function od(i,e){const r=nc([],[i.x,i.y,0,1],e);return new le(r[0]/r[3],r[1]/r[3])}class ad extends lh{}let ld;Fe("HeatmapBucket",ad,{omit:["layers"]});var z_={get paint(){return ld=ld||new o({"heatmap-radius":new Je(ue.paint_heatmap["heatmap-radius"]),"heatmap-weight":new Je(ue.paint_heatmap["heatmap-weight"]),"heatmap-intensity":new qe(ue.paint_heatmap["heatmap-intensity"]),"heatmap-color":new n(ue.paint_heatmap["heatmap-color"]),"heatmap-opacity":new qe(ue.paint_heatmap["heatmap-opacity"])})}};function dh(i,{width:e,height:r},s,l){if(l){if(l instanceof Uint8ClampedArray)l=new Uint8Array(l.buffer);else if(l.length!==e*r*s)throw new RangeError(`mismatched image size. expected: ${l.length} but got: ${e*r*s}`)}else l=new Uint8Array(e*r*s);return i.width=e,i.height=r,i.data=l,i}function cd(i,{width:e,height:r},s){if(e===i.width&&r===i.height)return;const l=dh({},{width:e,height:r},s);ph(i,l,{x:0,y:0},{x:0,y:0},{width:Math.min(i.width,e),height:Math.min(i.height,r)},s),i.width=e,i.height=r,i.data=l.data}function ph(i,e,r,s,l,d){if(l.width===0||l.height===0)return e;if(l.width>i.width||l.height>i.height||r.x>i.width-l.width||r.y>i.height-l.height)throw new RangeError("out of range source coordinates for image copy");if(l.width>e.width||l.height>e.height||s.x>e.width-l.width||s.y>e.height-l.height)throw new RangeError("out of range destination coordinates for image copy");const p=i.data,m=e.data;if(p===m)throw new Error("srcData equals dstData, so image is already copied");for(let _=0;_<l.height;_++){const x=((r.y+_)*i.width+r.x)*d,S=((s.y+_)*e.width+s.x)*d;for(let I=0;I<l.width*d;I++)m[S+I]=p[x+I]}return e}class qa{constructor(e,r){dh(this,e,1,r)}resize(e){cd(this,e,1)}clone(){return new qa({width:this.width,height:this.height},new Uint8Array(this.data))}static copy(e,r,s,l,d){ph(e,r,s,l,d,1)}}class ar{constructor(e,r){dh(this,e,4,r)}resize(e){cd(this,e,4)}replace(e,r){r?this.data.set(e):this.data=e instanceof Uint8ClampedArray?new Uint8Array(e.buffer):e}clone(){return new ar({width:this.width,height:this.height},new Uint8Array(this.data))}static copy(e,r,s,l,d){ph(e,r,s,l,d,4)}}function hd(i){const e={},r=i.resolution||256,s=i.clips?i.clips.length:1,l=i.image||new ar({width:r,height:s});if(Math.log(r)/Math.LN2%1!=0)throw new Error(`width is not a power of 2 - ${r}`);const d=(p,m,_)=>{e[i.evaluationKey]=_;const x=i.expression.evaluate(e);l.data[p+m+0]=Math.floor(255*x.r/x.a),l.data[p+m+1]=Math.floor(255*x.g/x.a),l.data[p+m+2]=Math.floor(255*x.b/x.a),l.data[p+m+3]=Math.floor(255*x.a)};if(i.clips)for(let p=0,m=0;p<s;++p,m+=4*r)for(let _=0,x=0;_<r;_++,x+=4){const S=_/(r-1),{start:I,end:A}=i.clips[p];d(m,x,I*(1-S)+A*S)}else for(let p=0,m=0;p<r;p++,m+=4)d(0,m,p/(r-1));return l}Fe("AlphaImage",qa),Fe("RGBAImage",ar);class D_ extends h{createBucket(e){return new ad(e)}constructor(e){super(e,z_),this._updateColorRamp()}_handleSpecialPaintPropertyUpdate(e){e==="heatmap-color"&&this._updateColorRamp()}_updateColorRamp(){this.colorRamp=hd({expression:this._transitionablePaint._values["heatmap-color"].value.expression,evaluationKey:"heatmapDensity",image:this.colorRamp}),this.colorRampTexture=null}resize(){this.heatmapFbo&&(this.heatmapFbo.destroy(),this.heatmapFbo=null)}queryRadius(){return 0}queryIntersectsFeature(){return!1}hasOffscreenPass(){return this.paint.get("heatmap-opacity")!==0&&this.visibility!=="none"}}let ud;var L_={get paint(){return ud=ud||new o({"hillshade-illumination-direction":new qe(ue.paint_hillshade["hillshade-illumination-direction"]),"hillshade-illumination-anchor":new qe(ue.paint_hillshade["hillshade-illumination-anchor"]),"hillshade-exaggeration":new qe(ue.paint_hillshade["hillshade-exaggeration"]),"hillshade-shadow-color":new qe(ue.paint_hillshade["hillshade-shadow-color"]),"hillshade-highlight-color":new qe(ue.paint_hillshade["hillshade-highlight-color"]),"hillshade-accent-color":new qe(ue.paint_hillshade["hillshade-accent-color"])})}};class R_ extends h{constructor(e){super(e,L_)}hasOffscreenPass(){return this.paint.get("hillshade-exaggeration")!==0&&this.visibility!=="none"}}const B_=w([{name:"a_pos",components:2,type:"Int16"}],4),{members:F_}=B_;function dd(i,e,r=2){const s=e&&e.length,l=s?e[0]*r:i.length;let d=pd(i,0,l,r,!0);const p=[];if(!d||d.next===d.prev)return p;let m,_,x;if(s&&(d=function(S,I,A,D){const B=[];for(let O=0,q=I.length;O<q;O++){const J=pd(S,I[O]*D,O<q-1?I[O+1]*D:S.length,D,!1);J===J.next&&(J.steiner=!0),B.push(Z_(J))}B.sort(j_);for(let O=0;O<B.length;O++)A=U_(B[O],A);return A}(i,e,d,r)),i.length>80*r){m=1/0,_=1/0;let S=-1/0,I=-1/0;for(let A=r;A<l;A+=r){const D=i[A],B=i[A+1];D<m&&(m=D),B<_&&(_=B),D>S&&(S=D),B>I&&(I=B)}x=Math.max(S-m,I-_),x=x!==0?32767/x:0}return Za(d,p,r,m,_,x,0),p}function pd(i,e,r,s,l){let d;if(l===function(p,m,_,x){let S=0;for(let I=m,A=_-x;I<_;I+=x)S+=(p[A]-p[I])*(p[I+1]+p[A+1]),A=I;return S}(i,e,r,s)>0)for(let p=e;p<r;p+=s)d=gd(p/s|0,i[p],i[p+1],d);else for(let p=r-s;p>=e;p-=s)d=gd(p/s|0,i[p],i[p+1],d);return d&&sc(d,d.next)&&(Ha(d),d=d.next),d}function Bs(i,e){if(!i)return i;e||(e=i);let r,s=i;do if(r=!1,s.steiner||!sc(s,s.next)&&Jt(s.prev,s,s.next)!==0)s=s.next;else{if(Ha(s),s=e=s.prev,s===s.next)break;r=!0}while(r||s!==e);return e}function Za(i,e,r,s,l,d,p){if(!i)return;!p&&d&&function(_,x,S,I){let A=_;do A.z===0&&(A.z=fh(A.x,A.y,x,S,I)),A.prevZ=A.prev,A.nextZ=A.next,A=A.next;while(A!==_);A.prevZ.nextZ=null,A.prevZ=null,function(D){let B,O=1;do{let q,J=D;D=null;let ae=null;for(B=0;J;){B++;let Q=J,re=0;for(let be=0;be<O&&(re++,Q=Q.nextZ,Q);be++);let de=O;for(;re>0||de>0&&Q;)re!==0&&(de===0||!Q||J.z<=Q.z)?(q=J,J=J.nextZ,re--):(q=Q,Q=Q.nextZ,de--),ae?ae.nextZ=q:D=q,q.prevZ=ae,ae=q;J=Q}ae.nextZ=null,O*=2}while(B>1)}(A)}(i,s,l,d);let m=i;for(;i.prev!==i.next;){const _=i.prev,x=i.next;if(d?V_(i,s,l,d):O_(i))e.push(_.i,i.i,x.i),Ha(i),i=x.next,m=x.next;else if((i=x)===m){p?p===1?Za(i=N_(Bs(i),e),e,r,s,l,d,2):p===2&&$_(i,e,r,s,l,d):Za(Bs(i),e,r,s,l,d,1);break}}}function O_(i){const e=i.prev,r=i,s=i.next;if(Jt(e,r,s)>=0)return!1;const l=e.x,d=r.x,p=s.x,m=e.y,_=r.y,x=s.y,S=l<d?l<p?l:p:d<p?d:p,I=m<_?m<x?m:x:_<x?_:x,A=l>d?l>p?l:p:d>p?d:p,D=m>_?m>x?m:x:_>x?_:x;let B=s.next;for(;B!==e;){if(B.x>=S&&B.x<=A&&B.y>=I&&B.y<=D&&Po(l,m,d,_,p,x,B.x,B.y)&&Jt(B.prev,B,B.next)>=0)return!1;B=B.next}return!0}function V_(i,e,r,s){const l=i.prev,d=i,p=i.next;if(Jt(l,d,p)>=0)return!1;const m=l.x,_=d.x,x=p.x,S=l.y,I=d.y,A=p.y,D=m<_?m<x?m:x:_<x?_:x,B=S<I?S<A?S:A:I<A?I:A,O=m>_?m>x?m:x:_>x?_:x,q=S>I?S>A?S:A:I>A?I:A,J=fh(D,B,e,r,s),ae=fh(O,q,e,r,s);let Q=i.prevZ,re=i.nextZ;for(;Q&&Q.z>=J&&re&&re.z<=ae;){if(Q.x>=D&&Q.x<=O&&Q.y>=B&&Q.y<=q&&Q!==l&&Q!==p&&Po(m,S,_,I,x,A,Q.x,Q.y)&&Jt(Q.prev,Q,Q.next)>=0||(Q=Q.prevZ,re.x>=D&&re.x<=O&&re.y>=B&&re.y<=q&&re!==l&&re!==p&&Po(m,S,_,I,x,A,re.x,re.y)&&Jt(re.prev,re,re.next)>=0))return!1;re=re.nextZ}for(;Q&&Q.z>=J;){if(Q.x>=D&&Q.x<=O&&Q.y>=B&&Q.y<=q&&Q!==l&&Q!==p&&Po(m,S,_,I,x,A,Q.x,Q.y)&&Jt(Q.prev,Q,Q.next)>=0)return!1;Q=Q.prevZ}for(;re&&re.z<=ae;){if(re.x>=D&&re.x<=O&&re.y>=B&&re.y<=q&&re!==l&&re!==p&&Po(m,S,_,I,x,A,re.x,re.y)&&Jt(re.prev,re,re.next)>=0)return!1;re=re.nextZ}return!0}function N_(i,e){let r=i;do{const s=r.prev,l=r.next.next;!sc(s,l)&&fd(s,r,r.next,l)&&Ga(s,l)&&Ga(l,s)&&(e.push(s.i,r.i,l.i),Ha(r),Ha(r.next),r=i=l),r=r.next}while(r!==i);return Bs(r)}function $_(i,e,r,s,l,d){let p=i;do{let m=p.next.next;for(;m!==p.prev;){if(p.i!==m.i&&G_(p,m)){let _=md(p,m);return p=Bs(p,p.next),_=Bs(_,_.next),Za(p,e,r,s,l,d,0),void Za(_,e,r,s,l,d,0)}m=m.next}p=p.next}while(p!==i)}function j_(i,e){return i.x-e.x}function U_(i,e){const r=function(l,d){let p=d;const m=l.x,_=l.y;let x,S=-1/0;do{if(_<=p.y&&_>=p.next.y&&p.next.y!==p.y){const O=p.x+(_-p.y)*(p.next.x-p.x)/(p.next.y-p.y);if(O<=m&&O>S&&(S=O,x=p.x<p.next.x?p:p.next,O===m))return x}p=p.next}while(p!==d);if(!x)return null;const I=x,A=x.x,D=x.y;let B=1/0;p=x;do{if(m>=p.x&&p.x>=A&&m!==p.x&&Po(_<D?m:S,_,A,D,_<D?S:m,_,p.x,p.y)){const O=Math.abs(_-p.y)/(m-p.x);Ga(p,l)&&(O<B||O===B&&(p.x>x.x||p.x===x.x&&q_(x,p)))&&(x=p,B=O)}p=p.next}while(p!==I);return x}(i,e);if(!r)return e;const s=md(r,i);return Bs(s,s.next),Bs(r,r.next)}function q_(i,e){return Jt(i.prev,i,e.prev)<0&&Jt(e.next,i,i.next)<0}function fh(i,e,r,s,l){return(i=1431655765&((i=858993459&((i=252645135&((i=16711935&((i=(i-r)*l|0)|i<<8))|i<<4))|i<<2))|i<<1))|(e=1431655765&((e=858993459&((e=252645135&((e=16711935&((e=(e-s)*l|0)|e<<8))|e<<4))|e<<2))|e<<1))<<1}function Z_(i){let e=i,r=i;do(e.x<r.x||e.x===r.x&&e.y<r.y)&&(r=e),e=e.next;while(e!==i);return r}function Po(i,e,r,s,l,d,p,m){return(l-p)*(e-m)>=(i-p)*(d-m)&&(i-p)*(s-m)>=(r-p)*(e-m)&&(r-p)*(d-m)>=(l-p)*(s-m)}function G_(i,e){return i.next.i!==e.i&&i.prev.i!==e.i&&!function(r,s){let l=r;do{if(l.i!==r.i&&l.next.i!==r.i&&l.i!==s.i&&l.next.i!==s.i&&fd(l,l.next,r,s))return!0;l=l.next}while(l!==r);return!1}(i,e)&&(Ga(i,e)&&Ga(e,i)&&function(r,s){let l=r,d=!1;const p=(r.x+s.x)/2,m=(r.y+s.y)/2;do l.y>m!=l.next.y>m&&l.next.y!==l.y&&p<(l.next.x-l.x)*(m-l.y)/(l.next.y-l.y)+l.x&&(d=!d),l=l.next;while(l!==r);return d}(i,e)&&(Jt(i.prev,i,e.prev)||Jt(i,e.prev,e))||sc(i,e)&&Jt(i.prev,i,i.next)>0&&Jt(e.prev,e,e.next)>0)}function Jt(i,e,r){return(e.y-i.y)*(r.x-e.x)-(e.x-i.x)*(r.y-e.y)}function sc(i,e){return i.x===e.x&&i.y===e.y}function fd(i,e,r,s){const l=ac(Jt(i,e,r)),d=ac(Jt(i,e,s)),p=ac(Jt(r,s,i)),m=ac(Jt(r,s,e));return l!==d&&p!==m||!(l!==0||!oc(i,r,e))||!(d!==0||!oc(i,s,e))||!(p!==0||!oc(r,i,s))||!(m!==0||!oc(r,e,s))}function oc(i,e,r){return e.x<=Math.max(i.x,r.x)&&e.x>=Math.min(i.x,r.x)&&e.y<=Math.max(i.y,r.y)&&e.y>=Math.min(i.y,r.y)}function ac(i){return i>0?1:i<0?-1:0}function Ga(i,e){return Jt(i.prev,i,i.next)<0?Jt(i,e,i.next)>=0&&Jt(i,i.prev,e)>=0:Jt(i,e,i.prev)<0||Jt(i,i.next,e)<0}function md(i,e){const r=mh(i.i,i.x,i.y),s=mh(e.i,e.x,e.y),l=i.next,d=e.prev;return i.next=e,e.prev=i,r.next=l,l.prev=r,s.next=r,r.prev=s,d.next=s,s.prev=d,s}function gd(i,e,r,s){const l=mh(i,e,r);return s?(l.next=s.next,l.prev=s,s.next.prev=l,s.next=l):(l.prev=l,l.next=l),l}function Ha(i){i.next.prev=i.prev,i.prev.next=i.next,i.prevZ&&(i.prevZ.nextZ=i.nextZ),i.nextZ&&(i.nextZ.prevZ=i.prevZ)}function mh(i,e,r){return{i,x:e,y:r,prev:null,next:null,z:0,prevZ:null,nextZ:null,steiner:!1}}function gh(i,e,r){const s=r.patternDependencies;let l=!1;for(const d of e){const p=d.paint.get(`${i}-pattern`);p.isConstant()||(l=!0);const m=p.constantOr(null);m&&(l=!0,s[m.to]=!0,s[m.from]=!0)}return l}function _h(i,e,r,s,l){const d=l.patternDependencies;for(const p of e){const m=p.paint.get(`${i}-pattern`).value;if(m.kind!=="constant"){let _=m.evaluate({zoom:s-1},r,{},l.availableImages),x=m.evaluate({zoom:s},r,{},l.availableImages),S=m.evaluate({zoom:s+1},r,{},l.availableImages);_=_&&_.name?_.name:_,x=x&&x.name?x.name:x,S=S&&S.name?S.name:S,d[_]=!0,d[x]=!0,d[S]=!0,r.patterns[p.id]={min:_,mid:x,max:S}}}return r}class yh{constructor(e){this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map(r=>r.id),this.index=e.index,this.hasPattern=!1,this.patternFeatures=[],this.layoutVertexArray=new Un,this.indexArray=new ri,this.indexArray2=new $t,this.programConfigurations=new Ds(e.layers,e.zoom),this.segments=new ti,this.segments2=new ti,this.stateDependentLayerIds=this.layers.filter(r=>r.isStateDependent()).map(r=>r.id)}populate(e,r,s){this.hasPattern=gh("fill",this.layers,r);const l=this.layers[0].layout.get("fill-sort-key"),d=!l.isConstant(),p=[];for(const{feature:m,id:_,index:x,sourceLayerIndex:S}of e){const I=this.layers[0]._featureFilter.needGeometry,A=Rs(m,I);if(!this.layers[0]._featureFilter.filter(new Pt(this.zoom),A,s))continue;const D=d?l.evaluate(A,{},s,r.availableImages):void 0,B={id:_,properties:m.properties,type:m.type,sourceLayerIndex:S,index:x,geometry:I?A.geometry:Ls(m),patterns:{},sortKey:D};p.push(B)}d&&p.sort((m,_)=>m.sortKey-_.sortKey);for(const m of p){const{geometry:_,index:x,sourceLayerIndex:S}=m;if(this.hasPattern){const I=_h("fill",this.layers,m,this.zoom,r);this.patternFeatures.push(I)}else this.addFeature(m,_,x,s,{});r.featureIndex.insert(e[x].feature,_,x,S,this.index)}}update(e,r,s){this.stateDependentLayers.length&&this.programConfigurations.updatePaintArrays(e,r,this.stateDependentLayers,s)}addFeatures(e,r,s){for(const l of this.patternFeatures)this.addFeature(l,l.geometry,l.index,r,s)}isEmpty(){return this.layoutVertexArray.length===0}uploadPending(){return!this.uploaded||this.programConfigurations.needsUpload}upload(e){this.uploaded||(this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,F_),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,r,s,l,d){for(const p of to(r,500)){let m=0;for(const D of p)m+=D.length;const _=this.segments.prepareSegment(m,this.layoutVertexArray,this.indexArray),x=_.vertexLength,S=[],I=[];for(const D of p){if(D.length===0)continue;D!==p[0]&&I.push(S.length/2);const B=this.segments2.prepareSegment(D.length,this.layoutVertexArray,this.indexArray2),O=B.vertexLength;this.layoutVertexArray.emplaceBack(D[0].x,D[0].y),this.indexArray2.emplaceBack(O+D.length-1,O),S.push(D[0].x),S.push(D[0].y);for(let q=1;q<D.length;q++)this.layoutVertexArray.emplaceBack(D[q].x,D[q].y),this.indexArray2.emplaceBack(O+q-1,O+q),S.push(D[q].x),S.push(D[q].y);B.vertexLength+=D.length,B.primitiveLength+=D.length}const A=dd(S,I);for(let D=0;D<A.length;D+=3)this.indexArray.emplaceBack(x+A[D],x+A[D+1],x+A[D+2]);_.vertexLength+=m,_.primitiveLength+=A.length/3}this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length,e,s,d,l)}}let _d,yd;Fe("FillBucket",yh,{omit:["layers","patternFeatures"]});var H_={get paint(){return yd=yd||new o({"fill-antialias":new qe(ue.paint_fill["fill-antialias"]),"fill-opacity":new Je(ue.paint_fill["fill-opacity"]),"fill-color":new Je(ue.paint_fill["fill-color"]),"fill-outline-color":new Je(ue.paint_fill["fill-outline-color"]),"fill-translate":new qe(ue.paint_fill["fill-translate"]),"fill-translate-anchor":new qe(ue.paint_fill["fill-translate-anchor"]),"fill-pattern":new u(ue.paint_fill["fill-pattern"])})},get layout(){return _d=_d||new o({"fill-sort-key":new Je(ue.layout_fill["fill-sort-key"])})}};class W_ extends h{constructor(e){super(e,H_)}recalculate(e,r){super.recalculate(e,r);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 yh(e)}queryRadius(){return ic(this.paint.get("fill-translate"))}queryIntersectsFeature(e,r,s,l,d,p,m){return ed(rc(e,this.paint.get("fill-translate"),this.paint.get("fill-translate-anchor"),p.angle,m),l)}isTileClipped(){return!0}}const X_=w([{name:"a_pos",components:2,type:"Int16"},{name:"a_normal_ed",components:4,type:"Int16"}],4),J_=w([{name:"a_centroid",components:2,type:"Int16"}],4),{members:K_}=X_;var Wn={},Y_=me,xd=Ao;function Ao(i,e,r,s,l){this.properties={},this.extent=r,this.type=0,this._pbf=i,this._geometry=-1,this._keys=s,this._values=l,i.readFields(Q_,this,e)}function Q_(i,e,r){i==1?e.id=r.readVarint():i==2?function(s,l){for(var d=s.readVarint()+s.pos;s.pos<d;){var p=l._keys[s.readVarint()],m=l._values[s.readVarint()];l.properties[p]=m}}(r,e):i==3?e.type=r.readVarint():i==4&&(e._geometry=r.pos)}function ey(i){for(var e,r,s=0,l=0,d=i.length,p=d-1;l<d;p=l++)s+=((r=i[p]).x-(e=i[l]).x)*(e.y+r.y);return s}Ao.types=["Unknown","Point","LineString","Polygon"],Ao.prototype.loadGeometry=function(){var i=this._pbf;i.pos=this._geometry;for(var e,r=i.readVarint()+i.pos,s=1,l=0,d=0,p=0,m=[];i.pos<r;){if(l<=0){var _=i.readVarint();s=7&_,l=_>>3}if(l--,s===1||s===2)d+=i.readSVarint(),p+=i.readSVarint(),s===1&&(e&&m.push(e),e=[]),e.push(new Y_(d,p));else{if(s!==7)throw new Error("unknown command "+s);e&&e.push(e[0].clone())}}return e&&m.push(e),m},Ao.prototype.bbox=function(){var i=this._pbf;i.pos=this._geometry;for(var e=i.readVarint()+i.pos,r=1,s=0,l=0,d=0,p=1/0,m=-1/0,_=1/0,x=-1/0;i.pos<e;){if(s<=0){var S=i.readVarint();r=7&S,s=S>>3}if(s--,r===1||r===2)(l+=i.readSVarint())<p&&(p=l),l>m&&(m=l),(d+=i.readSVarint())<_&&(_=d),d>x&&(x=d);else if(r!==7)throw new Error("unknown command "+r)}return[p,_,m,x]},Ao.prototype.toGeoJSON=function(i,e,r){var s,l,d=this.extent*Math.pow(2,r),p=this.extent*i,m=this.extent*e,_=this.loadGeometry(),x=Ao.types[this.type];function S(D){for(var B=0;B<D.length;B++){var O=D[B];D[B]=[360*(O.x+p)/d-180,360/Math.PI*Math.atan(Math.exp((180-360*(O.y+m)/d)*Math.PI/180))-90]}}switch(this.type){case 1:var I=[];for(s=0;s<_.length;s++)I[s]=_[s][0];S(_=I);break;case 2:for(s=0;s<_.length;s++)S(_[s]);break;case 3:for(_=function(D){var B=D.length;if(B<=1)return[D];for(var O,q,J=[],ae=0;ae<B;ae++){var Q=ey(D[ae]);Q!==0&&(q===void 0&&(q=Q<0),q===Q<0?(O&&J.push(O),O=[D[ae]]):O.push(D[ae]))}return O&&J.push(O),J}(_),s=0;s<_.length;s++)for(l=0;l<_[s].length;l++)S(_[s][l])}_.length===1?_=_[0]:x="Multi"+x;var A={type:"Feature",geometry:{type:x,coordinates:_},properties:this.properties};return"id"in this&&(A.id=this.id),A};var ty=xd,vd=bd;function bd(i,e){this.version=1,this.name=null,this.extent=4096,this.length=0,this._pbf=i,this._keys=[],this._values=[],this._features=[],i.readFields(iy,this,e),this.length=this._features.length}function iy(i,e,r){i===15?e.version=r.readVarint():i===1?e.name=r.readString():i===5?e.extent=r.readVarint():i===2?e._features.push(r.pos):i===3?e._keys.push(r.readString()):i===4&&e._values.push(function(s){for(var l=null,d=s.readVarint()+s.pos;s.pos<d;){var p=s.readVarint()>>3;l=p===1?s.readString():p===2?s.readFloat():p===3?s.readDouble():p===4?s.readVarint64():p===5?s.readVarint():p===6?s.readSVarint():p===7?s.readBoolean():null}return l}(r))}bd.prototype.feature=function(i){if(i<0||i>=this._features.length)throw new Error("feature index out of bounds");this._pbf.pos=this._features[i];var e=this._pbf.readVarint()+this._pbf.pos;return new ty(this._pbf,e,this.extent,this._keys,this._values)};var ry=vd;function ny(i,e,r){if(i===3){var s=new ry(r,r.readVarint()+r.pos);s.length&&(e[s.name]=s)}}Wn.VectorTile=function(i,e){this.layers=i.readFields(ny,{},e)},Wn.VectorTileFeature=xd,Wn.VectorTileLayer=vd;const sy=Wn.VectorTileFeature.types,xh=Math.pow(2,13);function Wa(i,e,r,s,l,d,p,m){i.emplaceBack(e,r,2*Math.floor(s*xh)+p,l*xh*2,d*xh*2,Math.round(m))}class vh{constructor(e){this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map(r=>r.id),this.index=e.index,this.hasPattern=!1,this.layoutVertexArray=new bn,this.centroidVertexArray=new vn,this.indexArray=new ri,this.programConfigurations=new Ds(e.layers,e.zoom),this.segments=new ti,this.stateDependentLayerIds=this.layers.filter(r=>r.isStateDependent()).map(r=>r.id)}populate(e,r,s){this.features=[],this.hasPattern=gh("fill-extrusion",this.layers,r);for(const{feature:l,id:d,index:p,sourceLayerIndex:m}of e){const _=this.layers[0]._featureFilter.needGeometry,x=Rs(l,_);if(!this.layers[0]._featureFilter.filter(new Pt(this.zoom),x,s))continue;const S={id:d,sourceLayerIndex:m,index:p,geometry:_?x.geometry:Ls(l),properties:l.properties,type:l.type,patterns:{}};this.hasPattern?this.features.push(_h("fill-extrusion",this.layers,S,this.zoom,r)):this.addFeature(S,S.geometry,p,s,{}),r.featureIndex.insert(l,S.geometry,p,m,this.index,!0)}}addFeatures(e,r,s){for(const l of this.features){const{geometry:d}=l;this.addFeature(l,d,l.index,r,s)}}update(e,r,s){this.stateDependentLayers.length&&this.programConfigurations.updatePaintArrays(e,r,this.stateDependentLayers,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,K_),this.centroidVertexBuffer=e.createVertexBuffer(this.centroidVertexArray,J_.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,r,s,l,d){for(const p of to(r,500)){const m={x:0,y:0,vertexCount:0};let _=0;for(const B of p)_+=B.length;let x=this.segments.prepareSegment(4,this.layoutVertexArray,this.indexArray);for(const B of p){if(B.length===0||ay(B))continue;let O=0;for(let q=0;q<B.length;q++){const J=B[q];if(q>=1){const ae=B[q-1];if(!oy(J,ae)){x.vertexLength+4>ti.MAX_VERTEX_ARRAY_LENGTH&&(x=this.segments.prepareSegment(4,this.layoutVertexArray,this.indexArray));const Q=J.sub(ae)._perp()._unit(),re=ae.dist(J);O+re>32768&&(O=0),Wa(this.layoutVertexArray,J.x,J.y,Q.x,Q.y,0,0,O),Wa(this.layoutVertexArray,J.x,J.y,Q.x,Q.y,0,1,O),m.x+=2*J.x,m.y+=2*J.y,m.vertexCount+=2,O+=re,Wa(this.layoutVertexArray,ae.x,ae.y,Q.x,Q.y,0,0,O),Wa(this.layoutVertexArray,ae.x,ae.y,Q.x,Q.y,0,1,O),m.x+=2*ae.x,m.y+=2*ae.y,m.vertexCount+=2;const de=x.vertexLength;this.indexArray.emplaceBack(de,de+2,de+1),this.indexArray.emplaceBack(de+1,de+2,de+3),x.vertexLength+=4,x.primitiveLength+=2}}}}if(x.vertexLength+_>ti.MAX_VERTEX_ARRAY_LENGTH&&(x=this.segments.prepareSegment(_,this.layoutVertexArray,this.indexArray)),sy[e.type]!=="Polygon")continue;const S=[],I=[],A=x.vertexLength;for(const B of p)if(B.length!==0){B!==p[0]&&I.push(S.length/2);for(let O=0;O<B.length;O++){const q=B[O];Wa(this.layoutVertexArray,q.x,q.y,0,0,1,1,0),m.x+=q.x,m.y+=q.y,m.vertexCount+=1,S.push(q.x),S.push(q.y)}}const D=dd(S,I);for(let B=0;B<D.length;B+=3)this.indexArray.emplaceBack(A+D[B],A+D[B+2],A+D[B+1]);x.primitiveLength+=D.length/3,x.vertexLength+=_;for(let B=0;B<m.vertexCount;B++){const O=Math.floor(m.x/m.vertexCount),q=Math.floor(m.y/m.vertexCount);this.centroidVertexArray.emplaceBack(O,q)}}this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length,e,s,d,l)}}function oy(i,e){return i.x===e.x&&(i.x<0||i.x>Qt)||i.y===e.y&&(i.y<0||i.y>Qt)}function ay(i){return i.every(e=>e.x<0)||i.every(e=>e.x>Qt)||i.every(e=>e.y<0)||i.every(e=>e.y>Qt)}let wd;Fe("FillExtrusionBucket",vh,{omit:["layers","features"]});var ly={get paint(){return wd=wd||new o({"fill-extrusion-opacity":new qe(ue["paint_fill-extrusion"]["fill-extrusion-opacity"]),"fill-extrusion-color":new Je(ue["paint_fill-extrusion"]["fill-extrusion-color"]),"fill-extrusion-translate":new qe(ue["paint_fill-extrusion"]["fill-extrusion-translate"]),"fill-extrusion-translate-anchor":new qe(ue["paint_fill-extrusion"]["fill-extrusion-translate-anchor"]),"fill-extrusion-pattern":new u(ue["paint_fill-extrusion"]["fill-extrusion-pattern"]),"fill-extrusion-height":new Je(ue["paint_fill-extrusion"]["fill-extrusion-height"]),"fill-extrusion-base":new Je(ue["paint_fill-extrusion"]["fill-extrusion-base"]),"fill-extrusion-vertical-gradient":new qe(ue["paint_fill-extrusion"]["fill-extrusion-vertical-gradient"])})}};class cy extends h{constructor(e){super(e,ly)}createBucket(e){return new vh(e)}queryRadius(){return ic(this.paint.get("fill-extrusion-translate"))}is3D(){return!0}queryIntersectsFeature(e,r,s,l,d,p,m,_){const x=rc(e,this.paint.get("fill-extrusion-translate"),this.paint.get("fill-extrusion-translate-anchor"),p.angle,m),S=this.paint.get("fill-extrusion-height").evaluate(r,s),I=this.paint.get("fill-extrusion-base").evaluate(r,s),A=function(B,O,q,J){const ae=[];for(const Q of B){const re=[Q.x,Q.y,0,1];nc(re,re,O),ae.push(new le(re[0]/re[3],re[1]/re[3]))}return ae}(x,_),D=function(B,O,q,J){const ae=[],Q=[],re=J[8]*O,de=J[9]*O,be=J[10]*O,Le=J[11]*O,Xe=J[8]*q,Me=J[9]*q,Pe=J[10]*q,Ue=J[11]*q;for(const Ve of B){const Be=[],_e=[];for(const Ze of Ve){const $e=Ze.x,et=Ze.y,kt=J[0]*$e+J[4]*et+J[12],Tt=J[1]*$e+J[5]*et+J[13],ni=J[2]*$e+J[6]*et+J[14],wr=J[3]*$e+J[7]*et+J[15],yi=ni+be,Gt=wr+Le,Di=kt+Xe,Li=Tt+Me,Ri=ni+Pe,Ht=wr+Ue,si=new le((kt+re)/Gt,(Tt+de)/Gt);si.z=yi/Gt,Be.push(si);const Ii=new le(Di/Ht,Li/Ht);Ii.z=Ri/Ht,_e.push(Ii)}ae.push(Be),Q.push(_e)}return[ae,Q]}(l,I,S,_);return function(B,O,q){let J=1/0;ed(q,O)&&(J=Sd(q,O[0]));for(let ae=0;ae<O.length;ae++){const Q=O[ae],re=B[ae];for(let de=0;de<Q.length-1;de++){const be=Q[de],Le=[be,Q[de+1],re[de+1],re[de],be];Qu(q,Le)&&(J=Math.min(J,Sd(q,Le)))}}return J!==1/0&&J}(D[0],D[1],A)}}function Xa(i,e){return i.x*e.x+i.y*e.y}function Sd(i,e){if(i.length===1){let r=0;const s=e[r++];let l;for(;!l||s.equals(l);)if(l=e[r++],!l)return 1/0;for(;r<e.length;r++){const d=e[r],p=i[0],m=l.sub(s),_=d.sub(s),x=p.sub(s),S=Xa(m,m),I=Xa(m,_),A=Xa(_,_),D=Xa(x,m),B=Xa(x,_),O=S*A-I*I,q=(A*D-I*B)/O,J=(S*B-I*D)/O,ae=s.z*(1-q-J)+l.z*q+d.z*J;if(isFinite(ae))return ae}return 1/0}{let r=1/0;for(const s of e)r=Math.min(r,s.z);return r}}const hy=w([{name:"a_pos_normal",components:2,type:"Int16"},{name:"a_data",components:4,type:"Uint8"}],4),{members:uy}=hy,dy=w([{name:"a_uv_x",components:1,type:"Float32"},{name:"a_split_index",components:1,type:"Float32"}]),{members:py}=dy,fy=Wn.VectorTileFeature.types,my=Math.cos(Math.PI/180*37.5),Td=Math.pow(2,14)/.5;class bh{constructor(e){this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map(r=>r.id),this.index=e.index,this.hasPattern=!1,this.patternFeatures=[],this.lineClipsArray=[],this.gradients={},this.layers.forEach(r=>{this.gradients[r.id]={}}),this.layoutVertexArray=new wo,this.layoutVertexArray2=new Ba,this.indexArray=new ri,this.programConfigurations=new Ds(e.layers,e.zoom),this.segments=new ti,this.maxLineLength=0,this.stateDependentLayerIds=this.layers.filter(r=>r.isStateDependent()).map(r=>r.id)}populate(e,r,s){this.hasPattern=gh("line",this.layers,r);const l=this.layers[0].layout.get("line-sort-key"),d=!l.isConstant(),p=[];for(const{feature:m,id:_,index:x,sourceLayerIndex:S}of e){const I=this.layers[0]._featureFilter.needGeometry,A=Rs(m,I);if(!this.layers[0]._featureFilter.filter(new Pt(this.zoom),A,s))continue;const D=d?l.evaluate(A,{},s):void 0,B={id:_,properties:m.properties,type:m.type,sourceLayerIndex:S,index:x,geometry:I?A.geometry:Ls(m),patterns:{},sortKey:D};p.push(B)}d&&p.sort((m,_)=>m.sortKey-_.sortKey);for(const m of p){const{geometry:_,index:x,sourceLayerIndex:S}=m;if(this.hasPattern){const I=_h("line",this.layers,m,this.zoom,r);this.patternFeatures.push(I)}else this.addFeature(m,_,x,s,{});r.featureIndex.insert(e[x].feature,_,x,S,this.index)}}update(e,r,s){this.stateDependentLayers.length&&this.programConfigurations.updatePaintArrays(e,r,this.stateDependentLayers,s)}addFeatures(e,r,s){for(const l of this.patternFeatures)this.addFeature(l,l.geometry,l.index,r,s)}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,py)),this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,uy),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,r,s,l,d){const p=this.layers[0].layout,m=p.get("line-join").evaluate(e,{}),_=p.get("line-cap"),x=p.get("line-miter-limit"),S=p.get("line-round-limit");this.lineClips=this.lineFeatureClips(e);for(const I of r)this.addLine(I,e,m,_,x,S);this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length,e,s,d,l)}addLine(e,r,s,l,d,p){if(this.distance=0,this.scaledDistance=0,this.totalDistance=0,this.lineClips){this.lineClipsArray.push(this.lineClips);for(let J=0;J<e.length-1;J++)this.totalDistance+=e[J].dist(e[J+1]);this.updateScaledDistance(),this.maxLineLength=Math.max(this.maxLineLength,this.totalDistance)}const m=fy[r.type]==="Polygon";let _=e.length;for(;_>=2&&e[_-1].equals(e[_-2]);)_--;let x=0;for(;x<_-1&&e[x].equals(e[x+1]);)x++;if(_<(m?3:2))return;s==="bevel"&&(d=1.05);const S=this.overscaling<=16?15*Qt/(512*this.overscaling):0,I=this.segments.prepareSegment(10*_,this.layoutVertexArray,this.indexArray);let A,D,B,O,q;this.e1=this.e2=-1,m&&(A=e[_-2],q=e[x].sub(A)._unit()._perp());for(let J=x;J<_;J++){if(B=J===_-1?m?e[x+1]:void 0:e[J+1],B&&e[J].equals(B))continue;q&&(O=q),A&&(D=A),A=e[J],q=B?B.sub(A)._unit()._perp():O,O=O||q;let ae=O.add(q);ae.x===0&&ae.y===0||ae._unit();const Q=O.x*q.x+O.y*q.y,re=ae.x*q.x+ae.y*q.y,de=re!==0?1/re:1/0,be=2*Math.sqrt(2-2*re),Le=re<my&&D&&B,Xe=O.x*q.y-O.y*q.x>0;if(Le&&J>x){const Ue=A.dist(D);if(Ue>2*S){const Ve=A.sub(A.sub(D)._mult(S/Ue)._round());this.updateDistance(D,Ve),this.addCurrentVertex(Ve,O,0,0,I),D=Ve}}const Me=D&&B;let Pe=Me?s:m?"butt":l;if(Me&&Pe==="round"&&(de<p?Pe="miter":de<=2&&(Pe="fakeround")),Pe==="miter"&&de>d&&(Pe="bevel"),Pe==="bevel"&&(de>2&&(Pe="flipbevel"),de<d&&(Pe="miter")),D&&this.updateDistance(D,A),Pe==="miter")ae._mult(de),this.addCurrentVertex(A,ae,0,0,I);else if(Pe==="flipbevel"){if(de>100)ae=q.mult(-1);else{const Ue=de*O.add(q).mag()/O.sub(q).mag();ae._perp()._mult(Ue*(Xe?-1:1))}this.addCurrentVertex(A,ae,0,0,I),this.addCurrentVertex(A,ae.mult(-1),0,0,I)}else if(Pe==="bevel"||Pe==="fakeround"){const Ue=-Math.sqrt(de*de-1),Ve=Xe?Ue:0,Be=Xe?0:Ue;if(D&&this.addCurrentVertex(A,O,Ve,Be,I),Pe==="fakeround"){const _e=Math.round(180*be/Math.PI/20);for(let Ze=1;Ze<_e;Ze++){let $e=Ze/_e;if($e!==.5){const kt=$e-.5;$e+=$e*kt*($e-1)*((1.0904+Q*(Q*(3.55645-1.43519*Q)-3.2452))*kt*kt+(.848013+Q*(.215638*Q-1.06021)))}const et=q.sub(O)._mult($e)._add(O)._unit()._mult(Xe?-1:1);this.addHalfVertex(A,et.x,et.y,!1,Xe,0,I)}}B&&this.addCurrentVertex(A,q,-Ve,-Be,I)}else if(Pe==="butt")this.addCurrentVertex(A,ae,0,0,I);else if(Pe==="square"){const Ue=D?1:-1;this.addCurrentVertex(A,ae,Ue,Ue,I)}else Pe==="round"&&(D&&(this.addCurrentVertex(A,O,0,0,I),this.addCurrentVertex(A,O,1,1,I,!0)),B&&(this.addCurrentVertex(A,q,-1,-1,I,!0),this.addCurrentVertex(A,q,0,0,I)));if(Le&&J<_-1){const Ue=A.dist(B);if(Ue>2*S){const Ve=A.add(B.sub(A)._mult(S/Ue)._round());this.updateDistance(A,Ve),this.addCurrentVertex(Ve,q,0,0,I),A=Ve}}}}addCurrentVertex(e,r,s,l,d,p=!1){const m=r.y*l-r.x,_=-r.y-r.x*l;this.addHalfVertex(e,r.x+r.y*s,r.y-r.x*s,p,!1,s,d),this.addHalfVertex(e,m,_,p,!0,-l,d),this.distance>Td/2&&this.totalDistance===0&&(this.distance=0,this.updateScaledDistance(),this.addCurrentVertex(e,r,s,l,d,p))}addHalfVertex({x:e,y:r},s,l,d,p,m,_){const x=.5*(this.lineClips?this.scaledDistance*(Td-1):this.scaledDistance);this.layoutVertexArray.emplaceBack((e<<1)+(d?1:0),(r<<1)+(p?1:0),Math.round(63*s)+128,Math.round(63*l)+128,1+(m===0?0:m<0?-1:1)|(63&x)<<2,x>>6),this.lineClips&&this.layoutVertexArray2.emplaceBack((this.scaledDistance-this.lineClips.start)/(this.lineClips.end-this.lineClips.start),this.lineClipsArray.length);const S=_.vertexLength++;this.e1>=0&&this.e2>=0&&(this.indexArray.emplaceBack(this.e1,this.e2,S),_.primitiveLength++),p?this.e2=S:this.e1=S}updateScaledDistance(){this.scaledDistance=this.lineClips?this.lineClips.start+(this.lineClips.end-this.lineClips.start)*this.distance/this.totalDistance:this.distance}updateDistance(e,r){this.distance+=e.dist(r),this.updateScaledDistance()}}let kd,Id;Fe("LineBucket",bh,{omit:["layers","patternFeatures"]});var Cd={get paint(){return Id=Id||new o({"line-opacity":new Je(ue.paint_line["line-opacity"]),"line-color":new Je(ue.paint_line["line-color"]),"line-translate":new qe(ue.paint_line["line-translate"]),"line-translate-anchor":new qe(ue.paint_line["line-translate-anchor"]),"line-width":new Je(ue.paint_line["line-width"]),"line-gap-width":new Je(ue.paint_line["line-gap-width"]),"line-offset":new Je(ue.paint_line["line-offset"]),"line-blur":new Je(ue.paint_line["line-blur"]),"line-dasharray":new t(ue.paint_line["line-dasharray"]),"line-pattern":new u(ue.paint_line["line-pattern"]),"line-gradient":new n(ue.paint_line["line-gradient"])})},get layout(){return kd=kd||new o({"line-cap":new qe(ue.layout_line["line-cap"]),"line-join":new Je(ue.layout_line["line-join"]),"line-miter-limit":new qe(ue.layout_line["line-miter-limit"]),"line-round-limit":new qe(ue.layout_line["line-round-limit"]),"line-sort-key":new Je(ue.layout_line["line-sort-key"])})}};class gy extends Je{possiblyEvaluate(e,r){return r=new Pt(Math.floor(r.zoom),{now:r.now,fadeDuration:r.fadeDuration,zoomHistory:r.zoomHistory,transition:r.transition}),super.possiblyEvaluate(e,r)}evaluate(e,r,s,l){return r=jt({},r,{zoom:Math.floor(r.zoom)}),super.evaluate(e,r,s,l)}}let lc;class _y extends h{constructor(e){super(e,Cd),this.gradientVersion=0,lc||(lc=new gy(Cd.paint.properties["line-width"].specification),lc.useIntegerZoom=!0)}_handleSpecialPaintPropertyUpdate(e){if(e==="line-gradient"){const r=this.gradientExpression();this.stepInterpolant=!!function(s){return s._styleExpression!==void 0}(r)&&r._styleExpression.expression instanceof zn,this.gradientVersion=(this.gradientVersion+1)%Number.MAX_SAFE_INTEGER}}gradientExpression(){return this._transitionablePaint._values["line-gradient"].value.expression}recalculate(e,r){super.recalculate(e,r),this.paint._values["line-floorwidth"]=lc.possiblyEvaluate(this._transitioningPaint._values["line-width"].value,e)}createBucket(e){return new bh(e)}queryRadius(e){const r=e,s=Ed(ja("line-width",this,r),ja("line-gap-width",this,r)),l=ja("line-offset",this,r);return s/2+Math.abs(l)+ic(this.paint.get("line-translate"))}queryIntersectsFeature(e,r,s,l,d,p,m){const _=rc(e,this.paint.get("line-translate"),this.paint.get("line-translate-anchor"),p.angle,m),x=m/2*Ed(this.paint.get("line-width").evaluate(r,s),this.paint.get("line-gap-width").evaluate(r,s)),S=this.paint.get("line-offset").evaluate(r,s);return S&&(l=function(I,A){const D=[];for(let B=0;B<I.length;B++){const O=I[B],q=[];for(let J=0;J<O.length;J++){const ae=O[J-1],Q=O[J],re=O[J+1],de=J===0?new le(0,0):Q.sub(ae)._unit()._perp(),be=J===O.length-1?new le(0,0):re.sub(Q)._unit()._perp(),Le=de._add(be)._unit(),Xe=Le.x*be.x+Le.y*be.y;Xe!==0&&Le._mult(1/Xe),q.push(Le._mult(A)._add(Q))}D.push(q)}return D}(l,S*m)),function(I,A,D){for(let B=0;B<A.length;B++){const O=A[B];if(I.length>=3){for(let q=0;q<O.length;q++)if(Co(I,O[q]))return!0}if(I_(I,O,D))return!0}return!1}(_,l,x)}isTileClipped(){return!0}}function Ed(i,e){return e>0?e+2*i:i}const yy=w([{name:"a_pos_offset",components:4,type:"Int16"},{name:"a_data",components:4,type:"Uint16"},{name:"a_pixeloffset",components:4,type:"Int16"}],4),xy=w([{name:"a_projected_pos",components:3,type:"Float32"}],4);w([{name:"a_fade_opacity",components:1,type:"Uint32"}],4);const vy=w([{name:"a_placed",components:2,type:"Uint8"},{name:"a_shift",components:2,type:"Float32"},{name:"a_box_real",components:2,type:"Int16"}]);w([{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 Pd=w([{name:"a_pos",components:2,type:"Int16"},{name:"a_anchor_pos",components:2,type:"Int16"},{name:"a_extrude",components:2,type:"Int16"}],4),by=w([{name:"a_pos",components:2,type:"Float32"},{name:"a_radius",components:1,type:"Float32"},{name:"a_flags",components:2,type:"Int16"}],4);function wy(i,e,r){return i.sections.forEach(s=>{s.text=function(l,d,p){const m=d.layout.get("text-transform").evaluate(p,{});return m==="uppercase"?l=l.toLocaleUpperCase():m==="lowercase"&&(l=l.toLocaleLowerCase()),Yr.applyArabicShaping&&(l=Yr.applyArabicShaping(l)),l}(s.text,e,r)}),i}w([{name:"triangle",components:3,type:"Uint16"}]),w([{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"}]),w([{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"}]),w([{type:"Float32",name:"offsetX"}]),w([{type:"Int16",name:"x"},{type:"Int16",name:"y"},{type:"Int16",name:"tileUnitDistanceFromAnchor"}]),w([{type:"Uint16",name:"textAnchor"},{type:"Float32",components:2,name:"textOffset"}]);const Ja={"!":"︕","#":"#",$:"$","%":"%","&":"&","(":"︵",")":"︶","*":"*","+":"+",",":"︐","-":"︲",".":"・","/":"/",":":"︓",";":"︔","<":"︿","=":"=",">":"﹀","?":"︖","@":"@","[":"﹇","\\":"\","]":"﹈","^":"^",_:"︳","`":"`","{":"︷","|":"―","}":"︸","~":"~","¢":"¢","£":"£","¥":"¥","¦":"¦","¬":"¬","¯":" ̄","–":"︲","—":"︱","‘":"﹃","’":"﹄","“":"﹁","”":"﹂","…":"︙","‧":"・","₩":"₩","、":"︑","。":"︒","〈":"︿","〉":"﹀","《":"︽","》":"︾","「":"﹁","」":"﹂","『":"﹃","』":"﹄","【":"︻","】":"︼","〔":"︹","〕":"︺","〖":"︗","〗":"︘","!":"︕","(":"︵",")":"︶",",":"︐","-":"︲",".":"・",":":"︓",";":"︔","<":"︿",">":"﹀","?":"︖","[":"﹇","]":"﹈","_":"︳","{":"︷","|":"―","}":"︸","⦅":"︵","⦆":"︶","。":"︒","「":"﹁","」":"﹂"};var ii=24,Ad=St,Md=function(i,e,r,s,l){var d,p,m=8*l-s-1,_=(1<<m)-1,x=_>>1,S=-7,I=l-1,A=-1,D=i[e+I];for(I+=A,d=D&(1<<-S)-1,D>>=-S,S+=m;S>0;d=256*d+i[e+I],I+=A,S-=8);for(p=d&(1<<-S)-1,d>>=-S,S+=s;S>0;p=256*p+i[e+I],I+=A,S-=8);if(d===0)d=1-x;else{if(d===_)return p?NaN:1/0*(D?-1:1);p+=Math.pow(2,s),d-=x}return(D?-1:1)*p*Math.pow(2,d-s)},zd=function(i,e,r,s,l,d){var p,m,_,x=8*d-l-1,S=(1<<x)-1,I=S>>1,A=l===23?Math.pow(2,-24)-Math.pow(2,-77):0,D=0,B=1,O=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(m=isNaN(e)?1:0,p=S):(p=Math.floor(Math.log(e)/Math.LN2),e*(_=Math.pow(2,-p))<1&&(p--,_*=2),(e+=p+I>=1?A/_:A*Math.pow(2,1-I))*_>=2&&(p++,_/=2),p+I>=S?(m=0,p=S):p+I>=1?(m=(e*_-1)*Math.pow(2,l),p+=I):(m=e*Math.pow(2,I-1)*Math.pow(2,l),p=0));l>=8;i[r+D]=255&m,D+=B,m/=256,l-=8);for(p=p<<l|m,x+=l;x>0;i[r+D]=255&p,D+=B,p/=256,x-=8);i[r+D-B]|=128*O};function St(i){this.buf=ArrayBuffer.isView&&ArrayBuffer.isView(i)?i:new Uint8Array(i||0),this.pos=0,this.type=0,this.length=this.buf.length}St.Varint=0,St.Fixed64=1,St.Bytes=2,St.Fixed32=5;var wh=4294967296,Dd=1/wh,Ld=typeof TextDecoder>"u"?null:new TextDecoder("utf-8");function Sn(i){return i.type===St.Bytes?i.readVarint()+i.pos:i.pos+1}function Mo(i,e,r){return r?4294967296*e+(i>>>0):4294967296*(e>>>0)+(i>>>0)}function Rd(i,e,r){var s=e<=16383?1:e<=2097151?2:e<=268435455?3:Math.floor(Math.log(e)/(7*Math.LN2));r.realloc(s);for(var l=r.pos-1;l>=i;l--)r.buf[l+s]=r.buf[l]}function Sy(i,e){for(var r=0;r<i.length;r++)e.writeVarint(i[r])}function Ty(i,e){for(var r=0;r<i.length;r++)e.writeSVarint(i[r])}function ky(i,e){for(var r=0;r<i.length;r++)e.writeFloat(i[r])}function Iy(i,e){for(var r=0;r<i.length;r++)e.writeDouble(i[r])}function Cy(i,e){for(var r=0;r<i.length;r++)e.writeBoolean(i[r])}function Ey(i,e){for(var r=0;r<i.length;r++)e.writeFixed32(i[r])}function Py(i,e){for(var r=0;r<i.length;r++)e.writeSFixed32(i[r])}function Ay(i,e){for(var r=0;r<i.length;r++)e.writeFixed64(i[r])}function My(i,e){for(var r=0;r<i.length;r++)e.writeSFixed64(i[r])}function cc(i,e){return(i[e]|i[e+1]<<8|i[e+2]<<16)+16777216*i[e+3]}function zo(i,e,r){i[r]=e,i[r+1]=e>>>8,i[r+2]=e>>>16,i[r+3]=e>>>24}function Bd(i,e){return(i[e]|i[e+1]<<8|i[e+2]<<16)+(i[e+3]<<24)}St.prototype={destroy:function(){this.buf=null},readFields:function(i,e,r){for(r=r||this.length;this.pos<r;){var s=this.readVarint(),l=s>>3,d=this.pos;this.type=7&s,i(l,e,this),this.pos===d&&this.skip(s)}return e},readMessage:function(i,e){return this.readFields(i,e,this.readVarint()+this.pos)},readFixed32:function(){var i=cc(this.buf,this.pos);return this.pos+=4,i},readSFixed32:function(){var i=Bd(this.buf,this.pos);return this.pos+=4,i},readFixed64:function(){var i=cc(this.buf,this.pos)+cc(this.buf,this.pos+4)*wh;return this.pos+=8,i},readSFixed64:function(){var i=cc(this.buf,this.pos)+Bd(this.buf,this.pos+4)*wh;return this.pos+=8,i},readFloat:function(){var i=Md(this.buf,this.pos,!0,23,4);return this.pos+=4,i},readDouble:function(){var i=Md(this.buf,this.pos,!0,52,8);return this.pos+=8,i},readVarint:function(i){var e,r,s=this.buf;return e=127&(r=s[this.pos++]),r<128?e:(e|=(127&(r=s[this.pos++]))<<7,r<128?e:(e|=(127&(r=s[this.pos++]))<<14,r<128?e:(e|=(127&(r=s[this.pos++]))<<21,r<128?e:function(l,d,p){var m,_,x=p.buf;if(m=(112&(_=x[p.pos++]))>>4,_<128||(m|=(127&(_=x[p.pos++]))<<3,_<128)||(m|=(127&(_=x[p.pos++]))<<10,_<128)||(m|=(127&(_=x[p.pos++]))<<17,_<128)||(m|=(127&(_=x[p.pos++]))<<24,_<128)||(m|=(1&(_=x[p.pos++]))<<31,_<128))return Mo(l,m,d);throw new Error("Expected varint not more than 10 bytes")}(e|=(15&(r=s[this.pos]))<<28,i,this))))},readVarint64:function(){return this.readVarint(!0)},readSVarint:function(){var i=this.readVarint();return i%2==1?(i+1)/-2:i/2},readBoolean:function(){return!!this.readVarint()},readString:function(){var i=this.readVarint()+this.pos,e=this.pos;return this.pos=i,i-e>=12&&Ld?function(r,s,l){return Ld.decode(r.subarray(s,l))}(this.buf,e,i):function(r,s,l){for(var d="",p=s;p<l;){var m,_,x,S=r[p],I=null,A=S>239?4:S>223?3:S>191?2:1;if(p+A>l)break;A===1?S<128&&(I=S):A===2?(192&(m=r[p+1]))==128&&(I=(31&S)<<6|63&m)<=127&&(I=null):A===3?(_=r[p+2],(192&(m=r[p+1]))==128&&(192&_)==128&&((I=(15&S)<<12|(63&m)<<6|63&_)<=2047||I>=55296&&I<=57343)&&(I=null)):A===4&&(_=r[p+2],x=r[p+3],(192&(m=r[p+1]))==128&&(192&_)==128&&(192&x)==128&&((I=(15&S)<<18|(63&m)<<12|(63&_)<<6|63&x)<=65535||I>=1114112)&&(I=null)),I===null?(I=65533,A=1):I>65535&&(I-=65536,d+=String.fromCharCode(I>>>10&1023|55296),I=56320|1023&I),d+=String.fromCharCode(I),p+=A}return d}(this.buf,e,i)},readBytes:function(){var i=this.readVarint()+this.pos,e=this.buf.subarray(this.pos,i);return this.pos=i,e},readPackedVarint:function(i,e){if(this.type!==St.Bytes)return i.push(this.readVarint(e));var r=Sn(this);for(i=i||[];this.pos<r;)i.push(this.readVarint(e));return i},readPackedSVarint:function(i){if(this.type!==St.Bytes)return i.push(this.readSVarint());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readSVarint());return i},readPackedBoolean:function(i){if(this.type!==St.Bytes)return i.push(this.readBoolean());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readBoolean());return i},readPackedFloat:function(i){if(this.type!==St.Bytes)return i.push(this.readFloat());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readFloat());return i},readPackedDouble:function(i){if(this.type!==St.Bytes)return i.push(this.readDouble());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readDouble());return i},readPackedFixed32:function(i){if(this.type!==St.Bytes)return i.push(this.readFixed32());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readFixed32());return i},readPackedSFixed32:function(i){if(this.type!==St.Bytes)return i.push(this.readSFixed32());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readSFixed32());return i},readPackedFixed64:function(i){if(this.type!==St.Bytes)return i.push(this.readFixed64());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readFixed64());return i},readPackedSFixed64:function(i){if(this.type!==St.Bytes)return i.push(this.readSFixed64());var e=Sn(this);for(i=i||[];this.pos<e;)i.push(this.readSFixed64());return i},skip:function(i){var e=7&i;if(e===St.Varint)for(;this.buf[this.pos++]>127;);else if(e===St.Bytes)this.pos=this.readVarint()+this.pos;else if(e===St.Fixed32)this.pos+=4;else{if(e!==St.Fixed64)throw new Error("Unimplemented type: "+e);this.pos+=8}},writeTag:function(i,e){this.writeVarint(i<<3|e)},realloc:function(i){for(var e=this.length||16;e<this.pos+i;)e*=2;if(e!==this.length){var r=new Uint8Array(e);r.set(this.buf),this.buf=r,this.length=e}},finish:function(){return this.length=this.pos,this.pos=0,this.buf.subarray(0,this.length)},writeFixed32:function(i){this.realloc(4),zo(this.buf,i,this.pos),this.pos+=4},writeSFixed32:function(i){this.realloc(4),zo(this.buf,i,this.pos),this.pos+=4},writeFixed64:function(i){this.realloc(8),zo(this.buf,-1&i,this.pos),zo(this.buf,Math.floor(i*Dd),this.pos+4),this.pos+=8},writeSFixed64:function(i){this.realloc(8),zo(this.buf,-1&i,this.pos),zo(this.buf,Math.floor(i*Dd),this.pos+4),this.pos+=8},writeVarint:function(i){(i=+i||0)>268435455||i<0?function(e,r){var s,l;if(e>=0?(s=e%4294967296|0,l=e/4294967296|0):(l=~(-e/4294967296),4294967295^(s=~(-e%4294967296))?s=s+1|0:(s=0,l=l+1|0)),e>=18446744073709552e3||e<-18446744073709552e3)throw new Error("Given varint doesn't fit into 10 bytes");r.realloc(10),function(d,p,m){m.buf[m.pos++]=127&d|128,d>>>=7,m.buf[m.pos++]=127&d|128,d>>>=7,m.buf[m.pos++]=127&d|128,d>>>=7,m.buf[m.pos++]=127&d|128,m.buf[m.pos]=127&(d>>>=7)}(s,0,r),function(d,p){var m=(7&d)<<4;p.buf[p.pos++]|=m|((d>>>=3)?128:0),d&&(p.buf[p.pos++]=127&d|((d>>>=7)?128:0),d&&(p.buf[p.pos++]=127&d|((d>>>=7)?128:0),d&&(p.buf[p.pos++]=127&d|((d>>>=7)?128:0),d&&(p.buf[p.pos++]=127&d|((d>>>=7)?128:0),d&&(p.buf[p.pos++]=127&d)))))}(l,r)}(i,this):(this.realloc(4),this.buf[this.pos++]=127&i|(i>127?128:0),i<=127||(this.buf[this.pos++]=127&(i>>>=7)|(i>127?128:0),i<=127||(this.buf[this.pos++]=127&(i>>>=7)|(i>127?128:0),i<=127||(this.buf[this.pos++]=i>>>7&127))))},writeSVarint:function(i){this.writeVarint(i<0?2*-i-1:2*i)},writeBoolean:function(i){this.writeVarint(!!i)},writeString:function(i){i=String(i),this.realloc(4*i.length),this.pos++;var e=this.pos;this.pos=function(s,l,d){for(var p,m,_=0;_<l.length;_++){if((p=l.charCodeAt(_))>55295&&p<57344){if(!m){p>56319||_+1===l.length?(s[d++]=239,s[d++]=191,s[d++]=189):m=p;continue}if(p<56320){s[d++]=239,s[d++]=191,s[d++]=189,m=p;continue}p=m-55296<<10|p-56320|65536,m=null}else m&&(s[d++]=239,s[d++]=191,s[d++]=189,m=null);p<128?s[d++]=p:(p<2048?s[d++]=p>>6|192:(p<65536?s[d++]=p>>12|224:(s[d++]=p>>18|240,s[d++]=p>>12&63|128),s[d++]=p>>6&63|128),s[d++]=63&p|128)}return d}(this.buf,i,this.pos);var r=this.pos-e;r>=128&&Rd(e,r,this),this.pos=e-1,this.writeVarint(r),this.pos+=r},writeFloat:function(i){this.realloc(4),zd(this.buf,i,this.pos,!0,23,4),this.pos+=4},writeDouble:function(i){this.realloc(8),zd(this.buf,i,this.pos,!0,52,8),this.pos+=8},writeBytes:function(i){var e=i.length;this.writeVarint(e),this.realloc(e);for(var r=0;r<e;r++)this.buf[this.pos++]=i[r]},writeRawMessage:function(i,e){this.pos++;var r=this.pos;i(e,this);var s=this.pos-r;s>=128&&Rd(r,s,this),this.pos=r-1,this.writeVarint(s),this.pos+=s},writeMessage:function(i,e,r){this.writeTag(i,St.Bytes),this.writeRawMessage(e,r)},writePackedVarint:function(i,e){e.length&&this.writeMessage(i,Sy,e)},writePackedSVarint:function(i,e){e.length&&this.writeMessage(i,Ty,e)},writePackedBoolean:function(i,e){e.length&&this.writeMessage(i,Cy,e)},writePackedFloat:function(i,e){e.length&&this.writeMessage(i,ky,e)},writePackedDouble:function(i,e){e.length&&this.writeMessage(i,Iy,e)},writePackedFixed32:function(i,e){e.length&&this.writeMessage(i,Ey,e)},writePackedSFixed32:function(i,e){e.length&&this.writeMessage(i,Py,e)},writePackedFixed64:function(i,e){e.length&&this.writeMessage(i,Ay,e)},writePackedSFixed64:function(i,e){e.length&&this.writeMessage(i,My,e)},writeBytesField:function(i,e){this.writeTag(i,St.Bytes),this.writeBytes(e)},writeFixed32Field:function(i,e){this.writeTag(i,St.Fixed32),this.writeFixed32(e)},writeSFixed32Field:function(i,e){this.writeTag(i,St.Fixed32),this.writeSFixed32(e)},writeFixed64Field:function(i,e){this.writeTag(i,St.Fixed64),this.writeFixed64(e)},writeSFixed64Field:function(i,e){this.writeTag(i,St.Fixed64),this.writeSFixed64(e)},writeVarintField:function(i,e){this.writeTag(i,St.Varint),this.writeVarint(e)},writeSVarintField:function(i,e){this.writeTag(i,St.Varint),this.writeSVarint(e)},writeStringField:function(i,e){this.writeTag(i,St.Bytes),this.writeString(e)},writeFloatField:function(i,e){this.writeTag(i,St.Fixed32),this.writeFloat(e)},writeDoubleField:function(i,e){this.writeTag(i,St.Fixed64),this.writeDouble(e)},writeBooleanField:function(i,e){this.writeVarintField(i,!!e)}};var Sh=fe(Ad);const Th=3;function zy(i,e,r){i===1&&r.readMessage(Dy,e)}function Dy(i,e,r){if(i===3){const{id:s,bitmap:l,width:d,height:p,left:m,top:_,advance:x}=r.readMessage(Ly,{});e.push({id:s,bitmap:new qa({width:d+2*Th,height:p+2*Th},l),metrics:{width:d,height:p,left:m,top:_,advance:x}})}}function Ly(i,e,r){i===1?e.id=r.readVarint():i===2?e.bitmap=r.readBytes():i===3?e.width=r.readVarint():i===4?e.height=r.readVarint():i===5?e.left=r.readSVarint():i===6?e.top=r.readSVarint():i===7&&(e.advance=r.readVarint())}const Fd=Th;function Od(i){let e=0,r=0;for(const p of i)e+=p.w*p.h,r=Math.max(r,p.w);i.sort((p,m)=>m.h-p.h);const s=[{x:0,y:0,w:Math.max(Math.ceil(Math.sqrt(e/.95)),r),h:1/0}];let l=0,d=0;for(const p of i)for(let m=s.length-1;m>=0;m--){const _=s[m];if(!(p.w>_.w||p.h>_.h)){if(p.x=_.x,p.y=_.y,d=Math.max(d,p.y+p.h),l=Math.max(l,p.x+p.w),p.w===_.w&&p.h===_.h){const x=s.pop();m<s.length&&(s[m]=x)}else p.h===_.h?(_.x+=p.w,_.w-=p.w):p.w===_.w?(_.y+=p.h,_.h-=p.h):(s.push({x:_.x+p.w,y:_.y,w:_.w-p.w,h:p.h}),_.y+=p.h,_.h-=p.h);break}}return{w:l,h:d,fill:e/(l*d)||0}}const Zi=1;class kh{constructor(e,{pixelRatio:r,version:s,stretchX:l,stretchY:d,content:p,textFitWidth:m,textFitHeight:_}){this.paddedRect=e,this.pixelRatio=r,this.stretchX=l,this.stretchY=d,this.content=p,this.version=s,this.textFitWidth=m,this.textFitHeight=_}get tl(){return[this.paddedRect.x+Zi,this.paddedRect.y+Zi]}get br(){return[this.paddedRect.x+this.paddedRect.w-Zi,this.paddedRect.y+this.paddedRect.h-Zi]}get tlbr(){return this.tl.concat(this.br)}get displaySize(){return[(this.paddedRect.w-2*Zi)/this.pixelRatio,(this.paddedRect.h-2*Zi)/this.pixelRatio]}}class Vd{constructor(e,r){const s={},l={};this.haveRenderCallbacks=[];const d=[];this.addImages(e,s,d),this.addImages(r,l,d);const{w:p,h:m}=Od(d),_=new ar({width:p||1,height:m||1});for(const x in e){const S=e[x],I=s[x].paddedRect;ar.copy(S.data,_,{x:0,y:0},{x:I.x+Zi,y:I.y+Zi},S.data)}for(const x in r){const S=r[x],I=l[x].paddedRect,A=I.x+Zi,D=I.y+Zi,B=S.data.width,O=S.data.height;ar.copy(S.data,_,{x:0,y:0},{x:A,y:D},S.data),ar.copy(S.data,_,{x:0,y:O-1},{x:A,y:D-1},{width:B,height:1}),ar.copy(S.data,_,{x:0,y:0},{x:A,y:D+O},{width:B,height:1}),ar.copy(S.data,_,{x:B-1,y:0},{x:A-1,y:D},{width:1,height:O}),ar.copy(S.data,_,{x:0,y:0},{x:A+B,y:D},{width:1,height:O})}this.image=_,this.iconPositions=s,this.patternPositions=l}addImages(e,r,s){for(const l in e){const d=e[l],p={x:0,y:0,w:d.data.width+2*Zi,h:d.data.height+2*Zi};s.push(p),r[l]=new kh(p,d),d.hasRenderCallback&&this.haveRenderCallbacks.push(l)}}patchUpdatedImages(e,r){e.dispatchRenderCallbacks(this.haveRenderCallbacks);for(const s in e.updatedImages)this.patchUpdatedImage(this.iconPositions[s],e.getImage(s),r),this.patchUpdatedImage(this.patternPositions[s],e.getImage(s),r)}patchUpdatedImage(e,r,s){if(!e||!r||e.version===r.version)return;e.version=r.version;const[l,d]=e.tl;s.update(r.data,void 0,{x:l,y:d})}}var Xn;Fe("ImagePosition",kh),Fe("ImageAtlas",Vd),T.ai=void 0,(Xn=T.ai||(T.ai={}))[Xn.none=0]="none",Xn[Xn.horizontal=1]="horizontal",Xn[Xn.vertical=2]="vertical",Xn[Xn.horizontalOnly=3]="horizontalOnly";const Ka=-17;class Ya{constructor(){this.scale=1,this.fontStack="",this.imageName=null}static forText(e,r){const s=new Ya;return s.scale=e||1,s.fontStack=r,s}static forImage(e){const r=new Ya;return r.imageName=e,r}}class Do{constructor(){this.text="",this.sectionIndex=[],this.sections=[],this.imageSectionID=null}static fromFeature(e,r){const s=new Do;for(let l=0;l<e.sections.length;l++){const d=e.sections[l];d.image?s.addImageSection(d):s.addTextSection(d,r)}return s}length(){return this.text.length}getSection(e){return this.sections[this.sectionIndex[e]]}getSectionIndex(e){return this.sectionIndex[e]}getCharCode(e){return this.text.charCodeAt(e)}verticalizePunctuation(){this.text=function(e){let r="";for(let s=0;s<e.length;s++){const l=e.charCodeAt(s+1)||null,d=e.charCodeAt(s-1)||null;r+=l&&Wl(l)&&!Ja[e[s+1]]||d&&Wl(d)&&!Ja[e[s-1]]||!Ja[e[s]]?e[s]:Ja[e[s]]}return r}(this.text)}trim(){let e=0;for(let s=0;s<this.text.length&&uc[this.text.charCodeAt(s)];s++)e++;let r=this.text.length;for(let s=this.text.length-1;s>=0&&s>=e&&uc[this.text.charCodeAt(s)];s--)r--;this.text=this.text.substring(e,r),this.sectionIndex=this.sectionIndex.slice(e,r)}substring(e,r){const s=new Do;return s.text=this.text.substring(e,r),s.sectionIndex=this.sectionIndex.slice(e,r),s.sections=this.sections,s}toString(){return this.text}getMaxScale(){return this.sectionIndex.reduce((e,r)=>Math.max(e,this.sections[r].scale),0)}addTextSection(e,r){this.text+=e.text,this.sections.push(Ya.forText(e.scale,e.fontStack||r));const s=this.sections.length-1;for(let l=0;l<e.text.length;++l)this.sectionIndex.push(s)}addImageSection(e){const r=e.image?e.image.name:"";if(r.length===0)return void li("Can't add FormattedSection with an empty image.");const s=this.getNextImageSectionCharCode();s?(this.text+=String.fromCharCode(s),this.sections.push(Ya.forImage(r)),this.sectionIndex.push(this.sections.length-1)):li("Reached maximum number of images 6401")}getNextImageSectionCharCode(){return this.imageSectionID?this.imageSectionID>=63743?null:++this.imageSectionID:(this.imageSectionID=57344,this.imageSectionID)}}function hc(i,e,r,s,l,d,p,m,_,x,S,I,A,D,B){const O=Do.fromFeature(i,l);let q;I===T.ai.vertical&&O.verticalizePunctuation();const{processBidirectionalText:J,processStyledBidirectionalText:ae}=Yr;if(J&&O.sections.length===1){q=[];const de=J(O.toString(),Ih(O,x,d,e,s,D));for(const be of de){const Le=new Do;Le.text=be,Le.sections=O.sections;for(let Xe=0;Xe<be.length;Xe++)Le.sectionIndex.push(0);q.push(Le)}}else if(ae){q=[];const de=ae(O.text,O.sectionIndex,Ih(O,x,d,e,s,D));for(const be of de){const Le=new Do;Le.text=be[0],Le.sectionIndex=be[1],Le.sections=O.sections,q.push(Le)}}else q=function(de,be){const Le=[],Xe=de.text;let Me=0;for(const Pe of be)Le.push(de.substring(Me,Pe)),Me=Pe;return Me<Xe.length&&Le.push(de.substring(Me,Xe.length)),Le}(O,Ih(O,x,d,e,s,D));const Q=[],re={positionedLines:Q,text:O.toString(),top:S[1],bottom:S[1],left:S[0],right:S[0],writingMode:I,iconsInText:!1,verticalizable:!1};return function(de,be,Le,Xe,Me,Pe,Ue,Ve,Be,_e,Ze,$e){let et=0,kt=Ka,Tt=0,ni=0;const wr=Ve==="right"?1:Ve==="left"?0:.5;let yi=0;for(const Ht of Me){Ht.trim();const si=Ht.getMaxScale(),Ii=(si-1)*ii,xi={positionedGlyphs:[],lineOffset:0};de.positionedLines[yi]=xi;const Bi=xi.positionedGlyphs;let vi=0;if(!Ht.length()){kt+=Pe,++yi;continue}for(let Gi=0;Gi<Ht.length();Gi++){const _t=Ht.getSection(Gi),At=Ht.getSectionIndex(Gi),Bt=Ht.getCharCode(Gi);let Ki=0,Zt=null,Fo=null,rn=null,nn=ii;const Sr=!(Be===T.ai.horizontal||!Ze&&!Da(Bt)||Ze&&(uc[Bt]||(Gt=Bt,ze.Arabic(Gt)||ze["Arabic Supplement"](Gt)||ze["Arabic Extended-A"](Gt)||ze["Arabic Presentation Forms-A"](Gt)||ze["Arabic Presentation Forms-B"](Gt))));if(_t.imageName){const hr=Xe[_t.imageName];if(!hr)continue;rn=_t.imageName,de.iconsInText=de.iconsInText||!0,Fo=hr.paddedRect;const ai=hr.displaySize;_t.scale=_t.scale*ii/$e,Zt={width:ai[0],height:ai[1],left:Zi,top:-Fd,advance:Sr?ai[1]:ai[0]},Ki=Ii+(ii-ai[1]*_t.scale),nn=Zt.advance;const Tn=Sr?ai[0]*_t.scale-ii*si:ai[1]*_t.scale-ii*si;Tn>0&&Tn>vi&&(vi=Tn)}else{const hr=Le[_t.fontStack],ai=hr&&hr[Bt];if(ai&&ai.rect)Fo=ai.rect,Zt=ai.metrics;else{const Tn=be[_t.fontStack],rl=Tn&&Tn[Bt];if(!rl)continue;Zt=rl.metrics}Ki=(si-_t.scale)*ii}Sr?(de.verticalizable=!0,Bi.push({glyph:Bt,imageName:rn,x:et,y:kt+Ki,vertical:Sr,scale:_t.scale,fontStack:_t.fontStack,sectionIndex:At,metrics:Zt,rect:Fo}),et+=nn*_t.scale+_e):(Bi.push({glyph:Bt,imageName:rn,x:et,y:kt+Ki,vertical:Sr,scale:_t.scale,fontStack:_t.fontStack,sectionIndex:At,metrics:Zt,rect:Fo}),et+=Zt.advance*_t.scale+_e)}Bi.length!==0&&(Tt=Math.max(et-_e,Tt),Oy(Bi,0,Bi.length-1,wr,vi)),et=0;const cr=Pe*si+vi;xi.lineOffset=Math.max(vi,Ii),kt+=cr,ni=Math.max(cr,ni),++yi}var Gt;const Di=kt-Ka,{horizontalAlign:Li,verticalAlign:Ri}=Ch(Ue);(function(Ht,si,Ii,xi,Bi,vi,cr,Gi,_t){const At=(si-Ii)*Bi;let Bt=0;Bt=vi!==cr?-Gi*xi-Ka:(-xi*_t+.5)*cr;for(const Ki of Ht)for(const Zt of Ki.positionedGlyphs)Zt.x+=At,Zt.y+=Bt})(de.positionedLines,wr,Li,Ri,Tt,ni,Pe,Di,Me.length),de.top+=-Ri*Di,de.bottom=de.top+Di,de.left+=-Li*Tt,de.right=de.left+Tt}(re,e,r,s,q,p,m,_,I,x,A,B),!function(de){for(const be of de)if(be.positionedGlyphs.length!==0)return!1;return!0}(Q)&&re}const uc={9:!0,10:!0,11:!0,12:!0,13:!0,32:!0},Ry={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},By={40:!0};function Nd(i,e,r,s,l,d){if(e.imageName){const p=s[e.imageName];return p?p.displaySize[0]*e.scale*ii/d+l:0}{const p=r[e.fontStack],m=p&&p[i];return m?m.metrics.advance*e.scale+l:0}}function $d(i,e,r,s){const l=Math.pow(i-e,2);return s?i<e?l/2:2*l:l+Math.abs(r)*r}function Fy(i,e,r){let s=0;return i===10&&(s-=1e4),r&&(s+=150),i!==40&&i!==65288||(s+=50),e!==41&&e!==65289||(s+=50),s}function jd(i,e,r,s,l,d){let p=null,m=$d(e,r,l,d);for(const _ of s){const x=$d(e-_.x,r,l,d)+_.badness;x<=m&&(p=_,m=x)}return{index:i,x:e,priorBreak:p,badness:m}}function Ud(i){return i?Ud(i.priorBreak).concat(i.index):[]}function Ih(i,e,r,s,l,d){if(!i)return[];const p=[],m=function(I,A,D,B,O,q){let J=0;for(let ae=0;ae<I.length();ae++){const Q=I.getSection(ae);J+=Nd(I.getCharCode(ae),Q,B,O,A,q)}return J/Math.max(1,Math.ceil(J/D))}(i,e,r,s,l,d),_=i.text.indexOf("")>=0;let x=0;for(let I=0;I<i.length();I++){const A=i.getSection(I),D=i.getCharCode(I);if(uc[D]||(x+=Nd(D,A,s,l,e,d)),I<i.length()-1){const B=!((S=D)<11904||!(ze["Bopomofo Extended"](S)||ze.Bopomofo(S)||ze["CJK Compatibility Forms"](S)||ze["CJK Compatibility Ideographs"](S)||ze["CJK Compatibility"](S)||ze["CJK Radicals Supplement"](S)||ze["CJK Strokes"](S)||ze["CJK Symbols and Punctuation"](S)||ze["CJK Unified Ideographs Extension A"](S)||ze["CJK Unified Ideographs"](S)||ze["Enclosed CJK Letters and Months"](S)||ze["Halfwidth and Fullwidth Forms"](S)||ze.Hiragana(S)||ze["Ideographic Description Characters"](S)||ze["Kangxi Radicals"](S)||ze["Katakana Phonetic Extensions"](S)||ze.Katakana(S)||ze["Vertical Forms"](S)||ze["Yi Radicals"](S)||ze["Yi Syllables"](S)));(Ry[D]||B||A.imageName||I!==i.length()-2&&By[i.getCharCode(I+1)])&&p.push(jd(I+1,x,m,p,Fy(D,i.getCharCode(I+1),B&&_),!1))}}var S;return Ud(jd(i.length(),x,m,p,0,!0))}function Ch(i){let e=.5,r=.5;switch(i){case"right":case"top-right":case"bottom-right":e=1;break;case"left":case"top-left":case"bottom-left":e=0}switch(i){case"bottom":case"bottom-right":case"bottom-left":r=1;break;case"top":case"top-right":case"top-left":r=0}return{horizontalAlign:e,verticalAlign:r}}function Oy(i,e,r,s,l){if(!s&&!l)return;const d=i[r],p=(i[r].x+d.metrics.advance*d.scale)*s;for(let m=e;m<=r;m++)i[m].x-=p,i[m].y+=l}function Vy(i,e,r){const{horizontalAlign:s,verticalAlign:l}=Ch(r),d=e[0]-i.displaySize[0]*s,p=e[1]-i.displaySize[1]*l;return{image:i,top:p,bottom:p+i.displaySize[1],left:d,right:d+i.displaySize[0]}}function qd(i){var e,r;let s=i.left,l=i.top,d=i.right-s,p=i.bottom-l;const m=(e=i.image.textFitWidth)!==null&&e!==void 0?e:"stretchOrShrink",_=(r=i.image.textFitHeight)!==null&&r!==void 0?r:"stretchOrShrink",x=(i.image.content[2]-i.image.content[0])/(i.image.content[3]-i.image.content[1]);if(_==="proportional"){if(m==="stretchOnly"&&d/p<x||m==="proportional"){const S=Math.ceil(p*x);s*=S/d,d=S}}else if(m==="proportional"&&_==="stretchOnly"&&x!==0&&d/p>x){const S=Math.ceil(d/x);l*=S/p,p=S}return{x1:s,y1:l,x2:s+d,y2:l+p}}function Zd(i,e,r,s,l,d){const p=i.image;let m;if(p.content){const q=p.content,J=p.pixelRatio||1;m=[q[0]/J,q[1]/J,p.displaySize[0]-q[2]/J,p.displaySize[1]-q[3]/J]}const _=e.left*d,x=e.right*d;let S,I,A,D;r==="width"||r==="both"?(D=l[0]+_-s[3],I=l[0]+x+s[1]):(D=l[0]+(_+x-p.displaySize[0])/2,I=D+p.displaySize[0]);const B=e.top*d,O=e.bottom*d;return r==="height"||r==="both"?(S=l[1]+B-s[0],A=l[1]+O+s[2]):(S=l[1]+(B+O-p.displaySize[1])/2,A=S+p.displaySize[1]),{image:p,top:S,right:I,bottom:A,left:D,collisionPadding:m}}const Qa=255,tn=128,Jn=Qa*tn;function Gd(i,e){const{expression:r}=e;if(r.kind==="constant")return{kind:"constant",layoutSize:r.evaluate(new Pt(i+1))};if(r.kind==="source")return{kind:"source"};{const{zoomStops:s,interpolationType:l}=r;let d=0;for(;d<s.length&&s[d]<=i;)d++;d=Math.max(0,d-1);let p=d;for(;p<s.length&&s[p]<i+1;)p++;p=Math.min(s.length-1,p);const m=s[d],_=s[p];return r.kind==="composite"?{kind:"composite",minZoom:m,maxZoom:_,interpolationType:l}:{kind:"camera",minZoom:m,maxZoom:_,minSize:r.evaluate(new Pt(m)),maxSize:r.evaluate(new Pt(_)),interpolationType:l}}}function Eh(i,e,r){let s="never";const l=i.get(e);return l?s=l:i.get(r)&&(s="always"),s}const Ny=Wn.VectorTileFeature.types,$y=[{name:"a_fade_opacity",components:1,type:"Uint8",offset:0}];function dc(i,e,r,s,l,d,p,m,_,x,S,I,A){const D=m?Math.min(Jn,Math.round(m[0])):0,B=m?Math.min(Jn,Math.round(m[1])):0;i.emplaceBack(e,r,Math.round(32*s),Math.round(32*l),d,p,(D<<1)+(_?1:0),B,16*x,16*S,256*I,256*A)}function Ph(i,e,r){i.emplaceBack(e.x,e.y,r),i.emplaceBack(e.x,e.y,r),i.emplaceBack(e.x,e.y,r),i.emplaceBack(e.x,e.y,r)}function jy(i){for(const e of i.sections)if(La(e.text))return!0;return!1}class Ah{constructor(e){this.layoutVertexArray=new or,this.indexArray=new ri,this.programConfigurations=e,this.segments=new ti,this.dynamicLayoutVertexArray=new Qr,this.opacityVertexArray=new qn,this.hasVisibleVertices=!1,this.placedSymbolArray=new Lt}isEmpty(){return this.layoutVertexArray.length===0&&this.indexArray.length===0&&this.dynamicLayoutVertexArray.length===0&&this.opacityVertexArray.length===0}upload(e,r,s,l){this.isEmpty()||(s&&(this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,yy.members),this.indexBuffer=e.createIndexBuffer(this.indexArray,r),this.dynamicLayoutVertexBuffer=e.createVertexBuffer(this.dynamicLayoutVertexArray,xy.members,!0),this.opacityVertexBuffer=e.createVertexBuffer(this.opacityVertexArray,$y,!0),this.opacityVertexBuffer.itemSize=1),(s||l)&&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())}}Fe("SymbolBuffers",Ah);class Mh{constructor(e,r,s){this.layoutVertexArray=new e,this.layoutAttributes=r,this.indexArray=new s,this.segments=new ti,this.collisionVertexArray=new gi}upload(e){this.layoutVertexBuffer=e.createVertexBuffer(this.layoutVertexArray,this.layoutAttributes),this.indexBuffer=e.createIndexBuffer(this.indexArray),this.collisionVertexBuffer=e.createVertexBuffer(this.collisionVertexArray,vy.members,!0)}destroy(){this.layoutVertexBuffer&&(this.layoutVertexBuffer.destroy(),this.indexBuffer.destroy(),this.segments.destroy(),this.collisionVertexBuffer.destroy())}}Fe("CollisionBuffers",Mh);class Lo{constructor(e){this.collisionBoxArray=e.collisionBoxArray,this.zoom=e.zoom,this.overscaling=e.overscaling,this.layers=e.layers,this.layerIds=this.layers.map(p=>p.id),this.index=e.index,this.pixelRatio=e.pixelRatio,this.sourceLayerIndex=e.sourceLayerIndex,this.hasPattern=!1,this.hasRTLText=!1,this.sortKeyRanges=[],this.collisionCircleArray=[],this.placementInvProjMatrix=uh([]),this.placementViewportMatrix=uh([]);const r=this.layers[0]._unevaluatedLayout._values;this.textSizeData=Gd(this.zoom,r["text-size"]),this.iconSizeData=Gd(this.zoom,r["icon-size"]);const s=this.layers[0].layout,l=s.get("symbol-sort-key"),d=s.get("symbol-z-order");this.canOverlap=Eh(s,"text-overlap","text-allow-overlap")!=="never"||Eh(s,"icon-overlap","icon-allow-overlap")!=="never"||s.get("text-ignore-placement")||s.get("icon-ignore-placement"),this.sortFeaturesByKey=d!=="viewport-y"&&!l.isConstant(),this.sortFeaturesByY=(d==="viewport-y"||d==="auto"&&!this.sortFeaturesByKey)&&this.canOverlap,s.get("symbol-placement")==="point"&&(this.writingModes=s.get("text-writing-mode").map(p=>T.ai[p])),this.stateDependentLayerIds=this.layers.filter(p=>p.isStateDependent()).map(p=>p.id),this.sourceID=e.sourceID}createArrays(){this.text=new Ah(new Ds(this.layers,this.zoom,e=>/^text/.test(e))),this.icon=new Ah(new Ds(this.layers,this.zoom,e=>/^icon/.test(e))),this.glyphOffsetArray=new Rt,this.lineVertexArray=new Mi,this.symbolInstances=new nr,this.textAnchorOffsets=new pi}calculateGlyphDependencies(e,r,s,l,d){for(let p=0;p<e.length;p++)if(r[e.charCodeAt(p)]=!0,(s||l)&&d){const m=Ja[e.charAt(p)];m&&(r[m.charCodeAt(0)]=!0)}}populate(e,r,s){const l=this.layers[0],d=l.layout,p=d.get("text-font"),m=d.get("text-field"),_=d.get("icon-image"),x=(m.value.kind!=="constant"||m.value.value instanceof Vi&&!m.value.value.isEmpty()||m.value.value.toString().length>0)&&(p.value.kind!=="constant"||p.value.value.length>0),S=_.value.kind!=="constant"||!!_.value.value||Object.keys(_.parameters).length>0,I=d.get("symbol-sort-key");if(this.features=[],!x&&!S)return;const A=r.iconDependencies,D=r.glyphDependencies,B=r.availableImages,O=new Pt(this.zoom);for(const{feature:q,id:J,index:ae,sourceLayerIndex:Q}of e){const re=l._featureFilter.needGeometry,de=Rs(q,re);if(!l._featureFilter.filter(O,de,s))continue;let be,Le;if(re||(de.geometry=Ls(q)),x){const Me=l.getValueAndResolveTokens("text-field",de,s,B),Pe=Vi.factory(Me),Ue=this.hasRTLText=this.hasRTLText||jy(Pe);(!Ue||Yr.getRTLTextPluginStatus()==="unavailable"||Ue&&Yr.isParsed())&&(be=wy(Pe,l,de))}if(S){const Me=l.getValueAndResolveTokens("icon-image",de,s,B);Le=Me instanceof ui?Me:ui.fromString(Me)}if(!be&&!Le)continue;const Xe=this.sortFeaturesByKey?I.evaluate(de,{},s):void 0;if(this.features.push({id:J,text:be,icon:Le,index:ae,sourceLayerIndex:Q,geometry:de.geometry,properties:q.properties,type:Ny[q.type],sortKey:Xe}),Le&&(A[Le.name]=!0),be){const Me=p.evaluate(de,{},s).join(","),Pe=d.get("text-rotation-alignment")!=="viewport"&&d.get("symbol-placement")!=="point";this.allowVerticalPlacement=this.writingModes&&this.writingModes.indexOf(T.ai.vertical)>=0;for(const Ue of be.sections)if(Ue.image)A[Ue.image.name]=!0;else{const Ve=za(be.toString()),Be=Ue.fontStack||Me,_e=D[Be]=D[Be]||{};this.calculateGlyphDependencies(Ue.text,_e,Pe,this.allowVerticalPlacement,Ve)}}}d.get("symbol-placement")==="line"&&(this.features=function(q){const J={},ae={},Q=[];let re=0;function de(Me){Q.push(q[Me]),re++}function be(Me,Pe,Ue){const Ve=ae[Me];return delete ae[Me],ae[Pe]=Ve,Q[Ve].geometry[0].pop(),Q[Ve].geometry[0]=Q[Ve].geometry[0].concat(Ue[0]),Ve}function Le(Me,Pe,Ue){const Ve=J[Pe];return delete J[Pe],J[Me]=Ve,Q[Ve].geometry[0].shift(),Q[Ve].geometry[0]=Ue[0].concat(Q[Ve].geometry[0]),Ve}function Xe(Me,Pe,Ue){const Ve=Ue?Pe[0][Pe[0].length-1]:Pe[0][0];return`${Me}:${Ve.x}:${Ve.y}`}for(let Me=0;Me<q.length;Me++){const Pe=q[Me],Ue=Pe.geometry,Ve=Pe.text?Pe.text.toString():null;if(!Ve){de(Me);continue}const Be=Xe(Ve,Ue),_e=Xe(Ve,Ue,!0);if(Be in ae&&_e in J&&ae[Be]!==J[_e]){const Ze=Le(Be,_e,Ue),$e=be(Be,_e,Q[Ze].geometry);delete J[Be],delete ae[_e],ae[Xe(Ve,Q[$e].geometry,!0)]=$e,Q[Ze].geometry=null}else Be in ae?be(Be,_e,Ue):_e in J?Le(Be,_e,Ue):(de(Me),J[Be]=re-1,ae[_e]=re-1)}return Q.filter(Me=>Me.geometry)}(this.features)),this.sortFeaturesByKey&&this.features.sort((q,J)=>q.sortKey-J.sortKey)}update(e,r,s){this.stateDependentLayers.length&&(this.text.programConfigurations.updatePaintArrays(e,r,this.layers,s),this.icon.programConfigurations.updatePaintArrays(e,r,this.layers,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,r){const s=this.lineVertexArray.length;if(e.segment!==void 0){let l=e.dist(r[e.segment+1]),d=e.dist(r[e.segment]);const p={};for(let m=e.segment+1;m<r.length;m++)p[m]={x:r[m].x,y:r[m].y,tileUnitDistanceFromAnchor:l},m<r.length-1&&(l+=r[m+1].dist(r[m]));for(let m=e.segment||0;m>=0;m--)p[m]={x:r[m].x,y:r[m].y,tileUnitDistanceFromAnchor:d},m>0&&(d+=r[m-1].dist(r[m]));for(let m=0;m<r.length;m++){const _=p[m];this.lineVertexArray.emplaceBack(_.x,_.y,_.tileUnitDistanceFromAnchor)}}return{lineStartIndex:s,lineLength:this.lineVertexArray.length-s}}addSymbols(e,r,s,l,d,p,m,_,x,S,I,A){const D=e.indexArray,B=e.layoutVertexArray,O=e.segments.prepareSegment(4*r.length,B,D,this.canOverlap?p.sortKey:void 0),q=this.glyphOffsetArray.length,J=O.vertexLength,ae=this.allowVerticalPlacement&&m===T.ai.vertical?Math.PI/2:0,Q=p.text&&p.text.sections;for(let re=0;re<r.length;re++){const{tl:de,tr:be,bl:Le,br:Xe,tex:Me,pixelOffsetTL:Pe,pixelOffsetBR:Ue,minFontScaleX:Ve,minFontScaleY:Be,glyphOffset:_e,isSDF:Ze,sectionIndex:$e}=r[re],et=O.vertexLength,kt=_e[1];dc(B,_.x,_.y,de.x,kt+de.y,Me.x,Me.y,s,Ze,Pe.x,Pe.y,Ve,Be),dc(B,_.x,_.y,be.x,kt+be.y,Me.x+Me.w,Me.y,s,Ze,Ue.x,Pe.y,Ve,Be),dc(B,_.x,_.y,Le.x,kt+Le.y,Me.x,Me.y+Me.h,s,Ze,Pe.x,Ue.y,Ve,Be),dc(B,_.x,_.y,Xe.x,kt+Xe.y,Me.x+Me.w,Me.y+Me.h,s,Ze,Ue.x,Ue.y,Ve,Be),Ph(e.dynamicLayoutVertexArray,_,ae),D.emplaceBack(et,et+1,et+2),D.emplaceBack(et+1,et+2,et+3),O.vertexLength+=4,O.primitiveLength+=2,this.glyphOffsetArray.emplaceBack(_e[0]),re!==r.length-1&&$e===r[re+1].sectionIndex||e.programConfigurations.populatePaintArrays(B.length,p,p.index,{},A,Q&&Q[$e])}e.placedSymbolArray.emplaceBack(_.x,_.y,q,this.glyphOffsetArray.length-q,J,x,S,_.segment,s?s[0]:0,s?s[1]:0,l[0],l[1],m,0,!1,0,I)}_addCollisionDebugVertex(e,r,s,l,d,p){return r.emplaceBack(0,0),e.emplaceBack(s.x,s.y,l,d,Math.round(p.x),Math.round(p.y))}addCollisionDebugVertices(e,r,s,l,d,p,m){const _=d.segments.prepareSegment(4,d.layoutVertexArray,d.indexArray),x=_.vertexLength,S=d.layoutVertexArray,I=d.collisionVertexArray,A=m.anchorX,D=m.anchorY;this._addCollisionDebugVertex(S,I,p,A,D,new le(e,r)),this._addCollisionDebugVertex(S,I,p,A,D,new le(s,r)),this._addCollisionDebugVertex(S,I,p,A,D,new le(s,l)),this._addCollisionDebugVertex(S,I,p,A,D,new le(e,l)),_.vertexLength+=4;const B=d.indexArray;B.emplaceBack(x,x+1),B.emplaceBack(x+1,x+2),B.emplaceBack(x+2,x+3),B.emplaceBack(x+3,x),_.primitiveLength+=4}addDebugCollisionBoxes(e,r,s,l){for(let d=e;d<r;d++){const p=this.collisionBoxArray.get(d);this.addCollisionDebugVertices(p.x1,p.y1,p.x2,p.y2,l?this.textCollisionBox:this.iconCollisionBox,p.anchorPoint,s)}}generateCollisionDebugBuffers(){this.hasDebugData()&&this.destroyDebugData(),this.textCollisionBox=new Mh(mi,Pd.members,$t),this.iconCollisionBox=new Mh(mi,Pd.members,$t);for(let e=0;e<this.symbolInstances.length;e++){const r=this.symbolInstances.get(e);this.addDebugCollisionBoxes(r.textBoxStartIndex,r.textBoxEndIndex,r,!0),this.addDebugCollisionBoxes(r.verticalTextBoxStartIndex,r.verticalTextBoxEndIndex,r,!0),this.addDebugCollisionBoxes(r.iconBoxStartIndex,r.iconBoxEndIndex,r,!1),this.addDebugCollisionBoxes(r.verticalIconBoxStartIndex,r.verticalIconBoxEndIndex,r,!1)}}_deserializeCollisionBoxesForSymbol(e,r,s,l,d,p,m,_,x){const S={};for(let I=r;I<s;I++){const A=e.get(I);S.textBox={x1:A.x1,y1:A.y1,x2:A.x2,y2:A.y2,anchorPointX:A.anchorPointX,anchorPointY:A.anchorPointY},S.textFeatureIndex=A.featureIndex;break}for(let I=l;I<d;I++){const A=e.get(I);S.verticalTextBox={x1:A.x1,y1:A.y1,x2:A.x2,y2:A.y2,anchorPointX:A.anchorPointX,anchorPointY:A.anchorPointY},S.verticalTextFeatureIndex=A.featureIndex;break}for(let I=p;I<m;I++){const A=e.get(I);S.iconBox={x1:A.x1,y1:A.y1,x2:A.x2,y2:A.y2,anchorPointX:A.anchorPointX,anchorPointY:A.anchorPointY},S.iconFeatureIndex=A.featureIndex;break}for(let I=_;I<x;I++){const A=e.get(I);S.verticalIconBox={x1:A.x1,y1:A.y1,x2:A.x2,y2:A.y2,anchorPointX:A.anchorPointX,anchorPointY:A.anchorPointY},S.verticalIconFeatureIndex=A.featureIndex;break}return S}deserializeCollisionBoxes(e){this.collisionArrays=[];for(let r=0;r<this.symbolInstances.length;r++){const s=this.symbolInstances.get(r);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,r){const s=e.placedSymbolArray.get(r),l=s.vertexStartIndex+4*s.numGlyphs;for(let d=s.vertexStartIndex;d<l;d+=4)e.indexArray.emplaceBack(d,d+1,d+2),e.indexArray.emplaceBack(d+1,d+2,d+3)}getSortedSymbolIndexes(e){if(this.sortedAngle===e&&this.symbolInstanceIndexes!==void 0)return this.symbolInstanceIndexes;const r=Math.sin(e),s=Math.cos(e),l=[],d=[],p=[];for(let m=0;m<this.symbolInstances.length;++m){p.push(m);const _=this.symbolInstances.get(m);l.push(0|Math.round(r*_.anchorX+s*_.anchorY)),d.push(_.featureIndex)}return p.sort((m,_)=>l[m]-l[_]||d[_]-d[m]),p}addToSortKeyRanges(e,r){const s=this.sortKeyRanges[this.sortKeyRanges.length-1];s&&s.sortKey===r?s.symbolInstanceEnd=e+1:this.sortKeyRanges.push({sortKey:r,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 r of this.symbolInstanceIndexes){const s=this.symbolInstances.get(r);this.featureSortOrder.push(s.featureIndex),[s.rightJustifiedTextSymbolIndex,s.centerJustifiedTextSymbolIndex,s.leftJustifiedTextSymbolIndex].forEach((l,d,p)=>{l>=0&&p.indexOf(l)===d&&this.addIndicesForPlacedSymbol(this.text,l)}),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 Hd,Wd;Fe("SymbolBucket",Lo,{omit:["layers","collisionBoxArray","features","compareText"]}),Lo.MAX_GLYPHS=65535,Lo.addDynamicAttributes=Ph;var zh={get paint(){return Wd=Wd||new o({"icon-opacity":new Je(ue.paint_symbol["icon-opacity"]),"icon-color":new Je(ue.paint_symbol["icon-color"]),"icon-halo-color":new Je(ue.paint_symbol["icon-halo-color"]),"icon-halo-width":new Je(ue.paint_symbol["icon-halo-width"]),"icon-halo-blur":new Je(ue.paint_symbol["icon-halo-blur"]),"icon-translate":new qe(ue.paint_symbol["icon-translate"]),"icon-translate-anchor":new qe(ue.paint_symbol["icon-translate-anchor"]),"text-opacity":new Je(ue.paint_symbol["text-opacity"]),"text-color":new Je(ue.paint_symbol["text-color"],{runtimeType:Pi,getOverride:i=>i.textColor,hasOverride:i=>!!i.textColor}),"text-halo-color":new Je(ue.paint_symbol["text-halo-color"]),"text-halo-width":new Je(ue.paint_symbol["text-halo-width"]),"text-halo-blur":new Je(ue.paint_symbol["text-halo-blur"]),"text-translate":new qe(ue.paint_symbol["text-translate"]),"text-translate-anchor":new qe(ue.paint_symbol["text-translate-anchor"])})},get layout(){return Hd=Hd||new o({"symbol-placement":new qe(ue.layout_symbol["symbol-placement"]),"symbol-spacing":new qe(ue.layout_symbol["symbol-spacing"]),"symbol-avoid-edges":new qe(ue.layout_symbol["symbol-avoid-edges"]),"symbol-sort-key":new Je(ue.layout_symbol["symbol-sort-key"]),"symbol-z-order":new qe(ue.layout_symbol["symbol-z-order"]),"icon-allow-overlap":new qe(ue.layout_symbol["icon-allow-overlap"]),"icon-overlap":new qe(ue.layout_symbol["icon-overlap"]),"icon-ignore-placement":new qe(ue.layout_symbol["icon-ignore-placement"]),"icon-optional":new qe(ue.layout_symbol["icon-optional"]),"icon-rotation-alignment":new qe(ue.layout_symbol["icon-rotation-alignment"]),"icon-size":new Je(ue.layout_symbol["icon-size"]),"icon-text-fit":new qe(ue.layout_symbol["icon-text-fit"]),"icon-text-fit-padding":new qe(ue.layout_symbol["icon-text-fit-padding"]),"icon-image":new Je(ue.layout_symbol["icon-image"]),"icon-rotate":new Je(ue.layout_symbol["icon-rotate"]),"icon-padding":new Je(ue.layout_symbol["icon-padding"]),"icon-keep-upright":new qe(ue.layout_symbol["icon-keep-upright"]),"icon-offset":new Je(ue.layout_symbol["icon-offset"]),"icon-anchor":new Je(ue.layout_symbol["icon-anchor"]),"icon-pitch-alignment":new qe(ue.layout_symbol["icon-pitch-alignment"]),"text-pitch-alignment":new qe(ue.layout_symbol["text-pitch-alignment"]),"text-rotation-alignment":new qe(ue.layout_symbol["text-rotation-alignment"]),"text-field":new Je(ue.layout_symbol["text-field"]),"text-font":new Je(ue.layout_symbol["text-font"]),"text-size":new Je(ue.layout_symbol["text-size"]),"text-max-width":new Je(ue.layout_symbol["text-max-width"]),"text-line-height":new qe(ue.layout_symbol["text-line-height"]),"text-letter-spacing":new Je(ue.layout_symbol["text-letter-spacing"]),"text-justify":new Je(ue.layout_symbol["text-justify"]),"text-radial-offset":new Je(ue.layout_symbol["text-radial-offset"]),"text-variable-anchor":new qe(ue.layout_symbol["text-variable-anchor"]),"text-variable-anchor-offset":new Je(ue.layout_symbol["text-variable-anchor-offset"]),"text-anchor":new Je(ue.layout_symbol["text-anchor"]),"text-max-angle":new qe(ue.layout_symbol["text-max-angle"]),"text-writing-mode":new qe(ue.layout_symbol["text-writing-mode"]),"text-rotate":new Je(ue.layout_symbol["text-rotate"]),"text-padding":new qe(ue.layout_symbol["text-padding"]),"text-keep-upright":new qe(ue.layout_symbol["text-keep-upright"]),"text-transform":new Je(ue.layout_symbol["text-transform"]),"text-offset":new Je(ue.layout_symbol["text-offset"]),"text-allow-overlap":new qe(ue.layout_symbol["text-allow-overlap"]),"text-overlap":new qe(ue.layout_symbol["text-overlap"]),"text-ignore-placement":new qe(ue.layout_symbol["text-ignore-placement"]),"text-optional":new qe(ue.layout_symbol["text-optional"])})}};class Xd{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:Zr,this.defaultValue=e}evaluate(e){if(e.formattedSection){const r=this.defaultValue.property.overrides;if(r&&r.hasOverride(e.formattedSection))return r.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}}Fe("FormatSectionOverride",Xd,{omit:["defaultValue"]});class pc extends h{constructor(e){super(e,zh)}recalculate(e,r){if(super.recalculate(e,r),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 l=[];for(const d of s)l.indexOf(d)<0&&l.push(d);this.layout._values["text-writing-mode"]=l}else this.layout._values["text-writing-mode"]=["horizontal"]}this._setPaintOverrides()}getValueAndResolveTokens(e,r,s,l){const d=this.layout.get(e).evaluate(r,{},s,l),p=this._unevaluatedLayout._values[e];return p.isDataDriven()||Ss(p.value)||!d?d:function(m,_){return _.replace(/{([^{}]+)}/g,(x,S)=>m&&S in m?String(m[S]):"")}(r.properties,d)}createBucket(e){return new Lo(e)}queryRadius(){return 0}queryIntersectsFeature(){throw new Error("Should take a different path in FeatureIndex")}_setPaintOverrides(){for(const e of zh.paint.overridableProperties){if(!pc.hasPaintOverride(this.layout,e))continue;const r=this.paint.get(e),s=new Xd(r),l=new po(s,r.property.specification);let d=null;d=r.value.kind==="constant"||r.value.kind==="source"?new ua("source",l):new da("composite",l,r.value.zoomStops),this.paint._values[e]=new br(r.property,d,r.parameters)}}_handleOverridablePaintPropertyUpdate(e,r,s){return!(!this.layout||r.isDataDriven()||s.isDataDriven())&&pc.hasPaintOverride(this.layout,e)}static hasPaintOverride(e,r){const s=e.get("text-field"),l=zh.paint.properties[r];let d=!1;const p=m=>{for(const _ of m)if(l.overrides&&l.overrides.hasOverride(_))return void(d=!0)};if(s.value.kind==="constant"&&s.value.value instanceof Vi)p(s.value.value.sections);else if(s.value.kind==="source"){const m=x=>{d||(x instanceof hn&&Yt(x.value)===Mr?p(x.value.sections):x instanceof Qs?p(x.sections):x.eachChild(m))},_=s.value;_._styleExpression&&m(_._styleExpression.expression)}return d}}let Jd;var Uy={get paint(){return Jd=Jd||new o({"background-color":new qe(ue.paint_background["background-color"]),"background-pattern":new t(ue.paint_background["background-pattern"]),"background-opacity":new qe(ue.paint_background["background-opacity"])})}};class qy extends h{constructor(e){super(e,Uy)}}let Kd;var Zy={get paint(){return Kd=Kd||new o({"raster-opacity":new qe(ue.paint_raster["raster-opacity"]),"raster-hue-rotate":new qe(ue.paint_raster["raster-hue-rotate"]),"raster-brightness-min":new qe(ue.paint_raster["raster-brightness-min"]),"raster-brightness-max":new qe(ue.paint_raster["raster-brightness-max"]),"raster-saturation":new qe(ue.paint_raster["raster-saturation"]),"raster-contrast":new qe(ue.paint_raster["raster-contrast"]),"raster-resampling":new qe(ue.paint_raster["raster-resampling"]),"raster-fade-duration":new qe(ue.paint_raster["raster-fade-duration"])})}};class Gy extends h{constructor(e){super(e,Zy)}}class Hy extends h{constructor(e){super(e,{}),this.onAdd=r=>{this.implementation.onAdd&&this.implementation.onAdd(r,r.painter.context.gl)},this.onRemove=r=>{this.implementation.onRemove&&this.implementation.onRemove(r,r.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 Wy{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 Dh=63710088e-1;class Kn{constructor(e,r){if(isNaN(e)||isNaN(r))throw new Error(`Invalid LngLat object: (${e}, ${r})`);if(this.lng=+e,this.lat=+r,this.lat>90||this.lat<-90)throw new Error("Invalid LngLat latitude value: must be between -90 and 90")}wrap(){return new Kn(Wt(this.lng,-180,180),this.lat)}toArray(){return[this.lng,this.lat]}toString(){return`LngLat(${this.lng}, ${this.lat})`}distanceTo(e){const r=Math.PI/180,s=this.lat*r,l=e.lat*r,d=Math.sin(s)*Math.sin(l)+Math.cos(s)*Math.cos(l)*Math.cos((e.lng-this.lng)*r);return Dh*Math.acos(Math.min(d,1))}static convert(e){if(e instanceof Kn)return e;if(Array.isArray(e)&&(e.length===2||e.length===3))return new Kn(Number(e[0]),Number(e[1]));if(!Array.isArray(e)&&typeof e=="object"&&e!==null)return new Kn(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 Yd=2*Math.PI*Dh;function Qd(i){return Yd*Math.cos(i*Math.PI/180)}function ep(i){return(180+i)/360}function tp(i){return(180-180/Math.PI*Math.log(Math.tan(Math.PI/4+i*Math.PI/360)))/360}function ip(i,e){return i/Qd(e)}function Lh(i){return 360/Math.PI*Math.atan(Math.exp((180-360*i)*Math.PI/180))-90}class fc{constructor(e,r,s=0){this.x=+e,this.y=+r,this.z=+s}static fromLngLat(e,r=0){const s=Kn.convert(e);return new fc(ep(s.lng),tp(s.lat),ip(r,s.lat))}toLngLat(){return new Kn(360*this.x-180,Lh(this.y))}toAltitude(){return this.z*Qd(Lh(this.y))}meterInMercatorCoordinateUnits(){return 1/Yd*(e=Lh(this.y),1/Math.cos(e*Math.PI/180));var e}}function rp(i,e,r){var s=2*Math.PI*6378137/256/Math.pow(2,r);return[i*s-2*Math.PI*6378137/2,e*s-2*Math.PI*6378137/2]}class Rh{constructor(e,r,s){if(e<0||e>25||s<0||s>=Math.pow(2,e)||r<0||r>=Math.pow(2,e))throw new Error(`x=${r}, 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=r,this.y=s,this.key=el(0,e,e,r,s)}equals(e){return this.z===e.z&&this.x===e.x&&this.y===e.y}url(e,r,s){const l=(p=this.y,m=this.z,_=rp(256*(d=this.x),256*(p=Math.pow(2,m)-p-1),m),x=rp(256*(d+1),256*(p+1),m),_[0]+","+_[1]+","+x[0]+","+x[1]);var d,p,m,_,x;const S=function(I,A,D){let B,O="";for(let q=I;q>0;q--)B=1<<q-1,O+=(A&B?1:0)+(D&B?2:0);return O}(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,r>1?"@2x":"").replace(/{quadkey}/g,S).replace(/{bbox-epsg-3857}/g,l)}isChildOf(e){const r=this.z-e.z;return r>0&&e.x===this.x>>r&&e.y===this.y>>r}getTilePoint(e){const r=Math.pow(2,this.z);return new le((e.x*r-this.x)*Qt,(e.y*r-this.y)*Qt)}toString(){return`${this.z}/${this.x}/${this.y}`}}class np{constructor(e,r){this.wrap=e,this.canonical=r,this.key=el(e,r.z,r.z,r.x,r.y)}}class lr{constructor(e,r,s,l,d){if(e<s)throw new Error(`overscaledZ should be >= z; overscaledZ = ${e}; z = ${s}`);this.overscaledZ=e,this.wrap=r,this.canonical=new Rh(s,+l,+d),this.key=el(r,e,s,l,d)}clone(){return new lr(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 r=this.canonical.z-e;return e>this.canonical.z?new lr(e,this.wrap,this.canonical.z,this.canonical.x,this.canonical.y):new lr(e,this.wrap,e,this.canonical.x>>r,this.canonical.y>>r)}calculateScaledKey(e,r){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?el(this.wrap*+r,e,this.canonical.z,this.canonical.x,this.canonical.y):el(this.wrap*+r,e,e,this.canonical.x>>s,this.canonical.y>>s)}isChildOf(e){if(e.wrap!==this.wrap)return!1;const r=this.canonical.z-e.canonical.z;return e.overscaledZ===0||e.overscaledZ<this.overscaledZ&&e.canonical.x===this.canonical.x>>r&&e.canonical.y===this.canonical.y>>r}children(e){if(this.overscaledZ>=e)return[new lr(this.overscaledZ+1,this.wrap,this.canonical.z,this.canonical.x,this.canonical.y)];const r=this.canonical.z+1,s=2*this.canonical.x,l=2*this.canonical.y;return[new lr(r,this.wrap,r,s,l),new lr(r,this.wrap,r,s+1,l),new lr(r,this.wrap,r,s,l+1),new lr(r,this.wrap,r,s+1,l+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 lr(this.overscaledZ,0,this.canonical.z,this.canonical.x,this.canonical.y)}unwrapTo(e){return new lr(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 np(this.wrap,this.canonical)}toString(){return`${this.overscaledZ}/${this.canonical.x}/${this.canonical.y}`}getTilePoint(e){return this.canonical.getTilePoint(new fc(e.x-this.wrap,e.y))}}function el(i,e,r,s,l){(i*=2)<0&&(i=-1*i-1);const d=1<<r;return(d*d*i+d*l+s).toString(36)+r.toString(36)+e.toString(36)}Fe("CanonicalTileID",Rh),Fe("OverscaledTileID",lr,{omit:["posMatrix"]});class sp{constructor(e,r,s,l=1,d=1,p=1,m=0){if(this.uid=e,r.height!==r.width)throw new RangeError("DEM tiles must be square");if(s&&!["mapbox","terrarium","custom"].includes(s))return void li(`"${s}" is not a valid encoding type. Valid types include "mapbox", "terrarium" and "custom".`);this.stride=r.height;const _=this.dim=r.height-2;switch(this.data=new Uint32Array(r.data.buffer),s){case"terrarium":this.redFactor=256,this.greenFactor=1,this.blueFactor=1/256,this.baseShift=32768;break;case"custom":this.redFactor=l,this.greenFactor=d,this.blueFactor=p,this.baseShift=m;break;default:this.redFactor=6553.6,this.greenFactor=25.6,this.blueFactor=.1,this.baseShift=1e4}for(let x=0;x<_;x++)this.data[this._idx(-1,x)]=this.data[this._idx(0,x)],this.data[this._idx(_,x)]=this.data[this._idx(_-1,x)],this.data[this._idx(x,-1)]=this.data[this._idx(x,0)],this.data[this._idx(x,_)]=this.data[this._idx(x,_-1)];this.data[this._idx(-1,-1)]=this.data[this._idx(0,0)],this.data[this._idx(_,-1)]=this.data[this._idx(_-1,0)],this.data[this._idx(-1,_)]=this.data[this._idx(0,_-1)],this.data[this._idx(_,_)]=this.data[this._idx(_-1,_-1)],this.min=Number.MAX_SAFE_INTEGER,this.max=Number.MIN_SAFE_INTEGER;for(let x=0;x<_;x++)for(let S=0;S<_;S++){const I=this.get(x,S);I>this.max&&(this.max=I),I<this.min&&(this.min=I)}}get(e,r){const s=new Uint8Array(this.data.buffer),l=4*this._idx(e,r);return this.unpack(s[l],s[l+1],s[l+2])}getUnpackVector(){return[this.redFactor,this.greenFactor,this.blueFactor,this.baseShift]}_idx(e,r){if(e<-1||e>=this.dim+1||r<-1||r>=this.dim+1)throw new RangeError("out of range source coordinates for DEM data");return(r+1)*this.stride+(e+1)}unpack(e,r,s){return e*this.redFactor+r*this.greenFactor+s*this.blueFactor-this.baseShift}getPixels(){return new ar({width:this.stride,height:this.stride},new Uint8Array(this.data.buffer))}backfillBorder(e,r,s){if(this.dim!==e.dim)throw new Error("dem dimension mismatch");let l=r*this.dim,d=r*this.dim+this.dim,p=s*this.dim,m=s*this.dim+this.dim;switch(r){case-1:l=d-1;break;case 1:d=l+1}switch(s){case-1:p=m-1;break;case 1:m=p+1}const _=-r*this.dim,x=-s*this.dim;for(let S=p;S<m;S++)for(let I=l;I<d;I++)this.data[this._idx(I,S)]=e.data[this._idx(I+_,S+x)]}}Fe("DEMData",sp);class op{constructor(e){this._stringToNumber={},this._numberToString=[];for(let r=0;r<e.length;r++){const s=e[r];this._stringToNumber[s]=r,this._numberToString[r]=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 ap{constructor(e,r,s,l,d){this.type="Feature",this._vectorTileFeature=e,e._z=r,e._x=s,e._y=l,this.properties=e.properties,this.id=d}get geometry(){return this._geometry===void 0&&(this._geometry=this._vectorTileFeature.toGeoJSON(this._vectorTileFeature._x,this._vectorTileFeature._y,this._vectorTileFeature._z).geometry),this._geometry}set geometry(e){this._geometry=e}toJSON(){const e={geometry:this.geometry};for(const r in this)r!=="_geometry"&&r!=="_vectorTileFeature"&&(e[r]=this[r]);return e}}class lp{constructor(e,r){this.tileID=e,this.x=e.canonical.x,this.y=e.canonical.y,this.z=e.canonical.z,this.grid=new Nn(Qt,16,0),this.grid3D=new Nn(Qt,16,0),this.featureIndexArray=new sr,this.promoteId=r}insert(e,r,s,l,d,p){const m=this.featureIndexArray.length;this.featureIndexArray.emplaceBack(s,l,d);const _=p?this.grid3D:this.grid;for(let x=0;x<r.length;x++){const S=r[x],I=[1/0,1/0,-1/0,-1/0];for(let A=0;A<S.length;A++){const D=S[A];I[0]=Math.min(I[0],D.x),I[1]=Math.min(I[1],D.y),I[2]=Math.max(I[2],D.x),I[3]=Math.max(I[3],D.y)}I[0]<Qt&&I[1]<Qt&&I[2]>=0&&I[3]>=0&&_.insert(m,I[0],I[1],I[2],I[3])}}loadVTLayers(){return this.vtLayers||(this.vtLayers=new Wn.VectorTile(new Sh(this.rawTileData)).layers,this.sourceLayerCoder=new op(this.vtLayers?Object.keys(this.vtLayers).sort():["_geojsonTileLayer"])),this.vtLayers}query(e,r,s,l){this.loadVTLayers();const d=e.params||{},p=Qt/e.tileSize/e.scale,m=Ti(d.filter),_=e.queryGeometry,x=e.queryPadding*p,S=hp(_),I=this.grid.query(S.minX-x,S.minY-x,S.maxX+x,S.maxY+x),A=hp(e.cameraQueryGeometry),D=this.grid3D.query(A.minX-x,A.minY-x,A.maxX+x,A.maxY+x,(q,J,ae,Q)=>function(re,de,be,Le,Xe){for(const Pe of re)if(de<=Pe.x&&be<=Pe.y&&Le>=Pe.x&&Xe>=Pe.y)return!0;const Me=[new le(de,be),new le(de,Xe),new le(Le,Xe),new le(Le,be)];if(re.length>2){for(const Pe of Me)if(Co(re,Pe))return!0}for(let Pe=0;Pe<re.length-1;Pe++)if(E_(re[Pe],re[Pe+1],Me))return!0;return!1}(e.cameraQueryGeometry,q-x,J-x,ae+x,Q+x));for(const q of D)I.push(q);I.sort(Xy);const B={};let O;for(let q=0;q<I.length;q++){const J=I[q];if(J===O)continue;O=J;const ae=this.featureIndexArray.get(J);let Q=null;this.loadMatchingFeature(B,ae.bucketIndex,ae.sourceLayerIndex,ae.featureIndex,m,d.layers,d.availableImages,r,s,l,(re,de,be)=>(Q||(Q=Ls(re)),de.queryIntersectsFeature(_,re,be,Q,this.z,e.transform,p,e.pixelPosMatrix)))}return B}loadMatchingFeature(e,r,s,l,d,p,m,_,x,S,I){const A=this.bucketLayerIDs[r];if(p&&!function(q,J){for(let ae=0;ae<q.length;ae++)if(J.indexOf(q[ae])>=0)return!0;return!1}(p,A))return;const D=this.sourceLayerCoder.decode(s),B=this.vtLayers[D].feature(l);if(d.needGeometry){const q=Rs(B,!0);if(!d.filter(new Pt(this.tileID.overscaledZ),q,this.tileID.canonical))return}else if(!d.filter(new Pt(this.tileID.overscaledZ),B))return;const O=this.getId(B,D);for(let q=0;q<A.length;q++){const J=A[q];if(p&&p.indexOf(J)<0)continue;const ae=_[J];if(!ae)continue;let Q={};O&&S&&(Q=S.getState(ae.sourceLayer||"_geojsonTileLayer",O));const re=jt({},x[J]);re.paint=cp(re.paint,ae.paint,B,Q,m),re.layout=cp(re.layout,ae.layout,B,Q,m);const de=!I||I(B,ae,Q);if(!de)continue;const be=new ap(B,this.z,this.x,this.y,O);be.layer=re;let Le=e[J];Le===void 0&&(Le=e[J]=[]),Le.push({featureIndex:l,feature:be,intersectionZ:de})}}lookupSymbolFeatures(e,r,s,l,d,p,m,_){const x={};this.loadVTLayers();const S=Ti(d);for(const I of e)this.loadMatchingFeature(x,s,l,I,S,p,m,_,r);return x}hasLayer(e){for(const r of this.bucketLayerIDs)for(const s of r)if(e===s)return!0;return!1}getId(e,r){let s=e.id;return this.promoteId&&(s=e.properties[typeof this.promoteId=="string"?this.promoteId:this.promoteId[r]],typeof s=="boolean"&&(s=Number(s))),s}}function cp(i,e,r,s,l){return bi(i,(d,p)=>{const m=e instanceof vo?e.get(p):null;return m&&m.evaluate?m.evaluate(r,s,l):m})}function hp(i){let e=1/0,r=1/0,s=-1/0,l=-1/0;for(const d of i)e=Math.min(e,d.x),r=Math.min(r,d.y),s=Math.max(s,d.x),l=Math.max(l,d.y);return{minX:e,minY:r,maxX:s,maxY:l}}function Xy(i,e){return e-i}function up(i,e,r,s,l){const d=[];for(let p=0;p<i.length;p++){const m=i[p];let _;for(let x=0;x<m.length-1;x++){let S=m[x],I=m[x+1];S.x<e&&I.x<e||(S.x<e?S=new le(e,S.y+(e-S.x)/(I.x-S.x)*(I.y-S.y))._round():I.x<e&&(I=new le(e,S.y+(e-S.x)/(I.x-S.x)*(I.y-S.y))._round()),S.y<r&&I.y<r||(S.y<r?S=new le(S.x+(r-S.y)/(I.y-S.y)*(I.x-S.x),r)._round():I.y<r&&(I=new le(S.x+(r-S.y)/(I.y-S.y)*(I.x-S.x),r)._round()),S.x>=s&&I.x>=s||(S.x>=s?S=new le(s,S.y+(s-S.x)/(I.x-S.x)*(I.y-S.y))._round():I.x>=s&&(I=new le(s,S.y+(s-S.x)/(I.x-S.x)*(I.y-S.y))._round()),S.y>=l&&I.y>=l||(S.y>=l?S=new le(S.x+(l-S.y)/(I.y-S.y)*(I.x-S.x),l)._round():I.y>=l&&(I=new le(S.x+(l-S.y)/(I.y-S.y)*(I.x-S.x),l)._round()),_&&S.equals(_[_.length-1])||(_=[S],d.push(_)),_.push(I)))))}}return d}Fe("FeatureIndex",lp,{omit:["rawTileData","sourceLayerCoder"]});class Yn extends le{constructor(e,r,s,l){super(e,r),this.angle=s,l!==void 0&&(this.segment=l)}clone(){return new Yn(this.x,this.y,this.angle,this.segment)}}function dp(i,e,r,s,l){if(e.segment===void 0||r===0)return!0;let d=e,p=e.segment+1,m=0;for(;m>-r/2;){if(p--,p<0)return!1;m-=i[p].dist(d),d=i[p]}m+=i[p].dist(i[p+1]),p++;const _=[];let x=0;for(;m<r/2;){const S=i[p],I=i[p+1];if(!I)return!1;let A=i[p-1].angleTo(S)-S.angleTo(I);for(A=Math.abs((A+3*Math.PI)%(2*Math.PI)-Math.PI),_.push({distance:m,angleDelta:A}),x+=A;m-_[0].distance>s;)x-=_.shift().angleDelta;if(x>l)return!1;p++,m+=S.dist(I)}return!0}function pp(i){let e=0;for(let r=0;r<i.length-1;r++)e+=i[r].dist(i[r+1]);return e}function fp(i,e,r){return i?.6*e*r:0}function mp(i,e){return Math.max(i?i.right-i.left:0,e?e.right-e.left:0)}function Jy(i,e,r,s,l,d){const p=fp(r,l,d),m=mp(r,s)*d;let _=0;const x=pp(i)/2;for(let S=0;S<i.length-1;S++){const I=i[S],A=i[S+1],D=I.dist(A);if(_+D>x){const B=(x-_)/D,O=ji.number(I.x,A.x,B),q=ji.number(I.y,A.y,B),J=new Yn(O,q,A.angleTo(I),S);return J._round(),!p||dp(i,J,m,p,e)?J:void 0}_+=D}}function Ky(i,e,r,s,l,d,p,m,_){const x=fp(s,d,p),S=mp(s,l),I=S*p,A=i[0].x===0||i[0].x===_||i[0].y===0||i[0].y===_;return e-I<e/4&&(e=I+e/4),gp(i,A?e/2*m%e:(S/2+2*d)*p*m%e,e,x,r,I,A,!1,_)}function gp(i,e,r,s,l,d,p,m,_){const x=d/2,S=pp(i);let I=0,A=e-r,D=[];for(let B=0;B<i.length-1;B++){const O=i[B],q=i[B+1],J=O.dist(q),ae=q.angleTo(O);for(;A+r<I+J;){A+=r;const Q=(A-I)/J,re=ji.number(O.x,q.x,Q),de=ji.number(O.y,q.y,Q);if(re>=0&&re<_&&de>=0&&de<_&&A-x>=0&&A+x<=S){const be=new Yn(re,de,ae,B);be._round(),s&&!dp(i,be,d,s,l)||D.push(be)}}I+=J}return m||D.length||p||(D=gp(i,I/2,r,s,l,d,p,!0,_)),D}Fe("Anchor",Yn);const Ro=Zi;function _p(i,e,r,s){const l=[],d=i.image,p=d.pixelRatio,m=d.paddedRect.w-2*Ro,_=d.paddedRect.h-2*Ro;let x={x1:i.left,y1:i.top,x2:i.right,y2:i.bottom};const S=d.stretchX||[[0,m]],I=d.stretchY||[[0,_]],A=(_e,Ze)=>_e+Ze[1]-Ze[0],D=S.reduce(A,0),B=I.reduce(A,0),O=m-D,q=_-B;let J=0,ae=D,Q=0,re=B,de=0,be=O,Le=0,Xe=q;if(d.content&&s){const _e=d.content,Ze=_e[2]-_e[0],$e=_e[3]-_e[1];(d.textFitWidth||d.textFitHeight)&&(x=qd(i)),J=mc(S,0,_e[0]),Q=mc(I,0,_e[1]),ae=mc(S,_e[0],_e[2]),re=mc(I,_e[1],_e[3]),de=_e[0]-J,Le=_e[1]-Q,be=Ze-ae,Xe=$e-re}const Me=x.x1,Pe=x.y1,Ue=x.x2-Me,Ve=x.y2-Pe,Be=(_e,Ze,$e,et)=>{const kt=gc(_e.stretch-J,ae,Ue,Me),Tt=_c(_e.fixed-de,be,_e.stretch,D),ni=gc(Ze.stretch-Q,re,Ve,Pe),wr=_c(Ze.fixed-Le,Xe,Ze.stretch,B),yi=gc($e.stretch-J,ae,Ue,Me),Gt=_c($e.fixed-de,be,$e.stretch,D),Di=gc(et.stretch-Q,re,Ve,Pe),Li=_c(et.fixed-Le,Xe,et.stretch,B),Ri=new le(kt,ni),Ht=new le(yi,ni),si=new le(yi,Di),Ii=new le(kt,Di),xi=new le(Tt/p,wr/p),Bi=new le(Gt/p,Li/p),vi=e*Math.PI/180;if(vi){const _t=Math.sin(vi),At=Math.cos(vi),Bt=[At,-_t,_t,At];Ri._matMult(Bt),Ht._matMult(Bt),Ii._matMult(Bt),si._matMult(Bt)}const cr=_e.stretch+_e.fixed,Gi=Ze.stretch+Ze.fixed;return{tl:Ri,tr:Ht,bl:Ii,br:si,tex:{x:d.paddedRect.x+Ro+cr,y:d.paddedRect.y+Ro+Gi,w:$e.stretch+$e.fixed-cr,h:et.stretch+et.fixed-Gi},writingMode:void 0,glyphOffset:[0,0],sectionIndex:0,pixelOffsetTL:xi,pixelOffsetBR:Bi,minFontScaleX:be/p/Ue,minFontScaleY:Xe/p/Ve,isSDF:r}};if(s&&(d.stretchX||d.stretchY)){const _e=yp(S,O,D),Ze=yp(I,q,B);for(let $e=0;$e<_e.length-1;$e++){const et=_e[$e],kt=_e[$e+1];for(let Tt=0;Tt<Ze.length-1;Tt++)l.push(Be(et,Ze[Tt],kt,Ze[Tt+1]))}}else l.push(Be({fixed:0,stretch:-1},{fixed:0,stretch:-1},{fixed:0,stretch:m+1},{fixed:0,stretch:_+1}));return l}function mc(i,e,r){let s=0;for(const l of i)s+=Math.max(e,Math.min(r,l[1]))-Math.max(e,Math.min(r,l[0]));return s}function yp(i,e,r){const s=[{fixed:-Ro,stretch:0}];for(const[l,d]of i){const p=s[s.length-1];s.push({fixed:l-p.stretch,stretch:p.stretch}),s.push({fixed:l-p.stretch,stretch:p.stretch+(d-l)})}return s.push({fixed:e+Ro,stretch:r}),s}function gc(i,e,r,s){return i/e*r+s}function _c(i,e,r,s){return i-e*r/s}class yc{constructor(e,r,s,l,d,p,m,_,x,S){var I;if(this.boxStartIndex=e.length,x){let A=p.top,D=p.bottom;const B=p.collisionPadding;B&&(A-=B[1],D+=B[3]);let O=D-A;O>0&&(O=Math.max(10,O),this.circleDiameter=O)}else{const A=!((I=p.image)===null||I===void 0)&&I.content&&(p.image.textFitWidth||p.image.textFitHeight)?qd(p):{x1:p.left,y1:p.top,x2:p.right,y2:p.bottom};A.y1=A.y1*m-_[0],A.y2=A.y2*m+_[2],A.x1=A.x1*m-_[3],A.x2=A.x2*m+_[1];const D=p.collisionPadding;if(D&&(A.x1-=D[0]*m,A.y1-=D[1]*m,A.x2+=D[2]*m,A.y2+=D[3]*m),S){const B=new le(A.x1,A.y1),O=new le(A.x2,A.y1),q=new le(A.x1,A.y2),J=new le(A.x2,A.y2),ae=S*Math.PI/180;B._rotate(ae),O._rotate(ae),q._rotate(ae),J._rotate(ae),A.x1=Math.min(B.x,O.x,q.x,J.x),A.x2=Math.max(B.x,O.x,q.x,J.x),A.y1=Math.min(B.y,O.y,q.y,J.y),A.y2=Math.max(B.y,O.y,q.y,J.y)}e.emplaceBack(r.x,r.y,A.x1,A.y1,A.x2,A.y2,s,l,d)}this.boxEndIndex=e.length}}class Yy{constructor(e=[],r=(s,l)=>s<l?-1:s>l?1:0){if(this.data=e,this.length=this.data.length,this.compare=r,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],r=this.data.pop();return--this.length>0&&(this.data[0]=r,this._down(0)),e}peek(){return this.data[0]}_up(e){const{data:r,compare:s}=this,l=r[e];for(;e>0;){const d=e-1>>1,p=r[d];if(s(l,p)>=0)break;r[e]=p,e=d}r[e]=l}_down(e){const{data:r,compare:s}=this,l=this.length>>1,d=r[e];for(;e<l;){let p=1+(e<<1);const m=p+1;if(m<this.length&&s(r[m],r[p])<0&&(p=m),s(r[p],d)>=0)break;r[e]=r[p],e=p}r[e]=d}}function Qy(i,e=1,r=!1){let s=1/0,l=1/0,d=-1/0,p=-1/0;const m=i[0];for(let D=0;D<m.length;D++){const B=m[D];(!D||B.x<s)&&(s=B.x),(!D||B.y<l)&&(l=B.y),(!D||B.x>d)&&(d=B.x),(!D||B.y>p)&&(p=B.y)}const _=Math.min(d-s,p-l);let x=_/2;const S=new Yy([],e0);if(_===0)return new le(s,l);for(let D=s;D<d;D+=_)for(let B=l;B<p;B+=_)S.push(new Bo(D+x,B+x,x,i));let I=function(D){let B=0,O=0,q=0;const J=D[0];for(let ae=0,Q=J.length,re=Q-1;ae<Q;re=ae++){const de=J[ae],be=J[re],Le=de.x*be.y-be.x*de.y;O+=(de.x+be.x)*Le,q+=(de.y+be.y)*Le,B+=3*Le}return new Bo(O/B,q/B,0,D)}(i),A=S.length;for(;S.length;){const D=S.pop();(D.d>I.d||!I.d)&&(I=D,r&&console.log("found best %d after %d probes",Math.round(1e4*D.d)/1e4,A)),D.max-I.d<=e||(x=D.h/2,S.push(new Bo(D.p.x-x,D.p.y-x,x,i)),S.push(new Bo(D.p.x+x,D.p.y-x,x,i)),S.push(new Bo(D.p.x-x,D.p.y+x,x,i)),S.push(new Bo(D.p.x+x,D.p.y+x,x,i)),A+=4)}return r&&(console.log(`num probes: ${A}`),console.log(`best distance: ${I.d}`)),I.p}function e0(i,e){return e.max-i.max}function Bo(i,e,r,s){this.p=new le(i,e),this.h=r,this.d=function(l,d){let p=!1,m=1/0;for(let _=0;_<d.length;_++){const x=d[_];for(let S=0,I=x.length,A=I-1;S<I;A=S++){const D=x[S],B=x[A];D.y>l.y!=B.y>l.y&&l.x<(B.x-D.x)*(l.y-D.y)/(B.y-D.y)+D.x&&(p=!p),m=Math.min(m,td(l,D,B))}}return(p?1:-1)*Math.sqrt(m)}(this.p,s),this.max=this.d+this.h*Math.SQRT2}var _i;T.ar=void 0,(_i=T.ar||(T.ar={}))[_i.center=1]="center",_i[_i.left=2]="left",_i[_i.right=3]="right",_i[_i.top=4]="top",_i[_i.bottom=5]="bottom",_i[_i["top-left"]=6]="top-left",_i[_i["top-right"]=7]="top-right",_i[_i["bottom-left"]=8]="bottom-left",_i[_i["bottom-right"]=9]="bottom-right";const Qn=7,Bh=Number.POSITIVE_INFINITY;function xp(i,e){return e[1]!==Bh?function(r,s,l){let d=0,p=0;switch(s=Math.abs(s),l=Math.abs(l),r){case"top-right":case"top-left":case"top":p=l-Qn;break;case"bottom-right":case"bottom-left":case"bottom":p=-l+Qn}switch(r){case"top-right":case"bottom-right":case"right":d=-s;break;case"top-left":case"bottom-left":case"left":d=s}return[d,p]}(i,e[0],e[1]):function(r,s){let l=0,d=0;s<0&&(s=0);const p=s/Math.SQRT2;switch(r){case"top-right":case"top-left":d=p-Qn;break;case"bottom-right":case"bottom-left":d=-p+Qn;break;case"bottom":d=-s+Qn;break;case"top":d=s-Qn}switch(r){case"top-right":case"bottom-right":l=-p;break;case"top-left":case"bottom-left":l=p;break;case"left":l=s;break;case"right":l=-s}return[l,d]}(i,e[0])}function vp(i,e,r){var s;const l=i.layout,d=(s=l.get("text-variable-anchor-offset"))===null||s===void 0?void 0:s.evaluate(e,{},r);if(d){const m=d.values,_=[];for(let x=0;x<m.length;x+=2){const S=_[x]=m[x],I=m[x+1].map(A=>A*ii);S.startsWith("top")?I[1]-=Qn:S.startsWith("bottom")&&(I[1]+=Qn),_[x+1]=I}return new $i(_)}const p=l.get("text-variable-anchor");if(p){let m;m=i._unevaluatedLayout.getValue("text-radial-offset")!==void 0?[l.get("text-radial-offset").evaluate(e,{},r)*ii,Bh]:l.get("text-offset").evaluate(e,{},r).map(x=>x*ii);const _=[];for(const x of p)_.push(x,xp(x,m));return new $i(_)}return null}function Fh(i){switch(i){case"right":case"top-right":case"bottom-right":return"right";case"left":case"top-left":case"bottom-left":return"left"}return"center"}function t0(i,e,r,s,l,d,p,m,_,x,S){let I=d.textMaxSize.evaluate(e,{});I===void 0&&(I=p);const A=i.layers[0].layout,D=A.get("icon-offset").evaluate(e,{},S),B=wp(r.horizontal),O=p/24,q=i.tilePixelRatio*O,J=i.tilePixelRatio*I/24,ae=i.tilePixelRatio*m,Q=i.tilePixelRatio*A.get("symbol-spacing"),re=A.get("text-padding")*i.tilePixelRatio,de=function(_e,Ze,$e,et=1){const kt=_e.get("icon-padding").evaluate(Ze,{},$e),Tt=kt&&kt.values;return[Tt[0]*et,Tt[1]*et,Tt[2]*et,Tt[3]*et]}(A,e,S,i.tilePixelRatio),be=A.get("text-max-angle")/180*Math.PI,Le=A.get("text-rotation-alignment")!=="viewport"&&A.get("symbol-placement")!=="point",Xe=A.get("icon-rotation-alignment")==="map"&&A.get("symbol-placement")!=="point",Me=A.get("symbol-placement"),Pe=Q/2,Ue=A.get("icon-text-fit");let Ve;s&&Ue!=="none"&&(i.allowVerticalPlacement&&r.vertical&&(Ve=Zd(s,r.vertical,Ue,A.get("icon-text-fit-padding"),D,O)),B&&(s=Zd(s,B,Ue,A.get("icon-text-fit-padding"),D,O)));const Be=(_e,Ze)=>{Ze.x<0||Ze.x>=Qt||Ze.y<0||Ze.y>=Qt||function($e,et,kt,Tt,ni,wr,yi,Gt,Di,Li,Ri,Ht,si,Ii,xi,Bi,vi,cr,Gi,_t,At,Bt,Ki,Zt,Fo){const rn=$e.addToLineVertexArray(et,kt);let nn,Sr,hr,ai,Tn=0,rl=0,Ip=0,Cp=0,Zh=-1,Gh=-1;const kn={};let Ep=ko("");if($e.allowVerticalPlacement&&Tt.vertical){const Ci=Gt.layout.get("text-rotate").evaluate(At,{},Zt)+90;hr=new yc(Di,et,Li,Ri,Ht,Tt.vertical,si,Ii,xi,Ci),yi&&(ai=new yc(Di,et,Li,Ri,Ht,yi,vi,cr,xi,Ci))}if(ni){const Ci=Gt.layout.get("icon-rotate").evaluate(At,{}),ur=Gt.layout.get("icon-text-fit")!=="none",Fs=_p(ni,Ci,Ki,ur),Or=yi?_p(yi,Ci,Ki,ur):void 0;Sr=new yc(Di,et,Li,Ri,Ht,ni,vi,cr,!1,Ci),Tn=4*Fs.length;const Os=$e.iconSizeData;let sn=null;Os.kind==="source"?(sn=[tn*Gt.layout.get("icon-size").evaluate(At,{})],sn[0]>Jn&&li(`${$e.layerIds[0]}: Value for "icon-size" is >= ${Qa}. Reduce your "icon-size".`)):Os.kind==="composite"&&(sn=[tn*Bt.compositeIconSizes[0].evaluate(At,{},Zt),tn*Bt.compositeIconSizes[1].evaluate(At,{},Zt)],(sn[0]>Jn||sn[1]>Jn)&&li(`${$e.layerIds[0]}: Value for "icon-size" is >= ${Qa}. Reduce your "icon-size".`)),$e.addSymbols($e.icon,Fs,sn,_t,Gi,At,T.ai.none,et,rn.lineStartIndex,rn.lineLength,-1,Zt),Zh=$e.icon.placedSymbolArray.length-1,Or&&(rl=4*Or.length,$e.addSymbols($e.icon,Or,sn,_t,Gi,At,T.ai.vertical,et,rn.lineStartIndex,rn.lineLength,-1,Zt),Gh=$e.icon.placedSymbolArray.length-1)}const Pp=Object.keys(Tt.horizontal);for(const Ci of Pp){const ur=Tt.horizontal[Ci];if(!nn){Ep=ko(ur.text);const Or=Gt.layout.get("text-rotate").evaluate(At,{},Zt);nn=new yc(Di,et,Li,Ri,Ht,ur,si,Ii,xi,Or)}const Fs=ur.positionedLines.length===1;if(Ip+=bp($e,et,ur,wr,Gt,xi,At,Bi,rn,Tt.vertical?T.ai.horizontal:T.ai.horizontalOnly,Fs?Pp:[Ci],kn,Zh,Bt,Zt),Fs)break}Tt.vertical&&(Cp+=bp($e,et,Tt.vertical,wr,Gt,xi,At,Bi,rn,T.ai.vertical,["vertical"],kn,Gh,Bt,Zt));const n0=nn?nn.boxStartIndex:$e.collisionBoxArray.length,s0=nn?nn.boxEndIndex:$e.collisionBoxArray.length,o0=hr?hr.boxStartIndex:$e.collisionBoxArray.length,a0=hr?hr.boxEndIndex:$e.collisionBoxArray.length,l0=Sr?Sr.boxStartIndex:$e.collisionBoxArray.length,c0=Sr?Sr.boxEndIndex:$e.collisionBoxArray.length,h0=ai?ai.boxStartIndex:$e.collisionBoxArray.length,u0=ai?ai.boxEndIndex:$e.collisionBoxArray.length;let Fr=-1;const vc=(Ci,ur)=>Ci&&Ci.circleDiameter?Math.max(Ci.circleDiameter,ur):ur;Fr=vc(nn,Fr),Fr=vc(hr,Fr),Fr=vc(Sr,Fr),Fr=vc(ai,Fr);const Ap=Fr>-1?1:0;Ap&&(Fr*=Fo/ii),$e.glyphOffsetArray.length>=Lo.MAX_GLYPHS&&li("Too many glyphs being rendered in a tile. See https://github.com/mapbox/mapbox-gl-js/issues/2907"),At.sortKey!==void 0&&$e.addToSortKeyRanges($e.symbolInstances.length,At.sortKey);const d0=vp(Gt,At,Zt),[p0,f0]=function(Ci,ur){const Fs=Ci.length,Or=ur==null?void 0:ur.values;if((Or==null?void 0:Or.length)>0)for(let Os=0;Os<Or.length;Os+=2){const sn=Or[Os+1];Ci.emplaceBack(T.ar[Or[Os]],sn[0],sn[1])}return[Fs,Ci.length]}($e.textAnchorOffsets,d0);$e.symbolInstances.emplaceBack(et.x,et.y,kn.right>=0?kn.right:-1,kn.center>=0?kn.center:-1,kn.left>=0?kn.left:-1,kn.vertical||-1,Zh,Gh,Ep,n0,s0,o0,a0,l0,c0,h0,u0,Li,Ip,Cp,Tn,rl,Ap,0,si,Fr,p0,f0)}(i,Ze,_e,r,s,l,Ve,i.layers[0],i.collisionBoxArray,e.index,e.sourceLayerIndex,i.index,q,[re,re,re,re],Le,_,ae,de,Xe,D,e,d,x,S,p)};if(Me==="line")for(const _e of up(e.geometry,0,0,Qt,Qt)){const Ze=Ky(_e,Q,be,r.vertical||B,s,24,J,i.overscaling,Qt);for(const $e of Ze)B&&i0(i,B.text,Pe,$e)||Be(_e,$e)}else if(Me==="line-center"){for(const _e of e.geometry)if(_e.length>1){const Ze=Jy(_e,be,r.vertical||B,s,24,J);Ze&&Be(_e,Ze)}}else if(e.type==="Polygon")for(const _e of to(e.geometry,0)){const Ze=Qy(_e,16);Be(_e[0],new Yn(Ze.x,Ze.y,0))}else if(e.type==="LineString")for(const _e of e.geometry)Be(_e,new Yn(_e[0].x,_e[0].y,0));else if(e.type==="Point")for(const _e of e.geometry)for(const Ze of _e)Be([Ze],new Yn(Ze.x,Ze.y,0))}function bp(i,e,r,s,l,d,p,m,_,x,S,I,A,D,B){const O=function(ae,Q,re,de,be,Le,Xe,Me){const Pe=de.layout.get("text-rotate").evaluate(Le,{})*Math.PI/180,Ue=[];for(const Ve of Q.positionedLines)for(const Be of Ve.positionedGlyphs){if(!Be.rect)continue;const _e=Be.rect||{};let Ze=Fd+1,$e=!0,et=1,kt=0;const Tt=(be||Me)&&Be.vertical,ni=Be.metrics.advance*Be.scale/2;if(Me&&Q.verticalizable&&(kt=Ve.lineOffset/2-(Be.imageName?-(ii-Be.metrics.width*Be.scale)/2:(Be.scale-1)*ii)),Be.imageName){const _t=Xe[Be.imageName];$e=_t.sdf,et=_t.pixelRatio,Ze=Zi/et}const wr=be?[Be.x+ni,Be.y]:[0,0];let yi=be?[0,0]:[Be.x+ni+re[0],Be.y+re[1]-kt],Gt=[0,0];Tt&&(Gt=yi,yi=[0,0]);const Di=Be.metrics.isDoubleResolution?2:1,Li=(Be.metrics.left-Ze)*Be.scale-ni+yi[0],Ri=(-Be.metrics.top-Ze)*Be.scale+yi[1],Ht=Li+_e.w/Di*Be.scale/et,si=Ri+_e.h/Di*Be.scale/et,Ii=new le(Li,Ri),xi=new le(Ht,Ri),Bi=new le(Li,si),vi=new le(Ht,si);if(Tt){const _t=new le(-ni,ni-Ka),At=-Math.PI/2,Bt=ii/2-ni,Ki=new le(5-Ka-Bt,-(Be.imageName?Bt:0)),Zt=new le(...Gt);Ii._rotateAround(At,_t)._add(Ki)._add(Zt),xi._rotateAround(At,_t)._add(Ki)._add(Zt),Bi._rotateAround(At,_t)._add(Ki)._add(Zt),vi._rotateAround(At,_t)._add(Ki)._add(Zt)}if(Pe){const _t=Math.sin(Pe),At=Math.cos(Pe),Bt=[At,-_t,_t,At];Ii._matMult(Bt),xi._matMult(Bt),Bi._matMult(Bt),vi._matMult(Bt)}const cr=new le(0,0),Gi=new le(0,0);Ue.push({tl:Ii,tr:xi,bl:Bi,br:vi,tex:_e,writingMode:Q.writingMode,glyphOffset:wr,sectionIndex:Be.sectionIndex,isSDF:$e,pixelOffsetTL:cr,pixelOffsetBR:Gi,minFontScaleX:0,minFontScaleY:0})}return Ue}(0,r,m,l,d,p,s,i.allowVerticalPlacement),q=i.textSizeData;let J=null;q.kind==="source"?(J=[tn*l.layout.get("text-size").evaluate(p,{})],J[0]>Jn&&li(`${i.layerIds[0]}: Value for "text-size" is >= ${Qa}. Reduce your "text-size".`)):q.kind==="composite"&&(J=[tn*D.compositeTextSizes[0].evaluate(p,{},B),tn*D.compositeTextSizes[1].evaluate(p,{},B)],(J[0]>Jn||J[1]>Jn)&&li(`${i.layerIds[0]}: Value for "text-size" is >= ${Qa}. Reduce your "text-size".`)),i.addSymbols(i.text,O,J,m,d,p,x,e,_.lineStartIndex,_.lineLength,A,B);for(const ae of S)I[ae]=i.text.placedSymbolArray.length-1;return 4*O.length}function wp(i){for(const e in i)return i[e];return null}function i0(i,e,r,s){const l=i.compareText;if(e in l){const d=l[e];for(let p=d.length-1;p>=0;p--)if(s.dist(d[p])<r)return!0}else l[e]=[];return l[e].push(s),!1}const Sp=[Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array];class Oh{static from(e){if(!(e instanceof ArrayBuffer))throw new Error("Data must be an instance of ArrayBuffer.");const[r,s]=new Uint8Array(e,0,2);if(r!==219)throw new Error("Data does not appear to be in a KDBush format.");const l=s>>4;if(l!==1)throw new Error(`Got v${l} data when expected v1.`);const d=Sp[15&s];if(!d)throw new Error("Unrecognized array type.");const[p]=new Uint16Array(e,2,1),[m]=new Uint32Array(e,4,1);return new Oh(m,p,d,e)}constructor(e,r=64,s=Float64Array,l){if(isNaN(e)||e<0)throw new Error(`Unpexpected numItems value: ${e}.`);this.numItems=+e,this.nodeSize=Math.min(Math.max(+r,2),65535),this.ArrayType=s,this.IndexArrayType=e<65536?Uint16Array:Uint32Array;const d=Sp.indexOf(this.ArrayType),p=2*e*this.ArrayType.BYTES_PER_ELEMENT,m=e*this.IndexArrayType.BYTES_PER_ELEMENT,_=(8-m%8)%8;if(d<0)throw new Error(`Unexpected typed array class: ${s}.`);l&&l instanceof ArrayBuffer?(this.data=l,this.ids=new this.IndexArrayType(this.data,8,e),this.coords=new this.ArrayType(this.data,8+m+_,2*e),this._pos=2*e,this._finished=!0):(this.data=new ArrayBuffer(8+p+m+_),this.ids=new this.IndexArrayType(this.data,8,e),this.coords=new this.ArrayType(this.data,8+m+_,2*e),this._pos=0,this._finished=!1,new Uint8Array(this.data,0,2).set([219,16+d]),new Uint16Array(this.data,2,1)[0]=r,new Uint32Array(this.data,4,1)[0]=e)}add(e,r){const s=this._pos>>1;return this.ids[s]=s,this.coords[this._pos++]=e,this.coords[this._pos++]=r,s}finish(){const e=this._pos>>1;if(e!==this.numItems)throw new Error(`Added ${e} items when expected ${this.numItems}.`);return Vh(this.ids,this.coords,this.nodeSize,0,this.numItems-1,0),this._finished=!0,this}range(e,r,s,l){if(!this._finished)throw new Error("Data not yet indexed - call index.finish().");const{ids:d,coords:p,nodeSize:m}=this,_=[0,d.length-1,0],x=[];for(;_.length;){const S=_.pop()||0,I=_.pop()||0,A=_.pop()||0;if(I-A<=m){for(let q=A;q<=I;q++){const J=p[2*q],ae=p[2*q+1];J>=e&&J<=s&&ae>=r&&ae<=l&&x.push(d[q])}continue}const D=A+I>>1,B=p[2*D],O=p[2*D+1];B>=e&&B<=s&&O>=r&&O<=l&&x.push(d[D]),(S===0?e<=B:r<=O)&&(_.push(A),_.push(D-1),_.push(1-S)),(S===0?s>=B:l>=O)&&(_.push(D+1),_.push(I),_.push(1-S))}return x}within(e,r,s){if(!this._finished)throw new Error("Data not yet indexed - call index.finish().");const{ids:l,coords:d,nodeSize:p}=this,m=[0,l.length-1,0],_=[],x=s*s;for(;m.length;){const S=m.pop()||0,I=m.pop()||0,A=m.pop()||0;if(I-A<=p){for(let q=A;q<=I;q++)kp(d[2*q],d[2*q+1],e,r)<=x&&_.push(l[q]);continue}const D=A+I>>1,B=d[2*D],O=d[2*D+1];kp(B,O,e,r)<=x&&_.push(l[D]),(S===0?e-s<=B:r-s<=O)&&(m.push(A),m.push(D-1),m.push(1-S)),(S===0?e+s>=B:r+s>=O)&&(m.push(D+1),m.push(I),m.push(1-S))}return _}}function Vh(i,e,r,s,l,d){if(l-s<=r)return;const p=s+l>>1;Tp(i,e,p,s,l,d),Vh(i,e,r,s,p-1,1-d),Vh(i,e,r,p+1,l,1-d)}function Tp(i,e,r,s,l,d){for(;l>s;){if(l-s>600){const x=l-s+1,S=r-s+1,I=Math.log(x),A=.5*Math.exp(2*I/3),D=.5*Math.sqrt(I*A*(x-A)/x)*(S-x/2<0?-1:1);Tp(i,e,r,Math.max(s,Math.floor(r-S*A/x+D)),Math.min(l,Math.floor(r+(x-S)*A/x+D)),d)}const p=e[2*r+d];let m=s,_=l;for(tl(i,e,s,r),e[2*l+d]>p&&tl(i,e,s,l);m<_;){for(tl(i,e,m,_),m++,_--;e[2*m+d]<p;)m++;for(;e[2*_+d]>p;)_--}e[2*s+d]===p?tl(i,e,s,_):(_++,tl(i,e,_,l)),_<=r&&(s=_+1),r<=_&&(l=_-1)}}function tl(i,e,r,s){Nh(i,r,s),Nh(e,2*r,2*s),Nh(e,2*r+1,2*s+1)}function Nh(i,e,r){const s=i[e];i[e]=i[r],i[r]=s}function kp(i,e,r,s){const l=i-r,d=e-s;return l*l+d*d}var $h;T.bf=void 0,($h=T.bf||(T.bf={})).create="create",$h.load="load",$h.fullLoad="fullLoad";let xc=null,il=[];const jh=1e3/60,Uh="loadTime",qh="fullLoadTime",r0={mark(i){performance.mark(i)},frame(i){const e=i;xc!=null&&il.push(e-xc),xc=e},clearMetrics(){xc=null,il=[],performance.clearMeasures(Uh),performance.clearMeasures(qh);for(const i in T.bf)performance.clearMarks(T.bf[i])},getPerformanceMetrics(){performance.measure(Uh,T.bf.create,T.bf.load),performance.measure(qh,T.bf.create,T.bf.fullLoad);const i=performance.getEntriesByName(Uh)[0].duration,e=performance.getEntriesByName(qh)[0].duration,r=il.length,s=1/(il.reduce((d,p)=>d+p,0)/r/1e3),l=il.filter(d=>d>jh).reduce((d,p)=>d+(p-jh)/jh,0);return{loadTime:i,fullLoadTime:e,fps:s,percentDroppedFrames:l/(r+l)*100,totalFrames:r}}};T.$=class extends F{},T.A=Eo,T.B=Pa,T.C=function(i){if(Cn==null){const e=i.navigator?i.navigator.userAgent:null;Cn=!!i.safari||!(!e||!(/\b(iPad|iPhone|iPod)\b/.test(e)||e.match("Safari")&&!e.match("Chrome")))}return Cn},T.D=qe,T.E=An,T.F=class{constructor(i,e){this.target=i,this.mapId=e,this.resolveRejects={},this.tasks={},this.taskQueue=[],this.abortControllers={},this.messageHandlers={},this.invoker=new Wy(()=>this.process()),this.subscription=function(r,s,l,d){return r.addEventListener(s,l,!1),{unsubscribe:()=>{r.removeEventListener(s,l,!1)}}}(this.target,"message",r=>this.receive(r)),this.globalScope=Cr(self)?i:window}registerMessageHandler(i,e){this.messageHandlers[i]=e}sendAsync(i,e){return new Promise((r,s)=>{const l=Math.round(1e18*Math.random()).toString(36).substring(0,10);this.resolveRejects[l]={resolve:r,reject:s},e&&e.signal.addEventListener("abort",()=>{delete this.resolveRejects[l];const m={id:l,type:"<cancel>",origin:location.origin,targetMapId:i.targetMapId,sourceMapId:this.mapId};this.target.postMessage(m)},{once:!0});const d=[],p=Object.assign(Object.assign({},i),{id:l,sourceMapId:this.mapId,origin:location.origin,data:As(i.data,d)});this.target.postMessage(p,{transfer:d})})}receive(i){const e=i.data,r=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[r];const s=this.abortControllers[r];return delete this.abortControllers[r],void(s&&s.abort())}if(Cr(self)||e.mustQueue)return this.tasks[r]=e,this.taskQueue.push(r),void this.invoker.trigger();this.processTask(r,e)}}process(){if(this.taskQueue.length===0)return;const i=this.taskQueue.shift(),e=this.tasks[i];delete this.tasks[i],this.taskQueue.length>0&&this.invoker.trigger(),e&&this.processTask(i,e)}processTask(i,e){return c(this,void 0,void 0,function*(){if(e.type==="<response>"){const l=this.resolveRejects[i];return delete this.resolveRejects[i],l?void(e.error?l.reject(vr(e.error)):l.resolve(vr(e.data))):void 0}if(!this.messageHandlers[e.type])return void this.completeTask(i,new Error(`Could not find a registered handler for ${e.type}, map ID: ${this.mapId}, available handlers: ${Object.keys(this.messageHandlers).join(", ")}`));const r=vr(e.data),s=new AbortController;this.abortControllers[i]=s;try{const l=yield this.messageHandlers[e.type](e.sourceMapId,r,s);this.completeTask(i,null,l)}catch(l){this.completeTask(i,l)}})}completeTask(i,e,r){const s=[];delete this.abortControllers[i];const l={id:i,type:"<response>",sourceMapId:this.mapId,origin:location.origin,error:e?As(e):null,data:As(r,s)};this.target.postMessage(l,{transfer:s})}remove(){this.invoker.remove(),this.subscription.unsubscribe()}},T.G=Pn,T.H=function(){var i=new Eo(16);return Eo!=Float32Array&&(i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[11]=0,i[12]=0,i[13]=0,i[14]=0),i[0]=1,i[5]=1,i[10]=1,i[15]=1,i},T.I=kh,T.J=function(i,e,r){var s,l,d,p,m,_,x,S,I,A,D,B,O=r[0],q=r[1],J=r[2];return e===i?(i[12]=e[0]*O+e[4]*q+e[8]*J+e[12],i[13]=e[1]*O+e[5]*q+e[9]*J+e[13],i[14]=e[2]*O+e[6]*q+e[10]*J+e[14],i[15]=e[3]*O+e[7]*q+e[11]*J+e[15]):(l=e[1],d=e[2],p=e[3],m=e[4],_=e[5],x=e[6],S=e[7],I=e[8],A=e[9],D=e[10],B=e[11],i[0]=s=e[0],i[1]=l,i[2]=d,i[3]=p,i[4]=m,i[5]=_,i[6]=x,i[7]=S,i[8]=I,i[9]=A,i[10]=D,i[11]=B,i[12]=s*O+m*q+I*J+e[12],i[13]=l*O+_*q+A*J+e[13],i[14]=d*O+x*q+D*J+e[14],i[15]=p*O+S*q+B*J+e[15]),i},T.K=function(i,e,r){var s=r[0],l=r[1],d=r[2];return i[0]=e[0]*s,i[1]=e[1]*s,i[2]=e[2]*s,i[3]=e[3]*s,i[4]=e[4]*l,i[5]=e[5]*l,i[6]=e[6]*l,i[7]=e[7]*l,i[8]=e[8]*d,i[9]=e[9]*d,i[10]=e[10]*d,i[11]=e[11]*d,i[12]=e[12],i[13]=e[13],i[14]=e[14],i[15]=e[15],i},T.L=sd,T.M=function(i,e){const r={};for(let s=0;s<e.length;s++){const l=e[s];l in i&&(r[l]=i[l])}return r},T.N=Kn,T.O=ep,T.P=le,T.Q=tp,T.R=ar,T.S=lr,T.T=jn,T.U=ft,T.V=ct,T.W=on,T.X=Qt,T.Y=w,T.Z=fc,T._=c,T.a=$r,T.a$=function(i,e){var r=i[0],s=i[1],l=i[2],d=i[3],p=i[4],m=i[5],_=i[6],x=i[7],S=i[8],I=i[9],A=i[10],D=i[11],B=i[12],O=i[13],q=i[14],J=i[15],ae=e[0],Q=e[1],re=e[2],de=e[3],be=e[4],Le=e[5],Xe=e[6],Me=e[7],Pe=e[8],Ue=e[9],Ve=e[10],Be=e[11],_e=e[12],Ze=e[13],$e=e[14],et=e[15];return Math.abs(r-ae)<=zi*Math.max(1,Math.abs(r),Math.abs(ae))&&Math.abs(s-Q)<=zi*Math.max(1,Math.abs(s),Math.abs(Q))&&Math.abs(l-re)<=zi*Math.max(1,Math.abs(l),Math.abs(re))&&Math.abs(d-de)<=zi*Math.max(1,Math.abs(d),Math.abs(de))&&Math.abs(p-be)<=zi*Math.max(1,Math.abs(p),Math.abs(be))&&Math.abs(m-Le)<=zi*Math.max(1,Math.abs(m),Math.abs(Le))&&Math.abs(_-Xe)<=zi*Math.max(1,Math.abs(_),Math.abs(Xe))&&Math.abs(x-Me)<=zi*Math.max(1,Math.abs(x),Math.abs(Me))&&Math.abs(S-Pe)<=zi*Math.max(1,Math.abs(S),Math.abs(Pe))&&Math.abs(I-Ue)<=zi*Math.max(1,Math.abs(I),Math.abs(Ue))&&Math.abs(A-Ve)<=zi*Math.max(1,Math.abs(A),Math.abs(Ve))&&Math.abs(D-Be)<=zi*Math.max(1,Math.abs(D),Math.abs(Be))&&Math.abs(B-_e)<=zi*Math.max(1,Math.abs(B),Math.abs(_e))&&Math.abs(O-Ze)<=zi*Math.max(1,Math.abs(O),Math.abs(Ze))&&Math.abs(q-$e)<=zi*Math.max(1,Math.abs(q),Math.abs($e))&&Math.abs(J-et)<=zi*Math.max(1,Math.abs(J),Math.abs(et))},T.a0=ti,T.a1=Rh,T.a2=ke,T.a3=i=>{const e=window.document.createElement("video");return e.muted=!0,new Promise(r=>{e.onloadstart=()=>{r(e)};for(const s of i){const l=window.document.createElement("source");ln(s)||(e.crossOrigin="Anonymous"),l.src=s,e.appendChild(l)}})},T.a4=function(){return Vr++},T.a5=st,T.a6=Lo,T.a7=Ti,T.a8=Rs,T.a9=Pt,T.aA=function(i){i=i.slice();const e=Object.create(null);for(let r=0;r<i.length;r++)e[i[r].id]=i[r];for(let r=0;r<i.length;r++)"ref"in i[r]&&(i[r]=ss(i[r],e[i[r].ref]));return i},T.aB=function(i){if(i.type==="custom")return new Hy(i);switch(i.type){case"background":return new qy(i);case"circle":return new M_(i);case"fill":return new W_(i);case"fill-extrusion":return new cy(i);case"heatmap":return new D_(i);case"hillshade":return new R_(i);case"line":return new _y(i);case"raster":return new Gy(i);case"symbol":return new pc(i)}},T.aC=wt,T.aD=function(i,e){if(!i)return[{command:"setStyle",args:[e]}];let r=[];try{if(!yt(i.version,e.version))return[{command:"setStyle",args:[e]}];yt(i.center,e.center)||r.push({command:"setCenter",args:[e.center]}),yt(i.zoom,e.zoom)||r.push({command:"setZoom",args:[e.zoom]}),yt(i.bearing,e.bearing)||r.push({command:"setBearing",args:[e.bearing]}),yt(i.pitch,e.pitch)||r.push({command:"setPitch",args:[e.pitch]}),yt(i.sprite,e.sprite)||r.push({command:"setSprite",args:[e.sprite]}),yt(i.glyphs,e.glyphs)||r.push({command:"setGlyphs",args:[e.glyphs]}),yt(i.transition,e.transition)||r.push({command:"setTransition",args:[e.transition]}),yt(i.light,e.light)||r.push({command:"setLight",args:[e.light]}),yt(i.terrain,e.terrain)||r.push({command:"setTerrain",args:[e.terrain]}),yt(i.sky,e.sky)||r.push({command:"setSky",args:[e.sky]}),yt(i.projection,e.projection)||r.push({command:"setProjection",args:[e.projection]});const s={},l=[];(function(p,m,_,x){let S;for(S in m=m||{},p=p||{})Object.prototype.hasOwnProperty.call(p,S)&&(Object.prototype.hasOwnProperty.call(m,S)||qr(S,_,x));for(S in m)Object.prototype.hasOwnProperty.call(m,S)&&(Object.prototype.hasOwnProperty.call(p,S)?yt(p[S],m[S])||(p[S].type==="geojson"&&m[S].type==="geojson"&&Mn(p,m,S)?Ut(_,{command:"setGeoJSONSourceData",args:[S,m[S].data]}):Ar(S,m,_,x)):os(S,m,_))})(i.sources,e.sources,l,s);const d=[];i.layers&&i.layers.forEach(p=>{"source"in p&&s[p.source]?r.push({command:"removeLayer",args:[p.id]}):d.push(p)}),r=r.concat(l),function(p,m,_){m=m||[];const x=(p=p||[]).map(as),S=m.map(as),I=p.reduce(ls,{}),A=m.reduce(ls,{}),D=x.slice(),B=Object.create(null);let O,q,J,ae,Q;for(let re=0,de=0;re<x.length;re++)O=x[re],Object.prototype.hasOwnProperty.call(A,O)?de++:(Ut(_,{command:"removeLayer",args:[O]}),D.splice(D.indexOf(O,de),1));for(let re=0,de=0;re<S.length;re++)O=S[S.length-1-re],D[D.length-1-re]!==O&&(Object.prototype.hasOwnProperty.call(I,O)?(Ut(_,{command:"removeLayer",args:[O]}),D.splice(D.lastIndexOf(O,D.length-de),1)):de++,ae=D[D.length-re],Ut(_,{command:"addLayer",args:[A[O],ae]}),D.splice(D.length-re,0,O),B[O]=!0);for(let re=0;re<S.length;re++)if(O=S[re],q=I[O],J=A[O],!B[O]&&!yt(q,J))if(yt(q.source,J.source)&&yt(q["source-layer"],J["source-layer"])&&yt(q.type,J.type)){for(Q in Wi(q.layout,J.layout,_,O,null,"setLayoutProperty"),Wi(q.paint,J.paint,_,O,null,"setPaintProperty"),yt(q.filter,J.filter)||Ut(_,{command:"setFilter",args:[O,J.filter]}),yt(q.minzoom,J.minzoom)&&yt(q.maxzoom,J.maxzoom)||Ut(_,{command:"setLayerZoomRange",args:[O,J.minzoom,J.maxzoom]}),q)Object.prototype.hasOwnProperty.call(q,Q)&&Q!=="layout"&&Q!=="paint"&&Q!=="filter"&&Q!=="metadata"&&Q!=="minzoom"&&Q!=="maxzoom"&&(Q.indexOf("paint.")===0?Wi(q[Q],J[Q],_,O,Q.slice(6),"setPaintProperty"):yt(q[Q],J[Q])||Ut(_,{command:"setLayerProperty",args:[O,Q,J[Q]]}));for(Q in J)Object.prototype.hasOwnProperty.call(J,Q)&&!Object.prototype.hasOwnProperty.call(q,Q)&&Q!=="layout"&&Q!=="paint"&&Q!=="filter"&&Q!=="metadata"&&Q!=="minzoom"&&Q!=="maxzoom"&&(Q.indexOf("paint.")===0?Wi(q[Q],J[Q],_,O,Q.slice(6),"setPaintProperty"):yt(q[Q],J[Q])||Ut(_,{command:"setLayerProperty",args:[O,Q,J[Q]]}))}else Ut(_,{command:"removeLayer",args:[O]}),ae=D[D.lastIndexOf(O)+1],Ut(_,{command:"addLayer",args:[J,ae]})}(d,e.layers,r)}catch(s){console.warn("Unable to compute style diff:",s),r=[{command:"setStyle",args:[e]}]}return r},T.aE=function(i){const e=[],r=i.id;return r===void 0&&e.push({message:`layers.${r}: missing required property "id"`}),i.render===void 0&&e.push({message:`layers.${r}: missing required method "render"`}),i.renderingMode&&i.renderingMode!=="2d"&&i.renderingMode!=="3d"&&e.push({message:`layers.${r}: property "renderingMode" must be either "2d" or "3d"`}),e},T.aF=function i(e,r){if(Array.isArray(e)){if(!Array.isArray(r)||e.length!==r.length)return!1;for(let s=0;s<e.length;s++)if(!i(e[s],r[s]))return!1;return!0}if(typeof e=="object"&&e!==null&&r!==null){if(typeof r!="object"||Object.keys(e).length!==Object.keys(r).length)return!1;for(const s in e)if(!i(e[s],r[s]))return!1;return!0}return e===r},T.aG=bi,T.aH=Nr,T.aI=class extends zs{constructor(i,e){super(i,e),this.current=0}set(i){this.current!==i&&(this.current=i,this.gl.uniform1i(this.location,i))}},T.aJ=ec,T.aK=class extends zs{constructor(i,e){super(i,e),this.current=S_}set(i){if(i[12]!==this.current[12]||i[0]!==this.current[0])return this.current=i,void this.gl.uniformMatrix4fv(this.location,!1,i);for(let e=1;e<16;e++)if(i[e]!==this.current[e]){this.current=i,this.gl.uniformMatrix4fv(this.location,!1,i);break}}},T.aL=Wu,T.aM=Xu,T.aN=bt,T.aO=class extends zs{constructor(i,e){super(i,e),this.current=[0,0,0]}set(i){i[0]===this.current[0]&&i[1]===this.current[1]&&i[2]===this.current[2]||(this.current=i,this.gl.uniform3f(this.location,i[0],i[1],i[2]))}},T.aP=class extends zs{constructor(i,e){super(i,e),this.current=[0,0]}set(i){i[0]===this.current[0]&&i[1]===this.current[1]||(this.current=i,this.gl.uniform2f(this.location,i[0],i[1]))}},T.aQ=function(i,e,r,s,l,d,p){var m=1/(e-r),_=1/(s-l),x=1/(d-p);return i[0]=-2*m,i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=-2*_,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[10]=2*x,i[11]=0,i[12]=(e+r)*m,i[13]=(l+s)*_,i[14]=(p+d)*x,i[15]=1,i},T.aR=A_,T.aS=class extends ye{},T.aT=by,T.aU=class extends De{},T.aV=function(i){return i<=1?1:Math.pow(2,Math.ceil(Math.log(i)/Math.LN2))},T.aW=hd,T.aX=vn,T.aY=ri,T.aZ=class extends Ae{},T.a_=function(i,e){return i[0]===e[0]&&i[1]===e[1]&&i[2]===e[2]&&i[3]===e[3]&&i[4]===e[4]&&i[5]===e[5]&&i[6]===e[6]&&i[7]===e[7]&&i[8]===e[8]&&i[9]===e[9]&&i[10]===e[10]&&i[11]===e[11]&&i[12]===e[12]&&i[13]===e[13]&&i[14]===e[14]&&i[15]===e[15]},T.aa=ap,T.ab=function(i){const e={};if(i.replace(/(?:^|(?:\s*\,\s*))([^\x00-\x20\(\)<>@\,;\:\\"\/\[\]\?\=\{\}\x7F]+)(?:\=(?:([^\x00-\x20\(\)<>@\,;\:\\"\/\[\]\?\=\{\}\x7F]+)|(?:\"((?:[^"\\]|\\.)*)\")))?/g,(r,s,l,d)=>{const p=l||d;return e[s]=!p||p.toLowerCase(),""}),e["max-age"]){const r=parseInt(e["max-age"],10);isNaN(r)?delete e["max-age"]:e["max-age"]=r}return e},T.ac=function(i,e){const r=[];for(const s in i)s in e||r.push(s);return r},T.ad=It,T.ae=function(i,e,r){var s=Math.sin(r),l=Math.cos(r),d=e[0],p=e[1],m=e[2],_=e[3],x=e[4],S=e[5],I=e[6],A=e[7];return e!==i&&(i[8]=e[8],i[9]=e[9],i[10]=e[10],i[11]=e[11],i[12]=e[12],i[13]=e[13],i[14]=e[14],i[15]=e[15]),i[0]=d*l+x*s,i[1]=p*l+S*s,i[2]=m*l+I*s,i[3]=_*l+A*s,i[4]=x*l-d*s,i[5]=S*l-p*s,i[6]=I*l-m*s,i[7]=A*l-_*s,i},T.af=function(i){var e=new Eo(16);return e[0]=i[0],e[1]=i[1],e[2]=i[2],e[3]=i[3],e[4]=i[4],e[5]=i[5],e[6]=i[6],e[7]=i[7],e[8]=i[8],e[9]=i[9],e[10]=i[10],e[11]=i[11],e[12]=i[12],e[13]=i[13],e[14]=i[14],e[15]=i[15],e},T.ag=nc,T.ah=function(i,e){let r=0,s=0;if(i.kind==="constant")s=i.layoutSize;else if(i.kind!=="source"){const{interpolationType:l,minZoom:d,maxZoom:p}=i,m=l?It(Ui.interpolationFactor(l,e,d,p),0,1):0;i.kind==="camera"?s=ji.number(i.minSize,i.maxSize,m):r=m}return{uSizeT:r,uSize:s}},T.aj=function(i,{uSize:e,uSizeT:r},{lowerSize:s,upperSize:l}){return i.kind==="source"?s/tn:i.kind==="composite"?ji.number(s/tn,l/tn,r):e},T.ak=Ph,T.al=function(i,e,r,s){const l=e.y-i.y,d=e.x-i.x,p=s.y-r.y,m=s.x-r.x,_=p*d-m*l;if(_===0)return null;const x=(m*(i.y-r.y)-p*(i.x-r.x))/_;return new le(i.x+x*d,i.y+x*l)},T.am=up,T.an=Qu,T.ao=uh,T.ap=function(i){let e=1/0,r=1/0,s=-1/0,l=-1/0;for(const d of i)e=Math.min(e,d.x),r=Math.min(r,d.y),s=Math.max(s,d.x),l=Math.max(l,d.y);return[e,r,s,l]},T.aq=ii,T.as=Eh,T.at=function(i,e){var r=e[0],s=e[1],l=e[2],d=e[3],p=e[4],m=e[5],_=e[6],x=e[7],S=e[8],I=e[9],A=e[10],D=e[11],B=e[12],O=e[13],q=e[14],J=e[15],ae=r*m-s*p,Q=r*_-l*p,re=r*x-d*p,de=s*_-l*m,be=s*x-d*m,Le=l*x-d*_,Xe=S*O-I*B,Me=S*q-A*B,Pe=S*J-D*B,Ue=I*q-A*O,Ve=I*J-D*O,Be=A*J-D*q,_e=ae*Be-Q*Ve+re*Ue+de*Pe-be*Me+Le*Xe;return _e?(i[0]=(m*Be-_*Ve+x*Ue)*(_e=1/_e),i[1]=(l*Ve-s*Be-d*Ue)*_e,i[2]=(O*Le-q*be+J*de)*_e,i[3]=(A*be-I*Le-D*de)*_e,i[4]=(_*Pe-p*Be-x*Me)*_e,i[5]=(r*Be-l*Pe+d*Me)*_e,i[6]=(q*re-B*Le-J*Q)*_e,i[7]=(S*Le-A*re+D*Q)*_e,i[8]=(p*Ve-m*Pe+x*Xe)*_e,i[9]=(s*Pe-r*Ve-d*Xe)*_e,i[10]=(B*be-O*re+J*ae)*_e,i[11]=(I*re-S*be-D*ae)*_e,i[12]=(m*Me-p*Ue-_*Xe)*_e,i[13]=(r*Ue-s*Me+l*Xe)*_e,i[14]=(O*Q-B*de-q*ae)*_e,i[15]=(S*de-I*Q+A*ae)*_e,i):null},T.au=Fh,T.av=Ch,T.aw=Oh,T.ax=function(){const i={},e=ue.$version;for(const r in ue.$root){const s=ue.$root[r];if(s.required){let l=null;l=r==="version"?e:s.type==="array"?[]:{},l!=null&&(i[r]=l)}}return i},T.ay=Gl,T.az=er,T.b=dr,T.b0=function(i,e){return i[0]=e[0],i[1]=e[1],i[2]=e[2],i[3]=e[3],i[4]=e[4],i[5]=e[5],i[6]=e[6],i[7]=e[7],i[8]=e[8],i[9]=e[9],i[10]=e[10],i[11]=e[11],i[12]=e[12],i[13]=e[13],i[14]=e[14],i[15]=e[15],i},T.b1=function(i,e,r){return i[0]=e[0]*r[0],i[1]=e[1]*r[1],i[2]=e[2]*r[2],i[3]=e[3]*r[3],i},T.b2=function(i,e){return i[0]*e[0]+i[1]*e[1]+i[2]*e[2]+i[3]*e[3]},T.b3=Wt,T.b4=np,T.b5=ip,T.b6=function(i,e,r,s,l){var d,p=1/Math.tan(e/2);return i[0]=p/r,i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=p,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[11]=-1,i[12]=0,i[13]=0,i[15]=0,l!=null&&l!==1/0?(i[10]=(l+s)*(d=1/(s-l)),i[14]=2*l*s*d):(i[10]=-1,i[14]=-2*s),i},T.b7=function(i,e,r){var s=Math.sin(r),l=Math.cos(r),d=e[4],p=e[5],m=e[6],_=e[7],x=e[8],S=e[9],I=e[10],A=e[11];return e!==i&&(i[0]=e[0],i[1]=e[1],i[2]=e[2],i[3]=e[3],i[12]=e[12],i[13]=e[13],i[14]=e[14],i[15]=e[15]),i[4]=d*l+x*s,i[5]=p*l+S*s,i[6]=m*l+I*s,i[7]=_*l+A*s,i[8]=x*l-d*s,i[9]=S*l-p*s,i[10]=I*l-m*s,i[11]=A*l-_*s,i},T.b8=He,T.b9=Ft,T.bA=function(i){return i.message===Qi},T.bB=_n,T.bC=Yr,T.ba=function(i){return i*Math.PI/180},T.bb=function(i,e){return i[0]=e[0],i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=e[1],i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[10]=e[2],i[11]=0,i[12]=0,i[13]=0,i[14]=0,i[15]=1,i},T.bc=class extends R{},T.bd=Dh,T.be=r0,T.bg=Oi,T.bh=function(i,e){$r.REGISTERED_PROTOCOLS[i]=e},T.bi=function(i){delete $r.REGISTERED_PROTOCOLS[i]},T.bj=function(i,e){const r={};for(let l=0;l<i.length;l++){const d=e&&e[i[l].id]||_a(i[l]);e&&(e[i[l].id]=d);let p=r[d];p||(p=r[d]=[]),p.push(i[l])}const s=[];for(const l in r)s.push(r[l]);return s},T.bk=Fe,T.bl=op,T.bm=lp,T.bn=Vd,T.bo=function(i){i.bucket.createArrays(),i.bucket.tilePixelRatio=Qt/(512*i.bucket.overscaling),i.bucket.compareText={},i.bucket.iconsNeedLinear=!1;const e=i.bucket.layers[0],r=e.layout,s=e._unevaluatedLayout._values,l={layoutIconSize:s["icon-size"].possiblyEvaluate(new Pt(i.bucket.zoom+1),i.canonical),layoutTextSize:s["text-size"].possiblyEvaluate(new Pt(i.bucket.zoom+1),i.canonical),textMaxSize:s["text-size"].possiblyEvaluate(new Pt(18))};if(i.bucket.textSizeData.kind==="composite"){const{minZoom:x,maxZoom:S}=i.bucket.textSizeData;l.compositeTextSizes=[s["text-size"].possiblyEvaluate(new Pt(x),i.canonical),s["text-size"].possiblyEvaluate(new Pt(S),i.canonical)]}if(i.bucket.iconSizeData.kind==="composite"){const{minZoom:x,maxZoom:S}=i.bucket.iconSizeData;l.compositeIconSizes=[s["icon-size"].possiblyEvaluate(new Pt(x),i.canonical),s["icon-size"].possiblyEvaluate(new Pt(S),i.canonical)]}const d=r.get("text-line-height")*ii,p=r.get("text-rotation-alignment")!=="viewport"&&r.get("symbol-placement")!=="point",m=r.get("text-keep-upright"),_=r.get("text-size");for(const x of i.bucket.features){const S=r.get("text-font").evaluate(x,{},i.canonical).join(","),I=_.evaluate(x,{},i.canonical),A=l.layoutTextSize.evaluate(x,{},i.canonical),D=l.layoutIconSize.evaluate(x,{},i.canonical),B={horizontal:{},vertical:void 0},O=x.text;let q,J=[0,0];if(O){const re=O.toString(),de=r.get("text-letter-spacing").evaluate(x,{},i.canonical)*ii,be=nh(re)?de:0,Le=r.get("text-anchor").evaluate(x,{},i.canonical),Xe=vp(e,x,i.canonical);if(!Xe){const Ve=r.get("text-radial-offset").evaluate(x,{},i.canonical);J=Ve?xp(Le,[Ve*ii,Bh]):r.get("text-offset").evaluate(x,{},i.canonical).map(Be=>Be*ii)}let Me=p?"center":r.get("text-justify").evaluate(x,{},i.canonical);const Pe=r.get("symbol-placement")==="point"?r.get("text-max-width").evaluate(x,{},i.canonical)*ii:1/0,Ue=()=>{i.bucket.allowVerticalPlacement&&za(re)&&(B.vertical=hc(O,i.glyphMap,i.glyphPositions,i.imagePositions,S,Pe,d,Le,"left",be,J,T.ai.vertical,!0,A,I))};if(!p&&Xe){const Ve=new Set;if(Me==="auto")for(let _e=0;_e<Xe.values.length;_e+=2)Ve.add(Fh(Xe.values[_e]));else Ve.add(Me);let Be=!1;for(const _e of Ve)if(!B.horizontal[_e])if(Be)B.horizontal[_e]=B.horizontal[0];else{const Ze=hc(O,i.glyphMap,i.glyphPositions,i.imagePositions,S,Pe,d,"center",_e,be,J,T.ai.horizontal,!1,A,I);Ze&&(B.horizontal[_e]=Ze,Be=Ze.positionedLines.length===1)}Ue()}else{Me==="auto"&&(Me=Fh(Le));const Ve=hc(O,i.glyphMap,i.glyphPositions,i.imagePositions,S,Pe,d,Le,Me,be,J,T.ai.horizontal,!1,A,I);Ve&&(B.horizontal[Me]=Ve),Ue(),za(re)&&p&&m&&(B.vertical=hc(O,i.glyphMap,i.glyphPositions,i.imagePositions,S,Pe,d,Le,Me,be,J,T.ai.vertical,!1,A,I))}}let ae=!1;if(x.icon&&x.icon.name){const re=i.imageMap[x.icon.name];re&&(q=Vy(i.imagePositions[x.icon.name],r.get("icon-offset").evaluate(x,{},i.canonical),r.get("icon-anchor").evaluate(x,{},i.canonical)),ae=!!re.sdf,i.bucket.sdfIcons===void 0?i.bucket.sdfIcons=ae:i.bucket.sdfIcons!==ae&&li("Style sheet warning: Cannot mix SDF and non-SDF icons in one buffer"),(re.pixelRatio!==i.bucket.pixelRatio||r.get("icon-rotate").constantOr(1)!==0)&&(i.bucket.iconsNeedLinear=!0))}const Q=wp(B.horizontal)||B.vertical;i.bucket.iconsInText=!!Q&&Q.iconsInText,(Q||q)&&t0(i.bucket,x,B,q,i.imageMap,l,A,D,J,ae,i.canonical)}i.showCollisionBoxes&&i.bucket.generateCollisionDebugBuffers()},T.bp=bh,T.bq=yh,T.br=vh,T.bs=Wn,T.bt=Sh,T.bu=class{constructor(i){this._marks={start:[i.url,"start"].join("#"),end:[i.url,"end"].join("#"),measure:i.url.toString()},performance.mark(this._marks.start)}finish(){performance.mark(this._marks.end);let i=performance.getEntriesByName(this._marks.measure);return i.length===0&&(performance.measure(this._marks.measure,this._marks.start,this._marks.end),i=performance.getEntriesByName(this._marks.measure),performance.clearMarks(this._marks.start),performance.clearMarks(this._marks.end),performance.clearMeasures(this._marks.measure)),i}},T.bv=function(i,e,r,s,l){return c(this,void 0,void 0,function*(){if(ct())try{return yield on(i,e,r,s,l)}catch{}return function(d,p,m,_,x){const S=d.width,I=d.height;Er&&Ei||(Er=new OffscreenCanvas(S,I),Ei=Er.getContext("2d",{willReadFrequently:!0})),Er.width=S,Er.height=I,Ei.drawImage(d,0,0,S,I);const A=Ei.getImageData(p,m,_,x);return Ei.clearRect(0,0,S,I),A.data}(i,e,r,s,l)})},T.bw=sp,T.bx=fe,T.by=me,T.bz=Ad,T.c=En,T.d=i=>c(void 0,void 0,void 0,function*(){if(i.byteLength===0)return createImageBitmap(new ImageData(1,1));const e=new Blob([new Uint8Array(i)],{type:"image/png"});try{return createImageBitmap(e)}catch(r){throw new Error(`Could not load image because of ${r.message}. Please make sure to use a supported image type such as PNG or JPEG. Note that SVGs are not supported.`)}}),T.e=jt,T.f=i=>new Promise((e,r)=>{const s=new Image;s.onload=()=>{e(s),URL.revokeObjectURL(s.src),s.onload=null,window.requestAnimationFrame(()=>{s.src=Us})},s.onerror=()=>r(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 l=new Blob([new Uint8Array(i)],{type:"image/png"});s.src=i.byteLength?URL.createObjectURL(l):Us}),T.g=pr,T.h=(i,e)=>an(jt(i,{type:"json"}),e),T.i=Cr,T.j=Ur,T.k=jr,T.l=(i,e)=>an(jt(i,{type:"arrayBuffer"}),e),T.m=an,T.n=function(i){return new Sh(i).readFields(zy,[])},T.o=qa,T.p=Od,T.q=o,T.r=th,T.s=ln,T.t=Aa,T.u=ze,T.v=ue,T.w=li,T.x=Rr,T.y=function([i,e,r]){return e+=90,e*=Math.PI/180,r*=Math.PI/180,{x:i*Math.cos(e)*Math.sin(r),y:i*Math.sin(e)*Math.sin(r),z:i*Math.cos(r)}},T.z=ji}),L("worker",["./shared"],function(T){class c{constructor(z){this.keyCache={},z&&this.replace(z)}replace(z){this._layerConfigs={},this._layers={},this.update(z,[])}update(z,M){for(const Z of z){this._layerConfigs[Z.id]=Z;const ee=this._layers[Z.id]=T.aB(Z);ee._featureFilter=T.a7(ee.filter),this.keyCache[Z.id]&&delete this.keyCache[Z.id]}for(const Z of M)delete this.keyCache[Z],delete this._layerConfigs[Z],delete this._layers[Z];this.familiesBySource={};const V=T.bj(Object.values(this._layerConfigs),this.keyCache);for(const Z of V){const ee=Z.map(he=>this._layers[he.id]),ie=ee[0];if(ie.visibility==="none")continue;const ne=ie.source||"";let K=this.familiesBySource[ne];K||(K=this.familiesBySource[ne]={});const pe=ie.sourceLayer||"_geojsonTileLayer";let xe=K[pe];xe||(xe=K[pe]=[]),xe.push(ee)}}}class fe{constructor(z){const M={},V=[];for(const ne in z){const K=z[ne],pe=M[ne]={};for(const xe in K){const he=K[+xe];if(!he||he.bitmap.width===0||he.bitmap.height===0)continue;const Ie={x:0,y:0,w:he.bitmap.width+2,h:he.bitmap.height+2};V.push(Ie),pe[xe]={rect:Ie,metrics:he.metrics}}}const{w:Z,h:ee}=T.p(V),ie=new T.o({width:Z||1,height:ee||1});for(const ne in z){const K=z[ne];for(const pe in K){const xe=K[+pe];if(!xe||xe.bitmap.width===0||xe.bitmap.height===0)continue;const he=M[ne][pe].rect;T.o.copy(xe.bitmap,ie,{x:0,y:0},{x:he.x+1,y:he.y+1},xe.bitmap)}}this.image=ie,this.positions=M}}T.bk("GlyphAtlas",fe);class me{constructor(z){this.tileID=new T.S(z.tileID.overscaledZ,z.tileID.wrap,z.tileID.canonical.z,z.tileID.canonical.x,z.tileID.canonical.y),this.uid=z.uid,this.zoom=z.zoom,this.pixelRatio=z.pixelRatio,this.tileSize=z.tileSize,this.source=z.source,this.overscaling=this.tileID.overscaleFactor(),this.showCollisionBoxes=z.showCollisionBoxes,this.collectResourceTiming=!!z.collectResourceTiming,this.returnDependencies=!!z.returnDependencies,this.promoteId=z.promoteId,this.inFlightDependencies=[]}parse(z,M,V,Z){return T._(this,void 0,void 0,function*(){this.status="parsing",this.data=z,this.collisionBoxArray=new T.a5;const ee=new T.bl(Object.keys(z.layers).sort()),ie=new T.bm(this.tileID,this.promoteId);ie.bucketLayerIDs=[];const ne={},K={featureIndex:ie,iconDependencies:{},patternDependencies:{},glyphDependencies:{},availableImages:V},pe=M.familiesBySource[this.source];for(const at in pe){const vt=z.layers[at];if(!vt)continue;vt.version===1&&T.w(`Vector tile source "${this.source}" layer "${at}" does not use vector tile spec v2 and therefore may have some rendering errors.`);const Ot=ee.encode(at),ei=[];for(let ci=0;ci<vt.length;ci++){const hi=vt.feature(ci),cs=ie.getId(hi,at);ei.push({feature:hi,id:cs,index:ci,sourceLayerIndex:Ot})}for(const ci of pe[at]){const hi=ci[0];hi.source!==this.source&&T.w(`layer.source = ${hi.source} does not equal this.source = ${this.source}`),hi.minzoom&&this.zoom<Math.floor(hi.minzoom)||hi.maxzoom&&this.zoom>=hi.maxzoom||hi.visibility!=="none"&&(ve(ci,this.zoom,V),(ne[hi.id]=hi.createBucket({index:ie.bucketLayerIDs.length,layers:ci,zoom:this.zoom,pixelRatio:this.pixelRatio,overscaling:this.overscaling,collisionBoxArray:this.collisionBoxArray,sourceLayerIndex:Ot,sourceID:this.source})).populate(ei,K,this.tileID.canonical),ie.bucketLayerIDs.push(ci.map(cs=>cs.id)))}}const xe=T.aG(K.glyphDependencies,at=>Object.keys(at).map(Number));this.inFlightDependencies.forEach(at=>at==null?void 0:at.abort()),this.inFlightDependencies=[];let he=Promise.resolve({});if(Object.keys(xe).length){const at=new AbortController;this.inFlightDependencies.push(at),he=Z.sendAsync({type:"GG",data:{stacks:xe,source:this.source,tileID:this.tileID,type:"glyphs"}},at)}const Ie=Object.keys(K.iconDependencies);let Ge=Promise.resolve({});if(Ie.length){const at=new AbortController;this.inFlightDependencies.push(at),Ge=Z.sendAsync({type:"GI",data:{icons:Ie,source:this.source,tileID:this.tileID,type:"icons"}},at)}const We=Object.keys(K.patternDependencies);let nt=Promise.resolve({});if(We.length){const at=new AbortController;this.inFlightDependencies.push(at),nt=Z.sendAsync({type:"GI",data:{icons:We,source:this.source,tileID:this.tileID,type:"patterns"}},at)}const[mt,rt,Ct]=yield Promise.all([he,Ge,nt]),qt=new fe(mt),Kt=new T.bn(rt,Ct);for(const at in ne){const vt=ne[at];vt instanceof T.a6?(ve(vt.layers,this.zoom,V),T.bo({bucket:vt,glyphMap:mt,glyphPositions:qt.positions,imageMap:rt,imagePositions:Kt.iconPositions,showCollisionBoxes:this.showCollisionBoxes,canonical:this.tileID.canonical})):vt.hasPattern&&(vt instanceof T.bp||vt instanceof T.bq||vt instanceof T.br)&&(ve(vt.layers,this.zoom,V),vt.addFeatures(K,this.tileID.canonical,Kt.patternPositions))}return this.status="done",{buckets:Object.values(ne).filter(at=>!at.isEmpty()),featureIndex:ie,collisionBoxArray:this.collisionBoxArray,glyphAtlasImage:qt.image,imageAtlas:Kt,glyphMap:this.returnDependencies?mt:null,iconMap:this.returnDependencies?rt:null,glyphPositions:this.returnDependencies?qt.positions:null}})}}function ve(W,z,M){const V=new T.a9(z);for(const Z of W)Z.recalculate(V,M)}class le{constructor(z,M,V){this.actor=z,this.layerIndex=M,this.availableImages=V,this.fetching={},this.loading={},this.loaded={}}loadVectorTile(z,M){return T._(this,void 0,void 0,function*(){const V=yield T.l(z.request,M);try{return{vectorTile:new T.bs.VectorTile(new T.bt(V.data)),rawData:V.data,cacheControl:V.cacheControl,expires:V.expires}}catch(Z){const ee=new Uint8Array(V.data);let ie=`Unable to parse the tile at ${z.request.url}, `;throw ie+=ee[0]===31&&ee[1]===139?"please make sure the data is not gzipped and that you have configured the relevant header in the server":`got error: ${Z.message}`,new Error(ie)}})}loadTile(z){return T._(this,void 0,void 0,function*(){const M=z.uid,V=!!(z&&z.request&&z.request.collectResourceTiming)&&new T.bu(z.request),Z=new me(z);this.loading[M]=Z;const ee=new AbortController;Z.abort=ee;try{const ie=yield this.loadVectorTile(z,ee);if(delete this.loading[M],!ie)return null;const ne=ie.rawData,K={};ie.expires&&(K.expires=ie.expires),ie.cacheControl&&(K.cacheControl=ie.cacheControl);const pe={};if(V){const he=V.finish();he&&(pe.resourceTiming=JSON.parse(JSON.stringify(he)))}Z.vectorTile=ie.vectorTile;const xe=Z.parse(ie.vectorTile,this.layerIndex,this.availableImages,this.actor);this.loaded[M]=Z,this.fetching[M]={rawTileData:ne,cacheControl:K,resourceTiming:pe};try{const he=yield xe;return T.e({rawTileData:ne.slice(0)},he,K,pe)}finally{delete this.fetching[M]}}catch(ie){throw delete this.loading[M],Z.status="done",this.loaded[M]=Z,ie}})}reloadTile(z){return T._(this,void 0,void 0,function*(){const M=z.uid;if(!this.loaded||!this.loaded[M])throw new Error("Should not be trying to reload a tile that was never loaded or has been removed");const V=this.loaded[M];if(V.showCollisionBoxes=z.showCollisionBoxes,V.status==="parsing"){const Z=yield V.parse(V.vectorTile,this.layerIndex,this.availableImages,this.actor);let ee;if(this.fetching[M]){const{rawTileData:ie,cacheControl:ne,resourceTiming:K}=this.fetching[M];delete this.fetching[M],ee=T.e({rawTileData:ie.slice(0)},Z,ne,K)}else ee=Z;return ee}if(V.status==="done"&&V.vectorTile)return V.parse(V.vectorTile,this.layerIndex,this.availableImages,this.actor)})}abortTile(z){return T._(this,void 0,void 0,function*(){const M=this.loading,V=z.uid;M&&M[V]&&M[V].abort&&(M[V].abort.abort(),delete M[V])})}removeTile(z){return T._(this,void 0,void 0,function*(){this.loaded&&this.loaded[z.uid]&&delete this.loaded[z.uid]})}}class oe{constructor(){this.loaded={}}loadTile(z){return T._(this,void 0,void 0,function*(){const{uid:M,encoding:V,rawImageData:Z,redFactor:ee,greenFactor:ie,blueFactor:ne,baseShift:K}=z,pe=Z.width+2,xe=Z.height+2,he=T.b(Z)?new T.R({width:pe,height:xe},yield T.bv(Z,-1,-1,pe,xe)):Z,Ie=new T.bw(M,he,V,ee,ie,ne,K);return this.loaded=this.loaded||{},this.loaded[M]=Ie,Ie})}removeTile(z){const M=this.loaded,V=z.uid;M&&M[V]&&delete M[V]}}function ht(W,z){if(W.length!==0){je(W[0],z);for(var M=1;M<W.length;M++)je(W[M],!z)}}function je(W,z){for(var M=0,V=0,Z=0,ee=W.length,ie=ee-1;Z<ee;ie=Z++){var ne=(W[Z][0]-W[ie][0])*(W[ie][1]+W[Z][1]),K=M+ne;V+=Math.abs(M)>=Math.abs(ne)?M-K+ne:ne-K+M,M=K}M+V>=0!=!!z&&W.reverse()}var Ke=T.bx(function W(z,M){var V,Z=z&&z.type;if(Z==="FeatureCollection")for(V=0;V<z.features.length;V++)W(z.features[V],M);else if(Z==="GeometryCollection")for(V=0;V<z.geometries.length;V++)W(z.geometries[V],M);else if(Z==="Feature")W(z.geometry,M);else if(Z==="Polygon")ht(z.coordinates,M);else if(Z==="MultiPolygon")for(V=0;V<z.coordinates.length;V++)ht(z.coordinates[V],M);return z});const Oe=T.bs.VectorTileFeature.prototype.toGeoJSON;var ft={exports:{}},ct=T.by,He=T.bs.VectorTileFeature,Ft=It;function It(W,z){this.options=z||{},this.features=W,this.length=W.length}function Wt(W,z){this.id=typeof W.id=="number"?W.id:void 0,this.type=W.type,this.rawGeometry=W.type===1?[W.geometry]:W.geometry,this.properties=W.tags,this.extent=z||4096}It.prototype.feature=function(W){return new Wt(this.features[W],this.options.extent)},Wt.prototype.loadGeometry=function(){var W=this.rawGeometry;this.geometry=[];for(var z=0;z<W.length;z++){for(var M=W[z],V=[],Z=0;Z<M.length;Z++)V.push(new ct(M[Z][0],M[Z][1]));this.geometry.push(V)}return this.geometry},Wt.prototype.bbox=function(){this.geometry||this.loadGeometry();for(var W=this.geometry,z=1/0,M=-1/0,V=1/0,Z=-1/0,ee=0;ee<W.length;ee++)for(var ie=W[ee],ne=0;ne<ie.length;ne++){var K=ie[ne];z=Math.min(z,K.x),M=Math.max(M,K.x),V=Math.min(V,K.y),Z=Math.max(Z,K.y)}return[z,V,M,Z]},Wt.prototype.toGeoJSON=He.prototype.toGeoJSON;var jt=T.bz,Vr=Ft;function bi(W){var z=new jt;return function(M,V){for(var Z in M.layers)V.writeMessage(3,Nr,M.layers[Z])}(W,z),z.finish()}function Nr(W,z){var M;z.writeVarintField(15,W.version||1),z.writeStringField(1,W.name||""),z.writeVarintField(5,W.extent||4096);var V={keys:[],values:[],keycache:{},valuecache:{}};for(M=0;M<W.length;M++)V.feature=W.feature(M),z.writeMessage(2,wt,V);var Z=V.keys;for(M=0;M<Z.length;M++)z.writeStringField(3,Z[M]);var ee=V.values;for(M=0;M<ee.length;M++)z.writeMessage(4,Cn,ee[M])}function wt(W,z){var M=W.feature;M.id!==void 0&&z.writeVarintField(1,M.id),z.writeMessage(2,js,W),z.writeVarintField(3,M.type),z.writeMessage(4,Cr,M)}function js(W,z){var M=W.feature,V=W.keys,Z=W.values,ee=W.keycache,ie=W.valuecache;for(var ne in M.properties){var K=M.properties[ne],pe=ee[ne];if(K!==null){pe===void 0&&(V.push(ne),ee[ne]=pe=V.length-1),z.writeVarint(pe);var xe=typeof K;xe!=="string"&&xe!=="boolean"&&xe!=="number"&&(K=JSON.stringify(K));var he=xe+":"+K,Ie=ie[he];Ie===void 0&&(Z.push(K),ie[he]=Ie=Z.length-1),z.writeVarint(Ie)}}}function li(W,z){return(z<<3)+(7&W)}function wi(W){return W<<1^W>>31}function Cr(W,z){for(var M=W.loadGeometry(),V=W.type,Z=0,ee=0,ie=M.length,ne=0;ne<ie;ne++){var K=M[ne],pe=1;V===1&&(pe=K.length),z.writeVarint(li(1,pe));for(var xe=V===3?K.length-1:K.length,he=0;he<xe;he++){he===1&&V!==1&&z.writeVarint(li(2,xe-1));var Ie=K[he].x-Z,Ge=K[he].y-ee;z.writeVarint(wi(Ie)),z.writeVarint(wi(Ge)),Z+=Ie,ee+=Ge}V===3&&z.writeVarint(li(7,1))}}function Cn(W,z){var M=typeof W;M==="string"?z.writeStringField(1,W):M==="boolean"?z.writeBooleanField(7,W):M==="number"&&(W%1!=0?z.writeDoubleField(3,W):W<0?z.writeSVarintField(6,W):z.writeVarintField(5,W))}ft.exports=bi,ft.exports.fromVectorTileJs=bi,ft.exports.fromGeojsonVt=function(W,z){z=z||{};var M={};for(var V in W)M[V]=new Vr(W[V].features,z),M[V].name=V,M[V].version=z.version,M[V].extent=z.extent;return bi({layers:M})},ft.exports.GeoJSONWrapper=Vr;var dr=T.bx(ft.exports);const Us={minZoom:0,maxZoom:16,minPoints:2,radius:40,extent:512,nodeSize:64,log:!1,generateId:!1,reduce:null,map:W=>W},on=Math.fround||(Er=new Float32Array(1),W=>(Er[0]=+W,Er[0]));var Er;const Ei=3,Qi=5,En=6;class $r{constructor(z){this.options=Object.assign(Object.create(Us),z),this.trees=new Array(this.options.maxZoom+1),this.stride=this.options.reduce?7:6,this.clusterProps=[]}load(z){const{log:M,minZoom:V,maxZoom:Z}=this.options;M&&console.time("total time");const ee=`prepare ${z.length} points`;M&&console.time(ee),this.points=z;const ie=[];for(let K=0;K<z.length;K++){const pe=z[K];if(!pe.geometry)continue;const[xe,he]=pe.geometry.coordinates,Ie=on(Oi(xe)),Ge=on(er(he));ie.push(Ie,Ge,1/0,K,-1,1),this.options.reduce&&ie.push(0)}let ne=this.trees[Z+1]=this._createTree(ie);M&&console.timeEnd(ee);for(let K=Z;K>=V;K--){const pe=+Date.now();ne=this.trees[K]=this._createTree(this._cluster(ne,K)),M&&console.log("z%d: %d clusters in %dms",K,ne.numItems,+Date.now()-pe)}return M&&console.timeEnd("total time"),this}getClusters(z,M){let V=((z[0]+180)%360+360)%360-180;const Z=Math.max(-90,Math.min(90,z[1]));let ee=z[2]===180?180:((z[2]+180)%360+360)%360-180;const ie=Math.max(-90,Math.min(90,z[3]));if(z[2]-z[0]>=360)V=-180,ee=180;else if(V>ee){const he=this.getClusters([V,Z,180,ie],M),Ie=this.getClusters([-180,Z,ee,ie],M);return he.concat(Ie)}const ne=this.trees[this._limitZoom(M)],K=ne.range(Oi(V),er(ie),Oi(ee),er(Z)),pe=ne.data,xe=[];for(const he of K){const Ie=this.stride*he;xe.push(pe[Ie+Qi]>1?pr(pe,Ie,this.clusterProps):this.points[pe[Ie+Ei]])}return xe}getChildren(z){const M=this._getOriginId(z),V=this._getOriginZoom(z),Z="No cluster with the specified id.",ee=this.trees[V];if(!ee)throw new Error(Z);const ie=ee.data;if(M*this.stride>=ie.length)throw new Error(Z);const ne=this.options.radius/(this.options.extent*Math.pow(2,V-1)),K=ee.within(ie[M*this.stride],ie[M*this.stride+1],ne),pe=[];for(const xe of K){const he=xe*this.stride;ie[he+4]===z&&pe.push(ie[he+Qi]>1?pr(ie,he,this.clusterProps):this.points[ie[he+Ei]])}if(pe.length===0)throw new Error(Z);return pe}getLeaves(z,M,V){const Z=[];return this._appendLeaves(Z,z,M=M||10,V=V||0,0),Z}getTile(z,M,V){const Z=this.trees[this._limitZoom(z)],ee=Math.pow(2,z),{extent:ie,radius:ne}=this.options,K=ne/ie,pe=(V-K)/ee,xe=(V+1+K)/ee,he={features:[]};return this._addTileFeatures(Z.range((M-K)/ee,pe,(M+1+K)/ee,xe),Z.data,M,V,ee,he),M===0&&this._addTileFeatures(Z.range(1-K/ee,pe,1,xe),Z.data,ee,V,ee,he),M===ee-1&&this._addTileFeatures(Z.range(0,pe,K/ee,xe),Z.data,-1,V,ee,he),he.features.length?he:null}getClusterExpansionZoom(z){let M=this._getOriginZoom(z)-1;for(;M<=this.options.maxZoom;){const V=this.getChildren(z);if(M++,V.length!==1)break;z=V[0].properties.cluster_id}return M}_appendLeaves(z,M,V,Z,ee){const ie=this.getChildren(M);for(const ne of ie){const K=ne.properties;if(K&&K.cluster?ee+K.point_count<=Z?ee+=K.point_count:ee=this._appendLeaves(z,K.cluster_id,V,Z,ee):ee<Z?ee++:z.push(ne),z.length===V)break}return ee}_createTree(z){const M=new T.aw(z.length/this.stride|0,this.options.nodeSize,Float32Array);for(let V=0;V<z.length;V+=this.stride)M.add(z[V],z[V+1]);return M.finish(),M.data=z,M}_addTileFeatures(z,M,V,Z,ee,ie){for(const ne of z){const K=ne*this.stride,pe=M[K+Qi]>1;let xe,he,Ie;if(pe)xe=Pn(M,K,this.clusterProps),he=M[K],Ie=M[K+1];else{const nt=this.points[M[K+Ei]];xe=nt.properties;const[mt,rt]=nt.geometry.coordinates;he=Oi(mt),Ie=er(rt)}const Ge={type:1,geometry:[[Math.round(this.options.extent*(he*ee-V)),Math.round(this.options.extent*(Ie*ee-Z))]],tags:xe};let We;We=pe||this.options.generateId?M[K+Ei]:this.points[M[K+Ei]].id,We!==void 0&&(Ge.id=We),ie.features.push(Ge)}}_limitZoom(z){return Math.max(this.options.minZoom,Math.min(Math.floor(+z),this.options.maxZoom+1))}_cluster(z,M){const{radius:V,extent:Z,reduce:ee,minPoints:ie}=this.options,ne=V/(Z*Math.pow(2,M)),K=z.data,pe=[],xe=this.stride;for(let he=0;he<K.length;he+=xe){if(K[he+2]<=M)continue;K[he+2]=M;const Ie=K[he],Ge=K[he+1],We=z.within(K[he],K[he+1],ne),nt=K[he+Qi];let mt=nt;for(const rt of We){const Ct=rt*xe;K[Ct+2]>M&&(mt+=K[Ct+Qi])}if(mt>nt&&mt>=ie){let rt,Ct=Ie*nt,qt=Ge*nt,Kt=-1;const at=((he/xe|0)<<5)+(M+1)+this.points.length;for(const vt of We){const Ot=vt*xe;if(K[Ot+2]<=M)continue;K[Ot+2]=M;const ei=K[Ot+Qi];Ct+=K[Ot]*ei,qt+=K[Ot+1]*ei,K[Ot+4]=at,ee&&(rt||(rt=this._map(K,he,!0),Kt=this.clusterProps.length,this.clusterProps.push(rt)),ee(rt,this._map(K,Ot)))}K[he+4]=at,pe.push(Ct/mt,qt/mt,1/0,at,-1,mt),ee&&pe.push(Kt)}else{for(let rt=0;rt<xe;rt++)pe.push(K[he+rt]);if(mt>1)for(const rt of We){const Ct=rt*xe;if(!(K[Ct+2]<=M)){K[Ct+2]=M;for(let qt=0;qt<xe;qt++)pe.push(K[Ct+qt])}}}}return pe}_getOriginId(z){return z-this.points.length>>5}_getOriginZoom(z){return(z-this.points.length)%32}_map(z,M,V){if(z[M+Qi]>1){const ie=this.clusterProps[z[M+En]];return V?Object.assign({},ie):ie}const Z=this.points[z[M+Ei]].properties,ee=this.options.map(Z);return V&&ee===Z?Object.assign({},ee):ee}}function pr(W,z,M){return{type:"Feature",id:W[z+Ei],properties:Pn(W,z,M),geometry:{type:"Point",coordinates:[(V=W[z],360*(V-.5)),an(W[z+1])]}};var V}function Pn(W,z,M){const V=W[z+Qi],Z=V>=1e4?`${Math.round(V/1e3)}k`:V>=1e3?Math.round(V/100)/10+"k":V,ee=W[z+En],ie=ee===-1?{}:Object.assign({},M[ee]);return Object.assign(ie,{cluster:!0,cluster_id:W[z+Ei],point_count:V,point_count_abbreviated:Z})}function Oi(W){return W/360+.5}function er(W){const z=Math.sin(W*Math.PI/180),M=.5-.25*Math.log((1+z)/(1-z))/Math.PI;return M<0?0:M>1?1:M}function an(W){const z=(180-360*W)*Math.PI/180;return 360*Math.atan(Math.exp(z))/Math.PI-90}function ln(W,z,M,V){let Z=V;const ee=z+(M-z>>1);let ie,ne=M-z;const K=W[z],pe=W[z+1],xe=W[M],he=W[M+1];for(let Ie=z+3;Ie<M;Ie+=3){const Ge=ns(W[Ie],W[Ie+1],K,pe,xe,he);if(Ge>Z)ie=Ie,Z=Ge;else if(Ge===Z){const We=Math.abs(Ie-ee);We<ne&&(ie=Ie,ne=We)}}Z>V&&(ie-z>3&&ln(W,z,ie,V),W[ie+2]=Z,M-ie>3&&ln(W,ie,M,V))}function ns(W,z,M,V,Z,ee){let ie=Z-M,ne=ee-V;if(ie!==0||ne!==0){const K=((W-M)*ie+(z-V)*ne)/(ie*ie+ne*ne);K>1?(M=Z,V=ee):K>0&&(M+=ie*K,V+=ne*K)}return ie=W-M,ne=z-V,ie*ie+ne*ne}function Pr(W,z,M,V){const Z={id:W??null,type:z,geometry:M,tags:V,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0};if(z==="Point"||z==="MultiPoint"||z==="LineString")jr(Z,M);else if(z==="Polygon")jr(Z,M[0]);else if(z==="MultiLineString")for(const ee of M)jr(Z,ee);else if(z==="MultiPolygon")for(const ee of M)jr(Z,ee[0]);return Z}function jr(W,z){for(let M=0;M<z.length;M+=3)W.minX=Math.min(W.minX,z[M]),W.minY=Math.min(W.minY,z[M+1]),W.maxX=Math.max(W.maxX,z[M]),W.maxY=Math.max(W.maxY,z[M+1])}function Ur(W,z,M,V){if(!z.geometry)return;const Z=z.geometry.coordinates;if(Z&&Z.length===0)return;const ee=z.geometry.type,ie=Math.pow(M.tolerance/((1<<M.maxZoom)*M.extent),2);let ne=[],K=z.id;if(M.promoteId?K=z.properties[M.promoteId]:M.generateId&&(K=V||0),ee==="Point")An(Z,ne);else if(ee==="MultiPoint")for(const pe of Z)An(pe,ne);else if(ee==="LineString")ue(Z,ne,ie,!1);else if(ee==="MultiLineString"){if(M.lineMetrics){for(const pe of Z)ne=[],ue(pe,ne,ie,!1),W.push(Pr(K,"LineString",ne,z.properties));return}cn(Z,ne,ie,!1)}else if(ee==="Polygon")cn(Z,ne,ie,!0);else{if(ee!=="MultiPolygon"){if(ee==="GeometryCollection"){for(const pe of z.geometry.geometries)Ur(W,{id:K,geometry:pe,properties:z.properties},M,V);return}throw new Error("Input data is not a valid GeoJSON object.")}for(const pe of Z){const xe=[];cn(pe,xe,ie,!0),ne.push(xe)}}W.push(Pr(K,ee,ne,z.properties))}function An(W,z){z.push(ss(W[0]),yt(W[1]),0)}function ue(W,z,M,V){let Z,ee,ie=0;for(let K=0;K<W.length;K++){const pe=ss(W[K][0]),xe=yt(W[K][1]);z.push(pe,xe,0),K>0&&(ie+=V?(Z*xe-pe*ee)/2:Math.sqrt(Math.pow(pe-Z,2)+Math.pow(xe-ee,2))),Z=pe,ee=xe}const ne=z.length-3;z[2]=1,ln(z,0,ne,M),z[ne+2]=1,z.size=Math.abs(ie),z.start=0,z.end=z.size}function cn(W,z,M,V){for(let Z=0;Z<W.length;Z++){const ee=[];ue(W[Z],ee,M,V),z.push(ee)}}function ss(W){return W/360+.5}function yt(W){const z=Math.sin(W*Math.PI/180),M=.5-.25*Math.log((1+z)/(1-z))/Math.PI;return M<0?0:M>1?1:M}function Ut(W,z,M,V,Z,ee,ie,ne){if(V/=z,ee>=(M/=z)&&ie<V)return W;if(ie<M||ee>=V)return null;const K=[];for(const pe of W){const xe=pe.geometry;let he=pe.type;const Ie=Z===0?pe.minX:pe.minY,Ge=Z===0?pe.maxX:pe.maxY;if(Ie>=M&&Ge<V){K.push(pe);continue}if(Ge<M||Ie>=V)continue;let We=[];if(he==="Point"||he==="MultiPoint")os(xe,We,M,V,Z);else if(he==="LineString")qr(xe,We,M,V,Z,!1,ne.lineMetrics);else if(he==="MultiLineString")Mn(xe,We,M,V,Z,!1);else if(he==="Polygon")Mn(xe,We,M,V,Z,!0);else if(he==="MultiPolygon")for(const nt of xe){const mt=[];Mn(nt,mt,M,V,Z,!0),mt.length&&We.push(mt)}if(We.length){if(ne.lineMetrics&&he==="LineString"){for(const nt of We)K.push(Pr(pe.id,he,nt,pe.tags));continue}he!=="LineString"&&he!=="MultiLineString"||(We.length===1?(he="LineString",We=We[0]):he="MultiLineString"),he!=="Point"&&he!=="MultiPoint"||(he=We.length===3?"Point":"MultiPoint"),K.push(Pr(pe.id,he,We,pe.tags))}}return K.length?K:null}function os(W,z,M,V,Z){for(let ee=0;ee<W.length;ee+=3){const ie=W[ee+Z];ie>=M&&ie<=V&&Wi(z,W[ee],W[ee+1],W[ee+2])}}function qr(W,z,M,V,Z,ee,ie){let ne=Ar(W);const K=Z===0?as:ls;let pe,xe,he=W.start;for(let mt=0;mt<W.length-3;mt+=3){const rt=W[mt],Ct=W[mt+1],qt=W[mt+2],Kt=W[mt+3],at=W[mt+4],vt=Z===0?rt:Ct,Ot=Z===0?Kt:at;let ei=!1;ie&&(pe=Math.sqrt(Math.pow(rt-Kt,2)+Math.pow(Ct-at,2))),vt<M?Ot>M&&(xe=K(ne,rt,Ct,Kt,at,M),ie&&(ne.start=he+pe*xe)):vt>V?Ot<V&&(xe=K(ne,rt,Ct,Kt,at,V),ie&&(ne.start=he+pe*xe)):Wi(ne,rt,Ct,qt),Ot<M&&vt>=M&&(xe=K(ne,rt,Ct,Kt,at,M),ei=!0),Ot>V&&vt<=V&&(xe=K(ne,rt,Ct,Kt,at,V),ei=!0),!ee&&ei&&(ie&&(ne.end=he+pe*xe),z.push(ne),ne=Ar(W)),ie&&(he+=pe)}let Ie=W.length-3;const Ge=W[Ie],We=W[Ie+1],nt=Z===0?Ge:We;nt>=M&&nt<=V&&Wi(ne,Ge,We,W[Ie+2]),Ie=ne.length-3,ee&&Ie>=3&&(ne[Ie]!==ne[0]||ne[Ie+1]!==ne[1])&&Wi(ne,ne[0],ne[1],ne[2]),ne.length&&z.push(ne)}function Ar(W){const z=[];return z.size=W.size,z.start=W.start,z.end=W.end,z}function Mn(W,z,M,V,Z,ee){for(const ie of W)qr(ie,z,M,V,Z,ee,!1)}function Wi(W,z,M,V){W.push(z,M,V)}function as(W,z,M,V,Z,ee){const ie=(ee-z)/(V-z);return Wi(W,ee,M+(Z-M)*ie,1),ie}function ls(W,z,M,V,Z,ee){const ie=(ee-M)/(Z-M);return Wi(W,z+(V-z)*ie,ee,1),ie}function ke(W,z){const M=[];for(let V=0;V<W.length;V++){const Z=W[V],ee=Z.type;let ie;if(ee==="Point"||ee==="MultiPoint"||ee==="LineString")ie=fr(Z.geometry,z);else if(ee==="MultiLineString"||ee==="Polygon"){ie=[];for(const ne of Z.geometry)ie.push(fr(ne,z))}else if(ee==="MultiPolygon"){ie=[];for(const ne of Z.geometry){const K=[];for(const pe of ne)K.push(fr(pe,z));ie.push(K)}}M.push(Pr(Z.id,ee,ie,Z.tags))}return M}function fr(W,z){const M=[];M.size=W.size,W.start!==void 0&&(M.start=W.start,M.end=W.end);for(let V=0;V<W.length;V+=3)M.push(W[V]+z,W[V+1],W[V+2]);return M}function Si(W,z){if(W.transformed)return W;const M=1<<W.z,V=W.x,Z=W.y;for(const ee of W.features){const ie=ee.geometry,ne=ee.type;if(ee.geometry=[],ne===1)for(let K=0;K<ie.length;K+=2)ee.geometry.push(mr(ie[K],ie[K+1],z,M,V,Z));else for(let K=0;K<ie.length;K++){const pe=[];for(let xe=0;xe<ie[K].length;xe+=2)pe.push(mr(ie[K][xe],ie[K][xe+1],z,M,V,Z));ee.geometry.push(pe)}}return W.transformed=!0,W}function mr(W,z,M,V,Z,ee){return[Math.round(M*(W*V-Z)),Math.round(M*(z*V-ee))]}function Zr(W,z,M,V,Z){const ee=z===Z.maxZoom?0:Z.tolerance/((1<<z)*Z.extent),ie={features:[],numPoints:0,numSimplified:0,numFeatures:W.length,source:null,x:M,y:V,z,transformed:!1,minX:2,minY:1,maxX:-1,maxY:0};for(const ne of W)Ee(ie,ne,ee,Z);return ie}function Ee(W,z,M,V){const Z=z.geometry,ee=z.type,ie=[];if(W.minX=Math.min(W.minX,z.minX),W.minY=Math.min(W.minY,z.minY),W.maxX=Math.max(W.maxX,z.maxX),W.maxY=Math.max(W.maxY,z.maxY),ee==="Point"||ee==="MultiPoint")for(let ne=0;ne<Z.length;ne+=3)ie.push(Z[ne],Z[ne+1]),W.numPoints++,W.numSimplified++;else if(ee==="LineString")ot(ie,Z,W,M,!1,!1);else if(ee==="MultiLineString"||ee==="Polygon")for(let ne=0;ne<Z.length;ne++)ot(ie,Z[ne],W,M,ee==="Polygon",ne===0);else if(ee==="MultiPolygon")for(let ne=0;ne<Z.length;ne++){const K=Z[ne];for(let pe=0;pe<K.length;pe++)ot(ie,K[pe],W,M,!0,pe===0)}if(ie.length){let ne=z.tags||null;if(ee==="LineString"&&V.lineMetrics){ne={};for(const pe in z.tags)ne[pe]=z.tags[pe];ne.mapbox_clip_start=Z.start/Z.size,ne.mapbox_clip_end=Z.end/Z.size}const K={geometry:ie,type:ee==="Polygon"||ee==="MultiPolygon"?3:ee==="LineString"||ee==="MultiLineString"?2:1,tags:ne};z.id!==null&&(K.id=z.id),W.features.push(K)}}function ot(W,z,M,V,Z,ee){const ie=V*V;if(V>0&&z.size<(Z?ie:V))return void(M.numPoints+=z.length/3);const ne=[];for(let K=0;K<z.length;K+=3)(V===0||z[K+2]>ie)&&(M.numSimplified++,ne.push(z[K],z[K+1])),M.numPoints++;Z&&function(K,pe){let xe=0;for(let he=0,Ie=K.length,Ge=Ie-2;he<Ie;Ge=he,he+=2)xe+=(K[he]-K[Ge])*(K[he+1]+K[Ge+1]);if(xe>0===pe)for(let he=0,Ie=K.length;he<Ie/2;he+=2){const Ge=K[he],We=K[he+1];K[he]=K[Ie-2-he],K[he+1]=K[Ie-1-he],K[Ie-2-he]=Ge,K[Ie-1-he]=We}}(ne,ee),W.push(ne)}const Ye={maxZoom:14,indexMaxZoom:5,indexMaxPoints:1e5,tolerance:3,extent:4096,buffer:64,lineMetrics:!1,promoteId:null,generateId:!1,debug:0};class Pi{constructor(z,M){const V=(M=this.options=function(ee,ie){for(const ne in ie)ee[ne]=ie[ne];return ee}(Object.create(Ye),M)).debug;if(V&&console.time("preprocess data"),M.maxZoom<0||M.maxZoom>24)throw new Error("maxZoom should be in the 0-24 range");if(M.promoteId&&M.generateId)throw new Error("promoteId and generateId cannot be used together.");let Z=function(ee,ie){const ne=[];if(ee.type==="FeatureCollection")for(let K=0;K<ee.features.length;K++)Ur(ne,ee.features[K],ie,K);else Ur(ne,ee.type==="Feature"?ee:{geometry:ee},ie);return ne}(z,M);this.tiles={},this.tileCoords=[],V&&(console.timeEnd("preprocess data"),console.log("index: maxZoom: %d, maxPoints: %d",M.indexMaxZoom,M.indexMaxPoints),console.time("generate tiles"),this.stats={},this.total=0),Z=function(ee,ie){const ne=ie.buffer/ie.extent;let K=ee;const pe=Ut(ee,1,-1-ne,ne,0,-1,2,ie),xe=Ut(ee,1,1-ne,2+ne,0,-1,2,ie);return(pe||xe)&&(K=Ut(ee,1,-ne,1+ne,0,-1,2,ie)||[],pe&&(K=ke(pe,1).concat(K)),xe&&(K=K.concat(ke(xe,-1)))),K}(Z,M),Z.length&&this.splitTile(Z,0,0,0),V&&(Z.length&&console.log("features: %d, points: %d",this.tiles[0].numFeatures,this.tiles[0].numPoints),console.timeEnd("generate tiles"),console.log("tiles generated:",this.total,JSON.stringify(this.stats)))}splitTile(z,M,V,Z,ee,ie,ne){const K=[z,M,V,Z],pe=this.options,xe=pe.debug;for(;K.length;){Z=K.pop(),V=K.pop(),M=K.pop(),z=K.pop();const he=1<<M,Ie=tr(M,V,Z);let Ge=this.tiles[Ie];if(!Ge&&(xe>1&&console.time("creation"),Ge=this.tiles[Ie]=Zr(z,M,V,Z,pe),this.tileCoords.push({z:M,x:V,y:Z}),xe)){xe>1&&(console.log("tile z%d-%d-%d (features: %d, points: %d, simplified: %d)",M,V,Z,Ge.numFeatures,Ge.numPoints,Ge.numSimplified),console.timeEnd("creation"));const ei=`z${M}`;this.stats[ei]=(this.stats[ei]||0)+1,this.total++}if(Ge.source=z,ee==null){if(M===pe.indexMaxZoom||Ge.numPoints<=pe.indexMaxPoints)continue}else{if(M===pe.maxZoom||M===ee)continue;if(ee!=null){const ei=ee-M;if(V!==ie>>ei||Z!==ne>>ei)continue}}if(Ge.source=null,z.length===0)continue;xe>1&&console.time("clipping");const We=.5*pe.buffer/pe.extent,nt=.5-We,mt=.5+We,rt=1+We;let Ct=null,qt=null,Kt=null,at=null,vt=Ut(z,he,V-We,V+mt,0,Ge.minX,Ge.maxX,pe),Ot=Ut(z,he,V+nt,V+rt,0,Ge.minX,Ge.maxX,pe);z=null,vt&&(Ct=Ut(vt,he,Z-We,Z+mt,1,Ge.minY,Ge.maxY,pe),qt=Ut(vt,he,Z+nt,Z+rt,1,Ge.minY,Ge.maxY,pe),vt=null),Ot&&(Kt=Ut(Ot,he,Z-We,Z+mt,1,Ge.minY,Ge.maxY,pe),at=Ut(Ot,he,Z+nt,Z+rt,1,Ge.minY,Ge.maxY,pe),Ot=null),xe>1&&console.timeEnd("clipping"),K.push(Ct||[],M+1,2*V,2*Z),K.push(qt||[],M+1,2*V,2*Z+1),K.push(Kt||[],M+1,2*V+1,2*Z),K.push(at||[],M+1,2*V+1,2*Z+1)}}getTile(z,M,V){z=+z,M=+M,V=+V;const Z=this.options,{extent:ee,debug:ie}=Z;if(z<0||z>24)return null;const ne=1<<z,K=tr(z,M=M+ne&ne-1,V);if(this.tiles[K])return Si(this.tiles[K],ee);ie>1&&console.log("drilling down to z%d-%d-%d",z,M,V);let pe,xe=z,he=M,Ie=V;for(;!pe&&xe>0;)xe--,he>>=1,Ie>>=1,pe=this.tiles[tr(xe,he,Ie)];return pe&&pe.source?(ie>1&&(console.log("found parent tile z%d-%d-%d",xe,he,Ie),console.time("drilling down")),this.splitTile(pe.source,xe,he,Ie,z,M,V),ie>1&&console.timeEnd("drilling down"),this.tiles[K]?Si(this.tiles[K],ee):null):null}}function tr(W,z,M){return 32*((1<<W)*M+z)+W}function it(W,z){return z?W.properties[z]:W.id}function gr(W,z){if(W==null)return!0;if(W.type==="Feature")return it(W,z)!=null;if(W.type==="FeatureCollection"){const M=new Set;for(const V of W.features){const Z=it(V,z);if(Z==null||M.has(Z))return!1;M.add(Z)}return!0}return!1}function Mr(W,z){const M=new Map;if(W!=null)if(W.type==="Feature")M.set(it(W,z),W);else for(const V of W.features)M.set(it(V,z),V);return M}class Gr extends le{constructor(){super(...arguments),this._dataUpdateable=new Map}loadVectorTile(z,M){return T._(this,void 0,void 0,function*(){const V=z.tileID.canonical;if(!this._geoJSONIndex)throw new Error("Unable to parse the data into a cluster or geojson");const Z=this._geoJSONIndex.getTile(V.z,V.x,V.y);if(!Z)return null;const ee=new class{constructor(ne){this.layers={_geojsonTileLayer:this},this.name="_geojsonTileLayer",this.extent=T.X,this.length=ne.length,this._features=ne}feature(ne){return new class{constructor(K){this._feature=K,this.extent=T.X,this.type=K.type,this.properties=K.tags,"id"in K&&!isNaN(K.id)&&(this.id=parseInt(K.id,10))}loadGeometry(){if(this._feature.type===1){const K=[];for(const pe of this._feature.geometry)K.push([new T.P(pe[0],pe[1])]);return K}{const K=[];for(const pe of this._feature.geometry){const xe=[];for(const he of pe)xe.push(new T.P(he[0],he[1]));K.push(xe)}return K}}toGeoJSON(K,pe,xe){return Oe.call(this,K,pe,xe)}}(this._features[ne])}}(Z.features);let ie=dr(ee);return ie.byteOffset===0&&ie.byteLength===ie.buffer.byteLength||(ie=new Uint8Array(ie)),{vectorTile:ee,rawData:ie.buffer}})}loadData(z){return T._(this,void 0,void 0,function*(){var M;(M=this._pendingRequest)===null||M===void 0||M.abort();const V=!!(z&&z.request&&z.request.collectResourceTiming)&&new T.bu(z.request);this._pendingRequest=new AbortController;try{this._pendingData=this.loadAndProcessGeoJSON(z,this._pendingRequest),this._geoJSONIndex=z.cluster?new $r(function({superclusterOptions:ie,clusterProperties:ne}){if(!ne||!ie)return ie;const K={},pe={},xe={accumulated:null,zoom:0},he={properties:null},Ie=Object.keys(ne);for(const Ge of Ie){const[We,nt]=ne[Ge],mt=T.bB(nt),rt=T.bB(typeof We=="string"?[We,["accumulated"],["get",Ge]]:We);K[Ge]=mt.value,pe[Ge]=rt.value}return ie.map=Ge=>{he.properties=Ge;const We={};for(const nt of Ie)We[nt]=K[nt].evaluate(xe,he);return We},ie.reduce=(Ge,We)=>{he.properties=We;for(const nt of Ie)xe.accumulated=Ge[nt],Ge[nt]=pe[nt].evaluate(xe,he)},ie}(z)).load((yield this._pendingData).features):(Z=yield this._pendingData,new Pi(Z,z.geojsonVtOptions)),this.loaded={};const ee={};if(V){const ie=V.finish();ie&&(ee.resourceTiming={},ee.resourceTiming[z.source]=JSON.parse(JSON.stringify(ie)))}return ee}catch(ee){if(delete this._pendingRequest,T.bA(ee))return{abandoned:!0};throw ee}var Z})}getData(){return T._(this,void 0,void 0,function*(){return this._pendingData})}reloadTile(z){const M=this.loaded;return M&&M[z.uid]?super.reloadTile(z):this.loadTile(z)}loadAndProcessGeoJSON(z,M){return T._(this,void 0,void 0,function*(){let V=yield this.loadGeoJSON(z,M);if(delete this._pendingRequest,typeof V!="object")throw new Error(`Input data given to '${z.source}' is not a valid GeoJSON object.`);if(Ke(V,!0),z.filter){const Z=T.bB(z.filter,{type:"boolean","property-type":"data-driven",overridable:!1,transition:!1});if(Z.result==="error")throw new Error(Z.value.map(ie=>`${ie.key}: ${ie.message}`).join(", "));V={type:"FeatureCollection",features:V.features.filter(ie=>Z.value.evaluate({zoom:0},ie))}}return V})}loadGeoJSON(z,M){return T._(this,void 0,void 0,function*(){const{promoteId:V}=z;if(z.request){const Z=yield T.h(z.request,M);return this._dataUpdateable=gr(Z.data,V)?Mr(Z.data,V):void 0,Z.data}if(typeof z.data=="string")try{const Z=JSON.parse(z.data);return this._dataUpdateable=gr(Z,V)?Mr(Z,V):void 0,Z}catch{throw new Error(`Input data given to '${z.source}' is not a valid GeoJSON object.`)}if(!z.dataDiff)throw new Error(`Input data given to '${z.source}' is not a valid GeoJSON object.`);if(!this._dataUpdateable)throw new Error(`Cannot update existing geojson data in ${z.source}`);return function(Z,ee,ie){var ne,K,pe,xe;if(ee.removeAll&&Z.clear(),ee.remove)for(const he of ee.remove)Z.delete(he);if(ee.add)for(const he of ee.add){const Ie=it(he,ie);Ie!=null&&Z.set(Ie,he)}if(ee.update)for(const he of ee.update){let Ie=Z.get(he.id);if(Ie==null)continue;const Ge=!he.removeAllProperties&&(((ne=he.removeProperties)===null||ne===void 0?void 0:ne.length)>0||((K=he.addOrUpdateProperties)===null||K===void 0?void 0:K.length)>0);if((he.newGeometry||he.removeAllProperties||Ge)&&(Ie=Object.assign({},Ie),Z.set(he.id,Ie),Ge&&(Ie.properties=Object.assign({},Ie.properties))),he.newGeometry&&(Ie.geometry=he.newGeometry),he.removeAllProperties)Ie.properties={};else if(((pe=he.removeProperties)===null||pe===void 0?void 0:pe.length)>0)for(const We of he.removeProperties)Object.prototype.hasOwnProperty.call(Ie.properties,We)&&delete Ie.properties[We];if(((xe=he.addOrUpdateProperties)===null||xe===void 0?void 0:xe.length)>0)for(const{key:We,value:nt}of he.addOrUpdateProperties)Ie.properties[We]=nt}}(this._dataUpdateable,z.dataDiff,V),{type:"FeatureCollection",features:Array.from(this._dataUpdateable.values())}})}removeSource(z){return T._(this,void 0,void 0,function*(){this._pendingRequest&&this._pendingRequest.abort()})}getClusterExpansionZoom(z){return this._geoJSONIndex.getClusterExpansionZoom(z.clusterId)}getClusterChildren(z){return this._geoJSONIndex.getChildren(z.clusterId)}getClusterLeaves(z){return this._geoJSONIndex.getLeaves(z.clusterId,z.limit,z.offset)}}class _r{constructor(z){this.self=z,this.actor=new T.F(z),this.layerIndexes={},this.availableImages={},this.workerSources={},this.demWorkerSources={},this.externalWorkerSourceTypes={},this.self.registerWorkerSource=(M,V)=>{if(this.externalWorkerSourceTypes[M])throw new Error(`Worker source with name "${M}" already registered.`);this.externalWorkerSourceTypes[M]=V},this.self.addProtocol=T.bh,this.self.removeProtocol=T.bi,this.self.registerRTLTextPlugin=M=>{if(T.bC.isParsed())throw new Error("RTL text plugin already registered.");T.bC.setMethods(M)},this.actor.registerMessageHandler("LDT",(M,V)=>this._getDEMWorkerSource(M,V.source).loadTile(V)),this.actor.registerMessageHandler("RDT",(M,V)=>T._(this,void 0,void 0,function*(){this._getDEMWorkerSource(M,V.source).removeTile(V)})),this.actor.registerMessageHandler("GCEZ",(M,V)=>T._(this,void 0,void 0,function*(){return this._getWorkerSource(M,V.type,V.source).getClusterExpansionZoom(V)})),this.actor.registerMessageHandler("GCC",(M,V)=>T._(this,void 0,void 0,function*(){return this._getWorkerSource(M,V.type,V.source).getClusterChildren(V)})),this.actor.registerMessageHandler("GCL",(M,V)=>T._(this,void 0,void 0,function*(){return this._getWorkerSource(M,V.type,V.source).getClusterLeaves(V)})),this.actor.registerMessageHandler("LD",(M,V)=>this._getWorkerSource(M,V.type,V.source).loadData(V)),this.actor.registerMessageHandler("GD",(M,V)=>this._getWorkerSource(M,V.type,V.source).getData()),this.actor.registerMessageHandler("LT",(M,V)=>this._getWorkerSource(M,V.type,V.source).loadTile(V)),this.actor.registerMessageHandler("RT",(M,V)=>this._getWorkerSource(M,V.type,V.source).reloadTile(V)),this.actor.registerMessageHandler("AT",(M,V)=>this._getWorkerSource(M,V.type,V.source).abortTile(V)),this.actor.registerMessageHandler("RMT",(M,V)=>this._getWorkerSource(M,V.type,V.source).removeTile(V)),this.actor.registerMessageHandler("RS",(M,V)=>T._(this,void 0,void 0,function*(){if(!this.workerSources[M]||!this.workerSources[M][V.type]||!this.workerSources[M][V.type][V.source])return;const Z=this.workerSources[M][V.type][V.source];delete this.workerSources[M][V.type][V.source],Z.removeSource!==void 0&&Z.removeSource(V)})),this.actor.registerMessageHandler("RM",M=>T._(this,void 0,void 0,function*(){delete this.layerIndexes[M],delete this.availableImages[M],delete this.workerSources[M],delete this.demWorkerSources[M]})),this.actor.registerMessageHandler("SR",(M,V)=>T._(this,void 0,void 0,function*(){this.referrer=V})),this.actor.registerMessageHandler("SRPS",(M,V)=>this._syncRTLPluginState(M,V)),this.actor.registerMessageHandler("IS",(M,V)=>T._(this,void 0,void 0,function*(){this.self.importScripts(V)})),this.actor.registerMessageHandler("SI",(M,V)=>this._setImages(M,V)),this.actor.registerMessageHandler("UL",(M,V)=>T._(this,void 0,void 0,function*(){this._getLayerIndex(M).update(V.layers,V.removedIds)})),this.actor.registerMessageHandler("SL",(M,V)=>T._(this,void 0,void 0,function*(){this._getLayerIndex(M).replace(V)}))}_setImages(z,M){return T._(this,void 0,void 0,function*(){this.availableImages[z]=M;for(const V in this.workerSources[z]){const Z=this.workerSources[z][V];for(const ee in Z)Z[ee].availableImages=M}})}_syncRTLPluginState(z,M){return T._(this,void 0,void 0,function*(){if(T.bC.isParsed())return T.bC.getState();if(M.pluginStatus!=="loading")return T.bC.setState(M),M;const V=M.pluginURL;if(this.self.importScripts(V),T.bC.isParsed()){const Z={pluginStatus:"loaded",pluginURL:V};return T.bC.setState(Z),Z}throw T.bC.setState({pluginStatus:"error",pluginURL:""}),new Error(`RTL Text Plugin failed to import scripts from ${V}`)})}_getAvailableImages(z){let M=this.availableImages[z];return M||(M=[]),M}_getLayerIndex(z){let M=this.layerIndexes[z];return M||(M=this.layerIndexes[z]=new c),M}_getWorkerSource(z,M,V){if(this.workerSources[z]||(this.workerSources[z]={}),this.workerSources[z][M]||(this.workerSources[z][M]={}),!this.workerSources[z][M][V]){const Z={sendAsync:(ee,ie)=>(ee.targetMapId=z,this.actor.sendAsync(ee,ie))};switch(M){case"vector":this.workerSources[z][M][V]=new le(Z,this._getLayerIndex(z),this._getAvailableImages(z));break;case"geojson":this.workerSources[z][M][V]=new Gr(Z,this._getLayerIndex(z),this._getAvailableImages(z));break;default:this.workerSources[z][M][V]=new this.externalWorkerSourceTypes[M](Z,this._getLayerIndex(z),this._getAvailableImages(z))}}return this.workerSources[z][M][V]}_getDEMWorkerSource(z,M){return this.demWorkerSources[z]||(this.demWorkerSources[z]={}),this.demWorkerSources[z][M]||(this.demWorkerSources[z][M]=new oe),this.demWorkerSources[z][M]}}return T.i(self)&&(self.worker=new _r(self)),_r}),L("index",["exports","./shared"],function(T,c){var fe="4.5.2";let me,ve;const le={now:typeof performance<"u"&&performance&&performance.now?performance.now.bind(performance):Date.now.bind(Date),frameAsync:u=>new Promise((t,n)=>{const o=requestAnimationFrame(t);u.signal.addEventListener("abort",()=>{cancelAnimationFrame(o),n(c.c())})}),getImageData(u,t=0){return this.getImageCanvasContext(u).getImageData(-t,-t,u.width+2*t,u.height+2*t)},getImageCanvasContext(u){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=u.width,t.height=u.height,n.drawImage(u,0,0,u.width,u.height),n},resolveURL:u=>(me||(me=document.createElement("a")),me.href=u,me.href),hardwareConcurrency:typeof navigator<"u"&&navigator.hardwareConcurrency||4,get prefersReducedMotion(){return!!matchMedia&&(ve==null&&(ve=matchMedia("(prefers-reduced-motion: reduce)")),ve.matches)}};class oe{static testProp(t){if(!oe.docStyle)return t[0];for(let n=0;n<t.length;n++)if(t[n]in oe.docStyle)return t[n];return t[0]}static create(t,n,o){const a=window.document.createElement(t);return n!==void 0&&(a.className=n),o&&o.appendChild(a),a}static createNS(t,n){return window.document.createElementNS(t,n)}static disableDrag(){oe.docStyle&&oe.selectProp&&(oe.userSelect=oe.docStyle[oe.selectProp],oe.docStyle[oe.selectProp]="none")}static enableDrag(){oe.docStyle&&oe.selectProp&&(oe.docStyle[oe.selectProp]=oe.userSelect)}static setTransform(t,n){t.style[oe.transformProp]=n}static addEventListener(t,n,o,a={}){t.addEventListener(n,o,"passive"in a?a:a.capture)}static removeEventListener(t,n,o,a={}){t.removeEventListener(n,o,"passive"in a?a:a.capture)}static suppressClickInternal(t){t.preventDefault(),t.stopPropagation(),window.removeEventListener("click",oe.suppressClickInternal,!0)}static suppressClick(){window.addEventListener("click",oe.suppressClickInternal,!0),window.setTimeout(()=>{window.removeEventListener("click",oe.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,o){const a=n.boundingClientRect;return new c.P((o.clientX-a.left)/n.x-t.clientLeft,(o.clientY-a.top)/n.y-t.clientTop)}static mousePos(t,n){const o=oe.getScale(t);return oe.getPoint(t,o,n)}static touchPos(t,n){const o=[],a=oe.getScale(t);for(let h=0;h<n.length;h++)o.push(oe.getPoint(t,a,n[h]));return o}static mouseButton(t){return t.button}static remove(t){t.parentNode&&t.parentNode.removeChild(t)}}oe.docStyle=typeof window<"u"&&window.document&&window.document.documentElement.style,oe.selectProp=oe.testProp(["userSelect","MozUserSelect","WebkitUserSelect","msUserSelect"]),oe.transformProp=oe.testProp(["transform","WebkitTransform"]);const ht={supported:!1,testSupport:function(u){!Oe&&Ke&&(ft?ct(u):je=u)}};let je,Ke,Oe=!1,ft=!1;function ct(u){const t=u.createTexture();u.bindTexture(u.TEXTURE_2D,t);try{if(u.texImage2D(u.TEXTURE_2D,0,u.RGBA,u.RGBA,u.UNSIGNED_BYTE,Ke),u.isContextLost())return;ht.supported=!0}catch{}u.deleteTexture(t),Oe=!0}var He;typeof document<"u"&&(Ke=document.createElement("img"),Ke.onload=()=>{je&&ct(je),je=null,ft=!0},Ke.onerror=()=>{Oe=!0,je=null},Ke.src="data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA="),function(u){let t,n,o,a;u.resetRequestQueue=()=>{t=[],n=0,o=0,a={}},u.addThrottleControl=b=>{const w=o++;return a[w]=b,w},u.removeThrottleControl=b=>{delete a[b],g()},u.getImage=(b,w,C=!0)=>new Promise((E,R)=>{ht.supported&&(b.headers||(b.headers={}),b.headers.accept="image/webp,*/*"),c.e(b,{type:"image"}),t.push({abortController:w,requestParameters:b,supportImageRefresh:C,state:"queued",onError:F=>{R(F)},onSuccess:F=>{E(F)}}),g()});const h=b=>c._(this,void 0,void 0,function*(){b.state="running";const{requestParameters:w,supportImageRefresh:C,onError:E,onSuccess:R,abortController:F}=b,$=C===!1&&!c.i(self)&&!c.g(w.url)&&(!w.headers||Object.keys(w.headers).reduce((X,Y)=>X&&Y==="accept",!0));n++;const H=$?y(w,F):c.m(w,F);try{const X=yield H;delete b.abortController,b.state="completed",X.data instanceof HTMLImageElement||c.b(X.data)?R(X):X.data&&R({data:yield(U=X.data,typeof createImageBitmap=="function"?c.d(U):c.f(U)),cacheControl:X.cacheControl,expires:X.expires})}catch(X){delete b.abortController,E(X)}finally{n--,g()}var U}),g=()=>{const b=(()=>{for(const w of Object.keys(a))if(a[w]())return!0;return!1})()?c.a.MAX_PARALLEL_IMAGE_REQUESTS_PER_FRAME:c.a.MAX_PARALLEL_IMAGE_REQUESTS;for(let w=n;w<b&&t.length>0;w++){const C=t.shift();C.abortController.signal.aborted?w--:h(C)}},y=(b,w)=>new Promise((C,E)=>{const R=new Image,F=b.url,$=b.credentials;$&&$==="include"?R.crossOrigin="use-credentials":($&&$==="same-origin"||!c.s(F))&&(R.crossOrigin="anonymous"),w.signal.addEventListener("abort",()=>{R.src="",E(c.c())}),R.fetchPriority="high",R.onload=()=>{R.onerror=R.onload=null,C({data:R})},R.onerror=()=>{R.onerror=R.onload=null,w.signal.aborted||E(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."))},R.src=F})}(He||(He={})),He.resetRequestQueue();class Ft{constructor(t){this._transformRequestFn=t}transformRequest(t,n){return this._transformRequestFn&&this._transformRequestFn(t,n)||{url:t}}setTransformRequest(t){this._transformRequestFn=t}}function It(u){var t=new c.A(3);return t[0]=u[0],t[1]=u[1],t[2]=u[2],t}var Wt,jt=function(u,t,n){return u[0]=t[0]-n[0],u[1]=t[1]-n[1],u[2]=t[2]-n[2],u};Wt=new c.A(3),c.A!=Float32Array&&(Wt[0]=0,Wt[1]=0,Wt[2]=0);var Vr=function(u){var t=u[0],n=u[1];return t*t+n*n};function bi(u){const t=[];if(typeof u=="string")t.push({id:"default",url:u});else if(u&&u.length>0){const n=[];for(const{id:o,url:a}of u){const h=`${o}${a}`;n.indexOf(h)===-1&&(n.push(h),t.push({id:o,url:a}))}}return t}function Nr(u,t,n){const o=u.split("?");return o[0]+=`${t}${n}`,o.join("?")}(function(){var u=new c.A(2);c.A!=Float32Array&&(u[0]=0,u[1]=0)})();class wt{constructor(t,n,o,a){this.context=t,this.format=o,this.texture=t.gl.createTexture(),this.update(n,a)}update(t,n,o){const{width:a,height:h}=t,g=!(this.size&&this.size[0]===a&&this.size[1]===h||o),{context:y}=this,{gl:b}=y;if(this.useMipmap=!!(n&&n.useMipmap),b.bindTexture(b.TEXTURE_2D,this.texture),y.pixelStoreUnpackFlipY.set(!1),y.pixelStoreUnpack.set(1),y.pixelStoreUnpackPremultiplyAlpha.set(this.format===b.RGBA&&(!n||n.premultiply!==!1)),g)this.size=[a,h],t instanceof HTMLImageElement||t instanceof HTMLCanvasElement||t instanceof HTMLVideoElement||t instanceof ImageData||c.b(t)?b.texImage2D(b.TEXTURE_2D,0,this.format,this.format,b.UNSIGNED_BYTE,t):b.texImage2D(b.TEXTURE_2D,0,this.format,a,h,0,this.format,b.UNSIGNED_BYTE,t.data);else{const{x:w,y:C}=o||{x:0,y:0};t instanceof HTMLImageElement||t instanceof HTMLCanvasElement||t instanceof HTMLVideoElement||t instanceof ImageData||c.b(t)?b.texSubImage2D(b.TEXTURE_2D,0,w,C,b.RGBA,b.UNSIGNED_BYTE,t):b.texSubImage2D(b.TEXTURE_2D,0,w,C,a,h,b.RGBA,b.UNSIGNED_BYTE,t.data)}this.useMipmap&&this.isSizePowerOfTwo()&&b.generateMipmap(b.TEXTURE_2D)}bind(t,n,o){const{context:a}=this,{gl:h}=a;h.bindTexture(h.TEXTURE_2D,this.texture),o!==h.LINEAR_MIPMAP_NEAREST||this.isSizePowerOfTwo()||(o=h.LINEAR),t!==this.filter&&(h.texParameteri(h.TEXTURE_2D,h.TEXTURE_MAG_FILTER,t),h.texParameteri(h.TEXTURE_2D,h.TEXTURE_MIN_FILTER,o||t),this.filter=t),n!==this.wrap&&(h.texParameteri(h.TEXTURE_2D,h.TEXTURE_WRAP_S,n),h.texParameteri(h.TEXTURE_2D,h.TEXTURE_WRAP_T,n),this.wrap=n)}isSizePowerOfTwo(){return this.size[0]===this.size[1]&&Math.log(this.size[0])/Math.LN2%1==0}destroy(){const{gl:t}=this.context;t.deleteTexture(this.texture),this.texture=null}}function js(u){const{userImage:t}=u;return!!(t&&t.render&&t.render())&&(u.data.replace(new Uint8Array(t.data.buffer)),!0)}class li 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}isLoaded(){return this.loaded}setLoaded(t){if(this.loaded!==t&&(this.loaded=t,t)){for(const{ids:n,promiseResolve:o}of this.requestors)o(this._getImagesForIds(n));this.requestors=[]}}getImage(t){const n=this.images[t];if(n&&!n.data&&n.spriteData){const o=n.spriteData;n.data=new c.R({width:o.width,height:o.height},o.context.getImageData(o.x,o.y,o.width,o.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 o=!0;const a=n.data||n.spriteData;return this._validateStretch(n.stretchX,a&&a.width)||(this.fire(new c.j(new Error(`Image "${t}" has invalid "stretchX" value`))),o=!1),this._validateStretch(n.stretchY,a&&a.height)||(this.fire(new c.j(new Error(`Image "${t}" has invalid "stretchY" value`))),o=!1),this._validateContent(n.content,n)||(this.fire(new c.j(new Error(`Image "${t}" has invalid "content" value`))),o=!1),o}_validateStretch(t,n){if(!t)return!0;let o=0;for(const a of t){if(a[0]<o||a[1]<a[0]||n<a[1])return!1;o=a[1]}return!0}_validateContent(t,n){if(!t)return!0;if(t.length!==4)return!1;const o=n.spriteData,a=o&&o.width||n.data.width,h=o&&o.height||n.data.height;return!(t[0]<0||a<t[0]||t[1]<0||h<t[1]||t[2]<0||a<t[2]||t[3]<0||h<t[3]||t[2]<t[0]||t[3]<t[1])}updateImage(t,n,o=!0){const a=this.getImage(t);if(o&&(a.data.width!==n.data.width||a.data.height!==n.data.height))throw new Error(`size mismatch between old image (${a.data.width}x${a.data.height}) and new image (${n.data.width}x${n.data.height}).`);n.version=a.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,o)=>{let a=!0;if(!this.isLoaded())for(const h of t)this.images[h]||(a=!1);this.isLoaded()||a?n(this._getImagesForIds(t)):this.requestors.push({ids:t,promiseResolve:n})})}_getImagesForIds(t){const n={};for(const o of t){let a=this.getImage(o);a||(this.fire(new c.k("styleimagemissing",{id:o})),a=this.getImage(o)),a?n[o]={data:a.data.clone(),pixelRatio:a.pixelRatio,sdf:a.sdf,version:a.version,stretchX:a.stretchX,stretchY:a.stretchY,content:a.content,textFitWidth:a.textFitWidth,textFitHeight:a.textFitHeight,hasRenderCallback:!!(a.userImage&&a.userImage.render)}:c.w(`Image "${o}" 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],o=this.getImage(t);if(!o)return null;if(n&&n.position.version===o.version)return n.position;if(n)n.position.version=o.version;else{const a={w:o.data.width+2,h:o.data.height+2,x:0,y:0},h=new c.I(a,o);this.patterns[t]={bin:a,position:h}}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 wt(t,this.atlasImage,n.RGBA),this.atlasTexture.bind(n.LINEAR,n.CLAMP_TO_EDGE)}_updatePatternAtlas(){const t=[];for(const h in this.patterns)t.push(this.patterns[h].bin);const{w:n,h:o}=c.p(t),a=this.atlasImage;a.resize({width:n||1,height:o||1});for(const h in this.patterns){const{bin:g}=this.patterns[h],y=g.x+1,b=g.y+1,w=this.getImage(h).data,C=w.width,E=w.height;c.R.copy(w,a,{x:0,y:0},{x:y,y:b},{width:C,height:E}),c.R.copy(w,a,{x:0,y:E-1},{x:y,y:b-1},{width:C,height:1}),c.R.copy(w,a,{x:0,y:0},{x:y,y:b+E},{width:C,height:1}),c.R.copy(w,a,{x:C-1,y:0},{x:y-1,y:b},{width:1,height:E}),c.R.copy(w,a,{x:0,y:0},{x:y+C,y:b},{width:1,height:E})}this.dirty=!0}beginFrame(){this.callbackDispatchedThisFrame={}}dispatchRenderCallbacks(t){for(const n of t){if(this.callbackDispatchedThisFrame[n])continue;this.callbackDispatchedThisFrame[n]=!0;const o=this.getImage(n);o||c.w(`Image with ID: "${n}" was not found`),js(o)&&this.updateImage(n,o)}}}const wi=1e20;function Cr(u,t,n,o,a,h,g,y,b){for(let w=t;w<t+o;w++)Cn(u,n*h+w,h,a,g,y,b);for(let w=n;w<n+a;w++)Cn(u,w*h+t,1,o,g,y,b)}function Cn(u,t,n,o,a,h,g){h[0]=0,g[0]=-wi,g[1]=wi,a[0]=u[t];for(let y=1,b=0,w=0;y<o;y++){a[y]=u[t+y*n];const C=y*y;do{const E=h[b];w=(a[y]-a[E]+C-E*E)/(y-E)/2}while(w<=g[b]&&--b>-1);b++,h[b]=y,g[b]=w,g[b+1]=wi}for(let y=0,b=0;y<o;y++){for(;g[b+1]<y;)b++;const w=h[b],C=y-w;u[t+y*n]=a[w]+C*C}}class dr{constructor(t,n){this.requestManager=t,this.localIdeographFontFamily=n,this.entries={}}setURL(t){this.url=t}getGlyphs(t){return c._(this,void 0,void 0,function*(){const n=[];for(const h in t)for(const g of t[h])n.push(this._getAndCacheGlyphsPromise(h,g));const o=yield Promise.all(n),a={};for(const{stack:h,id:g,glyph:y}of o)a[h]||(a[h]={}),a[h][g]=y&&{id:y.id,bitmap:y.bitmap.clone(),metrics:y.metrics};return a})}_getAndCacheGlyphsPromise(t,n){return c._(this,void 0,void 0,function*(){let o=this.entries[t];o||(o=this.entries[t]={glyphs:{},requests:{},ranges:{}});let a=o.glyphs[n];if(a!==void 0)return{stack:t,id:n,glyph:a};if(a=this._tinySDF(o,t,n),a)return o.glyphs[n]=a,{stack:t,id:n,glyph:a};const h=Math.floor(n/256);if(256*h>65535)throw new Error("glyphs > 65535 not supported");if(o.ranges[h])return{stack:t,id:n,glyph:a};if(!this.url)throw new Error("glyphsUrl is not set");if(!o.requests[h]){const y=dr.loadGlyphRange(t,h,this.url,this.requestManager);o.requests[h]=y}const g=yield o.requests[h];for(const y in g)this._doesCharSupportLocalGlyph(+y)||(o.glyphs[+y]=g[+y]);return o.ranges[h]=!0,{stack:t,id:n,glyph:g[n]||null}})}_doesCharSupportLocalGlyph(t){return!!this.localIdeographFontFamily&&(c.u["CJK Unified Ideographs"](t)||c.u["Hangul Syllables"](t)||c.u.Hiragana(t)||c.u.Katakana(t))}_tinySDF(t,n,o){const a=this.localIdeographFontFamily;if(!a||!this._doesCharSupportLocalGlyph(o))return;let h=t.tinySDF;if(!h){let y="400";/bold/i.test(n)?y="900":/medium/i.test(n)?y="500":/light/i.test(n)&&(y="200"),h=t.tinySDF=new dr.TinySDF({fontSize:48,buffer:6,radius:16,cutoff:.25,fontFamily:a,fontWeight:y})}const g=h.draw(String.fromCharCode(o));return{id:o,bitmap:new c.o({width:g.width||60,height:g.height||60},g.data),metrics:{width:g.glyphWidth/2||24,height:g.glyphHeight/2||24,left:g.glyphLeft/2+.5||0,top:g.glyphTop/2-27.5||-8,advance:g.glyphAdvance/2||24,isDoubleResolution:!0}}}}dr.loadGlyphRange=function(u,t,n,o){return c._(this,void 0,void 0,function*(){const a=256*t,h=a+255,g=o.transformRequest(n.replace("{fontstack}",u).replace("{range}",`${a}-${h}`),"Glyphs"),y=yield c.l(g,new AbortController);if(!y||!y.data)throw new Error(`Could not load glyph range. range: ${t}, ${a}-${h}`);const b={};for(const w of c.n(y.data))b[w.id]=w;return b})},dr.TinySDF=class{constructor({fontSize:u=24,buffer:t=3,radius:n=8,cutoff:o=.25,fontFamily:a="sans-serif",fontWeight:h="normal",fontStyle:g="normal"}={}){this.buffer=t,this.cutoff=o,this.radius=n;const y=this.size=u+4*t,b=this._createCanvas(y),w=this.ctx=b.getContext("2d",{willReadFrequently:!0});w.font=`${g} ${h} ${u}px ${a}`,w.textBaseline="alphabetic",w.textAlign="left",w.fillStyle="black",this.gridOuter=new Float64Array(y*y),this.gridInner=new Float64Array(y*y),this.f=new Float64Array(y),this.z=new Float64Array(y+1),this.v=new Uint16Array(y)}_createCanvas(u){const t=document.createElement("canvas");return t.width=t.height=u,t}draw(u){const{width:t,actualBoundingBoxAscent:n,actualBoundingBoxDescent:o,actualBoundingBoxLeft:a,actualBoundingBoxRight:h}=this.ctx.measureText(u),g=Math.ceil(n),y=Math.max(0,Math.min(this.size-this.buffer,Math.ceil(h-a))),b=Math.min(this.size-this.buffer,g+Math.ceil(o)),w=y+2*this.buffer,C=b+2*this.buffer,E=Math.max(w*C,0),R=new Uint8ClampedArray(E),F={data:R,width:w,height:C,glyphWidth:y,glyphHeight:b,glyphTop:g,glyphLeft:0,glyphAdvance:t};if(y===0||b===0)return F;const{ctx:$,buffer:H,gridInner:U,gridOuter:X}=this;$.clearRect(H,H,y,b),$.fillText(u,H,H+g);const Y=$.getImageData(H,H,y,b);X.fill(wi,0,E),U.fill(0,0,E);for(let j=0;j<b;j++)for(let te=0;te<y;te++){const se=Y.data[4*(j*y+te)+3]/255;if(se===0)continue;const ce=(j+H)*w+te+H;if(se===1)X[ce]=0,U[ce]=wi;else{const ye=.5-se;X[ce]=ye>0?ye*ye:0,U[ce]=ye<0?ye*ye:0}}Cr(X,0,0,w,C,w,this.f,this.v,this.z),Cr(U,H,H,y,b,w,this.f,this.v,this.z);for(let j=0;j<E;j++){const te=Math.sqrt(X[j])-Math.sqrt(U[j]);R[j]=Math.round(255-255*(te/this.radius+this.cutoff))}return F}};class Us{constructor(){this.specification=c.v.light.position}possiblyEvaluate(t,n){return c.y(t.expression.evaluate(n))}interpolate(t,n,o){return{x:c.z.number(t.x,n.x,o),y:c.z.number(t.y,n.y,o),z:c.z.number(t.z,n.z,o)}}}let on;class Er extends c.E{constructor(t){super(),on=on||new c.q({anchor:new c.D(c.v.light.anchor),position:new Us,color:new c.D(c.v.light.color),intensity:new c.D(c.v.light.intensity)}),this._transitionable=new c.T(on),this.setLight(t),this._transitioning=this._transitionable.untransitioned()}getLight(){return this._transitionable.serialize()}setLight(t,n={}){if(!this._validate(c.r,t,n))for(const o in t){const a=t[o];o.endsWith("-transition")?this._transitionable.setTransition(o.slice(0,-11),a):this._transitionable.setValue(o,a)}}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,o){return(!o||o.validate!==!1)&&c.t(this,t.call(c.x,{value:n,style:{glyphs:!0,sprite:!0},styleSpec:c.v}))}}const Ei=new c.q({"sky-color":new c.D(c.v.sky["sky-color"]),"horizon-color":new c.D(c.v.sky["horizon-color"]),"fog-color":new c.D(c.v.sky["fog-color"]),"fog-ground-blend":new c.D(c.v.sky["fog-ground-blend"]),"horizon-fog-blend":new c.D(c.v.sky["horizon-fog-blend"]),"sky-horizon-blend":new c.D(c.v.sky["sky-horizon-blend"]),"atmosphere-blend":new c.D(c.v.sky["atmosphere-blend"])});class Qi extends c.E{constructor(t){super(),this._transitionable=new c.T(Ei),this.setSky(t),this._transitioning=this._transitionable.untransitioned()}setSky(t,n={}){if(!this._validate(c.B,t,n))for(const o in t){const a=t[o];o.endsWith("-transition")?this._transitionable.setTransition(o.slice(0,-11),a):this._transitionable.setValue(o,a)}}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,o={}){return(o==null?void 0:o.validate)!==!1&&c.t(this,t.call(c.x,c.e({value:n,style:{glyphs:!0,sprite:!0},styleSpec:c.v})))}calculateFogBlendOpacity(t){return t<60?0:t<70?(t-60)/10:1}}class En{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 o=t.join(",")+String(n);return this.dashEntry[o]||(this.dashEntry[o]=this.addDash(t,n)),this.dashEntry[o]}getDashRanges(t,n,o){const a=[];let h=t.length%2==1?-t[t.length-1]*o:0,g=t[0]*o,y=!0;a.push({left:h,right:g,isDash:y,zeroLength:t[0]===0});let b=t[0];for(let w=1;w<t.length;w++){y=!y;const C=t[w];h=b*o,b+=C,g=b*o,a.push({left:h,right:g,isDash:y,zeroLength:C===0})}return a}addRoundDash(t,n,o){const a=n/2;for(let h=-o;h<=o;h++){const g=this.width*(this.nextRow+o+h);let y=0,b=t[y];for(let w=0;w<this.width;w++){w/b.right>1&&(b=t[++y]);const C=Math.abs(w-b.left),E=Math.abs(w-b.right),R=Math.min(C,E);let F;const $=h/o*(a+1);if(b.isDash){const H=a-Math.abs($);F=Math.sqrt(R*R+H*H)}else F=a-Math.sqrt(R*R+$*$);this.data[g+w]=Math.max(0,Math.min(255,F+128))}}}addRegularDash(t){for(let y=t.length-1;y>=0;--y){const b=t[y],w=t[y+1];b.zeroLength?t.splice(y,1):w&&w.isDash===b.isDash&&(w.left=b.left,t.splice(y,1))}const n=t[0],o=t[t.length-1];n.isDash===o.isDash&&(n.left=o.left-this.width,o.right=n.right+this.width);const a=this.width*this.nextRow;let h=0,g=t[h];for(let y=0;y<this.width;y++){y/g.right>1&&(g=t[++h]);const b=Math.abs(y-g.left),w=Math.abs(y-g.right),C=Math.min(b,w);this.data[a+y]=Math.max(0,Math.min(255,(g.isDash?C:-C)+128))}}addDash(t,n){const o=n?7:0,a=2*o+1;if(this.nextRow+a>this.height)return c.w("LineAtlas out of space"),null;let h=0;for(let y=0;y<t.length;y++)h+=t[y];if(h!==0){const y=this.width/h,b=this.getDashRanges(t,this.width,y);n?this.addRoundDash(b,y,o):this.addRegularDash(b)}const g={y:(this.nextRow+o+.5)/this.height,height:2*o/this.height,width:h};return this.nextRow+=a,this.dirty=!0,g}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 $r="maplibre_preloaded_worker_pool";class pr{constructor(){this.active={}}acquire(t){if(!this.workers)for(this.workers=[];this.workers.length<pr.workerCount;)this.workers.push(new Worker(c.a.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[$r]}numActive(){return Object.keys(this.active).length}}const Pn=Math.floor(le.hardwareConcurrency/2);let Oi,er;function an(){return Oi||(Oi=new pr),Oi}pr.workerCount=c.C(globalThis)?Math.max(Math.min(Pn,3),1):1;class ln{constructor(t,n){this.workerPool=t,this.actors=[],this.currentActor=0,this.id=n;const o=this.workerPool.acquire(n);for(let a=0;a<o.length;a++){const h=new c.F(o[a],n);h.name=`Worker ${a}`,this.actors.push(h)}if(!this.actors.length)throw new Error("No actors found")}broadcast(t,n){const o=[];for(const a of this.actors)o.push(a.sendAsync({type:t,data:n}));return Promise.all(o)}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 o of this.actors)o.registerMessageHandler(t,n)}}function ns(){return er||(er=new ln(an(),c.G),er.registerMessageHandler("GR",(u,t,n)=>c.m(t,n))),er}function Pr(u,t){const n=c.H();return c.J(n,n,[1,1,0]),c.K(n,n,[.5*u.width,.5*u.height,1]),c.L(n,n,u.calculatePosMatrix(t.toUnwrapped()))}function jr(u,t,n,o,a,h){const g=function(E,R,F){if(E)for(const $ of E){const H=R[$];if(H&&H.source===F&&H.type==="fill-extrusion")return!0}else for(const $ in R){const H=R[$];if(H.source===F&&H.type==="fill-extrusion")return!0}return!1}(a&&a.layers,t,u.id),y=h.maxPitchScaleFactor(),b=u.tilesIn(o,y,g);b.sort(Ur);const w=[];for(const E of b)w.push({wrappedTileID:E.tileID.wrapped().key,queryResults:E.tile.queryRenderedFeatures(t,n,u._state,E.queryGeometry,E.cameraQueryGeometry,E.scale,a,h,y,Pr(u.transform,E.tileID))});const C=function(E){const R={},F={};for(const $ of E){const H=$.queryResults,U=$.wrappedTileID,X=F[U]=F[U]||{};for(const Y in H){const j=H[Y],te=X[Y]=X[Y]||{},se=R[Y]=R[Y]||[];for(const ce of j)te[ce.featureIndex]||(te[ce.featureIndex]=!0,se.push(ce))}}return R}(w);for(const E in C)C[E].forEach(R=>{const F=R.feature,$=u.getFeatureState(F.layer["source-layer"],F.id);F.source=F.layer.source,F.layer["source-layer"]&&(F.sourceLayer=F.layer["source-layer"]),F.state=$});return C}function Ur(u,t){const n=u.tileID,o=t.tileID;return n.overscaledZ-o.overscaledZ||n.canonical.y-o.canonical.y||n.wrap-o.wrap||n.canonical.x-o.canonical.x}function An(u,t,n){return c._(this,void 0,void 0,function*(){let o=u;if(u.url?o=(yield c.h(t.transformRequest(u.url,"Source"),n)).data:yield le.frameAsync(n),!o)return null;const a=c.M(c.e(o,u),["tiles","minzoom","maxzoom","attribution","bounds","scheme","tileSize","encoding"]);return"vector_layers"in o&&o.vector_layers&&(a.vectorLayerIds=o.vector_layers.map(h=>h.id)),a})}class ue{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.N?new c.N(t.lng,t.lat):c.N.convert(t),this}setSouthWest(t){return this._sw=t instanceof c.N?new c.N(t.lng,t.lat):c.N.convert(t),this}extend(t){const n=this._sw,o=this._ne;let a,h;if(t instanceof c.N)a=t,h=t;else{if(!(t instanceof ue))return Array.isArray(t)?t.length===4||t.every(Array.isArray)?this.extend(ue.convert(t)):this.extend(c.N.convert(t)):t&&("lng"in t||"lon"in t)&&"lat"in t?this.extend(c.N.convert(t)):this;if(a=t._sw,h=t._ne,!a||!h)return this}return n||o?(n.lng=Math.min(a.lng,n.lng),n.lat=Math.min(a.lat,n.lat),o.lng=Math.max(h.lng,o.lng),o.lat=Math.max(h.lat,o.lat)):(this._sw=new c.N(a.lng,a.lat),this._ne=new c.N(h.lng,h.lat)),this}getCenter(){return new c.N((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.N(this.getWest(),this.getNorth())}getSouthEast(){return new c.N(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:o}=c.N.convert(t);let a=this._sw.lng<=n&&n<=this._ne.lng;return this._sw.lng>this._ne.lng&&(a=this._sw.lng>=n&&n>=this._ne.lng),this._sw.lat<=o&&o<=this._ne.lat&&a}static convert(t){return t instanceof ue?t:t&&new ue(t)}static fromLngLat(t,n=0){const o=360*n/40075017,a=o/Math.cos(Math.PI/180*t.lat);return new ue(new c.N(t.lng-a,t.lat-o),new c.N(t.lng+a,t.lat+o))}}class cn{constructor(t,n,o){this.bounds=ue.convert(this.validateBounds(t)),this.minzoom=n||0,this.maxzoom=o||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),o=Math.floor(c.O(this.bounds.getWest())*n),a=Math.floor(c.Q(this.bounds.getNorth())*n),h=Math.ceil(c.O(this.bounds.getEast())*n),g=Math.ceil(c.Q(this.bounds.getSouth())*n);return t.x>=o&&t.x<h&&t.y>=a&&t.y<g}}class ss extends c.E{constructor(t,n,o,a){if(super(),this.id=t,this.dispatcher=o,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.M(n,["url","scheme","tileSize","promoteId"])),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(a)}load(){return c._(this,void 0,void 0,function*(){this._loaded=!1,this.fire(new c.k("dataloading",{dataType:"source"})),this._tileJSONRequest=new AbortController;try{const t=yield An(this._options,this.map._requestManager,this._tileJSONRequest);this._tileJSONRequest=null,this._loaded=!0,this.map.style.sourceCaches[this.id].clearTiles(),t&&(c.e(this,t),t.bounds&&(this.tileBounds=new cn(t.bounds,this.minzoom,this.maxzoom)),this.fire(new c.k("data",{dataType:"source",sourceDataType:"metadata"})),this.fire(new c.k("data",{dataType:"source",sourceDataType:"content"})))}catch(t){this._tileJSONRequest=null,this.fire(new c.j(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),o={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};o.request.collectResourceTiming=this._collectResourceTiming;let a="RT";if(t.actor&&t.state!=="expired"){if(t.state==="loading")return new Promise((h,g)=>{t.reloadPromise={resolve:h,reject:g}})}else t.actor=this.dispatcher.getActor(),a="LT";t.abortController=new AbortController;try{const h=yield t.actor.sendAsync({type:a,data:o},t.abortController);if(delete t.abortController,t.aborted)return;this._afterTileLoadWorkerResponse(t,h)}catch(h){if(delete t.abortController,t.aborted)return;if(h&&h.status!==404)throw h;this._afterTileLoadWorkerResponse(t,null)}})}_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 o=t.reloadPromise;t.reloadPromise=null,this.loadTile(t).then(o.resolve).catch(o.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 yt extends c.E{constructor(t,n,o,a){super(),this.id=t,this.dispatcher=o,this.setEventedParent(a),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.M(n,["url","scheme","tileSize"]))}load(){return c._(this,void 0,void 0,function*(){this._loaded=!1,this.fire(new c.k("dataloading",{dataType:"source"})),this._tileJSONRequest=new AbortController;try{const t=yield An(this._options,this.map._requestManager,this._tileJSONRequest);this._tileJSONRequest=null,this._loaded=!0,t&&(c.e(this,t),t.bounds&&(this.tileBounds=new cn(t.bounds,this.minzoom,this.maxzoom)),this.fire(new c.k("data",{dataType:"source",sourceDataType:"metadata"})),this.fire(new c.k("data",{dataType:"source",sourceDataType:"content"})))}catch(t){this._tileJSONRequest=null,this.fire(new c.j(t))}})}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()}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 o=yield He.getImage(this.map._requestManager.transformRequest(n,"Tile"),t.abortController,this.map._refreshExpiredTiles);if(delete t.abortController,t.aborted)return void(t.state="unloaded");if(o&&o.data){this.map._refreshExpiredTiles&&o.cacheControl&&o.expires&&t.setExpiryData({cacheControl:o.cacheControl,expires:o.expires});const a=this.map.painter.context,h=a.gl,g=o.data;t.texture=this.map.painter.getTileTexture(g.width),t.texture?t.texture.update(g,{useMipmap:!0}):(t.texture=new wt(a,g,h.RGBA,{useMipmap:!0}),t.texture.bind(h.LINEAR,h.CLAMP_TO_EDGE,h.LINEAR_MIPMAP_NEAREST)),t.state="loaded"}}catch(o){if(delete t.abortController,t.aborted)t.state="unloaded";else if(o)throw t.state="errored",o}})}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 Ut extends yt{constructor(t,n,o,a){super(t,n,o,a),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),o=this.map._requestManager.transformRequest(n,"Tile");t.neighboringTiles=this._getNeighboringTiles(t.tileID),t.abortController=new AbortController;try{const a=yield He.getImage(o,t.abortController,this.map._refreshExpiredTiles);if(delete t.abortController,t.aborted)return void(t.state="unloaded");if(a&&a.data){const h=a.data;this.map._refreshExpiredTiles&&a.cacheControl&&a.expires&&t.setExpiryData({cacheControl:a.cacheControl,expires:a.expires});const g=c.b(h)&&c.U()?h:yield this.readImageNow(h),y={type:this.type,uid:t.uid,source:this.id,rawImageData:g,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 b=yield t.actor.sendAsync({type:"LDT",data:y});t.dem=b,t.needsHillshadePrepare=!0,t.needsTerrainPrepare=!0,t.state="loaded"}}}catch(a){if(delete t.abortController,t.aborted)t.state="unloaded";else if(a)throw t.state="errored",a}})}readImageNow(t){return c._(this,void 0,void 0,function*(){if(typeof VideoFrame<"u"&&c.V()){const n=t.width+2,o=t.height+2;try{return new c.R({width:n,height:o},yield c.W(t,-1,-1,n,o))}catch{}}return le.getImageData(t,1)})}_getNeighboringTiles(t){const n=t.canonical,o=Math.pow(2,n.z),a=(n.x-1+o)%o,h=n.x===0?t.wrap-1:t.wrap,g=(n.x+1+o)%o,y=n.x+1===o?t.wrap+1:t.wrap,b={};return b[new c.S(t.overscaledZ,h,n.z,a,n.y).key]={backfilled:!1},b[new c.S(t.overscaledZ,y,n.z,g,n.y).key]={backfilled:!1},n.y>0&&(b[new c.S(t.overscaledZ,h,n.z,a,n.y-1).key]={backfilled:!1},b[new c.S(t.overscaledZ,t.wrap,n.z,n.x,n.y-1).key]={backfilled:!1},b[new c.S(t.overscaledZ,y,n.z,g,n.y-1).key]={backfilled:!1}),n.y+1<o&&(b[new c.S(t.overscaledZ,h,n.z,a,n.y+1).key]={backfilled:!1},b[new c.S(t.overscaledZ,t.wrap,n.z,n.x,n.y+1).key]={backfilled:!1},b[new c.S(t.overscaledZ,y,n.z,g,n.y+1).key]={backfilled:!1}),b}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}}))})}}class os extends c.E{constructor(t,n,o,a){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._pendingLoads=0,this.actor=o.getActor(),this.setEventedParent(a),this._data=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;const h=c.X/this.tileSize;this.workerOptions=c.e({source:this.id,cluster:n.cluster||!1,geojsonVtOptions:{buffer:(n.buffer!==void 0?n.buffer:128)*h,tolerance:(n.tolerance!==void 0?n.tolerance:.375)*h,extent:c.X,maxZoom:this.maxzoom,lineMetrics:n.lineMetrics||!1,generateId:n.generateId||!1},superclusterOptions:{maxZoom:n.clusterMaxZoom!==void 0?n.clusterMaxZoom:this.maxzoom-1,minPoints:Math.max(2,n.clusterMinPoints||2),extent:c.X,radius:(n.clusterRadius||50)*h,log:!1,generateId:n.generateId||!1},clusterProperties:n.clusterProperties,filter:n.filter},n.workerOptions),typeof this.promoteId=="string"&&(this.workerOptions.promoteId=this.promoteId)}load(){return c._(this,void 0,void 0,function*(){yield this._updateWorkerData()})}onAdd(t){this.map=t,this.load()}setData(t){return this._data=t,this._updateWorkerData(),this}updateData(t){return this._updateWorkerData(t),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})})}setClusterOptions(t){return this.workerOptions.cluster=t.cluster,t&&(t.clusterRadius!==void 0&&(this.workerOptions.superclusterOptions.radius=t.clusterRadius),t.clusterMaxZoom!==void 0&&(this.workerOptions.superclusterOptions.maxZoom=t.clusterMaxZoom)),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,o){return this.actor.sendAsync({type:"GCL",data:{type:this.type,source:this.id,clusterId:t,limit:n,offset:o}})}_updateWorkerData(t){return c._(this,void 0,void 0,function*(){const n=c.e({type:this.type},this.workerOptions);t?n.dataDiff=t:typeof this._data=="string"?(n.request=this.map._requestManager.transformRequest(le.resolveURL(this._data),"Source"),n.request.collectResourceTiming=this._collectResourceTiming):n.data=JSON.stringify(this._data),this._pendingLoads++,this.fire(new c.k("dataloading",{dataType:"source"}));try{const o=yield this.actor.sendAsync({type:"LD",data:n});if(this._pendingLoads--,this._removed||o.abandoned)return void this.fire(new c.k("dataabort",{dataType:"source"}));let a=null;o.resourceTiming&&o.resourceTiming[this.id]&&(a=o.resourceTiming[this.id].slice(0));const h={dataType:"source"};this._collectResourceTiming&&a&&a.length>0&&c.e(h,{resourceTiming:a}),this.fire(new c.k("data",Object.assign(Object.assign({},h),{sourceDataType:"metadata"}))),this.fire(new c.k("data",Object.assign(Object.assign({},h),{sourceDataType:"content"})))}catch(o){if(this._pendingLoads--,this._removed)return void this.fire(new c.k("dataabort",{dataType:"source"}));this.fire(new c.j(o))}})}loaded(){return this._pendingLoads===0}loadTile(t){return c._(this,void 0,void 0,function*(){const n=t.actor?"RT":"LT";t.actor=this.actor;const o={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};t.abortController=new AbortController;const a=yield this.actor.sendAsync({type:n,data:o},t.abortController);delete t.abortController,t.unloadVectorData(),t.aborted||t.loadVectorData(a,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})}hasTransition(){return!1}}var qr=c.Y([{name:"a_pos",type:"Int16",components:2},{name:"a_texture_pos",type:"Int16",components:2}]);class Ar extends c.E{constructor(t,n,o,a){super(),this.id=t,this.dispatcher=o,this.coordinates=n.coordinates,this.type="image",this.minzoom=0,this.maxzoom=22,this.tileSize=512,this.tiles={},this._loaded=!1,this.setEventedParent(a),this.options=n}load(t){return c._(this,void 0,void 0,function*(){this._loaded=!1,this.fire(new c.k("dataloading",{dataType:"source"})),this.url=this.options.url,this._request=new AbortController;try{const n=yield He.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,this.fire(new c.j(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.k("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.Z.fromLngLat);this.tileID=function(a){let h=1/0,g=1/0,y=-1/0,b=-1/0;for(const R of a)h=Math.min(h,R.x),g=Math.min(g,R.y),y=Math.max(y,R.x),b=Math.max(b,R.y);const w=Math.max(y-h,b-g),C=Math.max(0,Math.floor(-Math.log(w)/Math.LN2)),E=Math.pow(2,C);return new c.a1(C,Math.floor((h+y)/2*E),Math.floor((g+b)/2*E))}(n),this.minzoom=this.maxzoom=this.tileID.z;const o=n.map(a=>this.tileID.getTilePoint(a)._round());return this._boundsArray=new c.$,this._boundsArray.emplaceBack(o[0].x,o[0].y,0,0),this._boundsArray.emplaceBack(o[1].x,o[1].y,c.X,0),this._boundsArray.emplaceBack(o[3].x,o[3].y,0,c.X),this._boundsArray.emplaceBack(o[2].x,o[2].y,c.X,c.X),this.boundsBuffer&&(this.boundsBuffer.destroy(),delete this.boundsBuffer),this.fire(new c.k("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.boundsBuffer||(this.boundsBuffer=t.createVertexBuffer(this._boundsArray,qr.members)),this.boundsSegments||(this.boundsSegments=c.a0.simpleSegment(0,0,4,2)),this.texture||(this.texture=new wt(t,this.image,n.RGBA),this.texture.bind(n.LINEAR,n.CLAMP_TO_EDGE));let o=!1;for(const a in this.tiles){const h=this.tiles[a];h.state!=="loaded"&&(h.state="loaded",h.texture=this.texture,o=!0)}o&&this.fire(new c.k("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}}class Mn extends Ar{constructor(t,n,o,a){super(t,n,o,a),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.a3(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.j(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.j(new c.a2(`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.boundsBuffer||(this.boundsBuffer=t.createVertexBuffer(this._boundsArray,qr.members)),this.boundsSegments||(this.boundsSegments=c.a0.simpleSegment(0,0,4,2)),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 wt(t,this.video,n.RGBA),this.texture.bind(n.LINEAR,n.CLAMP_TO_EDGE));let o=!1;for(const a in this.tiles){const h=this.tiles[a];h.state!=="loaded"&&(h.state="loaded",h.texture=this.texture,o=!0)}o&&this.fire(new c.k("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 Wi extends Ar{constructor(t,n,o,a){super(t,n,o,a),n.coordinates?Array.isArray(n.coordinates)&&n.coordinates.length===4&&!n.coordinates.some(h=>!Array.isArray(h)||h.length!==2||h.some(g=>typeof g!="number"))||this.fire(new c.j(new c.a2(`sources.${t}`,null,'"coordinates" property must be an array of 4 longitude/latitude array pairs'))):this.fire(new c.j(new c.a2(`sources.${t}`,null,'missing required property "coordinates"'))),n.animate&&typeof n.animate!="boolean"&&this.fire(new c.j(new c.a2(`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.j(new c.a2(`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.j(new c.a2(`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.j(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,o=n.gl;this.boundsBuffer||(this.boundsBuffer=n.createVertexBuffer(this._boundsArray,qr.members)),this.boundsSegments||(this.boundsSegments=c.a0.simpleSegment(0,0,4,2)),this.texture?(t||this._playing)&&this.texture.update(this.canvas,{premultiply:!0}):this.texture=new wt(n,this.canvas,o.RGBA,{premultiply:!0});let a=!1;for(const h in this.tiles){const g=this.tiles[h];g.state!=="loaded"&&(g.state="loaded",g.texture=this.texture,a=!0)}a&&this.fire(new c.k("data",{dataType:"source",sourceDataType:"idle",sourceId:this.id}))}serialize(){return{type:"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 as={},ls=u=>{switch(u){case"geojson":return os;case"image":return Ar;case"raster":return yt;case"raster-dem":return Ut;case"vector":return ss;case"video":return Mn;case"canvas":return Wi}return as[u]},ke="RTLPluginLoaded";class fr extends c.E{constructor(){super(...arguments),this.status="unavailable",this.url=null,this.dispatcher=ns()}_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,o=!1){if(this.url)throw new Error("setRTLTextPlugin cannot be called multiple times.");if(this.url=le.resolveURL(n),!this.url)throw new Error(`requested url ${n} is invalid`);if(this.status==="unavailable"){if(!o)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.k(ke))})}lazyLoad(){this.status==="unavailable"?this.status="requested":this.status==="deferred"&&this._requestImport()}}let Si=null;function mr(){return Si||(Si=new fr),Si}class Zr{constructor(t,n){this.timeAdded=0,this.fadeEndTime=0,this.tileID=t,this.uid=c.a4(),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"}registerFadeDuration(t){const n=t+this.timeAdded;n<this.fadeEndTime||(this.fadeEndTime=n)}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,o){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.latestRawTileData&&(this.latestFeatureIndex.rawTileData=this.latestRawTileData)),this.collisionBoxArray=t.collisionBoxArray,this.buckets=function(a,h){const g={};if(!h)return g;for(const y of a){const b=y.layerIds.map(w=>h.getLayer(w)).filter(Boolean);if(b.length!==0){y.layers=b,y.stateDependentLayerIds&&(y.stateDependentLayers=y.stateDependentLayerIds.map(w=>b.filter(C=>C.id===w)[0]));for(const w of b)g[w.id]=y}}return g}(t.buckets,n.style),this.hasSymbolBuckets=!1;for(const a in this.buckets){const h=this.buckets[a];if(h instanceof c.a6){if(this.hasSymbolBuckets=!0,!o)break;h.justReloaded=!0}}if(this.hasRTLText=!1,this.hasSymbolBuckets)for(const a in this.buckets){const h=this.buckets[a];if(h instanceof c.a6&&h.hasRTLText){this.hasRTLText=!0,mr().lazyLoad();break}}this.queryPadding=0;for(const a in this.buckets){const h=this.buckets[a];this.queryPadding=Math.max(this.queryPadding,n.style.getLayer(a).queryRadius(h))}t.imageAtlas&&(this.imageAtlas=t.imageAtlas),t.glyphAtlasImage&&(this.glyphAtlasImage=t.glyphAtlasImage)}else this.collisionBoxArray=new c.a5}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.latestFeatureIndex=null,this.state="unloaded"}getBucket(t){return this.buckets[t.id]}upload(t){for(const o in this.buckets){const a=this.buckets[o];a.uploadPending()&&a.upload(t)}const n=t.gl;this.imageAtlas&&!this.imageAtlas.uploaded&&(this.imageAtlasTexture=new wt(t,this.imageAtlas.image,n.RGBA),this.imageAtlas.uploaded=!0),this.glyphAtlasImage&&(this.glyphAtlasTexture=new wt(t,this.glyphAtlasImage,n.ALPHA),this.glyphAtlasImage=null)}prepare(t){this.imageAtlas&&this.imageAtlas.patchUpdatedImages(t,this.imageAtlasTexture)}queryRenderedFeatures(t,n,o,a,h,g,y,b,w,C){return this.latestFeatureIndex&&this.latestFeatureIndex.rawTileData?this.latestFeatureIndex.query({queryGeometry:a,cameraQueryGeometry:h,scale:g,tileSize:this.tileSize,pixelPosMatrix:C,transform:b,params:y,queryPadding:this.queryPadding*w},t,n,o):{}}querySourceFeatures(t,n){const o=this.latestFeatureIndex;if(!o||!o.rawTileData)return;const a=o.loadVTLayers(),h=n&&n.sourceLayer?n.sourceLayer:"",g=a._geojsonTileLayer||a[h];if(!g)return;const y=c.a7(n&&n.filter),{z:b,x:w,y:C}=this.tileID.canonical,E={z:b,x:w,y:C};for(let R=0;R<g.length;R++){const F=g.feature(R);if(y.needGeometry){const U=c.a8(F,!0);if(!y.filter(new c.a9(this.tileID.overscaledZ),U,this.tileID.canonical))continue}else if(!y.filter(new c.a9(this.tileID.overscaledZ),F))continue;const $=o.getId(F,h),H=new c.aa(F,b,w,C,$);H.tile=E,t.push(H)}}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 o=c.ab(t.cacheControl);o["max-age"]&&(this.expirationTime=Date.now()+1e3*o["max-age"])}else t.expires&&(this.expirationTime=new Date(t.expires).getTime());if(this.expirationTime){const o=Date.now();let a=!1;if(this.expirationTime>o)a=!1;else if(n)if(this.expirationTime<n)a=!0;else{const h=this.expirationTime-n;h?this.expirationTime=o+Math.max(h,3e4):a=!0}else a=!0;a?(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 o=this.latestFeatureIndex.loadVTLayers();for(const a in this.buckets){if(!n.style.hasLayer(a))continue;const h=this.buckets[a],g=h.layers[0].sourceLayer||"_geojsonTileLayer",y=o[g],b=t[g];if(!y||!b||Object.keys(b).length===0)continue;h.update(b,y,this.imageAtlas&&this.imageAtlas.patternPositions||{});const w=n&&n.style&&n.style.getLayer(a);w&&(this.queryPadding=Math.max(this.queryPadding,w.queryRadius(h)))}}holdingForFade(){return this.symbolFadeHoldUntil!==void 0}symbolFadeFinished(){return!this.symbolFadeHoldUntil||this.symbolFadeHoldUntil<le.now()}clearFadeHold(){this.symbolFadeHoldUntil=void 0}setHoldDuration(t){this.symbolFadeHoldUntil=le.now()+t}setDependencies(t,n){const o={};for(const a of n)o[a]=!0;this.dependencies[t]=o}hasDependency(t,n){for(const o of t){const a=this.dependencies[o];if(a){for(const h of n)if(a[h])return!0}}return!1}}class Ee{constructor(t,n){this.max=t,this.onRemove=n,this.reset()}reset(){for(const t in this.data)for(const n of this.data[t])n.timeout&&clearTimeout(n.timeout),this.onRemove(n.value);return this.data={},this.order=[],this}add(t,n,o){const a=t.wrapped().key;this.data[a]===void 0&&(this.data[a]=[]);const h={value:n,timeout:void 0};if(o!==void 0&&(h.timeout=setTimeout(()=>{this.remove(t,h)},o)),this.data[a].push(h),this.order.push(a),this.order.length>this.max){const g=this._getAndRemoveByKey(this.order[0]);g&&this.onRemove(g)}return this}has(t){return t.wrapped().key in this.data}getAndRemove(t){return this.has(t)?this._getAndRemoveByKey(t.wrapped().key):null}_getAndRemoveByKey(t){const n=this.data[t].shift();return n.timeout&&clearTimeout(n.timeout),this.data[t].length===0&&delete this.data[t],this.order.splice(this.order.indexOf(t),1),n.value}getByKey(t){const n=this.data[t];return n?n[0].value:null}get(t){return this.has(t)?this.data[t.wrapped().key][0].value:null}remove(t,n){if(!this.has(t))return this;const o=t.wrapped().key,a=n===void 0?0:this.data[o].indexOf(n),h=this.data[o][a];return this.data[o].splice(a,1),h.timeout&&clearTimeout(h.timeout),this.data[o].length===0&&delete this.data[o],this.onRemove(h.value),this.order.splice(this.order.indexOf(o),1),this}setMaxSize(t){for(this.max=t;this.order.length>this.max;){const n=this._getAndRemoveByKey(this.order[0]);n&&this.onRemove(n)}return this}filter(t){const n=[];for(const o in this.data)for(const a of this.data[o])t(a.value)||n.push(a);for(const o of n)this.remove(o.value.tileID,o)}}class ot{constructor(){this.state={},this.stateChanges={},this.deletedStates={}}updateState(t,n,o){const a=String(n);if(this.stateChanges[t]=this.stateChanges[t]||{},this.stateChanges[t][a]=this.stateChanges[t][a]||{},c.e(this.stateChanges[t][a],o),this.deletedStates[t]===null){this.deletedStates[t]={};for(const h in this.state[t])h!==a&&(this.deletedStates[t][h]=null)}else if(this.deletedStates[t]&&this.deletedStates[t][a]===null){this.deletedStates[t][a]={};for(const h in this.state[t][a])o[h]||(this.deletedStates[t][a][h]=null)}else for(const h in o)this.deletedStates[t]&&this.deletedStates[t][a]&&this.deletedStates[t][a][h]===null&&delete this.deletedStates[t][a][h]}removeFeatureState(t,n,o){if(this.deletedStates[t]===null)return;const a=String(n);if(this.deletedStates[t]=this.deletedStates[t]||{},o&&n!==void 0)this.deletedStates[t][a]!==null&&(this.deletedStates[t][a]=this.deletedStates[t][a]||{},this.deletedStates[t][a][o]=null);else if(n!==void 0)if(this.stateChanges[t]&&this.stateChanges[t][a])for(o in this.deletedStates[t][a]={},this.stateChanges[t][a])this.deletedStates[t][a][o]=null;else this.deletedStates[t][a]=null;else this.deletedStates[t]=null}getState(t,n){const o=String(n),a=c.e({},(this.state[t]||{})[o],(this.stateChanges[t]||{})[o]);if(this.deletedStates[t]===null)return{};if(this.deletedStates[t]){const h=this.deletedStates[t][n];if(h===null)return{};for(const g in h)delete a[g]}return a}initializeTileState(t,n){t.setFeatureState(this.state,n)}coalesceChanges(t,n){const o={};for(const a in this.stateChanges){this.state[a]=this.state[a]||{};const h={};for(const g in this.stateChanges[a])this.state[a][g]||(this.state[a][g]={}),c.e(this.state[a][g],this.stateChanges[a][g]),h[g]=this.state[a][g];o[a]=h}for(const a in this.deletedStates){this.state[a]=this.state[a]||{};const h={};if(this.deletedStates[a]===null)for(const g in this.state[a])h[g]={},this.state[a][g]={};else for(const g in this.deletedStates[a]){if(this.deletedStates[a][g]===null)this.state[a][g]={};else for(const y of Object.keys(this.deletedStates[a][g]))delete this.state[a][g][y];h[g]=this.state[a][g]}o[a]=o[a]||{},c.e(o[a],h)}if(this.stateChanges={},this.deletedStates={},Object.keys(o).length!==0)for(const a in t)t[a].setFeatureState(o,n)}}class Ye extends c.E{constructor(t,n,o){super(),this.id=t,this.dispatcher=o,this.on("data",a=>this._dataHandler(a)),this.on("dataloading",()=>{this._sourceErrored=!1}),this.on("error",()=>{this._sourceErrored=this._source.loaded()}),this._source=((a,h,g,y)=>{const b=new(ls(h.type))(a,h,g,y);if(b.id!==a)throw new Error(`Expected Source id to be ${a} instead of ${b.id}`);return b})(t,n,o,this),this._tiles={},this._cache=new Ee(0,a=>this._unloadTile(a)),this._timers={},this._cacheTimers={},this._maxTileCacheSize=null,this._maxTileCacheZoomLevels=null,this._loadedParentTiles={},this._coveredTiles={},this._state=new ot,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){this.clearTiles(),this._source&&this._source.onRemove&&this._source.onRemove(t)}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 in this._tiles){const n=this._tiles[t];if(n.state!=="loaded"&&n.state!=="errored")return!1}return!0}getSource(){return this._source}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,o){return c._(this,void 0,void 0,function*(){try{yield this._source.loadTile(t),this._tileLoaded(t,n,o)}catch(a){t.state="errored",a.status!==404?this._source.fire(new c.j(a,{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.k("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._tiles,this.map?this.map.painter:null);for(const n in this._tiles){const o=this._tiles[n];o.upload(t),o.prepare(this.map.style.imageManager)}}getIds(){return Object.values(this._tiles).map(t=>t.tileID).sort(Pi).map(t=>t.key)}getRenderableIds(t){const n=[];for(const o in this._tiles)this._isIdRenderable(o,t)&&n.push(this._tiles[o]);return t?n.sort((o,a)=>{const h=o.tileID,g=a.tileID,y=new c.P(h.canonical.x,h.canonical.y)._rotate(this.transform.angle),b=new c.P(g.canonical.x,g.canonical.y)._rotate(this.transform.angle);return h.overscaledZ-g.overscaledZ||b.y-y.y||b.x-y.x}).map(o=>o.tileID.key):n.map(o=>o.tileID).sort(Pi).map(o=>o.key)}hasRenderableParent(t){const n=this.findLoadedParent(t,0);return!!n&&this._isIdRenderable(n.tileID.key)}_isIdRenderable(t,n){return this._tiles[t]&&this._tiles[t].hasData()&&!this._coveredTiles[t]&&(n||!this._tiles[t].holdingForFade())}reload(){if(this._paused)this._shouldReloadOnResume=!0;else{this._cache.reset();for(const t in this._tiles)this._tiles[t].state!=="errored"&&this._reloadTile(t,"reloading")}}_reloadTile(t,n){return c._(this,void 0,void 0,function*(){const o=this._tiles[t];o&&(o.state!=="loading"&&(o.state=n),yield this._loadTile(o,t,n))})}_tileLoaded(t,n,o){t.timeAdded=le.now(),o==="expired"&&(t.refreshedUponExpiration=!0),this._setTileReloadTimer(n,t),this.getSource().type==="raster-dem"&&t.dem&&this._backfillDEM(t),this._state.initializeTileState(t,this.map?this.map.painter:null),t.aborted||this._source.fire(new c.k("data",{dataType:"source",tile:t,coord:t.tileID}))}_backfillDEM(t){const n=this.getRenderableIds();for(let a=0;a<n.length;a++){const h=n[a];if(t.neighboringTiles&&t.neighboringTiles[h]){const g=this.getTileByID(h);o(t,g),o(g,t)}}function o(a,h){a.needsHillshadePrepare=!0,a.needsTerrainPrepare=!0;let g=h.tileID.canonical.x-a.tileID.canonical.x;const y=h.tileID.canonical.y-a.tileID.canonical.y,b=Math.pow(2,a.tileID.canonical.z),w=h.tileID.key;g===0&&y===0||Math.abs(y)>1||(Math.abs(g)>1&&(Math.abs(g+b)===1?g+=b:Math.abs(g-b)===1&&(g-=b)),h.dem&&a.dem&&(a.dem.backfillBorder(h.dem,g,y),a.neighboringTiles&&a.neighboringTiles[w]&&(a.neighboringTiles[w].backfilled=!0)))}}getTile(t){return this.getTileByID(t.key)}getTileByID(t){return this._tiles[t]}_retainLoadedChildren(t,n,o,a){for(const h in this._tiles){let g=this._tiles[h];if(a[h]||!g.hasData()||g.tileID.overscaledZ<=n||g.tileID.overscaledZ>o)continue;let y=g.tileID;for(;g&&g.tileID.overscaledZ>n+1;){const w=g.tileID.scaledTo(g.tileID.overscaledZ-1);g=this._tiles[w.key],g&&g.hasData()&&(y=w)}let b=y;for(;b.overscaledZ>n;)if(b=b.scaledTo(b.overscaledZ-1),t[b.key]){a[y.key]=y;break}}}findLoadedParent(t,n){if(t.key in this._loadedParentTiles){const o=this._loadedParentTiles[t.key];return o&&o.tileID.overscaledZ>=n?o:null}for(let o=t.overscaledZ-1;o>=n;o--){const a=t.scaledTo(o),h=this._getLoadedTile(a);if(h)return h}}findLoadedSibling(t){return this._getLoadedTile(t)}_getLoadedTile(t){const n=this._tiles[t.key];return n&&n.hasData()?n:this._cache.getByKey(t.wrapped().key)}updateCacheSize(t){const n=Math.ceil(t.width/this._source.tileSize)+1,o=Math.ceil(t.height/this._source.tileSize)+1,a=Math.floor(n*o*(this._maxTileCacheZoomLevels===null?c.a.MAX_TILE_CACHE_ZOOM_LEVELS:this._maxTileCacheZoomLevels)),h=typeof this._maxTileCacheSize=="number"?Math.min(this._maxTileCacheSize,a):a;this._cache.setMaxSize(h)}handleWrapJump(t){const n=Math.round((t-(this._prevLng===void 0?t:this._prevLng))/360);if(this._prevLng=t,n){const o={};for(const a in this._tiles){const h=this._tiles[a];h.tileID=h.tileID.unwrapTo(h.tileID.wrap+n),o[h.tileID.key]=h}this._tiles=o;for(const a in this._timers)clearTimeout(this._timers[a]),delete this._timers[a];for(const a in this._tiles)this._setTileReloadTimer(a,this._tiles[a])}}_updateCoveredAndRetainedTiles(t,n,o,a,h,g){const y={},b={},w=Object.keys(t),C=le.now();for(const E of w){const R=t[E],F=this._tiles[E];if(!F||F.fadeEndTime!==0&&F.fadeEndTime<=C)continue;const $=this.findLoadedParent(R,n),H=this.findLoadedSibling(R),U=$||H||null;U&&(this._addTile(U.tileID),y[U.tileID.key]=U.tileID),b[E]=R}this._retainLoadedChildren(b,a,o,t);for(const E in y)t[E]||(this._coveredTiles[E]=!0,t[E]=y[E]);if(g){const E={},R={};for(const F of h)this._tiles[F.key].hasData()?E[F.key]=F:R[F.key]=F;for(const F in R){const $=R[F].children(this._source.maxzoom);this._tiles[$[0].key]&&this._tiles[$[1].key]&&this._tiles[$[2].key]&&this._tiles[$[3].key]&&(E[$[0].key]=t[$[0].key]=$[0],E[$[1].key]=t[$[1].key]=$[1],E[$[2].key]=t[$[2].key]=$[2],E[$[3].key]=t[$[3].key]=$[3],delete R[F])}for(const F in R){const $=R[F],H=this.findLoadedParent($,this._source.minzoom),U=this.findLoadedSibling($),X=H||U||null;if(X){E[X.tileID.key]=t[X.tileID.key]=X.tileID;for(const Y in E)E[Y].isChildOf(X.tileID)&&delete E[Y]}}for(const F in this._tiles)E[F]||(this._coveredTiles[F]=!0)}}update(t,n){if(!this._sourceLoaded||this._paused)return;let o;this.transform=t,this.terrain=n,this.updateCacheSize(t),this.handleWrapJump(this.transform.center.lng),this._coveredTiles={},this.used||this.usedForTerrain?this._source.tileID?o=t.getVisibleUnwrappedCoordinates(this._source.tileID).map(C=>new c.S(C.canonical.z,C.wrap,C.canonical.z,C.canonical.x,C.canonical.y)):(o=t.coveringTiles({tileSize:this.usedForTerrain?this.tileSize:this._source.tileSize,minzoom:this._source.minzoom,maxzoom:this._source.maxzoom,roundZoom:!this.usedForTerrain&&this._source.roundZoom,reparseOverscaled:this._source.reparseOverscaled,terrain:n}),this._source.hasTile&&(o=o.filter(C=>this._source.hasTile(C)))):o=[];const a=t.coveringZoomLevel(this._source),h=Math.max(a-Ye.maxOverzooming,this._source.minzoom),g=Math.max(a+Ye.maxUnderzooming,this._source.minzoom);if(this.usedForTerrain){const C={};for(const E of o)if(E.canonical.z>this._source.minzoom){const R=E.scaledTo(E.canonical.z-1);C[R.key]=R;const F=E.scaledTo(Math.max(this._source.minzoom,Math.min(E.canonical.z,5)));C[F.key]=F}o=o.concat(Object.values(C))}const y=o.length===0&&!this._updated&&this._didEmitContent;this._updated=!0,y&&this.fire(new c.k("data",{sourceDataType:"idle",dataType:"source",sourceId:this.id}));const b=this._updateRetainedTiles(o,a);tr(this._source.type)&&this._updateCoveredAndRetainedTiles(b,h,g,a,o,n);for(const C in b)this._tiles[C].clearFadeHold();const w=c.ac(this._tiles,b);for(const C of w){const E=this._tiles[C];E.hasSymbolBuckets&&!E.holdingForFade()?E.setHoldDuration(this.map._fadeDuration):E.hasSymbolBuckets&&!E.symbolFadeFinished()||this._removeTile(C)}this._updateLoadedParentTileCache(),this._updateLoadedSiblingTileCache()}releaseSymbolFadeTiles(){for(const t in this._tiles)this._tiles[t].holdingForFade()&&this._removeTile(t)}_updateRetainedTiles(t,n){var o;const a={},h={},g=Math.max(n-Ye.maxOverzooming,this._source.minzoom),y=Math.max(n+Ye.maxUnderzooming,this._source.minzoom),b={};for(const w of t){const C=this._addTile(w);a[w.key]=w,C.hasData()||n<this._source.maxzoom&&(b[w.key]=w)}this._retainLoadedChildren(b,n,y,a);for(const w of t){let C=this._tiles[w.key];if(C.hasData())continue;if(n+1>this._source.maxzoom){const R=w.children(this._source.maxzoom)[0],F=this.getTile(R);if(F&&F.hasData()){a[R.key]=R;continue}}else{const R=w.children(this._source.maxzoom);if(a[R[0].key]&&a[R[1].key]&&a[R[2].key]&&a[R[3].key])continue}let E=C.wasRequested();for(let R=w.overscaledZ-1;R>=g;--R){const F=w.scaledTo(R);if(h[F.key])break;if(h[F.key]=!0,C=this.getTile(F),!C&&E&&(C=this._addTile(F)),C){const $=C.hasData();if(($||!(!((o=this.map)===null||o===void 0)&&o.cancelPendingTileRequestsWhileZooming)||E)&&(a[F.key]=F),E=C.wasRequested(),$)break}}}return a}_updateLoadedParentTileCache(){this._loadedParentTiles={};for(const t in this._tiles){const n=[];let o,a=this._tiles[t].tileID;for(;a.overscaledZ>0;){if(a.key in this._loadedParentTiles){o=this._loadedParentTiles[a.key];break}n.push(a.key);const h=a.scaledTo(a.overscaledZ-1);if(o=this._getLoadedTile(h),o)break;a=h}for(const h of n)this._loadedParentTiles[h]=o}}_updateLoadedSiblingTileCache(){this._loadedSiblingTiles={};for(const t in this._tiles){const n=this._tiles[t].tileID,o=this._getLoadedTile(n);this._loadedSiblingTiles[n.key]=o}}_addTile(t){let n=this._tiles[t.key];if(n)return n;n=this._cache.getAndRemove(t),n&&(this._setTileReloadTimer(t.key,n),n.tileID=t,this._state.initializeTileState(n,this.map?this.map.painter:null),this._cacheTimers[t.key]&&(clearTimeout(this._cacheTimers[t.key]),delete this._cacheTimers[t.key],this._setTileReloadTimer(t.key,n)));const o=n;return n||(n=new Zr(t,this._source.tileSize*t.overscaleFactor()),this._loadTile(n,t.key,n.state)),n.uses++,this._tiles[t.key]=n,o||this._source.fire(new c.k("dataloading",{tile:n,coord:n.tileID,dataType:"source"})),n}_setTileReloadTimer(t,n){t in this._timers&&(clearTimeout(this._timers[t]),delete this._timers[t]);const o=n.getExpiryTimeout();o&&(this._timers[t]=setTimeout(()=>{this._reloadTile(t,"expired"),delete this._timers[t]},o))}_removeTile(t){const n=this._tiles[t];n&&(n.uses--,delete this._tiles[t],this._timers[t]&&(clearTimeout(this._timers[t]),delete this._timers[t]),n.uses>0||(n.hasData()&&n.state!=="reloading"?this._cache.add(n.tileID,n,n.getExpiryTimeout()):(n.aborted=!0,this._abortTile(n),this._unloadTile(n))))}_dataHandler(t){const n=t.sourceDataType;t.dataType==="source"&&n==="metadata"&&(this._sourceLoaded=!0),this._sourceLoaded&&!this._paused&&t.dataType==="source"&&n==="content"&&(this.reload(),this.transform&&this.update(this.transform,this.terrain),this._didEmitContent=!0)}clearTiles(){this._shouldReloadOnResume=!1,this._paused=!1;for(const t in this._tiles)this._removeTile(t);this._cache.reset()}tilesIn(t,n,o){const a=[],h=this.transform;if(!h)return a;const g=o?h.getCameraQueryGeometry(t):t,y=t.map($=>h.pointCoordinate($,this.terrain)),b=g.map($=>h.pointCoordinate($,this.terrain)),w=this.getIds();let C=1/0,E=1/0,R=-1/0,F=-1/0;for(const $ of b)C=Math.min(C,$.x),E=Math.min(E,$.y),R=Math.max(R,$.x),F=Math.max(F,$.y);for(let $=0;$<w.length;$++){const H=this._tiles[w[$]];if(H.holdingForFade())continue;const U=H.tileID,X=Math.pow(2,h.zoom-H.tileID.overscaledZ),Y=n*H.queryPadding*c.X/H.tileSize/X,j=[U.getTilePoint(new c.Z(C,E)),U.getTilePoint(new c.Z(R,F))];if(j[0].x-Y<c.X&&j[0].y-Y<c.X&&j[1].x+Y>=0&&j[1].y+Y>=0){const te=y.map(ce=>U.getTilePoint(ce)),se=b.map(ce=>U.getTilePoint(ce));a.push({tile:H,tileID:U,queryGeometry:te,cameraQueryGeometry:se,scale:X})}}return a}getVisibleCoordinates(t){const n=this.getRenderableIds(t).map(o=>this._tiles[o].tileID);for(const o of n)o.posMatrix=this.transform.calculatePosMatrix(o.toUnwrapped());return n}hasTransition(){if(this._source.hasTransition())return!0;if(tr(this._source.type)){const t=le.now();for(const n in this._tiles)if(this._tiles[n].fadeEndTime>=t)return!0}return!1}setFeatureState(t,n,o){this._state.updateState(t=t||"_geojsonTileLayer",n,o)}removeFeatureState(t,n,o){this._state.removeFeatureState(t=t||"_geojsonTileLayer",n,o)}getFeatureState(t,n){return this._state.getState(t=t||"_geojsonTileLayer",n)}setDependencies(t,n,o){const a=this._tiles[t];a&&a.setDependencies(n,o)}reloadTilesForDependencies(t,n){for(const o in this._tiles)this._tiles[o].hasDependency(t,n)&&this._reloadTile(o,"reloading");this._cache.filter(o=>!o.hasDependency(t,n))}}function Pi(u,t){const n=Math.abs(2*u.wrap)-+(u.wrap<0),o=Math.abs(2*t.wrap)-+(t.wrap<0);return u.overscaledZ-t.overscaledZ||o-n||t.canonical.y-u.canonical.y||t.canonical.x-u.canonical.x}function tr(u){return u==="raster"||u==="image"||u==="video"}Ye.maxOverzooming=10,Ye.maxUnderzooming=3;class it{constructor(t,n){this.reset(t,n)}reset(t,n){this.points=t||[],this._distances=[0];for(let o=1;o<this.points.length;o++)this._distances[o]=this._distances[o-1]+this.points[o].dist(this.points[o-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.ad(t,0,1);let n=1,o=this._distances[n];const a=t*this.paddedLength+this.padding;for(;o<a&&n<this._distances.length;)o=this._distances[++n];const h=n-1,g=this._distances[h],y=o-g,b=y>0?(a-g)/y:0;return this.points[h].mult(1-b).add(this.points[n].mult(b))}}function gr(u,t){let n=!0;return u==="always"||u!=="never"&&t!=="never"||(n=!1),n}class Mr{constructor(t,n,o){const a=this.boxCells=[],h=this.circleCells=[];this.xCellCount=Math.ceil(t/o),this.yCellCount=Math.ceil(n/o);for(let g=0;g<this.xCellCount*this.yCellCount;g++)a.push([]),h.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,o,a,h){this._forEachCell(n,o,a,h,this._insertBoxCell,this.boxUid++),this.boxKeys.push(t),this.bboxes.push(n),this.bboxes.push(o),this.bboxes.push(a),this.bboxes.push(h)}insertCircle(t,n,o,a){this._forEachCell(n-a,o-a,n+a,o+a,this._insertCircleCell,this.circleUid++),this.circleKeys.push(t),this.circles.push(n),this.circles.push(o),this.circles.push(a)}_insertBoxCell(t,n,o,a,h,g){this.boxCells[h].push(g)}_insertCircleCell(t,n,o,a,h,g){this.circleCells[h].push(g)}_query(t,n,o,a,h,g,y){if(o<0||t>this.width||a<0||n>this.height)return[];const b=[];if(t<=0&&n<=0&&this.width<=o&&this.height<=a){if(h)return[{key:null,x1:t,y1:n,x2:o,y2:a}];for(let w=0;w<this.boxKeys.length;w++)b.push({key:this.boxKeys[w],x1:this.bboxes[4*w],y1:this.bboxes[4*w+1],x2:this.bboxes[4*w+2],y2:this.bboxes[4*w+3]});for(let w=0;w<this.circleKeys.length;w++){const C=this.circles[3*w],E=this.circles[3*w+1],R=this.circles[3*w+2];b.push({key:this.circleKeys[w],x1:C-R,y1:E-R,x2:C+R,y2:E+R})}}else this._forEachCell(t,n,o,a,this._queryCell,b,{hitTest:h,overlapMode:g,seenUids:{box:{},circle:{}}},y);return b}query(t,n,o,a){return this._query(t,n,o,a,!1,null)}hitTest(t,n,o,a,h,g){return this._query(t,n,o,a,!0,h,g).length>0}hitTestCircle(t,n,o,a,h){const g=t-o,y=t+o,b=n-o,w=n+o;if(y<0||g>this.width||w<0||b>this.height)return!1;const C=[];return this._forEachCell(g,b,y,w,this._queryCellCircle,C,{hitTest:!0,overlapMode:a,circle:{x:t,y:n,radius:o},seenUids:{box:{},circle:{}}},h),C.length>0}_queryCell(t,n,o,a,h,g,y,b){const{seenUids:w,hitTest:C,overlapMode:E}=y,R=this.boxCells[h];if(R!==null){const $=this.bboxes;for(const H of R)if(!w.box[H]){w.box[H]=!0;const U=4*H,X=this.boxKeys[H];if(t<=$[U+2]&&n<=$[U+3]&&o>=$[U+0]&&a>=$[U+1]&&(!b||b(X))&&(!C||!gr(E,X.overlapMode))&&(g.push({key:X,x1:$[U],y1:$[U+1],x2:$[U+2],y2:$[U+3]}),C))return!0}}const F=this.circleCells[h];if(F!==null){const $=this.circles;for(const H of F)if(!w.circle[H]){w.circle[H]=!0;const U=3*H,X=this.circleKeys[H];if(this._circleAndRectCollide($[U],$[U+1],$[U+2],t,n,o,a)&&(!b||b(X))&&(!C||!gr(E,X.overlapMode))){const Y=$[U],j=$[U+1],te=$[U+2];if(g.push({key:X,x1:Y-te,y1:j-te,x2:Y+te,y2:j+te}),C)return!0}}}return!1}_queryCellCircle(t,n,o,a,h,g,y,b){const{circle:w,seenUids:C,overlapMode:E}=y,R=this.boxCells[h];if(R!==null){const $=this.bboxes;for(const H of R)if(!C.box[H]){C.box[H]=!0;const U=4*H,X=this.boxKeys[H];if(this._circleAndRectCollide(w.x,w.y,w.radius,$[U+0],$[U+1],$[U+2],$[U+3])&&(!b||b(X))&&!gr(E,X.overlapMode))return g.push(!0),!0}}const F=this.circleCells[h];if(F!==null){const $=this.circles;for(const H of F)if(!C.circle[H]){C.circle[H]=!0;const U=3*H,X=this.circleKeys[H];if(this._circlesCollide($[U],$[U+1],$[U+2],w.x,w.y,w.radius)&&(!b||b(X))&&!gr(E,X.overlapMode))return g.push(!0),!0}}}_forEachCell(t,n,o,a,h,g,y,b){const w=this._convertToXCellCoord(t),C=this._convertToYCellCoord(n),E=this._convertToXCellCoord(o),R=this._convertToYCellCoord(a);for(let F=w;F<=E;F++)for(let $=C;$<=R;$++)if(h.call(this,t,n,o,a,this.xCellCount*$+F,g,y,b))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,o,a,h,g){const y=a-t,b=h-n,w=o+g;return w*w>y*y+b*b}_circleAndRectCollide(t,n,o,a,h,g,y){const b=(g-a)/2,w=Math.abs(t-(a+b));if(w>b+o)return!1;const C=(y-h)/2,E=Math.abs(n-(h+C));if(E>C+o)return!1;if(w<=b||E<=C)return!0;const R=w-b,F=E-C;return R*R+F*F<=o*o}}function Gr(u,t,n,o,a){const h=c.H();return t?(c.K(h,h,[1/a,1/a,1]),n||c.ae(h,h,o.angle)):c.L(h,o.labelPlaneMatrix,u),h}function _r(u,t,n,o,a){if(t){const h=c.af(u);return c.K(h,h,[a,a,1]),n||c.ae(h,h,-o.angle),h}return o.glCoordMatrix}function W(u,t,n){let o;n?(o=[u.x,u.y,n(u.x,u.y),1],c.ag(o,o,t)):(o=[u.x,u.y,0,1],function(h,g,y){const b=g[0],w=g[1];h[0]=y[0]*b+y[4]*w+y[12],h[1]=y[1]*b+y[5]*w+y[13],h[3]=y[3]*b+y[7]*w+y[15]}(o,o,t));const a=o[3];return{point:new c.P(o[0]/a,o[1]/a),signedDistanceFromCamera:a,isOccluded:!1}}function z(u,t){return .5+u/t*.5}function M(u,t){return u.x>=-t[0]&&u.x<=t[0]&&u.y>=-t[1]&&u.y<=t[1]}function V(u,t,n,o,a,h,g,y,b,w,C,E,R,F,$){const H=o?u.textSizeData:u.iconSizeData,U=c.ah(H,n.transform.zoom),X=[256/n.width*2+1,256/n.height*2+1],Y=o?u.text.dynamicLayoutVertexArray:u.icon.dynamicLayoutVertexArray;Y.clear();const j=u.lineVertexArray,te=o?u.text.placedSymbolArray:u.icon.placedSymbolArray,se=n.transform.width/n.transform.height;let ce=!1;for(let ye=0;ye<te.length;ye++){const we=te.get(ye);if(we.hidden||we.writingMode===c.ai.vertical&&!ce){We(we.numGlyphs,Y);continue}ce=!1;const De=W(new c.P(we.anchorX,we.anchorY),t,$);if(!M(De.point,X)){We(we.numGlyphs,Y);continue}const Re=z(n.transform.cameraToCenterDistance,De.signedDistanceFromCamera),Se=c.aj(H,U,we),Te=g?Se/Re:Se*Re,Ne={getElevation:$,labelPlaneMatrix:a,lineVertexArray:j,pitchWithMap:g,projectionCache:{projections:{},offsets:{},cachedAnchorPoint:void 0,anyProjectionOccluded:!1},projection:w,tileAnchorPoint:new c.P(we.anchorX,we.anchorY),unwrappedTileID:C,width:E,height:R,translation:F},tt=ie(Ne,we,Te,!1,y,t,h,u.glyphOffsetArray,Y,se,b);ce=tt.useVertical,(tt.notEnoughRoom||ce||tt.needsFlipping&&ie(Ne,we,Te,!0,y,t,h,u.glyphOffsetArray,Y,se,b).notEnoughRoom)&&We(we.numGlyphs,Y)}o?u.text.dynamicLayoutVertexBuffer.updateData(Y):u.icon.dynamicLayoutVertexBuffer.updateData(Y)}function Z(u,t,n,o,a,h,g,y){const b=h.glyphStartIndex+h.numGlyphs,w=h.lineStartIndex,C=h.lineStartIndex+h.lineLength,E=t.getoffsetX(h.glyphStartIndex),R=t.getoffsetX(b-1),F=Ie(u*E,n,o,a,h.segment,w,C,y,g);if(!F)return null;const $=Ie(u*R,n,o,a,h.segment,w,C,y,g);return $?y.projectionCache.anyProjectionOccluded?null:{first:F,last:$}:null}function ee(u,t,n,o){return u===c.ai.horizontal&&Math.abs(n.y-t.y)>Math.abs(n.x-t.x)*o?{useVertical:!0}:(u===c.ai.vertical?t.y<n.y:t.x>n.x)?{needsFlipping:!0}:null}function ie(u,t,n,o,a,h,g,y,b,w,C){const E=n/24,R=t.lineOffsetX*E,F=t.lineOffsetY*E;let $;if(t.numGlyphs>1){const H=t.glyphStartIndex+t.numGlyphs,U=t.lineStartIndex,X=t.lineStartIndex+t.lineLength,Y=Z(E,y,R,F,o,t,C,u);if(!Y)return{notEnoughRoom:!0};const j=W(Y.first.point,g,u.getElevation).point,te=W(Y.last.point,g,u.getElevation).point;if(a&&!o){const se=ee(t.writingMode,j,te,w);if(se)return se}$=[Y.first];for(let se=t.glyphStartIndex+1;se<H-1;se++)$.push(Ie(E*y.getoffsetX(se),R,F,o,t.segment,U,X,u,C));$.push(Y.last)}else{if(a&&!o){const U=W(u.tileAnchorPoint,h,u.getElevation).point,X=t.lineStartIndex+t.segment+1,Y=new c.P(u.lineVertexArray.getx(X),u.lineVertexArray.gety(X)),j=W(Y,h,u.getElevation),te=j.signedDistanceFromCamera>0?j.point:function(ce,ye,we,De,Re,Se){return ne(ce,ye,we,1,Re,Se)}(u.tileAnchorPoint,Y,U,0,h,u),se=ee(t.writingMode,U,te,w);if(se)return se}const H=Ie(E*y.getoffsetX(t.glyphStartIndex),R,F,o,t.segment,t.lineStartIndex,t.lineStartIndex+t.lineLength,u,C);if(!H||u.projectionCache.anyProjectionOccluded)return{notEnoughRoom:!0};$=[H]}for(const H of $)c.ak(b,H.point,H.angle);return{}}function ne(u,t,n,o,a,h){const g=u.add(u.sub(t)._unit()),y=a!==void 0?W(g,a,h.getElevation).point:pe(g.x,g.y,h).point,b=n.sub(y);return n.add(b._mult(o/b.mag()))}function K(u,t,n){const o=t.projectionCache;if(o.projections[u])return o.projections[u];const a=new c.P(t.lineVertexArray.getx(u),t.lineVertexArray.gety(u)),h=pe(a.x,a.y,t);if(h.signedDistanceFromCamera>0)return o.projections[u]=h.point,o.anyProjectionOccluded=o.anyProjectionOccluded||h.isOccluded,h.point;const g=u-n.direction;return function(y,b,w,C,E){return ne(y,b,w,C,void 0,E)}(n.distanceFromAnchor===0?t.tileAnchorPoint:new c.P(t.lineVertexArray.getx(g),t.lineVertexArray.gety(g)),a,n.previousVertex,n.absOffsetX-n.distanceFromAnchor+1,t)}function pe(u,t,n){const o=u+n.translation[0],a=t+n.translation[1];let h;return!n.pitchWithMap&&n.projection.useSpecialProjectionForSymbols?(h=n.projection.projectTileCoordinates(o,a,n.unwrappedTileID,n.getElevation),h.point.x=(.5*h.point.x+.5)*n.width,h.point.y=(.5*-h.point.y+.5)*n.height):(h=W(new c.P(o,a),n.labelPlaneMatrix,n.getElevation),h.isOccluded=!1),h}function xe(u,t,n){return u._unit()._perp()._mult(t*n)}function he(u,t,n,o,a,h,g,y,b){if(y.projectionCache.offsets[u])return y.projectionCache.offsets[u];const w=n.add(t);if(u+b.direction<o||u+b.direction>=a)return y.projectionCache.offsets[u]=w,w;const C=K(u+b.direction,y,b),E=xe(C.sub(n),g,b.direction),R=n.add(E),F=C.add(E);return y.projectionCache.offsets[u]=c.al(h,w,R,F)||w,y.projectionCache.offsets[u]}function Ie(u,t,n,o,a,h,g,y,b){const w=o?u-t:u+t;let C=w>0?1:-1,E=0;o&&(C*=-1,E=Math.PI),C<0&&(E+=Math.PI);let R,F=C>0?h+a:h+a+1;y.projectionCache.cachedAnchorPoint?R=y.projectionCache.cachedAnchorPoint:(R=pe(y.tileAnchorPoint.x,y.tileAnchorPoint.y,y).point,y.projectionCache.cachedAnchorPoint=R);let $,H,U=R,X=R,Y=0,j=0;const te=Math.abs(w),se=[];let ce;for(;Y+j<=te;){if(F+=C,F<h||F>=g)return null;Y+=j,X=U,H=$;const De={absOffsetX:te,direction:C,distanceFromAnchor:Y,previousVertex:X};if(U=K(F,y,De),n===0)se.push(X),ce=U.sub(X);else{let Re;const Se=U.sub(X);Re=Se.mag()===0?xe(K(F+C,y,De).sub(U),n,C):xe(Se,n,C),H||(H=X.add(Re)),$=he(F,Re,U,h,g,H,n,y,De),se.push(H),ce=$.sub(H)}j=ce.mag()}const ye=ce._mult((te-Y)/j)._add(H||X),we=E+Math.atan2(U.y-X.y,U.x-X.x);return se.push(ye),{point:ye,angle:b?we:0,path:se}}const Ge=new Float32Array([-1/0,-1/0,0,-1/0,-1/0,0,-1/0,-1/0,0,-1/0,-1/0,0]);function We(u,t){for(let n=0;n<u;n++){const o=t.length;t.resize(o+4),t.float32.set(Ge,3*o)}}const nt=100;class mt{constructor(t,n,o=new Mr(t.width+200,t.height+200,25),a=new Mr(t.width+200,t.height+200,25)){this.transform=t,this.mapProjection=n,this.grid=o,this.ignoredGrid=a,this.pitchFactor=Math.cos(t._pitch)*t.cameraToCenterDistance,this.screenRightBoundary=t.width+nt,this.screenBottomBoundary=t.height+nt,this.gridRightBoundary=t.width+200,this.gridBottomBoundary=t.height+200,this.perspectiveRatioCutoff=.6}placeCollisionBox(t,n,o,a,h,g,y,b,w,C,E){const R=t.anchorPointX+b[0],F=t.anchorPointY+b[1],$=this.projectAndGetPerspectiveRatio(a,R,F,h,C),H=this._projectCollisionBox(t,o,a,h,g,y,b,$,C,E),[U,X,Y,j]=H.box;return this.mapProjection.useSpecialProjectionForSymbols&&(g?H.allPointsOccluded:this.mapProjection.isOccluded(R,F,h))||$.perspectiveRatio<this.perspectiveRatioCutoff||!this.isInsideGrid(U,X,Y,j)||n!=="always"&&this.grid.hitTest(U,X,Y,j,n,w)?{box:[U,X,Y,j],placeable:!1,offscreen:!1}:{box:[U,X,Y,j],placeable:!0,offscreen:this.isOffscreen(U,X,Y,j)}}placeCollisionCircles(t,n,o,a,h,g,y,b,w,C,E,R,F,$,H,U){const X=[],Y=new c.P(n.anchorX,n.anchorY),j=this.getPerspectiveRatio(g,Y.x,Y.y,y,U),te=(E?h/j:h*j)/c.aq,se={getElevation:U,labelPlaneMatrix:b,lineVertexArray:o,pitchWithMap:E,projectionCache:{projections:{},offsets:{},cachedAnchorPoint:void 0,anyProjectionOccluded:!1},projection:this.mapProjection,tileAnchorPoint:Y,unwrappedTileID:y,width:this.transform.width,height:this.transform.height,translation:H},ce=Z(te,a,n.lineOffsetX*te,n.lineOffsetY*te,!1,n,!1,se);let ye=!1,we=!1,De=!0;if(ce){const Re=.5*F*j+$,Se=new c.P(-100,-100),Te=new c.P(this.screenRightBoundary,this.screenBottomBoundary),Ne=new it,tt=ce.first,Ce=ce.last;let Ae=[];for(let st=tt.path.length-1;st>=1;st--)Ae.push(tt.path[st]);for(let st=1;st<Ce.path.length;st++)Ae.push(Ce.path[st]);const Qe=2.5*Re;if(w){const st=this.projectPathToScreenSpace(Ae,se,w);Ae=st.some(dt=>dt.signedDistanceFromCamera<=0)?[]:st.map(dt=>dt.point)}let Dt=[];if(Ae.length>0){const st=Ae[0].clone(),dt=Ae[0].clone();for(let Lt=1;Lt<Ae.length;Lt++)st.x=Math.min(st.x,Ae[Lt].x),st.y=Math.min(st.y,Ae[Lt].y),dt.x=Math.max(dt.x,Ae[Lt].x),dt.y=Math.max(dt.y,Ae[Lt].y);Dt=st.x>=Se.x&&dt.x<=Te.x&&st.y>=Se.y&&dt.y<=Te.y?[Ae]:dt.x<Se.x||st.x>Te.x||dt.y<Se.y||st.y>Te.y?[]:c.am([Ae],Se.x,Se.y,Te.x,Te.y)}for(const st of Dt){Ne.reset(st,.25*Re);let dt=0;dt=Ne.length<=.5*Re?1:Math.ceil(Ne.paddedLength/Qe)+1;for(let Lt=0;Lt<dt;Lt++){const di=Lt/Math.max(dt-1,1),nr=Ne.lerp(di),Rt=nr.x+nt,Mi=nr.y+nt;X.push(Rt,Mi,Re,0);const ki=Rt-Re,pi=Mi-Re,fi=Rt+Re,sr=Mi+Re;if(De=De&&this.isOffscreen(ki,pi,fi,sr),we=we||this.isInsideGrid(ki,pi,fi,sr),t!=="always"&&this.grid.hitTestCircle(Rt,Mi,Re,t,R)&&(ye=!0,!C))return{circles:[],offscreen:!1,collisionDetected:ye}}}}return{circles:!C&&ye||!we||j<this.perspectiveRatioCutoff?[]:X,offscreen:De,collisionDetected:ye}}projectPathToScreenSpace(t,n,o){return t.map(a=>W(a,o,n.getElevation))}queryRenderedSymbols(t){if(t.length===0||this.grid.keysLength()===0&&this.ignoredGrid.keysLength()===0)return{};const n=[];let o=1/0,a=1/0,h=-1/0,g=-1/0;for(const C of t){const E=new c.P(C.x+nt,C.y+nt);o=Math.min(o,E.x),a=Math.min(a,E.y),h=Math.max(h,E.x),g=Math.max(g,E.y),n.push(E)}const y=this.grid.query(o,a,h,g).concat(this.ignoredGrid.query(o,a,h,g)),b={},w={};for(const C of y){const E=C.key;if(b[E.bucketInstanceId]===void 0&&(b[E.bucketInstanceId]={}),b[E.bucketInstanceId][E.featureIndex])continue;const R=[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.an(n,R)&&(b[E.bucketInstanceId][E.featureIndex]=!0,w[E.bucketInstanceId]===void 0&&(w[E.bucketInstanceId]=[]),w[E.bucketInstanceId].push(E.featureIndex))}return w}insertCollisionBox(t,n,o,a,h,g){(o?this.ignoredGrid:this.grid).insert({bucketInstanceId:a,featureIndex:h,collisionGroupID:g,overlapMode:n},t[0],t[1],t[2],t[3])}insertCollisionCircles(t,n,o,a,h,g){const y=o?this.ignoredGrid:this.grid,b={bucketInstanceId:a,featureIndex:h,collisionGroupID:g,overlapMode:n};for(let w=0;w<t.length;w+=4)y.insertCircle(b,t[w],t[w+1],t[w+2])}projectAndGetPerspectiveRatio(t,n,o,a,h){const g=this.mapProjection.useSpecialProjectionForSymbols?this.mapProjection.projectTileCoordinates(n,o,a,h):W(new c.P(n,o),t,h);return{point:new c.P((g.point.x+1)/2*this.transform.width+nt,(1-g.point.y)/2*this.transform.height+nt),perspectiveRatio:.5+this.transform.cameraToCenterDistance/g.signedDistanceFromCamera*.5,isOccluded:g.isOccluded,signedDistanceFromCamera:g.signedDistanceFromCamera}}getPerspectiveRatio(t,n,o,a,h){const g=this.mapProjection.useSpecialProjectionForSymbols?this.mapProjection.projectTileCoordinates(n,o,a,h):W(new c.P(n,o),t,h);return .5+this.transform.cameraToCenterDistance/g.signedDistanceFromCamera*.5}isOffscreen(t,n,o,a){return o<nt||t>=this.screenRightBoundary||a<nt||n>this.screenBottomBoundary}isInsideGrid(t,n,o,a){return o>=0&&t<this.gridRightBoundary&&a>=0&&n<this.gridBottomBoundary}getViewportMatrix(){const t=c.ao([]);return c.J(t,t,[-100,-100,0]),t}_projectCollisionBox(t,n,o,a,h,g,y,b,w,C){const E=n*b.perspectiveRatio;let R=new c.P(1,0),F=new c.P(0,1);const $=new c.P(t.anchorPointX+y[0],t.anchorPointY+y[1]);if(g&&!h){const Re=this.projectAndGetPerspectiveRatio(o,$.x+1,$.y,a,w).point.sub(b.point).unit(),Se=Math.atan(Re.y/Re.x)+(Re.x<0?Math.PI:0),Te=Math.sin(Se),Ne=Math.cos(Se);R=new c.P(Ne,Te),F=new c.P(-Te,Ne)}else if(!g&&h){const Re=-this.transform.angle,Se=Math.sin(Re),Te=Math.cos(Re);R=new c.P(Te,Se),F=new c.P(-Se,Te)}let H=b.point,U=E;if(h){H=$;const Re=this.transform.zoom-Math.floor(this.transform.zoom);U=Math.pow(2,-Re),U*=this.mapProjection.getPitchedTextCorrection(this.transform,$,a),C||(U*=c.ad(.5+b.signedDistanceFromCamera/this.transform.cameraToCenterDistance*.5,0,4))}C&&(H=H.add(R.mult(C.x*U)).add(F.mult(C.y*U)));const X=t.x1*U,Y=t.x2*U,j=(X+Y)/2,te=t.y1*U,se=t.y2*U,ce=(te+se)/2,ye=[{offsetX:X,offsetY:te},{offsetX:j,offsetY:te},{offsetX:Y,offsetY:te},{offsetX:Y,offsetY:ce},{offsetX:Y,offsetY:se},{offsetX:j,offsetY:se},{offsetX:X,offsetY:se},{offsetX:X,offsetY:ce}];let we=[];for(const{offsetX:Re,offsetY:Se}of ye)we.push(new c.P(H.x+R.x*Re+F.x*Se,H.y+R.y*Re+F.y*Se));let De=!1;if(h){const Re=we.map(Se=>this.projectAndGetPerspectiveRatio(o,Se.x,Se.y,a,w));De=Re.some(Se=>!Se.isOccluded),we=Re.map(Se=>Se.point)}else De=!0;return{box:c.ap(we),allPointsOccluded:!De}}}function rt(u,t,n){return t*(c.X/(u.tileSize*Math.pow(2,n-u.tileID.overscaledZ)))}class Ct{constructor(t,n,o,a){this.opacity=t?Math.max(0,Math.min(1,t.opacity+(t.placed?n:-n))):a&&o?1:0,this.placed=o}isHidden(){return this.opacity===0&&!this.placed}}class qt{constructor(t,n,o,a,h){this.text=new Ct(t?t.text:null,n,o,h),this.icon=new Ct(t?t.icon:null,n,a,h)}isHidden(){return this.text.isHidden()&&this.icon.isHidden()}}class Kt{constructor(t,n,o){this.text=t,this.icon=n,this.skipFade=o}}class at{constructor(){this.invProjMatrix=c.H(),this.viewportMatrix=c.H(),this.circles=[]}}class vt{constructor(t,n,o,a,h){this.bucketInstanceId=t,this.featureIndex=n,this.sourceLayerIndex=o,this.bucketIndex=a,this.tileID=h}}class Ot{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:o=>o.collisionGroupID===n}}return this.collisionGroups[t]}}function ei(u,t,n,o,a){const{horizontalAlign:h,verticalAlign:g}=c.av(u);return new c.P(-(h-.5)*t+o[0]*a,-(g-.5)*n+o[1]*a)}class ci{constructor(t,n,o,a,h,g){this.transform=t.clone(),this.terrain=o,this.collisionIndex=new mt(this.transform,n),this.placements={},this.opacities={},this.variableOffsets={},this.stale=!1,this.commitTime=0,this.fadeDuration=a,this.retainedQueryData={},this.collisionGroups=new Ot(h),this.collisionCircleArrays={},this.collisionBoxArrays=new Map,this.prevPlacement=g,g&&(g.prevPlacement=void 0),this.placedOrientations={}}_getTerrainElevationFunc(t){const n=this.terrain;return n?(o,a)=>n.getElevation(t,o,a):null}getBucketParts(t,n,o,a){const h=o.getBucket(n),g=o.latestFeatureIndex;if(!h||!g||n.id!==h.layerIds[0])return;const y=o.collisionBoxArray,b=h.layers[0].layout,w=h.layers[0].paint,C=Math.pow(2,this.transform.zoom-o.tileID.overscaledZ),E=o.tileSize/c.X,R=o.tileID.toUnwrapped(),F=this.transform.calculatePosMatrix(R),$=b.get("text-pitch-alignment")==="map",H=b.get("text-rotation-alignment")==="map",U=rt(o,1,this.transform.zoom),X=this.collisionIndex.mapProjection.translatePosition(this.transform,o,w.get("text-translate"),w.get("text-translate-anchor")),Y=this.collisionIndex.mapProjection.translatePosition(this.transform,o,w.get("icon-translate"),w.get("icon-translate-anchor")),j=Gr(F,$,H,this.transform,U);let te=null;if($){const ce=_r(F,$,H,this.transform,U);te=c.L([],this.transform.labelPlaneMatrix,ce)}this.retainedQueryData[h.bucketInstanceId]=new vt(h.bucketInstanceId,g,h.sourceLayerIndex,h.index,o.tileID);const se={bucket:h,layout:b,translationText:X,translationIcon:Y,posMatrix:F,unwrappedTileID:R,textLabelPlaneMatrix:j,labelToScreenMatrix:te,scale:C,textPixelRatio:E,holdingForFade:o.holdingForFade(),collisionBoxArray:y,partiallyEvaluatedTextSize:c.ah(h.textSizeData,this.transform.zoom),collisionGroup:this.collisionGroups.get(h.sourceID)};if(a)for(const ce of h.sortKeyRanges){const{sortKey:ye,symbolInstanceStart:we,symbolInstanceEnd:De}=ce;t.push({sortKey:ye,symbolInstanceStart:we,symbolInstanceEnd:De,parameters:se})}else t.push({symbolInstanceStart:0,symbolInstanceEnd:h.symbolInstances.length,parameters:se})}attemptAnchorPlacement(t,n,o,a,h,g,y,b,w,C,E,R,F,$,H,U,X,Y,j){const te=c.ar[t.textAnchor],se=[t.textOffset0,t.textOffset1],ce=ei(te,o,a,se,h),ye=this.collisionIndex.placeCollisionBox(n,R,b,w,C,y,g,U,E.predicate,j,ce);if((!Y||this.collisionIndex.placeCollisionBox(Y,R,b,w,C,y,g,X,E.predicate,j,ce).placeable)&&ye.placeable){let we;if(this.prevPlacement&&this.prevPlacement.variableOffsets[F.crossTileID]&&this.prevPlacement.placements[F.crossTileID]&&this.prevPlacement.placements[F.crossTileID].text&&(we=this.prevPlacement.variableOffsets[F.crossTileID].anchor),F.crossTileID===0)throw new Error("symbolInstance.crossTileID can't be 0");return this.variableOffsets[F.crossTileID]={textOffset:se,width:o,height:a,anchor:te,textBoxScale:h,prevAnchor:we},this.markUsedJustification($,te,F,H),$.allowVerticalPlacement&&(this.markUsedOrientation($,H,F),this.placedOrientations[F.crossTileID]=H),{shift:ce,placedGlyphBoxes:ye}}}placeLayerBucketPart(t,n,o){const{bucket:a,layout:h,translationText:g,translationIcon:y,posMatrix:b,unwrappedTileID:w,textLabelPlaneMatrix:C,labelToScreenMatrix:E,textPixelRatio:R,holdingForFade:F,collisionBoxArray:$,partiallyEvaluatedTextSize:H,collisionGroup:U}=t.parameters,X=h.get("text-optional"),Y=h.get("icon-optional"),j=c.as(h,"text-overlap","text-allow-overlap"),te=j==="always",se=c.as(h,"icon-overlap","icon-allow-overlap"),ce=se==="always",ye=h.get("text-rotation-alignment")==="map",we=h.get("text-pitch-alignment")==="map",De=h.get("icon-text-fit")!=="none",Re=h.get("symbol-z-order")==="viewport-y",Se=te&&(ce||!a.hasIconData()||Y),Te=ce&&(te||!a.hasTextData()||X);!a.collisionArrays&&$&&a.deserializeCollisionBoxes($);const Ne=this._getTerrainElevationFunc(this.retainedQueryData[a.bucketInstanceId].tileID),tt=(Ce,Ae,Qe)=>{var Dt,st;if(n[Ce.crossTileID])return;if(F)return void(this.placements[Ce.crossTileID]=new Kt(!1,!1,!1));let dt=!1,Lt=!1,di=!0,nr=null,Rt={box:null,placeable:!1,offscreen:null},Mi={box:null,placeable:!1,offscreen:null},ki=null,pi=null,fi=null,sr=0,vn=0,bo=0;Ae.textFeatureIndex?sr=Ae.textFeatureIndex:Ce.useRuntimeCollisionCircles&&(sr=Ce.featureIndex),Ae.verticalTextFeatureIndex&&(vn=Ae.verticalTextFeatureIndex);const Un=Ae.textBox;if(Un){const oi=mi=>{let gi=c.ai.horizontal;if(a.allowVerticalPlacement&&!mi&&this.prevPlacement){const ri=this.prevPlacement.placedOrientations[Ce.crossTileID];ri&&(this.placedOrientations[Ce.crossTileID]=ri,gi=ri,this.markUsedOrientation(a,gi,Ce))}return gi},or=(mi,gi)=>{if(a.allowVerticalPlacement&&Ce.numVerticalGlyphVertices>0&&Ae.verticalTextBox){for(const ri of a.writingModes)if(ri===c.ai.vertical?(Rt=gi(),Mi=Rt):Rt=mi(),Rt&&Rt.placeable)break}else Rt=mi()},Qr=Ce.textAnchorOffsetStartIndex,qn=Ce.textAnchorOffsetEndIndex;if(qn===Qr){const mi=(gi,ri)=>{const $t=this.collisionIndex.placeCollisionBox(gi,j,R,b,w,we,ye,g,U.predicate,Ne);return $t&&$t.placeable&&(this.markUsedOrientation(a,ri,Ce),this.placedOrientations[Ce.crossTileID]=ri),$t};or(()=>mi(Un,c.ai.horizontal),()=>{const gi=Ae.verticalTextBox;return a.allowVerticalPlacement&&Ce.numVerticalGlyphVertices>0&&gi?mi(gi,c.ai.vertical):{box:null,offscreen:null}}),oi(Rt&&Rt.placeable)}else{let mi=c.ar[(st=(Dt=this.prevPlacement)===null||Dt===void 0?void 0:Dt.variableOffsets[Ce.crossTileID])===null||st===void 0?void 0:st.anchor];const gi=($t,Zn,Fa)=>{const ti=$t.x2-$t.x1,Kl=$t.y2-$t.y1,So=Ce.textBoxScale,To=De&&se==="never"?Zn:null;let en=null,Yl=j==="never"?1:2,Oa="never";mi&&Yl++;for(let Va=0;Va<Yl;Va++){for(let Na=Qr;Na<qn;Na++){const ko=a.textAnchorOffsets.get(Na);if(mi&&ko.textAnchor!==mi)continue;const Gn=this.attemptAnchorPlacement(ko,$t,ti,Kl,So,ye,we,R,b,w,U,Oa,Ce,a,Fa,g,y,To,Ne);if(Gn&&(en=Gn.placedGlyphBoxes,en&&en.placeable))return dt=!0,nr=Gn.shift,en}mi?mi=null:Oa=j}return o&&!en&&(en={box:this.collisionIndex.placeCollisionBox(Un,"always",R,b,w,we,ye,g,U.predicate,Ne,new c.P(0,0)).box,offscreen:!1,placeable:!1}),en};or(()=>gi(Un,Ae.iconBox,c.ai.horizontal),()=>{const $t=Ae.verticalTextBox;return a.allowVerticalPlacement&&(!Rt||!Rt.placeable)&&Ce.numVerticalGlyphVertices>0&&$t?gi($t,Ae.verticalIconBox,c.ai.vertical):{box:null,occluded:!0,offscreen:null}}),Rt&&(dt=Rt.placeable,di=Rt.offscreen);const ri=oi(Rt&&Rt.placeable);if(!dt&&this.prevPlacement){const $t=this.prevPlacement.variableOffsets[Ce.crossTileID];$t&&(this.variableOffsets[Ce.crossTileID]=$t,this.markUsedJustification(a,$t.anchor,Ce,ri))}}}if(ki=Rt,dt=ki&&ki.placeable,di=ki&&ki.offscreen,Ce.useRuntimeCollisionCircles){const oi=a.text.placedSymbolArray.get(Ce.centerJustifiedTextSymbolIndex),or=c.aj(a.textSizeData,H,oi),Qr=h.get("text-padding");pi=this.collisionIndex.placeCollisionCircles(j,oi,a.lineVertexArray,a.glyphOffsetArray,or,b,w,C,E,o,we,U.predicate,Ce.collisionCircleDiameter,Qr,g,Ne),pi.circles.length&&pi.collisionDetected&&!o&&c.w("Collisions detected, but collision boxes are not shown"),dt=te||pi.circles.length>0&&!pi.collisionDetected,di=di&&pi.offscreen}if(Ae.iconFeatureIndex&&(bo=Ae.iconFeatureIndex),Ae.iconBox){const oi=or=>this.collisionIndex.placeCollisionBox(or,se,R,b,w,we,ye,y,U.predicate,Ne,De&&nr?nr:void 0);Mi&&Mi.placeable&&Ae.verticalIconBox?(fi=oi(Ae.verticalIconBox),Lt=fi.placeable):(fi=oi(Ae.iconBox),Lt=fi.placeable),di=di&&fi.offscreen}const bn=X||Ce.numHorizontalGlyphVertices===0&&Ce.numVerticalGlyphVertices===0,wo=Y||Ce.numIconVertices===0;bn||wo?wo?bn||(Lt=Lt&&dt):dt=Lt&&dt:Lt=dt=Lt&&dt;const Ba=Lt&&fi.placeable;if(dt&&ki.placeable&&this.collisionIndex.insertCollisionBox(ki.box,j,h.get("text-ignore-placement"),a.bucketInstanceId,Mi&&Mi.placeable&&vn?vn:sr,U.ID),Ba&&this.collisionIndex.insertCollisionBox(fi.box,se,h.get("icon-ignore-placement"),a.bucketInstanceId,bo,U.ID),pi&&dt&&this.collisionIndex.insertCollisionCircles(pi.circles,j,h.get("text-ignore-placement"),a.bucketInstanceId,sr,U.ID),o&&this.storeCollisionData(a.bucketInstanceId,Qe,Ae,ki,fi,pi),Ce.crossTileID===0)throw new Error("symbolInstance.crossTileID can't be 0");if(a.bucketInstanceId===0)throw new Error("bucket.bucketInstanceId can't be 0");this.placements[Ce.crossTileID]=new Kt(dt||Se,Lt||Te,di||a.justReloaded),n[Ce.crossTileID]=!0};if(Re){if(t.symbolInstanceStart!==0)throw new Error("bucket.bucketInstanceId should be 0");const Ce=a.getSortedSymbolIndexes(this.transform.angle);for(let Ae=Ce.length-1;Ae>=0;--Ae){const Qe=Ce[Ae];tt(a.symbolInstances.get(Qe),a.collisionArrays[Qe],Qe)}}else for(let Ce=t.symbolInstanceStart;Ce<t.symbolInstanceEnd;Ce++)tt(a.symbolInstances.get(Ce),a.collisionArrays[Ce],Ce);if(o&&a.bucketInstanceId in this.collisionCircleArrays){const Ce=this.collisionCircleArrays[a.bucketInstanceId];c.at(Ce.invProjMatrix,b),Ce.viewportMatrix=this.collisionIndex.getViewportMatrix()}a.justReloaded=!1}storeCollisionData(t,n,o,a,h,g){if(o.textBox||o.iconBox){let y,b;this.collisionBoxArrays.has(t)?y=this.collisionBoxArrays.get(t):(y=new Map,this.collisionBoxArrays.set(t,y)),y.has(n)?b=y.get(n):(b={text:null,icon:null},y.set(n,b)),o.textBox&&(b.text=a.box),o.iconBox&&(b.icon=h.box)}if(g){let y=this.collisionCircleArrays[t];y===void 0&&(y=this.collisionCircleArrays[t]=new at);for(let b=0;b<g.circles.length;b+=4)y.circles.push(g.circles[b+0]),y.circles.push(g.circles[b+1]),y.circles.push(g.circles[b+2]),y.circles.push(g.collisionDetected?1:0)}}markUsedJustification(t,n,o,a){let h;h=a===c.ai.vertical?o.verticalPlacedTextSymbolIndex:{left:o.leftJustifiedTextSymbolIndex,center:o.centerJustifiedTextSymbolIndex,right:o.rightJustifiedTextSymbolIndex}[c.au(n)];const g=[o.leftJustifiedTextSymbolIndex,o.centerJustifiedTextSymbolIndex,o.rightJustifiedTextSymbolIndex,o.verticalPlacedTextSymbolIndex];for(const y of g)y>=0&&(t.text.placedSymbolArray.get(y).crossTileID=h>=0&&y!==h?0:o.crossTileID)}markUsedOrientation(t,n,o){const a=n===c.ai.horizontal||n===c.ai.horizontalOnly?n:0,h=n===c.ai.vertical?n:0,g=[o.leftJustifiedTextSymbolIndex,o.centerJustifiedTextSymbolIndex,o.rightJustifiedTextSymbolIndex];for(const y of g)t.text.placedSymbolArray.get(y).placedOrientation=a;o.verticalPlacedTextSymbolIndex&&(t.text.placedSymbolArray.get(o.verticalPlacedTextSymbolIndex).placedOrientation=h)}commit(t){this.commitTime=t,this.zoomAtLastRecencyCheck=this.transform.zoom;const n=this.prevPlacement;let o=!1;this.prevZoomAdjustment=n?n.zoomAdjustment(this.transform.zoom):0;const a=n?n.symbolFadeChange(t):1,h=n?n.opacities:{},g=n?n.variableOffsets:{},y=n?n.placedOrientations:{};for(const b in this.placements){const w=this.placements[b],C=h[b];C?(this.opacities[b]=new qt(C,a,w.text,w.icon),o=o||w.text!==C.text.placed||w.icon!==C.icon.placed):(this.opacities[b]=new qt(null,a,w.text,w.icon,w.skipFade),o=o||w.text||w.icon)}for(const b in h){const w=h[b];if(!this.opacities[b]){const C=new qt(w,a,!1,!1);C.isHidden()||(this.opacities[b]=C,o=o||w.text.placed||w.icon.placed)}}for(const b in g)this.variableOffsets[b]||!this.opacities[b]||this.opacities[b].isHidden()||(this.variableOffsets[b]=g[b]);for(const b in y)this.placedOrientations[b]||!this.opacities[b]||this.opacities[b].isHidden()||(this.placedOrientations[b]=y[b]);if(n&&n.lastPlacementChangeTime===void 0)throw new Error("Last placement time for previous placement is not defined");o?this.lastPlacementChangeTime=t:typeof this.lastPlacementChangeTime!="number"&&(this.lastPlacementChangeTime=n?n.lastPlacementChangeTime:t)}updateLayerOpacities(t,n){const o={};for(const a of n){const h=a.getBucket(t);h&&a.latestFeatureIndex&&t.id===h.layerIds[0]&&this.updateBucketOpacities(h,a.tileID,o,a.collisionBoxArray)}}updateBucketOpacities(t,n,o,a){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 h=t.layers[0],g=h.layout,y=new qt(null,0,!1,!1,!0),b=g.get("text-allow-overlap"),w=g.get("icon-allow-overlap"),C=h._unevaluatedLayout.hasValue("text-variable-anchor")||h._unevaluatedLayout.hasValue("text-variable-anchor-offset"),E=g.get("text-rotation-alignment")==="map",R=g.get("text-pitch-alignment")==="map",F=g.get("icon-text-fit")!=="none",$=new qt(null,0,b&&(w||!t.hasIconData()||g.get("icon-optional")),w&&(b||!t.hasTextData()||g.get("text-optional")),!0);!t.collisionArrays&&a&&(t.hasIconCollisionBoxData()||t.hasTextCollisionBoxData())&&t.deserializeCollisionBoxes(a);const H=(X,Y,j)=>{for(let te=0;te<Y/4;te++)X.opacityVertexArray.emplaceBack(j);X.hasVisibleVertices=X.hasVisibleVertices||j!==ui},U=this.collisionBoxArrays.get(t.bucketInstanceId);for(let X=0;X<t.symbolInstances.length;X++){const Y=t.symbolInstances.get(X),{numHorizontalGlyphVertices:j,numVerticalGlyphVertices:te,crossTileID:se}=Y;let ce=this.opacities[se];o[se]?ce=y:ce||(ce=$,this.opacities[se]=ce),o[se]=!0;const ye=Y.numIconVertices>0,we=this.placedOrientations[Y.crossTileID],De=we===c.ai.vertical,Re=we===c.ai.horizontal||we===c.ai.horizontalOnly;if(j>0||te>0){const Te=$i(ce.text);H(t.text,j,De?ui:Te),H(t.text,te,Re?ui:Te);const Ne=ce.text.isHidden();[Y.rightJustifiedTextSymbolIndex,Y.centerJustifiedTextSymbolIndex,Y.leftJustifiedTextSymbolIndex].forEach(Ae=>{Ae>=0&&(t.text.placedSymbolArray.get(Ae).hidden=Ne||De?1:0)}),Y.verticalPlacedTextSymbolIndex>=0&&(t.text.placedSymbolArray.get(Y.verticalPlacedTextSymbolIndex).hidden=Ne||Re?1:0);const tt=this.variableOffsets[Y.crossTileID];tt&&this.markUsedJustification(t,tt.anchor,Y,we);const Ce=this.placedOrientations[Y.crossTileID];Ce&&(this.markUsedJustification(t,"left",Y,Ce),this.markUsedOrientation(t,Ce,Y))}if(ye){const Te=$i(ce.icon),Ne=!(F&&Y.verticalPlacedIconSymbolIndex&&De);Y.placedIconSymbolIndex>=0&&(H(t.icon,Y.numIconVertices,Ne?Te:ui),t.icon.placedSymbolArray.get(Y.placedIconSymbolIndex).hidden=ce.icon.isHidden()),Y.verticalPlacedIconSymbolIndex>=0&&(H(t.icon,Y.numVerticalIconVertices,Ne?ui:Te),t.icon.placedSymbolArray.get(Y.verticalPlacedIconSymbolIndex).hidden=ce.icon.isHidden())}const Se=U&&U.has(X)?U.get(X):{text:null,icon:null};if(t.hasIconCollisionBoxData()||t.hasTextCollisionBoxData()){const Te=t.collisionArrays[X];if(Te){let Ne=new c.P(0,0);if(Te.textBox||Te.verticalTextBox){let tt=!0;if(C){const Ce=this.variableOffsets[se];Ce?(Ne=ei(Ce.anchor,Ce.width,Ce.height,Ce.textOffset,Ce.textBoxScale),E&&Ne._rotate(R?this.transform.angle:-this.transform.angle)):tt=!1}if(Te.textBox||Te.verticalTextBox){let Ce;Te.textBox&&(Ce=De),Te.verticalTextBox&&(Ce=Re),hi(t.textCollisionBox.collisionVertexArray,ce.text.placed,!tt||Ce,Se.text,Ne.x,Ne.y)}}if(Te.iconBox||Te.verticalIconBox){const tt=!!(!Re&&Te.verticalIconBox);let Ce;Te.iconBox&&(Ce=tt),Te.verticalIconBox&&(Ce=!tt),hi(t.iconCollisionBox.collisionVertexArray,ce.icon.placed,Ce,Se.icon,F?Ne.x:0,F?Ne.y:0)}}}}if(t.sortFeatures(this.transform.angle),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`);if(t.bucketInstanceId in this.collisionCircleArrays){const X=this.collisionCircleArrays[t.bucketInstanceId];t.placementInvProjMatrix=X.invProjMatrix,t.placementViewportMatrix=X.viewportMatrix,t.collisionCircleArray=X.circles,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 o=this.zoomAtLastRecencyCheck===n?1-this.zoomAdjustment(n):1;return this.zoomAtLastRecencyCheck=n,this.commitTime+this.fadeDuration*o>t}setStale(){this.stale=!0}}function hi(u,t,n,o,a,h){o&&o.length!==0||(o=[0,0,0,0]);const g=o[0]-nt,y=o[1]-nt,b=o[2]-nt,w=o[3]-nt;u.emplaceBack(t?1:0,n?1:0,a||0,h||0,g,y),u.emplaceBack(t?1:0,n?1:0,a||0,h||0,b,y),u.emplaceBack(t?1:0,n?1:0,a||0,h||0,b,w),u.emplaceBack(t?1:0,n?1:0,a||0,h||0,g,w)}const cs=Math.pow(2,25),bt=Math.pow(2,24),Uo=Math.pow(2,17),qo=Math.pow(2,16),Vi=Math.pow(2,9),Ni=Math.pow(2,8),Vc=Math.pow(2,1);function $i(u){if(u.opacity===0&&!u.placed)return 0;if(u.opacity===1&&u.placed)return 4294967295;const t=u.placed?1:0,n=Math.floor(127*u.opacity);return n*cs+t*bt+n*Uo+t*qo+n*Vi+t*Ni+n*Vc+t}const ui=0;function qs(){return{isOccluded:(u,t,n)=>!1,getPitchedTextCorrection:(u,t,n)=>1,get useSpecialProjectionForSymbols(){return!1},projectTileCoordinates(u,t,n,o){throw new Error("Not implemented.")},translatePosition:(u,t,n,o)=>function(a,h,g,y,b=!1){if(!g[0]&&!g[1])return[0,0];const w=b?y==="map"?a.angle:0:y==="viewport"?-a.angle:0;if(w){const C=Math.sin(w),E=Math.cos(w);g=[g[0]*E-g[1]*C,g[0]*C+g[1]*E]}return[b?g[0]:rt(h,g[0],a.zoom),b?g[1]:rt(h,g[1],a.zoom)]}(u,t,n,o),getCircleRadiusCorrection:u=>1}}class hs{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,o,a,h){const g=this._bucketParts;for(;this._currentTileIndex<t.length;)if(n.getBucketParts(g,a,t[this._currentTileIndex],this._sortAcrossTiles),this._currentTileIndex++,h())return!0;for(this._sortAcrossTiles&&(this._sortAcrossTiles=!1,g.sort((y,b)=>y.sortKey-b.sortKey));this._currentPartIndex<g.length;)if(n.placeLayerBucketPart(g[this._currentPartIndex],this._seenCrossTileIDs,o),this._currentPartIndex++,h())return!0;return!1}}class Yt{constructor(t,n,o,a,h,g,y,b){this.placement=new ci(t,qs(),n,g,y,b),this._currentPlacementIndex=o.length-1,this._forceFullPlacement=a,this._showCollisionBoxes=h,this._done=!1}isDone(){return this._done}continuePlacement(t,n,o){const a=le.now(),h=()=>!this._forceFullPlacement&&le.now()-a>2;for(;this._currentPlacementIndex>=0;){const g=n[t[this._currentPlacementIndex]],y=this.placement.collisionIndex.transform.zoom;if(g.type==="symbol"&&(!g.minzoom||g.minzoom<=y)&&(!g.maxzoom||g.maxzoom>y)){if(this._inProgressLayer||(this._inProgressLayer=new hs(g)),this._inProgressLayer.continuePlacement(o[g.source],this.placement,this._showCollisionBoxes,g,h))return;delete this._inProgressLayer}this._currentPlacementIndex--}this._done=!0}commit(t){return this.placement.commit(t),this.placement}}const zr=512/c.X/2;class hn{constructor(t,n,o){this.tileID=t,this.bucketInstanceId=o,this._symbolsByKey={};const a=new Map;for(let h=0;h<n.length;h++){const g=n.get(h),y=g.key,b=a.get(y);b?b.push(g):a.set(y,[g])}for(const[h,g]of a){const y={positions:g.map(b=>({x:Math.floor(b.anchorX*zr),y:Math.floor(b.anchorY*zr)})),crossTileIDs:g.map(b=>b.crossTileID)};if(y.positions.length>128){const b=new c.aw(y.positions.length,16,Uint16Array);for(const{x:w,y:C}of y.positions)b.add(w,C);b.finish(),delete y.positions,y.index=b}this._symbolsByKey[h]=y}}getScaledCoordinates(t,n){const{x:o,y:a,z:h}=this.tileID.canonical,{x:g,y,z:b}=n.canonical,w=zr/Math.pow(2,b-h),C=(y*c.X+t.anchorY)*w,E=a*c.X*zr;return{x:Math.floor((g*c.X+t.anchorX)*w-o*c.X*zr),y:Math.floor(C-E)}}findMatches(t,n,o){const a=this.tileID.canonical.z<n.canonical.z?1:Math.pow(2,this.tileID.canonical.z-n.canonical.z);for(let h=0;h<t.length;h++){const g=t.get(h);if(g.crossTileID)continue;const y=this._symbolsByKey[g.key];if(!y)continue;const b=this.getScaledCoordinates(g,n);if(y.index){const w=y.index.range(b.x-a,b.y-a,b.x+a,b.y+a).sort();for(const C of w){const E=y.crossTileIDs[C];if(!o[E]){o[E]=!0,g.crossTileID=E;break}}}else if(y.positions)for(let w=0;w<y.positions.length;w++){const C=y.positions[w],E=y.crossTileIDs[w];if(Math.abs(C.x-b.x)<=a&&Math.abs(C.y-b.y)<=a&&!o[E]){o[E]=!0,g.crossTileID=E;break}}}}getCrossTileIDsLists(){return Object.values(this._symbolsByKey).map(({crossTileIDs:t})=>t)}}class Xt{constructor(){this.maxCrossTileID=0}generate(){return++this.maxCrossTileID}}class Zs{constructor(){this.indexes={},this.usedCrossTileIDs={},this.lng=0}handleWrapJump(t){const n=Math.round((t-this.lng)/360);if(n!==0)for(const o in this.indexes){const a=this.indexes[o],h={};for(const g in a){const y=a[g];y.tileID=y.tileID.unwrapTo(y.tileID.wrap+n),h[y.tileID.key]=y}this.indexes[o]=h}this.lng=t}addBucket(t,n,o){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 h=0;h<n.symbolInstances.length;h++)n.symbolInstances.get(h).crossTileID=0;this.usedCrossTileIDs[t.overscaledZ]||(this.usedCrossTileIDs[t.overscaledZ]={});const a=this.usedCrossTileIDs[t.overscaledZ];for(const h in this.indexes){const g=this.indexes[h];if(Number(h)>t.overscaledZ)for(const y in g){const b=g[y];b.tileID.isChildOf(t)&&b.findMatches(n.symbolInstances,t,a)}else{const y=g[t.scaledTo(Number(h)).key];y&&y.findMatches(n.symbolInstances,t,a)}}for(let h=0;h<n.symbolInstances.length;h++){const g=n.symbolInstances.get(h);g.crossTileID||(g.crossTileID=o.generate(),a[g.crossTileID]=!0)}return this.indexes[t.overscaledZ]===void 0&&(this.indexes[t.overscaledZ]={}),this.indexes[t.overscaledZ][t.key]=new hn(t,n.symbolInstances,n.bucketInstanceId),!0}removeBucketCrossTileIDs(t,n){for(const o of n.getCrossTileIDsLists())for(const a of o)delete this.usedCrossTileIDs[t][a]}removeStaleBuckets(t){let n=!1;for(const o in this.indexes){const a=this.indexes[o];for(const h in a)t[a[h].bucketInstanceId]||(this.removeBucketCrossTileIDs(o,a[h]),delete a[h],n=!0)}return n}}class Xi{constructor(){this.layerIndexes={},this.crossTileIDs=new Xt,this.maxBucketInstanceId=0,this.bucketsInCurrentPlacement={}}addLayer(t,n,o){let a=this.layerIndexes[t.id];a===void 0&&(a=this.layerIndexes[t.id]=new Zs);let h=!1;const g={};a.handleWrapJump(o);for(const y of n){const b=y.getBucket(t);b&&t.id===b.layerIds[0]&&(b.bucketInstanceId||(b.bucketInstanceId=++this.maxBucketInstanceId),a.addBucket(y.tileID,b,this.crossTileIDs)&&(h=!0),g[b.bucketInstanceId]=!0)}return a.removeStaleBuckets(g)&&(h=!0),h}pruneUnusedLayers(t){const n={};t.forEach(o=>{n[o]=!0});for(const o in this.layerIndexes)n[o]||delete this.layerIndexes[o]}}const us=(u,t)=>c.t(u,t&&t.filter(n=>n.identifier!=="source.canvas")),Hr=c.ax();class Zo extends c.E{constructor(t,n={}){super(),this._rtlPluginLoaded=()=>{for(const o in this.sourceCaches){const a=this.sourceCaches[o].getSource().type;a!=="vector"&&a!=="geojson"||this.sourceCaches[o].reload()}},this.map=t,this.dispatcher=new ln(an(),t._getMapId()),this.dispatcher.registerMessageHandler("GG",(o,a)=>this.getGlyphs(o,a)),this.dispatcher.registerMessageHandler("GI",(o,a)=>this.getImages(o,a)),this.imageManager=new li,this.imageManager.setEventedParent(this),this.glyphManager=new dr(t._requestManager,n.localIdeographFontFamily),this.lineAtlas=new En(256,512),this.crossTileSymbolIndex=new Xi,this._spritesImagesIds={},this._layers={},this._order=[],this.sourceCaches={},this.zoomHistory=new c.ay,this._loaded=!1,this._availableImages=[],this._resetUpdates(),this.dispatcher.broadcast("SR",c.az()),mr().on(ke,this._rtlPluginLoaded),this.on("data",o=>{if(o.dataType!=="source"||o.sourceDataType!=="metadata")return;const a=this.sourceCaches[o.sourceId];if(!a)return;const h=a.getSource();if(h&&h.vectorLayerIds)for(const g in this._layers){const y=this._layers[g];y.source===h.id&&this._validateLayer(y)}})}loadURL(t,n={},o){this.fire(new c.k("dataloading",{dataType:"style"})),n.validate=typeof n.validate!="boolean"||n.validate;const a=this.map._requestManager.transformRequest(t,"Style");this._loadStyleRequest=new AbortController;const h=this._loadStyleRequest;c.h(a,this._loadStyleRequest).then(g=>{this._loadStyleRequest=null,this._load(g.data,n,o)}).catch(g=>{this._loadStyleRequest=null,g&&!h.signal.aborted&&this.fire(new c.j(g))})}loadJSON(t,n={},o){this.fire(new c.k("dataloading",{dataType:"style"})),this._frameRequest=new AbortController,le.frameAsync(this._frameRequest).then(()=>{this._frameRequest=null,n.validate=n.validate!==!1,this._load(t,n,o)}).catch(()=>{})}loadEmpty(){this.fire(new c.k("dataloading",{dataType:"style"})),this._load(Hr,{validate:!1})}_load(t,n,o){var a;const h=n.transformStyle?n.transformStyle(o,t):t;if(!n.validate||!us(this,c.x(h))){this._loaded=!0,this.stylesheet=h;for(const g in h.sources)this.addSource(g,h.sources[g],{validate:!1});h.sprite?this._loadSprite(h.sprite):this.imageManager.setLoaded(!0),this.glyphManager.setURL(h.glyphs),this._createLayers(),this.light=new Er(this.stylesheet.light),this.sky=new Qi(this.stylesheet.sky),this.map.setTerrain((a=this.stylesheet.terrain)!==null&&a!==void 0?a:null),this.fire(new c.k("data",{dataType:"style"})),this.fire(new c.k("style.load"))}}_createLayers(){const t=c.aA(this.stylesheet.layers);this.dispatcher.broadcast("SL",t),this._order=t.map(n=>n.id),this._layers={},this._serializedLayers=null;for(const n of t){const o=c.aB(n);o.setEventedParent(this,{layer:{id:n.id}}),this._layers[n.id]=o}}_loadSprite(t,n=!1,o=void 0){let a;this.imageManager.setLoaded(!1),this._spriteRequest=new AbortController,function(h,g,y,b){return c._(this,void 0,void 0,function*(){const w=bi(h),C=y>1?"@2x":"",E={},R={};for(const{id:F,url:$}of w){const H=g.transformRequest(Nr($,C,".json"),"SpriteJSON");E[F]=c.h(H,b);const U=g.transformRequest(Nr($,C,".png"),"SpriteImage");R[F]=He.getImage(U,b)}return yield Promise.all([...Object.values(E),...Object.values(R)]),function(F,$){return c._(this,void 0,void 0,function*(){const H={};for(const U in F){H[U]={};const X=le.getImageCanvasContext((yield $[U]).data),Y=(yield F[U]).data;for(const j in Y){const{width:te,height:se,x:ce,y:ye,sdf:we,pixelRatio:De,stretchX:Re,stretchY:Se,content:Te,textFitWidth:Ne,textFitHeight:tt}=Y[j];H[U][j]={data:null,pixelRatio:De,sdf:we,stretchX:Re,stretchY:Se,content:Te,textFitWidth:Ne,textFitHeight:tt,spriteData:{width:te,height:se,x:ce,y:ye,context:X}}}}return H})}(E,R)})}(t,this.map._requestManager,this.map.getPixelRatio(),this._spriteRequest).then(h=>{if(this._spriteRequest=null,h)for(const g in h){this._spritesImagesIds[g]=[];const y=this._spritesImagesIds[g]?this._spritesImagesIds[g].filter(b=>!(b in h)):[];for(const b of y)this.imageManager.removeImage(b),this._changedImages[b]=!0;for(const b in h[g]){const w=g==="default"?b:`${g}:${b}`;this._spritesImagesIds[g].push(w),w in this.imageManager.images?this.imageManager.updateImage(w,h[g][b],!1):this.imageManager.addImage(w,h[g][b]),n&&(this._changedImages[w]=!0)}}}).catch(h=>{this._spriteRequest=null,a=h,this.fire(new c.j(a))}).finally(()=>{this.imageManager.setLoaded(!0),this._availableImages=this.imageManager.listImages(),n&&(this._changed=!0),this.dispatcher.broadcast("SI",this._availableImages),this.fire(new c.k("data",{dataType:"style"})),o&&o(a)})}_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.k("data",{dataType:"style"}))}_validateLayer(t){const n=this.sourceCaches[t.source];if(!n)return;const o=t.sourceLayer;if(!o)return;const a=n.getSource();(a.type==="geojson"||a.vectorLayerIds&&a.vectorLayerIds.indexOf(o)===-1)&&this.fire(new c.j(new Error(`Source layer "${o}" does not exist on source "${a.id}" as specified by style layer "${t.id}".`)))}loaded(){if(!this._loaded||Object.keys(this._updatedSources).length)return!1;for(const t in this.sourceCaches)if(!this.sourceCaches[t].loaded())return!1;return!!this.imageManager.isLoaded()}_serializeByIds(t){const n=this._serializedAllLayers();if(!t||t.length===0)return Object.values(n);const o=[];for(const a of t)n[a]&&o.push(n[a]);return o}_serializedAllLayers(){let t=this._serializedLayers;if(t)return t;t=this._serializedLayers={};const n=Object.keys(this._layers);for(const o of n){const a=this._layers[o];a.type!=="custom"&&(t[o]=a.serialize())}return t}hasTransitions(){if(this.light&&this.light.hasTransition()||this.sky&&this.sky.hasTransition())return!0;for(const t in this.sourceCaches)if(this.sourceCaches[t].hasTransition())return!0;for(const t in this._layers)if(this._layers[t].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 a=Object.keys(this._updatedLayers),h=Object.keys(this._removedLayers);(a.length||h.length)&&this._updateWorkerLayers(a,h);for(const g in this._updatedSources){const y=this._updatedSources[g];if(y==="reload")this._reloadSource(g);else{if(y!=="clear")throw new Error(`Invalid action ${y}`);this._clearSource(g)}}this._updateTilesForChangedImages(),this._updateTilesForChangedGlyphs();for(const g in this._updatedPaintProps)this._layers[g].updateTransitions(t);this.light.updateTransitions(t),this.sky.updateTransitions(t),this._resetUpdates()}const o={};for(const a in this.sourceCaches){const h=this.sourceCaches[a];o[a]=h.used,h.used=!1}for(const a of this._order){const h=this._layers[a];h.recalculate(t,this._availableImages),!h.isHidden(t.zoom)&&h.source&&(this.sourceCaches[h.source].used=!0)}for(const a in o){const h=this.sourceCaches[a];!!o[a]!=!!h.used&&h.fire(new c.k("data",{sourceDataType:"visibility",dataType:"source",sourceId:a}))}this.light.recalculate(t),this.sky.recalculate(t),this.z=t.zoom,n&&this.fire(new c.k("data",{dataType:"style"}))}_updateTilesForChangedImages(){const t=Object.keys(this._changedImages);if(t.length){for(const n in this.sourceCaches)this.sourceCaches[n].reloadTilesForDependencies(["icons","patterns"],t);this._changedImages={}}}_updateTilesForChangedGlyphs(){if(this._glyphsDidChange){for(const t in this.sourceCaches)this.sourceCaches[t].reloadTilesForDependencies(["glyphs"],[""]);this._glyphsDidChange=!1}}_updateWorkerLayers(t,n){this.dispatcher.broadcast("UL",{layers:this._serializeByIds(t),removedIds:n})}_resetUpdates(){this._changed=!1,this._updatedLayers={},this._removedLayers={},this._updatedSources={},this._updatedPaintProps={},this._changedImages={},this._glyphsDidChange=!1}setState(t,n={}){var o;this._checkLoaded();const a=this.serialize();if(t=n.transformStyle?n.transformStyle(a,t):t,((o=n.validate)===null||o===void 0||o)&&us(this,c.x(t)))return!1;(t=c.aC(t)).layers=c.aA(t.layers);const h=c.aD(a,t),g=this._getOperationsToPerform(h);if(g.unimplemented.length>0)throw new Error(`Unimplemented: ${g.unimplemented.join(", ")}.`);if(g.operations.length===0)return!1;for(const y of g.operations)y();return this.stylesheet=t,this._serializedLayers=null,!0}_getOperationsToPerform(t){const n=[],o=[];for(const a of t)switch(a.command){case"setCenter":case"setZoom":case"setBearing":case"setPitch":continue;case"addLayer":n.push(()=>this.addLayer.apply(this,a.args));break;case"removeLayer":n.push(()=>this.removeLayer.apply(this,a.args));break;case"setPaintProperty":n.push(()=>this.setPaintProperty.apply(this,a.args));break;case"setLayoutProperty":n.push(()=>this.setLayoutProperty.apply(this,a.args));break;case"setFilter":n.push(()=>this.setFilter.apply(this,a.args));break;case"addSource":n.push(()=>this.addSource.apply(this,a.args));break;case"removeSource":n.push(()=>this.removeSource.apply(this,a.args));break;case"setLayerZoomRange":n.push(()=>this.setLayerZoomRange.apply(this,a.args));break;case"setLight":n.push(()=>this.setLight.apply(this,a.args));break;case"setGeoJSONSourceData":n.push(()=>this.setGeoJSONSourceData.apply(this,a.args));break;case"setGlyphs":n.push(()=>this.setGlyphs.apply(this,a.args));break;case"setSprite":n.push(()=>this.setSprite.apply(this,a.args));break;case"setSky":n.push(()=>this.setSky.apply(this,a.args));break;case"setTerrain":n.push(()=>this.map.setTerrain.apply(this,a.args));break;case"setTransition":n.push(()=>{});break;default:o.push(a.command)}return{operations:n,unimplemented:o}}addImage(t,n){if(this.getImage(t))return this.fire(new c.j(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.j(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.k("data",{dataType:"style"}))}listImages(){return this._checkLoaded(),this.imageManager.listImages()}addSource(t,n,o={}){if(this._checkLoaded(),this.sourceCaches[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.x.source,`sources.${t}`,n,null,o))return;this.map&&this.map._collectResourceTiming&&(n.collectResourceTiming=!0);const a=this.sourceCaches[t]=new Ye(t,n,this.dispatcher);a.style=this,a.setEventedParent(this,()=>({isSourceLoaded:a.loaded(),source:a.serialize(),sourceId:t})),a.onAdd(this.map),this._changed=!0}removeSource(t){if(this._checkLoaded(),this.sourceCaches[t]===void 0)throw new Error("There is no source with this ID");for(const o in this._layers)if(this._layers[o].source===t)return this.fire(new c.j(new Error(`Source "${t}" cannot be removed while layer "${o}" is using it.`)));const n=this.sourceCaches[t];delete this.sourceCaches[t],delete this._updatedSources[t],n.fire(new c.k("data",{sourceDataType:"metadata",dataType:"source",sourceId:t})),n.setEventedParent(null),n.onRemove(this.map),this._changed=!0}setGeoJSONSourceData(t,n){if(this._checkLoaded(),this.sourceCaches[t]===void 0)throw new Error(`There is no source with this ID=${t}`);const o=this.sourceCaches[t].getSource();if(o.type!=="geojson")throw new Error(`geojsonSource.type is ${o.type}, which is !== 'geojson`);o.setData(n),this._changed=!0}getSource(t){return this.sourceCaches[t]&&this.sourceCaches[t].getSource()}addLayer(t,n,o={}){this._checkLoaded();const a=t.id;if(this.getLayer(a))return void this.fire(new c.j(new Error(`Layer "${a}" already exists on this map.`)));let h;if(t.type==="custom"){if(us(this,c.aE(t)))return;h=c.aB(t)}else{if("source"in t&&typeof t.source=="object"&&(this.addSource(a,t.source),t=c.aC(t),t=c.e(t,{source:a})),this._validate(c.x.layer,`layers.${a}`,t,{arrayIndex:-1},o))return;h=c.aB(t),this._validateLayer(h),h.setEventedParent(this,{layer:{id:a}})}const g=n?this._order.indexOf(n):this._order.length;if(n&&g===-1)this.fire(new c.j(new Error(`Cannot add layer "${a}" before non-existing layer "${n}".`)));else{if(this._order.splice(g,0,a),this._layerOrderChanged=!0,this._layers[a]=h,this._removedLayers[a]&&h.source&&h.type!=="custom"){const y=this._removedLayers[a];delete this._removedLayers[a],y.type!==h.type?this._updatedSources[h.source]="clear":(this._updatedSources[h.source]="reload",this.sourceCaches[h.source].pause())}this._updateLayer(h),h.onAdd&&h.onAdd(this.map)}}moveLayer(t,n){if(this._checkLoaded(),this._changed=!0,!this._layers[t])return void this.fire(new c.j(new Error(`The layer '${t}' does not exist in the map's style and cannot be moved.`)));if(t===n)return;const o=this._order.indexOf(t);this._order.splice(o,1);const a=n?this._order.indexOf(n):this._order.length;n&&a===-1?this.fire(new c.j(new Error(`Cannot move layer "${t}" before non-existing layer "${n}".`))):(this._order.splice(a,0,t),this._layerOrderChanged=!0)}removeLayer(t){this._checkLoaded();const n=this._layers[t];if(!n)return void this.fire(new c.j(new Error(`Cannot remove non-existing layer "${t}".`)));n.setEventedParent(null);const o=this._order.indexOf(t);this._order.splice(o,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,o){this._checkLoaded();const a=this.getLayer(t);a?a.minzoom===n&&a.maxzoom===o||(n!=null&&(a.minzoom=n),o!=null&&(a.maxzoom=o),this._updateLayer(a)):this.fire(new c.j(new Error(`Cannot set the zoom range of non-existing layer "${t}".`)))}setFilter(t,n,o={}){this._checkLoaded();const a=this.getLayer(t);if(a){if(!c.aF(a.filter,n))return n==null?(a.filter=void 0,void this._updateLayer(a)):void(this._validate(c.x.filter,`layers.${a.id}.filter`,n,null,o)||(a.filter=c.aC(n),this._updateLayer(a)))}else this.fire(new c.j(new Error(`Cannot filter non-existing layer "${t}".`)))}getFilter(t){return c.aC(this.getLayer(t).filter)}setLayoutProperty(t,n,o,a={}){this._checkLoaded();const h=this.getLayer(t);h?c.aF(h.getLayoutProperty(n),o)||(h.setLayoutProperty(n,o,a),this._updateLayer(h)):this.fire(new c.j(new Error(`Cannot style non-existing layer "${t}".`)))}getLayoutProperty(t,n){const o=this.getLayer(t);if(o)return o.getLayoutProperty(n);this.fire(new c.j(new Error(`Cannot get style of non-existing layer "${t}".`)))}setPaintProperty(t,n,o,a={}){this._checkLoaded();const h=this.getLayer(t);h?c.aF(h.getPaintProperty(n),o)||(h.setPaintProperty(n,o,a)&&this._updateLayer(h),this._changed=!0,this._updatedPaintProps[t]=!0,this._serializedLayers=null):this.fire(new c.j(new Error(`Cannot style non-existing layer "${t}".`)))}getPaintProperty(t,n){return this.getLayer(t).getPaintProperty(n)}setFeatureState(t,n){this._checkLoaded();const o=t.source,a=t.sourceLayer,h=this.sourceCaches[o];if(h===void 0)return void this.fire(new c.j(new Error(`The source '${o}' does not exist in the map's style.`)));const g=h.getSource().type;g==="geojson"&&a?this.fire(new c.j(new Error("GeoJSON sources cannot have a sourceLayer parameter."))):g!=="vector"||a?(t.id===void 0&&this.fire(new c.j(new Error("The feature id parameter must be provided."))),h.setFeatureState(a,t.id,n)):this.fire(new c.j(new Error("The sourceLayer parameter must be provided for vector source types.")))}removeFeatureState(t,n){this._checkLoaded();const o=t.source,a=this.sourceCaches[o];if(a===void 0)return void this.fire(new c.j(new Error(`The source '${o}' does not exist in the map's style.`)));const h=a.getSource().type,g=h==="vector"?t.sourceLayer:void 0;h!=="vector"||g?n&&typeof t.id!="string"&&typeof t.id!="number"?this.fire(new c.j(new Error("A feature id is required to remove its specific state property."))):a.removeFeatureState(g,t.id,n):this.fire(new c.j(new Error("The sourceLayer parameter must be provided for vector source types.")))}getFeatureState(t){this._checkLoaded();const n=t.source,o=t.sourceLayer,a=this.sourceCaches[n];if(a!==void 0)return a.getSource().type!=="vector"||o?(t.id===void 0&&this.fire(new c.j(new Error("The feature id parameter must be provided."))),a.getFeatureState(o,t.id)):void this.fire(new c.j(new Error("The sourceLayer parameter must be provided for vector source types.")));this.fire(new c.j(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.aG(this.sourceCaches,h=>h.serialize()),n=this._serializeByIds(this._order),o=this.map.getTerrain()||void 0,a=this.stylesheet;return c.aH({version:a.version,name:a.name,metadata:a.metadata,light:a.light,sky:a.sky,center:a.center,zoom:a.zoom,bearing:a.bearing,pitch:a.pitch,sprite:a.sprite,glyphs:a.glyphs,transition:a.transition,sources:t,layers:n,terrain:o},h=>h!==void 0)}_updateLayer(t){this._updatedLayers[t.id]=!0,t.source&&!this._updatedSources[t.source]&&this.sourceCaches[t.source].getSource().type!=="raster"&&(this._updatedSources[t.source]="reload",this.sourceCaches[t.source].pause()),this._serializedLayers=null,this._changed=!0}_flattenAndSortRenderedFeatures(t){const n=g=>this._layers[g].type==="fill-extrusion",o={},a=[];for(let g=this._order.length-1;g>=0;g--){const y=this._order[g];if(n(y)){o[y]=g;for(const b of t){const w=b[y];if(w)for(const C of w)a.push(C)}}}a.sort((g,y)=>y.intersectionZ-g.intersectionZ);const h=[];for(let g=this._order.length-1;g>=0;g--){const y=this._order[g];if(n(y))for(let b=a.length-1;b>=0;b--){const w=a[b].feature;if(o[w.layer.id]<g)break;h.push(w),a.pop()}else for(const b of t){const w=b[y];if(w)for(const C of w)h.push(C.feature)}}return h}queryRenderedFeatures(t,n,o){n&&n.filter&&this._validate(c.x.filter,"queryRenderedFeatures.filter",n.filter,null,n);const a={};if(n&&n.layers){if(!Array.isArray(n.layers))return this.fire(new c.j(new Error("parameters.layers must be an Array."))),[];for(const y of n.layers){const b=this._layers[y];if(!b)return this.fire(new c.j(new Error(`The layer '${y}' does not exist in the map's style and cannot be queried for features.`))),[];a[b.source]=!0}}const h=[];n.availableImages=this._availableImages;const g=this._serializedAllLayers();for(const y in this.sourceCaches)n.layers&&!a[y]||h.push(jr(this.sourceCaches[y],this._layers,g,t,n,o));return this.placement&&h.push(function(y,b,w,C,E,R,F){const $={},H=R.queryRenderedSymbols(C),U=[];for(const X of Object.keys(H).map(Number))U.push(F[X]);U.sort(Ur);for(const X of U){const Y=X.featureIndex.lookupSymbolFeatures(H[X.bucketInstanceId],b,X.bucketIndex,X.sourceLayerIndex,E.filter,E.layers,E.availableImages,y);for(const j in Y){const te=$[j]=$[j]||[],se=Y[j];se.sort((ce,ye)=>{const we=X.featureSortOrder;if(we){const De=we.indexOf(ce.featureIndex);return we.indexOf(ye.featureIndex)-De}return ye.featureIndex-ce.featureIndex});for(const ce of se)te.push(ce)}}for(const X in $)$[X].forEach(Y=>{const j=Y.feature,te=w[y[X].source].getFeatureState(j.layer["source-layer"],j.id);j.source=j.layer.source,j.layer["source-layer"]&&(j.sourceLayer=j.layer["source-layer"]),j.state=te});return $}(this._layers,g,this.sourceCaches,t,n,this.placement.collisionIndex,this.placement.retainedQueryData)),this._flattenAndSortRenderedFeatures(h)}querySourceFeatures(t,n){n&&n.filter&&this._validate(c.x.filter,"querySourceFeatures.filter",n.filter,null,n);const o=this.sourceCaches[t];return o?function(a,h){const g=a.getRenderableIds().map(w=>a.getTileByID(w)),y=[],b={};for(let w=0;w<g.length;w++){const C=g[w],E=C.tileID.canonical.key;b[E]||(b[E]=!0,C.querySourceFeatures(y,h))}return y}(o,n):[]}getLight(){return this.light.getLight()}setLight(t,n={}){this._checkLoaded();const o=this.light.getLight();let a=!1;for(const g in t)if(!c.aF(t[g],o[g])){a=!0;break}if(!a)return;const h={now:le.now(),transition:c.e({duration:300,delay:0},this.stylesheet.transition)};this.light.setLight(t,n),this.light.updateTransitions(h)}getSky(){var t;return(t=this.stylesheet)===null||t===void 0?void 0:t.sky}setSky(t,n={}){const o=this.sky.getSky();let a=!1;t||o&&(a=!0);for(const g in t)if(!c.aF(t[g],o[g])){a=!0;break}if(!a)return;const h={now:le.now(),transition:c.e({duration:300,delay:0},this.stylesheet.transition)};this.stylesheet.sky=t,this.sky.setSky(t,n),this.sky.updateTransitions(h)}_validate(t,n,o,a,h={}){return(!h||h.validate!==!1)&&us(this,t.call(c.x,c.e({key:n,style:this.serialize(),value:o,styleSpec:c.v},a)))}_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),mr().off(ke,this._rtlPluginLoaded);for(const n in this._layers)this._layers[n].setEventedParent(null);for(const n in this.sourceCaches){const o=this.sourceCaches[n];o.setEventedParent(null),o.onRemove(this.map)}this.imageManager.setEventedParent(null),this.setEventedParent(null),t&&this.dispatcher.broadcast("RM",void 0),this.dispatcher.remove(t)}_clearSource(t){this.sourceCaches[t].clearTiles()}_reloadSource(t){this.sourceCaches[t].resume(),this.sourceCaches[t].reload()}_updateSources(t){for(const n in this.sourceCaches)this.sourceCaches[n].update(t,this.map.terrain)}_generateCollisionBoxes(){for(const t in this.sourceCaches)this._reloadSource(t)}_updatePlacement(t,n,o,a,h=!1){let g=!1,y=!1;const b={};for(const w of this._order){const C=this._layers[w];if(C.type!=="symbol")continue;if(!b[C.source]){const R=this.sourceCaches[C.source];b[C.source]=R.getRenderableIds(!0).map(F=>R.getTileByID(F)).sort((F,$)=>$.tileID.overscaledZ-F.tileID.overscaledZ||(F.tileID.isLessThan($.tileID)?-1:1))}const E=this.crossTileSymbolIndex.addLayer(C,b[C.source],t.center.lng);g=g||E}if(this.crossTileSymbolIndex.pruneUnusedLayers(this._order),((h=h||this._layerOrderChanged||o===0)||!this.pauseablePlacement||this.pauseablePlacement.isDone()&&!this.placement.stillRecent(le.now(),t.zoom))&&(this.pauseablePlacement=new Yt(t,this.map.terrain,this._order,h,n,o,a,this.placement),this._layerOrderChanged=!1),this.pauseablePlacement.isDone()?this.placement.setStale():(this.pauseablePlacement.continuePlacement(this._order,this._layers,b),this.pauseablePlacement.isDone()&&(this.placement=this.pauseablePlacement.commit(le.now()),y=!0),g&&this.pauseablePlacement.placement.setStale()),y||g)for(const w of this._order){const C=this._layers[w];C.type==="symbol"&&this.placement.updateLayerOpacities(C,b[C.source])}return!this.pauseablePlacement.isDone()||this.placement.hasTransitions(le.now())}_releaseSymbolFadeTiles(){for(const t in this.sourceCaches)this.sourceCaches[t].releaseSymbolFadeTiles()}getImages(t,n){return c._(this,void 0,void 0,function*(){const o=yield this.imageManager.getImages(n.icons);this._updateTilesForChangedImages();const a=this.sourceCaches[n.source];return a&&a.setDependencies(n.tileID.key,n.type,n.icons),o})}getGlyphs(t,n){return c._(this,void 0,void 0,function*(){const o=yield this.glyphManager.getGlyphs(n.stacks),a=this.sourceCaches[n.source];return a&&a.setDependencies(n.tileID.key,n.type,[""]),o})}getGlyphsUrl(){return this.stylesheet.glyphs||null}setGlyphs(t,n={}){this._checkLoaded(),t&&this._validate(c.x.glyphs,"glyphs",t,null,n)||(this._glyphsDidChange=!0,this.stylesheet.glyphs=t,this.glyphManager.entries={},this.glyphManager.setURL(t))}addSprite(t,n,o={},a){this._checkLoaded();const h=[{id:t,url:n}],g=[...bi(this.stylesheet.sprite),...h];this._validate(c.x.sprite,"sprite",g,null,o)||(this.stylesheet.sprite=g,this._loadSprite(h,!0,a))}removeSprite(t){this._checkLoaded();const n=bi(this.stylesheet.sprite);if(n.find(o=>o.id===t)){if(this._spritesImagesIds[t])for(const o of this._spritesImagesIds[t])this.imageManager.removeImage(o),this._changedImages[o]=!0;n.splice(n.findIndex(o=>o.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.k("data",{dataType:"style"}))}else this.fire(new c.j(new Error(`Sprite "${t}" doesn't exists on this map.`)))}getSprite(){return bi(this.stylesheet.sprite)}setSprite(t,n={},o){this._checkLoaded(),t&&this._validate(c.x.sprite,"sprite",t,null,n)||(this.stylesheet.sprite=t,t?this._loadSprite(t,!0,o):(this._unloadSprite(),o&&o(null)))}}var ds=c.Y([{name:"a_pos",type:"Int16",components:2}]);const Wr={prelude:xt(`#ifdef GL_ES
|
6
6
|
precision mediump float;
|
7
7
|
#else
|
8
8
|
#if !defined(lowp)
|
@@ -526,60 +526,60 @@ void main() {
|
|
526
526
|
#pragma mapbox: initialize lowp float halo_blur
|
527
527
|
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 ?
|
528
528
|
camera_to_anchor_distance/u_camera_to_center_distance :
|
529
|
-
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;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:xt("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;varying vec2 v_texture_pos;varying 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=texture2D(u_texture,v_texture_pos);if (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);gl_FragColor=linearToGamma(mix(surface_color_linear,fog_horizon_color_linear,pow(factor_fog,2.0)*u_fog_ground_blend_opacity));} else {gl_FragColor=surface_color;}}","attribute vec3 a_pos3d;uniform mat4 u_matrix;uniform mat4 u_fog_matrix;uniform float u_ele_delta;varying vec2 v_texture_pos;varying 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=u_matrix*vec4(a_pos3d.xy,ele-ele_delta,1.0);vec4 pos=u_fog_matrix*vec4(a_pos3d.xy,ele,1.0);v_fog_depth=pos.z/pos.w*0.5+0.5;}"),terrainDepth:xt("varying 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() {gl_FragColor=pack(v_depth);}","attribute vec3 a_pos3d;uniform mat4 u_matrix;uniform float u_ele_delta;varying 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=u_matrix*vec4(a_pos3d.xy,ele-ele_delta,1.0);v_depth=gl_Position.z/gl_Position.w;}"),terrainCoords:xt("precision mediump float;uniform sampler2D u_texture;uniform float u_terrain_coords_id;varying vec2 v_texture_pos;void main() {vec4 rgba=texture2D(u_texture,v_texture_pos);gl_FragColor=vec4(rgba.r,rgba.g,rgba.b,u_terrain_coords_id);}","attribute vec3 a_pos3d;uniform mat4 u_matrix;uniform float u_ele_delta;varying 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=u_matrix*vec4(a_pos3d.xy,ele-ele_delta,1.0);}"),sky:xt("uniform vec4 u_sky_color;uniform vec4 u_horizon_color;uniform float u_horizon;uniform float u_sky_horizon_blend;void main() {float y=gl_FragCoord.y;if (y > u_horizon) {float blend=y-u_horizon;if (blend < u_sky_horizon_blend) {gl_FragColor=mix(u_sky_color,u_horizon_color,pow(1.0-blend/u_sky_horizon_blend,2.0));} else {gl_FragColor=u_sky_color;}}}","attribute vec2 a_pos;void main() {gl_Position=vec4(a_pos,1.0,1.0);}")};function xt(u,t){const n=/#pragma mapbox: ([\w]+) ([\w]+) ([\w]+) ([\w]+)/g,o=t.match(/attribute ([\w]+) ([\w]+)/g),a=u.match(/uniform ([\w]+) ([\w]+)([\s]*)([\w]*)/g),h=t.match(/uniform ([\w]+) ([\w]+)([\s]*)([\w]*)/g),g=h?h.concat(a):a,y={};return{fragmentSource:u=u.replace(n,(
|
530
|
-
#ifndef HAS_UNIFORM_u_${
|
531
|
-
varying ${
|
529
|
+
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;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:xt("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;varying vec2 v_texture_pos;varying 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=texture2D(u_texture,v_texture_pos);if (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);gl_FragColor=linearToGamma(mix(surface_color_linear,fog_horizon_color_linear,pow(factor_fog,2.0)*u_fog_ground_blend_opacity));} else {gl_FragColor=surface_color;}}","attribute vec3 a_pos3d;uniform mat4 u_matrix;uniform mat4 u_fog_matrix;uniform float u_ele_delta;varying vec2 v_texture_pos;varying 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=u_matrix*vec4(a_pos3d.xy,ele-ele_delta,1.0);vec4 pos=u_fog_matrix*vec4(a_pos3d.xy,ele,1.0);v_fog_depth=pos.z/pos.w*0.5+0.5;}"),terrainDepth:xt("varying 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() {gl_FragColor=pack(v_depth);}","attribute vec3 a_pos3d;uniform mat4 u_matrix;uniform float u_ele_delta;varying 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=u_matrix*vec4(a_pos3d.xy,ele-ele_delta,1.0);v_depth=gl_Position.z/gl_Position.w;}"),terrainCoords:xt("precision mediump float;uniform sampler2D u_texture;uniform float u_terrain_coords_id;varying vec2 v_texture_pos;void main() {vec4 rgba=texture2D(u_texture,v_texture_pos);gl_FragColor=vec4(rgba.r,rgba.g,rgba.b,u_terrain_coords_id);}","attribute vec3 a_pos3d;uniform mat4 u_matrix;uniform float u_ele_delta;varying 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=u_matrix*vec4(a_pos3d.xy,ele-ele_delta,1.0);}"),sky:xt("uniform vec4 u_sky_color;uniform vec4 u_horizon_color;uniform float u_horizon;uniform float u_sky_horizon_blend;void main() {float y=gl_FragCoord.y;if (y > u_horizon) {float blend=y-u_horizon;if (blend < u_sky_horizon_blend) {gl_FragColor=mix(u_sky_color,u_horizon_color,pow(1.0-blend/u_sky_horizon_blend,2.0));} else {gl_FragColor=u_sky_color;}}}","attribute vec2 a_pos;void main() {gl_Position=vec4(a_pos,1.0,1.0);}")};function xt(u,t){const n=/#pragma mapbox: ([\w]+) ([\w]+) ([\w]+) ([\w]+)/g,o=t.match(/attribute ([\w]+) ([\w]+)/g),a=u.match(/uniform ([\w]+) ([\w]+)([\s]*)([\w]*)/g),h=t.match(/uniform ([\w]+) ([\w]+)([\s]*)([\w]*)/g),g=h?h.concat(a):a,y={};return{fragmentSource:u=u.replace(n,(b,w,C,E,R)=>(y[R]=!0,w==="define"?`
|
530
|
+
#ifndef HAS_UNIFORM_u_${R}
|
531
|
+
varying ${C} ${E} ${R};
|
532
532
|
#else
|
533
|
-
uniform ${
|
533
|
+
uniform ${C} ${E} u_${R};
|
534
534
|
#endif
|
535
535
|
`:`
|
536
|
-
#ifdef HAS_UNIFORM_u_${
|
537
|
-
${
|
538
|
-
#endif
|
539
|
-
`)),vertexSource:t=t.replace(n,(
|
540
|
-
#ifndef HAS_UNIFORM_u_${
|
541
|
-
uniform lowp float u_${
|
542
|
-
attribute ${
|
543
|
-
varying ${
|
536
|
+
#ifdef HAS_UNIFORM_u_${R}
|
537
|
+
${C} ${E} ${R} = u_${R};
|
538
|
+
#endif
|
539
|
+
`)),vertexSource:t=t.replace(n,(b,w,C,E,R)=>{const F=E==="float"?"vec2":"vec4",$=R.match(/color/)?"color":F;return y[R]?w==="define"?`
|
540
|
+
#ifndef HAS_UNIFORM_u_${R}
|
541
|
+
uniform lowp float u_${R}_t;
|
542
|
+
attribute ${C} ${F} a_${R};
|
543
|
+
varying ${C} ${E} ${R};
|
544
544
|
#else
|
545
|
-
uniform ${
|
545
|
+
uniform ${C} ${E} u_${R};
|
546
546
|
#endif
|
547
|
-
|
548
|
-
#ifndef HAS_UNIFORM_u_${
|
549
|
-
${
|
547
|
+
`:$==="vec4"?`
|
548
|
+
#ifndef HAS_UNIFORM_u_${R}
|
549
|
+
${R} = a_${R};
|
550
550
|
#else
|
551
|
-
${
|
551
|
+
${C} ${E} ${R} = u_${R};
|
552
552
|
#endif
|
553
553
|
`:`
|
554
|
-
#ifndef HAS_UNIFORM_u_${
|
555
|
-
${
|
554
|
+
#ifndef HAS_UNIFORM_u_${R}
|
555
|
+
${R} = unpack_mix_${$}(a_${R}, u_${R}_t);
|
556
556
|
#else
|
557
|
-
${
|
557
|
+
${C} ${E} ${R} = u_${R};
|
558
558
|
#endif
|
559
559
|
`:w==="define"?`
|
560
|
-
#ifndef HAS_UNIFORM_u_${
|
561
|
-
uniform lowp float u_${
|
562
|
-
attribute ${
|
560
|
+
#ifndef HAS_UNIFORM_u_${R}
|
561
|
+
uniform lowp float u_${R}_t;
|
562
|
+
attribute ${C} ${F} a_${R};
|
563
563
|
#else
|
564
|
-
uniform ${
|
564
|
+
uniform ${C} ${E} u_${R};
|
565
565
|
#endif
|
566
|
-
|
567
|
-
#ifndef HAS_UNIFORM_u_${
|
568
|
-
${
|
566
|
+
`:$==="vec4"?`
|
567
|
+
#ifndef HAS_UNIFORM_u_${R}
|
568
|
+
${C} ${E} ${R} = a_${R};
|
569
569
|
#else
|
570
|
-
${
|
570
|
+
${C} ${E} ${R} = u_${R};
|
571
571
|
#endif
|
572
572
|
`:`
|
573
|
-
#ifndef HAS_UNIFORM_u_${
|
574
|
-
${
|
573
|
+
#ifndef HAS_UNIFORM_u_${R}
|
574
|
+
${C} ${E} ${R} = unpack_mix_${$}(a_${R}, u_${R}_t);
|
575
575
|
#else
|
576
|
-
${
|
576
|
+
${C} ${E} ${R} = u_${R};
|
577
577
|
#endif
|
578
|
-
`}),staticAttributes:o,staticUniforms:g}}class
|
578
|
+
`}),staticAttributes:o,staticUniforms:g}}class Gs{constructor(){this.boundProgram=null,this.boundLayoutVertexBuffer=null,this.boundPaintVertexBuffers=[],this.boundIndexBuffer=null,this.boundVertexOffset=null,this.boundDynamicVertexBuffer=null,this.vao=null}bind(t,n,o,a,h,g,y,b,w){this.context=t;let C=this.boundPaintVertexBuffers.length!==a.length;for(let E=0;!C&&E<a.length;E++)this.boundPaintVertexBuffers[E]!==a[E]&&(C=!0);!this.vao||this.boundProgram!==n||this.boundLayoutVertexBuffer!==o||C||this.boundIndexBuffer!==h||this.boundVertexOffset!==g||this.boundDynamicVertexBuffer!==y||this.boundDynamicVertexBuffer2!==b||this.boundDynamicVertexBuffer3!==w?this.freshBind(n,o,a,h,g,y,b,w):(t.bindVertexArray.set(this.vao),y&&y.bind(),h&&h.dynamicDraw&&h.bind(),b&&b.bind(),w&&w.bind())}freshBind(t,n,o,a,h,g,y,b){const w=t.numAttributes,C=this.context,E=C.gl;this.vao&&this.destroy(),this.vao=C.createVertexArray(),C.bindVertexArray.set(this.vao),this.boundProgram=t,this.boundLayoutVertexBuffer=n,this.boundPaintVertexBuffers=o,this.boundIndexBuffer=a,this.boundVertexOffset=h,this.boundDynamicVertexBuffer=g,this.boundDynamicVertexBuffer2=y,this.boundDynamicVertexBuffer3=b,n.enableAttributes(E,t);for(const R of o)R.enableAttributes(E,t);g&&g.enableAttributes(E,t),y&&y.enableAttributes(E,t),b&&b.enableAttributes(E,t),n.bind(),n.setVertexAttribPointers(E,t,h);for(const R of o)R.bind(),R.setVertexAttribPointers(E,t,h);g&&(g.bind(),g.setVertexAttribPointers(E,t,h)),a&&a.bind(),y&&(y.bind(),y.setVertexAttribPointers(E,t,h)),b&&(b.bind(),b.setVertexAttribPointers(E,t,h)),C.currentNumAttributes=w}destroy(){this.vao&&(this.context.deleteVertexArray(this.vao),this.vao=null)}}const Go=(u,t,n,o,a)=>({u_matrix:u,u_texture:0,u_ele_delta:t,u_fog_matrix:n,u_fog_color:o?o.properties.get("fog-color"):c.aN.white,u_fog_ground_blend:o?o.properties.get("fog-ground-blend"):1,u_fog_ground_blend_opacity:o?o.calculateFogBlendOpacity(a):0,u_horizon_color:o?o.properties.get("horizon-color"):c.aN.white,u_horizon_fog_blend:o?o.properties.get("horizon-fog-blend"):1});function ps(u){const t=[];for(let n=0;n<u.length;n++){if(u[n]===null)continue;const o=u[n].split(" ");t.push(o.pop())}return t}class Hs{constructor(t,n,o,a,h,g){const y=t.gl;this.program=y.createProgram();const b=ps(n.staticAttributes),w=o?o.getBinderAttributes():[],C=b.concat(w),E=Wr.prelude.staticUniforms?ps(Wr.prelude.staticUniforms):[],R=n.staticUniforms?ps(n.staticUniforms):[],F=o?o.getBinderUniforms():[],$=E.concat(R).concat(F),H=[];for(const ce of $)H.indexOf(ce)<0&&H.push(ce);const U=o?o.defines():[];h&&U.push("#define OVERDRAW_INSPECTOR;"),g&&U.push("#define TERRAIN3D;");const X=U.concat(Wr.prelude.fragmentSource,n.fragmentSource).join(`
|
579
579
|
`),Y=U.concat(Wr.prelude.vertexSource,n.vertexSource).join(`
|
580
|
-
`),$=y.createShader(y.FRAGMENT_SHADER);if(y.isContextLost())return void(this.failedToCreate=!0);if(y.shaderSource($,X),y.compileShader($),!y.getShaderParameter($,y.COMPILE_STATUS))throw new Error(`Could not compile fragment shader: ${y.getShaderInfoLog($)}`);y.attachShader(this.program,$);const te=y.createShader(y.VERTEX_SHADER);if(y.isContextLost())return void(this.failedToCreate=!0);if(y.shaderSource(te,Y),y.compileShader(te),!y.getShaderParameter(te,y.COMPILE_STATUS))throw new Error(`Could not compile vertex shader: ${y.getShaderInfoLog(te)}`);y.attachShader(this.program,te),this.attributes={};const se={};this.numAttributes=P.length;for(let ce=0;ce<this.numAttributes;ce++)P[ce]&&(y.bindAttribLocation(this.program,ce,P[ce]),this.attributes[P[ce]]=ce);if(y.linkProgram(this.program),!y.getProgramParameter(this.program,y.LINK_STATUS))throw new Error(`Program failed to link: ${y.getProgramInfoLog(this.program)}`);y.deleteShader(te),y.deleteShader($);for(let ce=0;ce<Z.length;ce++){const ye=Z[ce];if(ye&&!se[ye]){const we=y.getUniformLocation(this.program,ye);we&&(se[ye]=we)}}this.fixedUniforms=a(t,se),this.terrainUniforms=((ce,ye)=>({u_depth:new c.aI(ce,ye.u_depth),u_terrain:new c.aI(ce,ye.u_terrain),u_terrain_dim:new c.aJ(ce,ye.u_terrain_dim),u_terrain_matrix:new c.aK(ce,ye.u_terrain_matrix),u_terrain_unpack:new c.aL(ce,ye.u_terrain_unpack),u_terrain_exaggeration:new c.aJ(ce,ye.u_terrain_exaggeration)}))(t,se),this.binderUniforms=o?o.getUniforms(t,se):[]}draw(t,n,o,a,h,g,y,v,w,P,E,L,F,N,Z,U,X,Y){const $=t.gl;if(this.failedToCreate)return;if(t.program.set(this.program),t.setDepthMode(o),t.setStencilMode(a),t.setColorMode(h),t.setCullFace(g),v){t.activeTexture.set($.TEXTURE2),$.bindTexture($.TEXTURE_2D,v.depthTexture),t.activeTexture.set($.TEXTURE3),$.bindTexture($.TEXTURE_2D,v.texture);for(const se in this.terrainUniforms)this.terrainUniforms[se].set(v[se])}for(const se in this.fixedUniforms)this.fixedUniforms[se].set(y[se]);Z&&Z.setUniforms(t,this.binderUniforms,F,{zoom:N});let te=0;switch(n){case $.LINES:te=2;break;case $.TRIANGLES:te=3;break;case $.LINE_STRIP:te=1}for(const se of L.get()){const ce=se.vaos||(se.vaos={});(ce[w]||(ce[w]=new Zs)).bind(t,this,P,Z?Z.getPaintVertexBuffers():[],E,se.vertexOffset,U,X,Y),$.drawElements(n,se.primitiveLength*te,$.UNSIGNED_SHORT,se.primitiveOffset*te*2)}}}function Hs(u,t,n){const o=1/rt(n,1,t.transform.tileZoom),a=Math.pow(2,n.tileID.overscaledZ),h=n.tileSize*Math.pow(2,t.transform.tileZoom)/a,g=h*(n.tileID.canonical.x+n.tileID.wrap*a),y=h*n.tileID.canonical.y;return{u_image:0,u_texsize:n.imageAtlasTexture.size,u_scale:[o,u.fromScale,u.toScale],u_fade:u.t,u_pixel_coord_upper:[g>>16,y>>16],u_pixel_coord_lower:[65535&g,65535&y]}}const Ws=(u,t,n,o)=>{const a=t.style.light,h=a.properties.get("position"),g=[h.x,h.y,h.z],y=function(){var w=new c.A(9);return c.A!=Float32Array&&(w[1]=0,w[2]=0,w[3]=0,w[5]=0,w[6]=0,w[7]=0),w[0]=1,w[4]=1,w[8]=1,w}();a.properties.get("anchor")==="viewport"&&function(w,P){var E=Math.sin(P),L=Math.cos(P);w[0]=L,w[1]=E,w[2]=0,w[3]=-E,w[4]=L,w[5]=0,w[6]=0,w[7]=0,w[8]=1}(y,-t.transform.angle),function(w,P,E){var L=P[0],F=P[1],N=P[2];w[0]=L*E[0]+F*E[3]+N*E[6],w[1]=L*E[1]+F*E[4]+N*E[7],w[2]=L*E[2]+F*E[5]+N*E[8]}(g,g,y);const v=a.properties.get("color");return{u_matrix:u,u_lightpos:g,u_lightintensity:a.properties.get("intensity"),u_lightcolor:[v.r,v.g,v.b],u_vertical_gradient:+n,u_opacity:o}},Xs=(u,t,n,o,a,h,g)=>c.e(Ws(u,t,n,o),Hs(h,t,g),{u_height_factor:-Math.pow(2,a.overscaledZ)/g.tileSize/8}),ps=u=>({u_matrix:u}),zn=(u,t,n,o)=>c.e(ps(u),Hs(n,t,o)),Vc=(u,t)=>({u_matrix:u,u_world:t}),Nc=(u,t,n,o,a)=>c.e(zn(u,t,n,o),{u_world:a}),ml=(u,t,n,o)=>{const a=u.transform;let h,g;if(o.paint.get("circle-pitch-alignment")==="map"){const y=rt(n,1,a.zoom);h=!0,g=[y,y]}else h=!1,g=a.pixelsToGLUnits;return{u_camera_to_center_distance:a.cameraToCenterDistance,u_scale_with_map:+(o.paint.get("circle-pitch-scale")==="map"),u_matrix:u.translatePosMatrix(t.posMatrix,n,o.paint.get("circle-translate"),o.paint.get("circle-translate-anchor")),u_pitch_with_map:+h,u_device_pixel_ratio:u.pixelRatio,u_extrude_scale:g}},$c=(u,t,n)=>({u_matrix:u,u_inv_matrix:t,u_camera_to_center_distance:n.cameraToCenterDistance,u_viewport_size:[n.width,n.height]}),Xr=(u,t,n=1)=>({u_matrix:u,u_color:t,u_overlay:0,u_overlay_scale:n}),fs=u=>({u_matrix:u}),$i=(u,t,n,o)=>({u_matrix:u,u_extrude_scale:rt(t,1,n),u_intensity:o});function Ui(u,t){const n=Math.pow(2,t.canonical.z),o=t.canonical.y;return[new c.Z(0,o/n).toLngLat().lat,new c.Z(0,(o+1)/n).toLngLat().lat]}const ms=(u,t,n,o)=>{const a=u.transform;return{u_matrix:yl(u,t,n,o),u_ratio:1/rt(t,1,a.zoom),u_device_pixel_ratio:u.pixelRatio,u_units_to_pixels:[1/a.pixelsToGLUnits[0],1/a.pixelsToGLUnits[1]]}},Js=(u,t,n,o,a)=>c.e(ms(u,t,n,a),{u_image:0,u_image_height:o}),gl=(u,t,n,o,a)=>{const h=u.transform,g=un(t,h);return{u_matrix:yl(u,t,n,a),u_texsize:t.imageAtlasTexture.size,u_ratio:1/rt(t,1,h.zoom),u_device_pixel_ratio:u.pixelRatio,u_image:0,u_scale:[g,o.fromScale,o.toScale],u_fade:o.t,u_units_to_pixels:[1/h.pixelsToGLUnits[0],1/h.pixelsToGLUnits[1]]}},_l=(u,t,n,o,a,h)=>{const g=u.lineAtlas,y=un(t,u.transform),v=n.layout.get("line-cap")==="round",w=g.getDash(o.from,v),P=g.getDash(o.to,v),E=w.width*a.fromScale,L=P.width*a.toScale;return c.e(ms(u,t,n,h),{u_patternscale_a:[y/E,-w.height/2],u_patternscale_b:[y/L,-P.height/2],u_sdfgamma:g.width/(256*Math.min(E,L)*u.pixelRatio)/2,u_image:0,u_tex_y_a:w.y,u_tex_y_b:P.y,u_mix:a.t})};function un(u,t){return 1/rt(u,1,t.tileZoom)}function yl(u,t,n,o){return u.translatePosMatrix(o?o.posMatrix:t.tileID.posMatrix,t,n.paint.get("line-translate"),n.paint.get("line-translate-anchor"))}const Uc=(u,t,n,o,a)=>{return{u_matrix:u,u_tl_parent:t,u_scale_parent:n,u_buffer_scale:1,u_fade_t:o.mix,u_opacity:o.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:(g=a.paint.get("raster-saturation"),g>0?1-1/(1.001-g):-g),u_contrast_factor:(h=a.paint.get("raster-contrast"),h>0?1/(1-h):1+h),u_spin_weights:jc(a.paint.get("raster-hue-rotate"))};var h,g};function jc(u){u*=Math.PI/180;const t=Math.sin(u),n=Math.cos(u);return[(2*n+1)/3,(-Math.sqrt(3)*t-n+1)/3,(Math.sqrt(3)*t-n+1)/3]}const xl=(u,t,n,o,a,h,g,y,v,w,P,E,L,F)=>{const N=g.transform;return{u_is_size_zoom_constant:+(u==="constant"||u==="source"),u_is_size_feature_constant:+(u==="constant"||u==="camera"),u_size_t:t?t.uSizeT:0,u_size:t?t.uSize:0,u_camera_to_center_distance:N.cameraToCenterDistance,u_pitch:N.pitch/360*2*Math.PI,u_rotate_symbol:+n,u_aspect_ratio:N.width/N.height,u_fade_change:g.options.fadeDuration?g.symbolFadeChange:1,u_matrix:y,u_label_plane_matrix:v,u_coord_matrix:w,u_is_text:+E,u_pitch_with_map:+o,u_is_along_line:a,u_is_variable_anchor:h,u_texsize:L,u_texture:0,u_translation:P,u_pitched_scale:F}},vl=(u,t,n,o,a,h,g,y,v,w,P,E,L,F,N)=>{const Z=g.transform;return c.e(xl(u,t,n,o,a,h,g,y,v,w,P,E,L,N),{u_gamma_scale:o?Math.cos(Z._pitch)*Z.cameraToCenterDistance:1,u_device_pixel_ratio:g.pixelRatio,u_is_halo:+F})},qc=(u,t,n,o,a,h,g,y,v,w,P,E,L,F)=>c.e(vl(u,t,n,o,a,h,g,y,v,w,P,!0,E,!0,F),{u_texsize_icon:L,u_texture_icon:1}),Ks=(u,t,n)=>({u_matrix:u,u_opacity:t,u_color:n}),Zo=(u,t,n,o,a,h)=>c.e(function(g,y,v,w){const P=v.imageManager.getPattern(g.from.toString()),E=v.imageManager.getPattern(g.to.toString()),{width:L,height:F}=v.imageManager.getPixelSize(),N=Math.pow(2,w.tileID.overscaledZ),Z=w.tileSize*Math.pow(2,v.transform.tileZoom)/N,U=Z*(w.tileID.canonical.x+w.tileID.wrap*N),X=Z*w.tileID.canonical.y;return{u_image:0,u_pattern_tl_a:P.tl,u_pattern_br_a:P.br,u_pattern_tl_b:E.tl,u_pattern_br_b:E.br,u_texsize:[L,F],u_mix:y.t,u_pattern_size_a:P.displaySize,u_pattern_size_b:E.displaySize,u_scale_a:y.fromScale,u_scale_b:y.toScale,u_tile_units_to_pixels:1/rt(w,1,v.transform.tileZoom),u_pixel_coord_upper:[U>>16,X>>16],u_pixel_coord_lower:[65535&U,65535&X]}}(o,h,n,a),{u_matrix:u,u_opacity:t}),Ys={fillExtrusion:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_lightpos:new c.aO(u,t.u_lightpos),u_lightintensity:new c.aJ(u,t.u_lightintensity),u_lightcolor:new c.aO(u,t.u_lightcolor),u_vertical_gradient:new c.aJ(u,t.u_vertical_gradient),u_opacity:new c.aJ(u,t.u_opacity)}),fillExtrusionPattern:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_lightpos:new c.aO(u,t.u_lightpos),u_lightintensity:new c.aJ(u,t.u_lightintensity),u_lightcolor:new c.aO(u,t.u_lightcolor),u_vertical_gradient:new c.aJ(u,t.u_vertical_gradient),u_height_factor:new c.aJ(u,t.u_height_factor),u_image:new c.aI(u,t.u_image),u_texsize:new c.aP(u,t.u_texsize),u_pixel_coord_upper:new c.aP(u,t.u_pixel_coord_upper),u_pixel_coord_lower:new c.aP(u,t.u_pixel_coord_lower),u_scale:new c.aO(u,t.u_scale),u_fade:new c.aJ(u,t.u_fade),u_opacity:new c.aJ(u,t.u_opacity)}),fill:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix)}),fillPattern:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_image:new c.aI(u,t.u_image),u_texsize:new c.aP(u,t.u_texsize),u_pixel_coord_upper:new c.aP(u,t.u_pixel_coord_upper),u_pixel_coord_lower:new c.aP(u,t.u_pixel_coord_lower),u_scale:new c.aO(u,t.u_scale),u_fade:new c.aJ(u,t.u_fade)}),fillOutline:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_world:new c.aP(u,t.u_world)}),fillOutlinePattern:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_world:new c.aP(u,t.u_world),u_image:new c.aI(u,t.u_image),u_texsize:new c.aP(u,t.u_texsize),u_pixel_coord_upper:new c.aP(u,t.u_pixel_coord_upper),u_pixel_coord_lower:new c.aP(u,t.u_pixel_coord_lower),u_scale:new c.aO(u,t.u_scale),u_fade:new c.aJ(u,t.u_fade)}),circle:(u,t)=>({u_camera_to_center_distance:new c.aJ(u,t.u_camera_to_center_distance),u_scale_with_map:new c.aI(u,t.u_scale_with_map),u_pitch_with_map:new c.aI(u,t.u_pitch_with_map),u_extrude_scale:new c.aP(u,t.u_extrude_scale),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_matrix:new c.aK(u,t.u_matrix)}),collisionBox:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_pixel_extrude_scale:new c.aP(u,t.u_pixel_extrude_scale)}),collisionCircle:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_inv_matrix:new c.aK(u,t.u_inv_matrix),u_camera_to_center_distance:new c.aJ(u,t.u_camera_to_center_distance),u_viewport_size:new c.aP(u,t.u_viewport_size)}),debug:(u,t)=>({u_color:new c.aM(u,t.u_color),u_matrix:new c.aK(u,t.u_matrix),u_overlay:new c.aI(u,t.u_overlay),u_overlay_scale:new c.aJ(u,t.u_overlay_scale)}),clippingMask:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix)}),heatmap:(u,t)=>({u_extrude_scale:new c.aJ(u,t.u_extrude_scale),u_intensity:new c.aJ(u,t.u_intensity),u_matrix:new c.aK(u,t.u_matrix)}),heatmapTexture:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_world:new c.aP(u,t.u_world),u_image:new c.aI(u,t.u_image),u_color_ramp:new c.aI(u,t.u_color_ramp),u_opacity:new c.aJ(u,t.u_opacity)}),hillshade:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_image:new c.aI(u,t.u_image),u_latrange:new c.aP(u,t.u_latrange),u_light:new c.aP(u,t.u_light),u_shadow:new c.aM(u,t.u_shadow),u_highlight:new c.aM(u,t.u_highlight),u_accent:new c.aM(u,t.u_accent)}),hillshadePrepare:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_image:new c.aI(u,t.u_image),u_dimension:new c.aP(u,t.u_dimension),u_zoom:new c.aJ(u,t.u_zoom),u_unpack:new c.aL(u,t.u_unpack)}),line:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_ratio:new c.aJ(u,t.u_ratio),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_units_to_pixels:new c.aP(u,t.u_units_to_pixels)}),lineGradient:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_ratio:new c.aJ(u,t.u_ratio),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_units_to_pixels:new c.aP(u,t.u_units_to_pixels),u_image:new c.aI(u,t.u_image),u_image_height:new c.aJ(u,t.u_image_height)}),linePattern:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_texsize:new c.aP(u,t.u_texsize),u_ratio:new c.aJ(u,t.u_ratio),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_image:new c.aI(u,t.u_image),u_units_to_pixels:new c.aP(u,t.u_units_to_pixels),u_scale:new c.aO(u,t.u_scale),u_fade:new c.aJ(u,t.u_fade)}),lineSDF:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_ratio:new c.aJ(u,t.u_ratio),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_units_to_pixels:new c.aP(u,t.u_units_to_pixels),u_patternscale_a:new c.aP(u,t.u_patternscale_a),u_patternscale_b:new c.aP(u,t.u_patternscale_b),u_sdfgamma:new c.aJ(u,t.u_sdfgamma),u_image:new c.aI(u,t.u_image),u_tex_y_a:new c.aJ(u,t.u_tex_y_a),u_tex_y_b:new c.aJ(u,t.u_tex_y_b),u_mix:new c.aJ(u,t.u_mix)}),raster:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_tl_parent:new c.aP(u,t.u_tl_parent),u_scale_parent:new c.aJ(u,t.u_scale_parent),u_buffer_scale:new c.aJ(u,t.u_buffer_scale),u_fade_t:new c.aJ(u,t.u_fade_t),u_opacity:new c.aJ(u,t.u_opacity),u_image0:new c.aI(u,t.u_image0),u_image1:new c.aI(u,t.u_image1),u_brightness_low:new c.aJ(u,t.u_brightness_low),u_brightness_high:new c.aJ(u,t.u_brightness_high),u_saturation_factor:new c.aJ(u,t.u_saturation_factor),u_contrast_factor:new c.aJ(u,t.u_contrast_factor),u_spin_weights:new c.aO(u,t.u_spin_weights)}),symbolIcon:(u,t)=>({u_is_size_zoom_constant:new c.aI(u,t.u_is_size_zoom_constant),u_is_size_feature_constant:new c.aI(u,t.u_is_size_feature_constant),u_size_t:new c.aJ(u,t.u_size_t),u_size:new c.aJ(u,t.u_size),u_camera_to_center_distance:new c.aJ(u,t.u_camera_to_center_distance),u_pitch:new c.aJ(u,t.u_pitch),u_rotate_symbol:new c.aI(u,t.u_rotate_symbol),u_aspect_ratio:new c.aJ(u,t.u_aspect_ratio),u_fade_change:new c.aJ(u,t.u_fade_change),u_matrix:new c.aK(u,t.u_matrix),u_label_plane_matrix:new c.aK(u,t.u_label_plane_matrix),u_coord_matrix:new c.aK(u,t.u_coord_matrix),u_is_text:new c.aI(u,t.u_is_text),u_pitch_with_map:new c.aI(u,t.u_pitch_with_map),u_is_along_line:new c.aI(u,t.u_is_along_line),u_is_variable_anchor:new c.aI(u,t.u_is_variable_anchor),u_texsize:new c.aP(u,t.u_texsize),u_texture:new c.aI(u,t.u_texture),u_translation:new c.aP(u,t.u_translation),u_pitched_scale:new c.aJ(u,t.u_pitched_scale)}),symbolSDF:(u,t)=>({u_is_size_zoom_constant:new c.aI(u,t.u_is_size_zoom_constant),u_is_size_feature_constant:new c.aI(u,t.u_is_size_feature_constant),u_size_t:new c.aJ(u,t.u_size_t),u_size:new c.aJ(u,t.u_size),u_camera_to_center_distance:new c.aJ(u,t.u_camera_to_center_distance),u_pitch:new c.aJ(u,t.u_pitch),u_rotate_symbol:new c.aI(u,t.u_rotate_symbol),u_aspect_ratio:new c.aJ(u,t.u_aspect_ratio),u_fade_change:new c.aJ(u,t.u_fade_change),u_matrix:new c.aK(u,t.u_matrix),u_label_plane_matrix:new c.aK(u,t.u_label_plane_matrix),u_coord_matrix:new c.aK(u,t.u_coord_matrix),u_is_text:new c.aI(u,t.u_is_text),u_pitch_with_map:new c.aI(u,t.u_pitch_with_map),u_is_along_line:new c.aI(u,t.u_is_along_line),u_is_variable_anchor:new c.aI(u,t.u_is_variable_anchor),u_texsize:new c.aP(u,t.u_texsize),u_texture:new c.aI(u,t.u_texture),u_gamma_scale:new c.aJ(u,t.u_gamma_scale),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_is_halo:new c.aI(u,t.u_is_halo),u_translation:new c.aP(u,t.u_translation),u_pitched_scale:new c.aJ(u,t.u_pitched_scale)}),symbolTextAndIcon:(u,t)=>({u_is_size_zoom_constant:new c.aI(u,t.u_is_size_zoom_constant),u_is_size_feature_constant:new c.aI(u,t.u_is_size_feature_constant),u_size_t:new c.aJ(u,t.u_size_t),u_size:new c.aJ(u,t.u_size),u_camera_to_center_distance:new c.aJ(u,t.u_camera_to_center_distance),u_pitch:new c.aJ(u,t.u_pitch),u_rotate_symbol:new c.aI(u,t.u_rotate_symbol),u_aspect_ratio:new c.aJ(u,t.u_aspect_ratio),u_fade_change:new c.aJ(u,t.u_fade_change),u_matrix:new c.aK(u,t.u_matrix),u_label_plane_matrix:new c.aK(u,t.u_label_plane_matrix),u_coord_matrix:new c.aK(u,t.u_coord_matrix),u_is_text:new c.aI(u,t.u_is_text),u_pitch_with_map:new c.aI(u,t.u_pitch_with_map),u_is_along_line:new c.aI(u,t.u_is_along_line),u_is_variable_anchor:new c.aI(u,t.u_is_variable_anchor),u_texsize:new c.aP(u,t.u_texsize),u_texsize_icon:new c.aP(u,t.u_texsize_icon),u_texture:new c.aI(u,t.u_texture),u_texture_icon:new c.aI(u,t.u_texture_icon),u_gamma_scale:new c.aJ(u,t.u_gamma_scale),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_is_halo:new c.aI(u,t.u_is_halo),u_translation:new c.aP(u,t.u_translation),u_pitched_scale:new c.aJ(u,t.u_pitched_scale)}),background:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_opacity:new c.aJ(u,t.u_opacity),u_color:new c.aM(u,t.u_color)}),backgroundPattern:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_opacity:new c.aJ(u,t.u_opacity),u_image:new c.aI(u,t.u_image),u_pattern_tl_a:new c.aP(u,t.u_pattern_tl_a),u_pattern_br_a:new c.aP(u,t.u_pattern_br_a),u_pattern_tl_b:new c.aP(u,t.u_pattern_tl_b),u_pattern_br_b:new c.aP(u,t.u_pattern_br_b),u_texsize:new c.aP(u,t.u_texsize),u_mix:new c.aJ(u,t.u_mix),u_pattern_size_a:new c.aP(u,t.u_pattern_size_a),u_pattern_size_b:new c.aP(u,t.u_pattern_size_b),u_scale_a:new c.aJ(u,t.u_scale_a),u_scale_b:new c.aJ(u,t.u_scale_b),u_pixel_coord_upper:new c.aP(u,t.u_pixel_coord_upper),u_pixel_coord_lower:new c.aP(u,t.u_pixel_coord_lower),u_tile_units_to_pixels:new c.aJ(u,t.u_tile_units_to_pixels)}),terrain:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_texture:new c.aI(u,t.u_texture),u_ele_delta:new c.aJ(u,t.u_ele_delta),u_fog_matrix:new c.aK(u,t.u_fog_matrix),u_fog_color:new c.aM(u,t.u_fog_color),u_fog_ground_blend:new c.aJ(u,t.u_fog_ground_blend),u_fog_ground_blend_opacity:new c.aJ(u,t.u_fog_ground_blend_opacity),u_horizon_color:new c.aM(u,t.u_horizon_color),u_horizon_fog_blend:new c.aJ(u,t.u_horizon_fog_blend)}),terrainDepth:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_ele_delta:new c.aJ(u,t.u_ele_delta)}),terrainCoords:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_texture:new c.aI(u,t.u_texture),u_terrain_coords_id:new c.aJ(u,t.u_terrain_coords_id),u_ele_delta:new c.aJ(u,t.u_ele_delta)}),sky:(u,t)=>({u_sky_color:new c.aM(u,t.u_sky_color),u_horizon_color:new c.aM(u,t.u_horizon_color),u_horizon:new c.aJ(u,t.u_horizon),u_sky_horizon_blend:new c.aJ(u,t.u_sky_horizon_blend)})};class Go{constructor(t,n,o){this.context=t;const a=t.gl;this.buffer=a.createBuffer(),this.dynamicDraw=!!o,this.context.unbindVAO(),t.bindElementBuffer.set(this.buffer),a.bufferData(a.ELEMENT_ARRAY_BUFFER,n.arrayBuffer,this.dynamicDraw?a.DYNAMIC_DRAW:a.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 Ho={Int8:"BYTE",Uint8:"UNSIGNED_BYTE",Int16:"SHORT",Uint16:"UNSIGNED_SHORT",Int32:"INT",Uint32:"UNSIGNED_INT",Float32:"FLOAT"};class yr{constructor(t,n,o,a){this.length=n.length,this.attributes=o,this.itemSize=n.bytesPerElement,this.dynamicDraw=a,this.context=t;const h=t.gl;this.buffer=h.createBuffer(),t.bindVertexBuffer.set(this.buffer),h.bufferData(h.ARRAY_BUFFER,n.arrayBuffer,this.dynamicDraw?h.DYNAMIC_DRAW:h.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 o=0;o<this.attributes.length;o++){const a=n.attributes[this.attributes[o].name];a!==void 0&&t.enableVertexAttribArray(a)}}setVertexAttribPointers(t,n,o){for(let a=0;a<this.attributes.length;a++){const h=this.attributes[a],g=n.attributes[h.name];g!==void 0&&t.vertexAttribPointer(g,h.components,t[Ho[h.type]],!1,this.itemSize,h.offset+this.itemSize*(o||0))}}destroy(){this.buffer&&(this.context.gl.deleteBuffer(this.buffer),delete this.buffer)}}const Wo=new WeakMap;function Dn(u){var t;if(Wo.has(u))return Wo.get(u);{const n=(t=u.getParameter(u.VERSION))===null||t===void 0?void 0:t.startsWith("WebGL 2.0");return Wo.set(u,n),n}}class pt{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 gs extends pt{getDefault(){return c.aN.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 Zc extends pt{getDefault(){return 1}set(t){(t!==this.current||this.dirty)&&(this.gl.clearDepth(t),this.current=t,this.dirty=!1)}}class Qs extends pt{getDefault(){return 0}set(t){(t!==this.current||this.dirty)&&(this.gl.clearStencil(t),this.current=t,this.dirty=!1)}}class Gc extends pt{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 Ln extends pt{getDefault(){return!0}set(t){(t!==this.current||this.dirty)&&(this.gl.depthMask(t),this.current=t,this.dirty=!1)}}class Hc extends pt{getDefault(){return 255}set(t){(t!==this.current||this.dirty)&&(this.gl.stencilMask(t),this.current=t,this.dirty=!1)}}class bl extends pt{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 Wc extends pt{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 wl extends pt{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 Xo extends pt{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 Sl extends pt{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 Tl extends pt{getDefault(){return this.gl.LESS}set(t){(t!==this.current||this.dirty)&&(this.gl.depthFunc(t),this.current=t,this.dirty=!1)}}class Il extends pt{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 kl extends pt{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 dn extends pt{getDefault(){return c.aN.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 Pl extends pt{getDefault(){return this.gl.FUNC_ADD}set(t){(t!==this.current||this.dirty)&&(this.gl.blendEquation(t),this.current=t,this.dirty=!1)}}class Xc extends pt{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 Jc extends pt{getDefault(){return this.gl.BACK}set(t){(t!==this.current||this.dirty)&&(this.gl.cullFace(t),this.current=t,this.dirty=!1)}}class El extends pt{getDefault(){return this.gl.CCW}set(t){(t!==this.current||this.dirty)&&(this.gl.frontFace(t),this.current=t,this.dirty=!1)}}class _s extends pt{getDefault(){return null}set(t){(t!==this.current||this.dirty)&&(this.gl.useProgram(t),this.current=t,this.dirty=!1)}}class Kc extends pt{getDefault(){return this.gl.TEXTURE0}set(t){(t!==this.current||this.dirty)&&(this.gl.activeTexture(t),this.current=t,this.dirty=!1)}}class eo extends pt{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 Yc extends pt{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 Qc extends pt{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 Al extends pt{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 Cl extends pt{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 Ml extends pt{getDefault(){return null}set(t){const n=this.gl;n.bindBuffer(n.ELEMENT_ARRAY_BUFFER,t),this.current=t,this.dirty=!1}}class Jo extends pt{getDefault(){return null}set(t){var n;if(t===this.current&&!this.dirty)return;const o=this.gl;Dn(o)?o.bindVertexArray(t):(n=o.getExtension("OES_vertex_array_object"))===null||n===void 0||n.bindVertexArrayOES(t),this.current=t,this.dirty=!1}}class zl extends pt{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 to extends pt{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 Dr extends pt{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 ys extends pt{constructor(t,n){super(t),this.context=t,this.parent=n}getDefault(){return null}}class Ko extends ys{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 Yo extends ys{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 Dl extends ys{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}}class Qo{constructor(t,n,o,a,h){this.context=t,this.width=n,this.height=o;const g=t.gl,y=this.framebuffer=g.createFramebuffer();if(this.colorAttachment=new Ko(t,y),a)this.depthAttachment=h?new Dl(t,y):new Yo(t,y);else if(h)throw new Error("Stencil cannot be set without depth");if(g.checkFramebufferStatus(g.FRAMEBUFFER)!==g.FRAMEBUFFER_COMPLETE)throw new Error("Framebuffer is not complete")}destroy(){const t=this.context.gl,n=this.colorAttachment.get();if(n&&t.deleteTexture(n),this.depthAttachment){const o=this.depthAttachment.get();o&&t.deleteRenderbuffer(o)}t.deleteFramebuffer(this.framebuffer)}}class Et{constructor(t,n,o){this.blendFunction=t,this.blendColor=n,this.mask=o}}Et.Replace=[1,0],Et.disabled=new Et(Et.Replace,c.aN.transparent,[!1,!1,!1,!1]),Et.unblended=new Et(Et.Replace,c.aN.transparent,[!0,!0,!0,!0]),Et.alphaBlended=new Et([1,771],c.aN.transparent,[!0,!0,!0,!0]);class ea{constructor(t){var n,o;if(this.gl=t,this.clearColor=new gs(this),this.clearDepth=new Zc(this),this.clearStencil=new Qs(this),this.colorMask=new Gc(this),this.depthMask=new Ln(this),this.stencilMask=new Hc(this),this.stencilFunc=new bl(this),this.stencilOp=new Wc(this),this.stencilTest=new wl(this),this.depthRange=new Xo(this),this.depthTest=new Sl(this),this.depthFunc=new Tl(this),this.blend=new Il(this),this.blendFunc=new kl(this),this.blendColor=new dn(this),this.blendEquation=new Pl(this),this.cullFace=new Xc(this),this.cullFaceSide=new Jc(this),this.frontFace=new El(this),this.program=new _s(this),this.activeTexture=new Kc(this),this.viewport=new eo(this),this.bindFramebuffer=new Yc(this),this.bindRenderbuffer=new Qc(this),this.bindTexture=new Al(this),this.bindVertexBuffer=new Cl(this),this.bindElementBuffer=new Ml(this),this.bindVertexArray=new Jo(this),this.pixelStoreUnpack=new zl(this),this.pixelStoreUnpackPremultiplyAlpha=new to(this),this.pixelStoreUnpackFlipY=new Dr(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),Dn(t)){this.HALF_FLOAT=t.HALF_FLOAT;const a=t.getExtension("EXT_color_buffer_half_float");this.RGBA16F=(n=t.RGBA16F)!==null&&n!==void 0?n:a==null?void 0:a.RGBA16F_EXT,this.RGB16F=(o=t.RGB16F)!==null&&o!==void 0?o:a==null?void 0:a.RGB16F_EXT,t.getExtension("EXT_color_buffer_float")}else{t.getExtension("EXT_color_buffer_half_float"),t.getExtension("OES_texture_half_float_linear");const a=t.getExtension("OES_texture_half_float");this.HALF_FLOAT=a==null?void 0:a.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 Go(this,t,n)}createVertexBuffer(t,n,o){return new yr(this,t,n,o)}createRenderbuffer(t,n,o){const a=this.gl,h=a.createRenderbuffer();return this.bindRenderbuffer.set(h),a.renderbufferStorage(a.RENDERBUFFER,t,n,o),this.bindRenderbuffer.set(null),h}createFramebuffer(t,n,o,a){return new Qo(this,t,n,o,a)}clear({color:t,depth:n,stencil:o}){const a=this.gl;let h=0;t&&(h|=a.COLOR_BUFFER_BIT,this.clearColor.set(t),this.colorMask.set([!0,!0,!0,!0])),n!==void 0&&(h|=a.DEPTH_BUFFER_BIT,this.depthRange.set([0,1]),this.clearDepth.set(n),this.depthMask.set(!0)),o!==void 0&&(h|=a.STENCIL_BUFFER_BIT,this.clearStencil.set(o),this.stencilMask.set(255)),a.clear(h)}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.aF(t.blendFunction,Et.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 Dn(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 Dn(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)}}class ut{constructor(t,n,o){this.func=t,this.mask=n,this.range=o}}ut.ReadOnly=!1,ut.ReadWrite=!0,ut.disabled=new ut(519,ut.ReadOnly,[0,1]);const ta=7680;class Vt{constructor(t,n,o,a,h,g){this.test=t,this.ref=n,this.mask=o,this.fail=a,this.depthFail=h,this.pass=g}}Vt.disabled=new Vt({func:519,mask:0},0,0,ta,ta,ta);class Mt{constructor(t,n,o){this.enable=t,this.mode=n,this.frontFace=o}}let xs;function Ll(u,t,n,o,a){const h=u.context,g=h.gl,y=u.useProgram("collisionBox"),v=[];let w=0,P=0;for(let X=0;X<o.length;X++){const Y=o[X],$=t.getTile(Y).getBucket(n);if(!$)continue;const te=a?$.textCollisionBox:$.iconCollisionBox,se=$.collisionCircleArray;if(se.length>0){const ce=c.H();c.aR(ce,$.placementInvProjMatrix,u.transform.glCoordMatrix),c.aR(ce,ce,$.placementViewportMatrix),v.push({circleArray:se,circleOffset:P,transform:Y.posMatrix,invTransform:ce,coord:Y}),w+=se.length/4,P=w}te&&y.draw(h,g.LINES,ut.disabled,Vt.disabled,u.colorModeForRenderPass(),Mt.disabled,{u_matrix:Y.posMatrix,u_pixel_extrude_scale:[1/(E=u.transform).width,1/E.height]},u.style.map.terrain&&u.style.map.terrain.getTerrainData(Y),n.id,te.layoutVertexBuffer,te.indexBuffer,te.segments,null,u.transform.zoom,null,null,te.collisionVertexBuffer)}var E;if(!a||!v.length)return;const L=u.useProgram("collisionCircle"),F=new c.aS;F.resize(4*w),F._trim();let N=0;for(const X of v)for(let Y=0;Y<X.circleArray.length/4;Y++){const $=4*Y,te=X.circleArray[$+0],se=X.circleArray[$+1],ce=X.circleArray[$+2],ye=X.circleArray[$+3];F.emplace(N++,te,se,ce,ye,0),F.emplace(N++,te,se,ce,ye,1),F.emplace(N++,te,se,ce,ye,2),F.emplace(N++,te,se,ce,ye,3)}(!xs||xs.length<2*w)&&(xs=function(X){const Y=2*X,$=new c.aU;$.resize(Y),$._trim();for(let te=0;te<Y;te++){const se=6*te;$.uint16[se+0]=4*te+0,$.uint16[se+1]=4*te+1,$.uint16[se+2]=4*te+2,$.uint16[se+3]=4*te+2,$.uint16[se+4]=4*te+3,$.uint16[se+5]=4*te+0}return $}(w));const Z=h.createIndexBuffer(xs,!0),U=h.createVertexBuffer(F,c.aT.members,!0);for(const X of v){const Y=$c(X.transform,X.invTransform,u.transform);L.draw(h,g.TRIANGLES,ut.disabled,Vt.disabled,u.colorModeForRenderPass(),Mt.disabled,Y,u.style.map.terrain&&u.style.map.terrain.getTerrainData(X.coord),n.id,U,Z,c.a0.simpleSegment(0,2*X.circleOffset,X.circleArray.length,X.circleArray.length/2),null,u.transform.zoom,null,null,null)}U.destroy(),Z.destroy()}Mt.disabled=new Mt(!1,1029,2305),Mt.backCCW=new Mt(!0,1029,2305);const ia=c.ao(new Float32Array(16));function io(u,t,n,o,a,h){const{horizontalAlign:g,verticalAlign:y}=c.av(u);return new c.P((-(g-.5)*t/a+o[0])*h,(-(y-.5)*n/a+o[1])*h)}function ro(u,t,n,o,a,h){const g=t.tileAnchorPoint.add(new c.P(t.translation[0],t.translation[1]));if(t.pitchWithMap){let y=o.mult(h);return n||(y=y.rotate(-a)),W(g.add(y),t.labelPlaneMatrix,t.getElevation).point}if(n){const y=pe(t.tileAnchorPoint.x+1,t.tileAnchorPoint.y,t).point.sub(u),v=Math.atan(y.y/y.x)+(y.x<0?Math.PI:0);return u.add(o.rotate(v))}return u.add(o)}function no(u,t,n,o,a,h,g,y,v,w,P,E,L,F){const N=u.text.placedSymbolArray,Z=u.text.dynamicLayoutVertexArray,U=u.icon.dynamicLayoutVertexArray,X={};Z.clear();for(let Y=0;Y<N.length;Y++){const $=N.get(Y),te=$.hidden||!$.crossTileID||u.allowVerticalPlacement&&!$.placedOrientation?null:o[$.crossTileID];if(te){const se=new c.P($.anchorX,$.anchorY),ce={getElevation:F,width:a.width,height:a.height,labelPlaneMatrix:h,lineVertexArray:null,pitchWithMap:n,projection:P,projectionCache:null,tileAnchorPoint:se,translation:E,unwrappedTileID:L},ye=n?W(se,g,F):pe(se.x,se.y,ce),we=z(a.cameraToCenterDistance,ye.signedDistanceFromCamera);let De=c.aj(u.textSizeData,v,$)*we/c.aq;n&&(De*=u.tilePixelRatio/y);const{width:Re,height:Se,anchor:Te,textOffset:Ne,textBoxScale:tt}=te,Pe=io(Te,Re,Se,Ne,tt,De),Ce=P.getPitchedTextCorrection(a,se.add(new c.P(E[0],E[1])),L),Qe=ro(ye.point,ce,t,Pe,a.angle,Ce),Dt=u.allowVerticalPlacement&&$.placedOrientation===c.ai.vertical?Math.PI/2:0;for(let st=0;st<$.numGlyphs;st++)c.ak(Z,Qe,Dt);w&&$.associatedIconIndex>=0&&(X[$.associatedIconIndex]={shiftedAnchor:Qe,angle:Dt})}else We($.numGlyphs,Z)}if(w){U.clear();const Y=u.icon.placedSymbolArray;for(let $=0;$<Y.length;$++){const te=Y.get($);if(te.hidden)We(te.numGlyphs,U);else{const se=X[$];if(se)for(let ce=0;ce<te.numGlyphs;ce++)c.ak(U,se.shiftedAnchor,se.angle);else We(te.numGlyphs,U)}}u.icon.dynamicLayoutVertexBuffer.updateData(U)}u.text.dynamicLayoutVertexBuffer.updateData(Z)}function ra(u,t,n){return n.iconsInText&&t?"symbolTextAndIcon":u?"symbolSDF":"symbolIcon"}function Jr(u,t,n,o,a,h,g,y,v,w,P,E){const L=u.context,F=L.gl,N=u.transform,Z=js(),U=y==="map",X=v==="map",Y=y!=="viewport"&&n.layout.get("symbol-placement")!=="point",$=U&&!X&&!Y,te=!X&&Y,se=!n.layout.get("symbol-sort-key").isConstant();let ce=!1;const ye=u.depthModeForSublayer(0,ut.ReadOnly),we=n._unevaluatedLayout.hasValue("text-variable-anchor")||n._unevaluatedLayout.hasValue("text-variable-anchor-offset"),De=[],Re=Z.getCircleRadiusCorrection(N);for(const Se of o){const Te=t.getTile(Se),Ne=Te.getBucket(n);if(!Ne)continue;const tt=a?Ne.text:Ne.icon;if(!tt||!tt.segments.get().length||!tt.hasVisibleVertices)continue;const Pe=tt.programConfigurations.get(n.id),Ce=a||Ne.sdfIcons,Qe=a?Ne.textSizeData:Ne.iconSizeData,Dt=X||N.pitch!==0,st=u.useProgram(ra(Ce,a,Ne),Pe),dt=c.ah(Qe,N.zoom),Lt=u.style.map.terrain&&u.style.map.terrain.getTerrainData(Se);let di,rr,Rt,Mi,Ii=[0,0],pi=null;if(a)rr=Te.glyphAtlasTexture,Rt=F.LINEAR,di=Te.glyphAtlasTexture.size,Ne.iconsInText&&(Ii=Te.imageAtlasTexture.size,pi=Te.imageAtlasTexture,Mi=Dt||u.options.rotating||u.options.zooming||Qe.kind==="composite"||Qe.kind==="camera"?F.LINEAR:F.NEAREST);else{const $t=n.layout.get("icon-size").constantOr(0)!==1||Ne.iconsNeedLinear;rr=Te.imageAtlasTexture,Rt=Ce||u.options.rotating||u.options.zooming||$t||Dt?F.LINEAR:F.NEAREST,di=Te.imageAtlasTexture.size}const fi=rt(Te,1,u.transform.zoom),nr=te?Se.posMatrix:ia,vn=Gr(nr,X,U,u.transform,fi),vo=_r(nr,X,U,u.transform,fi),jn=_r(Se.posMatrix,X,U,u.transform,fi),bn=Z.translatePosition(u.transform,Te,h,g),bo=we&&Ne.hasTextData(),La=n.layout.get("icon-text-fit")!=="none"&&bo&&Ne.hasIconData();if(Y){const $t=u.style.map.terrain?(Ra,ti)=>u.style.map.terrain.getElevation(Se,Ra,ti):null,Zn=n.layout.get("text-rotation-alignment")==="map";V(Ne,Se.posMatrix,u,a,vn,jn,X,w,Zn,Z,Se.toUnwrapped(),N.width,N.height,bn,$t)}const oi=Se.posMatrix,sr=a&&we||La,Qr=Y||sr?ia:vn,qn=vo,mi=Ce&&n.paint.get(a?"text-halo-width":"icon-halo-width").constantOr(1)!==0;let gi;gi=Ce?Ne.iconsInText?qc(Qe.kind,dt,$,X,Y,sr,u,oi,Qr,qn,bn,di,Ii,Re):vl(Qe.kind,dt,$,X,Y,sr,u,oi,Qr,qn,bn,a,di,!0,Re):xl(Qe.kind,dt,$,X,Y,sr,u,oi,Qr,qn,bn,a,di,Re);const ri={program:st,buffers:tt,uniformValues:gi,atlasTexture:rr,atlasTextureIcon:pi,atlasInterpolation:Rt,atlasInterpolationIcon:Mi,isSDF:Ce,hasHalo:mi};if(se&&Ne.canOverlap){ce=!0;const $t=tt.segments.get();for(const Zn of $t)De.push({segments:new c.a0([Zn]),sortKey:Zn.sortKey,state:ri,terrainData:Lt})}else De.push({segments:tt.segments,sortKey:0,state:ri,terrainData:Lt})}ce&&De.sort((Se,Te)=>Se.sortKey-Te.sortKey);for(const Se of De){const Te=Se.state;if(L.activeTexture.set(F.TEXTURE0),Te.atlasTexture.bind(Te.atlasInterpolation,F.CLAMP_TO_EDGE),Te.atlasTextureIcon&&(L.activeTexture.set(F.TEXTURE1),Te.atlasTextureIcon&&Te.atlasTextureIcon.bind(Te.atlasInterpolationIcon,F.CLAMP_TO_EDGE)),Te.isSDF){const Ne=Te.uniformValues;Te.hasHalo&&(Ne.u_is_halo=1,pn(Te.buffers,Se.segments,n,u,Te.program,ye,P,E,Ne,Se.terrainData)),Ne.u_is_halo=0}pn(Te.buffers,Se.segments,n,u,Te.program,ye,P,E,Te.uniformValues,Se.terrainData)}}function pn(u,t,n,o,a,h,g,y,v,w){const P=o.context;a.draw(P,P.gl.TRIANGLES,h,g,y,Mt.disabled,v,w,n.id,u.layoutVertexBuffer,u.indexBuffer,t,n.paint,o.transform.zoom,u.programConfigurations.get(n.id),u.dynamicLayoutVertexBuffer,u.opacityVertexBuffer)}function ji(u,t,n,o,a){if(!n||!o||!o.imageAtlas)return;const h=o.imageAtlas.patternPositions;let g=h[n.to.toString()],y=h[n.from.toString()];if(!g&&y&&(g=y),!y&&g&&(y=g),!g||!y){const v=a.getPaintProperty(t);g=h[v],y=h[v]}g&&y&&u.setConstantPatternPositions(g,y)}function na(u,t,n,o,a,h,g){const y=u.context.gl,v="fill-pattern",w=n.paint.get(v),P=w&&w.constantOr(1),E=n.getCrossfadeParameters();let L,F,N,Z,U;g?(F=P&&!n.getPaintProperty("fill-outline-color")?"fillOutlinePattern":"fillOutline",L=y.LINES):(F=P?"fillPattern":"fill",L=y.TRIANGLES);const X=w.constantOr(null);for(const Y of o){const $=t.getTile(Y);if(P&&!$.patternsLoaded())continue;const te=$.getBucket(n);if(!te)continue;const se=te.programConfigurations.get(n.id),ce=u.useProgram(F,se),ye=u.style.map.terrain&&u.style.map.terrain.getTerrainData(Y);P&&(u.context.activeTexture.set(y.TEXTURE0),$.imageAtlasTexture.bind(y.LINEAR,y.CLAMP_TO_EDGE),se.updatePaintBuffers(E)),ji(se,v,X,$,n);const we=ye?Y:null,De=u.translatePosMatrix(we?we.posMatrix:Y.posMatrix,$,n.paint.get("fill-translate"),n.paint.get("fill-translate-anchor"));if(g){Z=te.indexBuffer2,U=te.segments2;const Re=[y.drawingBufferWidth,y.drawingBufferHeight];N=F==="fillOutlinePattern"&&P?Nc(De,u,E,$,Re):Vc(De,Re)}else Z=te.indexBuffer,U=te.segments,N=P?zn(De,u,E,$):ps(De);ce.draw(u.context,L,a,u.stencilModeForClipping(Y),h,Mt.disabled,N,ye,n.id,te.layoutVertexBuffer,Z,U,n.paint,u.transform.zoom,se)}}function so(u,t,n,o,a,h,g){const y=u.context,v=y.gl,w="fill-extrusion-pattern",P=n.paint.get(w),E=P.constantOr(1),L=n.getCrossfadeParameters(),F=n.paint.get("fill-extrusion-opacity"),N=P.constantOr(null);for(const Z of o){const U=t.getTile(Z),X=U.getBucket(n);if(!X)continue;const Y=u.style.map.terrain&&u.style.map.terrain.getTerrainData(Z),$=X.programConfigurations.get(n.id),te=u.useProgram(E?"fillExtrusionPattern":"fillExtrusion",$);E&&(u.context.activeTexture.set(v.TEXTURE0),U.imageAtlasTexture.bind(v.LINEAR,v.CLAMP_TO_EDGE),$.updatePaintBuffers(L)),ji($,w,N,U,n);const se=u.translatePosMatrix(Z.posMatrix,U,n.paint.get("fill-extrusion-translate"),n.paint.get("fill-extrusion-translate-anchor")),ce=n.paint.get("fill-extrusion-vertical-gradient"),ye=E?Xs(se,u,ce,F,Z,L,U):Ws(se,u,ce,F);te.draw(y,y.gl.TRIANGLES,a,h,g,Mt.backCCW,ye,Y,n.id,X.layoutVertexBuffer,X.indexBuffer,X.segments,n.paint,u.transform.zoom,$,u.style.map.terrain&&X.centroidVertexBuffer)}}function sa(u,t,n,o,a,h,g){const y=u.context,v=y.gl,w=n.fbo;if(!w)return;const P=u.useProgram("hillshade"),E=u.style.map.terrain&&u.style.map.terrain.getTerrainData(t);y.activeTexture.set(v.TEXTURE0),v.bindTexture(v.TEXTURE_2D,w.colorAttachment.get()),P.draw(y,v.TRIANGLES,a,h,g,Mt.disabled,((L,F,N,Z)=>{const U=N.paint.get("hillshade-shadow-color"),X=N.paint.get("hillshade-highlight-color"),Y=N.paint.get("hillshade-accent-color");let $=N.paint.get("hillshade-illumination-direction")*(Math.PI/180);N.paint.get("hillshade-illumination-anchor")==="viewport"&&($-=L.transform.angle);const te=!L.options.moving;return{u_matrix:Z?Z.posMatrix:L.transform.calculatePosMatrix(F.tileID.toUnwrapped(),te),u_image:0,u_latrange:Ui(0,F.tileID),u_light:[N.paint.get("hillshade-exaggeration"),$],u_shadow:U,u_highlight:X,u_accent:Y}})(u,n,o,E?t:null),E,o.id,u.rasterBoundsBuffer,u.quadTriangleIndexBuffer,u.rasterBoundsSegments)}function fn(u,t,n,o,a,h){const g=u.context,y=g.gl,v=t.dem;if(v&&v.data){const w=v.dim,P=v.stride,E=v.getPixels();if(g.activeTexture.set(y.TEXTURE1),g.pixelStoreUnpackPremultiplyAlpha.set(!1),t.demTexture=t.demTexture||u.getTileTexture(P),t.demTexture){const F=t.demTexture;F.update(E,{premultiply:!1}),F.bind(y.NEAREST,y.CLAMP_TO_EDGE)}else t.demTexture=new wt(g,E,y.RGBA,{premultiply:!1}),t.demTexture.bind(y.NEAREST,y.CLAMP_TO_EDGE);g.activeTexture.set(y.TEXTURE0);let L=t.fbo;if(!L){const F=new wt(g,{width:w,height:w,data:null},y.RGBA);F.bind(y.LINEAR,y.CLAMP_TO_EDGE),L=t.fbo=g.createFramebuffer(w,w,!0,!1),L.colorAttachment.set(F.texture)}g.bindFramebuffer.set(L.framebuffer),g.viewport.set([0,0,w,w]),u.useProgram("hillshadePrepare").draw(g,y.TRIANGLES,o,a,h,Mt.disabled,((F,N)=>{const Z=N.stride,U=c.H();return c.aQ(U,0,c.X,-c.X,0,0,1),c.J(U,U,[0,-c.X,0]),{u_matrix:U,u_image:1,u_dimension:[Z,Z],u_zoom:F.overscaledZ,u_unpack:N.getUnpackVector()}})(t.tileID,v),null,n.id,u.rasterBoundsBuffer,u.quadTriangleIndexBuffer,u.rasterBoundsSegments),t.needsHillshadePrepare=!1}}function oo(u,t,n,o,a,h){const g=o.paint.get("raster-fade-duration");if(!h&&g>0){const y=le.now(),v=(y-u.timeAdded)/g,w=t?(y-t.timeAdded)/g:-1,P=n.getSource(),E=a.coveringZoomLevel({tileSize:P.tileSize,roundZoom:P.roundZoom}),L=!t||Math.abs(t.tileID.overscaledZ-E)>Math.abs(u.tileID.overscaledZ-E),F=L&&u.refreshedUponExpiration?1:c.ad(L?v:1-w,0,1);return u.refreshedUponExpiration&&v>=1&&(u.refreshedUponExpiration=!1),t?{opacity:1,mix:1-F}:{opacity:F,mix:0}}return{opacity:1,mix:0}}const ao=new c.aN(1,0,0,1),vs=new c.aN(0,1,0,1),lo=new c.aN(0,0,1,1),Rl=new c.aN(1,0,1,1),Rn=new c.aN(0,1,1,1);function mn(u,t,n,o){Bn(u,0,t+n/2,u.transform.width,n,o)}function oa(u,t,n,o){Bn(u,t-n/2,0,n,u.transform.height,o)}function Bn(u,t,n,o,a,h){const g=u.context,y=g.gl;y.enable(y.SCISSOR_TEST),y.scissor(t*u.pixelRatio,n*u.pixelRatio,o*u.pixelRatio,a*u.pixelRatio),g.clear({color:h}),y.disable(y.SCISSOR_TEST)}function gt(u,t,n){const o=u.context,a=o.gl,h=n.posMatrix,g=u.useProgram("debug"),y=ut.disabled,v=Vt.disabled,w=u.colorModeForRenderPass(),P="$debug",E=u.style.map.terrain&&u.style.map.terrain.getTerrainData(n);o.activeTexture.set(a.TEXTURE0);const L=t.getTileByID(n.key).latestRawTileData,F=Math.floor((L&&L.byteLength||0)/1024),N=t.getTile(n).tileSize,Z=512/Math.min(N,512)*(n.overscaledZ/u.transform.zoom)*.5;let U=n.canonical.toString();n.overscaledZ!==n.canonical.z&&(U+=` => ${n.overscaledZ}`),function(X,Y){X.initDebugOverlayCanvas();const $=X.debugOverlayCanvas,te=X.context.gl,se=X.debugOverlayCanvas.getContext("2d");se.clearRect(0,0,$.width,$.height),se.shadowColor="white",se.shadowBlur=2,se.lineWidth=1.5,se.strokeStyle="white",se.textBaseline="top",se.font="bold 36px Open Sans, sans-serif",se.fillText(Y,5,5),se.strokeText(Y,5,5),X.debugOverlayTexture.update($),X.debugOverlayTexture.bind(te.LINEAR,te.CLAMP_TO_EDGE)}(u,`${U} ${F}kB`),g.draw(o,a.TRIANGLES,y,v,Et.alphaBlended,Mt.disabled,Xr(h,c.aN.transparent,Z),null,P,u.debugBuffer,u.quadTriangleIndexBuffer,u.debugSegments),g.draw(o,a.LINE_STRIP,y,v,w,Mt.disabled,Xr(h,c.aN.red),E,P,u.debugBuffer,u.tileBorderIndexBuffer,u.debugSegments)}function bs(u,t,n){const o=u.context,a=o.gl,h=u.colorModeForRenderPass(),g=new ut(a.LEQUAL,ut.ReadWrite,u.depthRangeFor3D),y=u.useProgram("terrain"),v=t.getTerrainMesh();o.bindFramebuffer.set(null),o.viewport.set([0,0,u.width,u.height]);for(const w of n){const P=u.renderToTexture.getTexture(w),E=t.getTerrainData(w.tileID);o.activeTexture.set(a.TEXTURE0),a.bindTexture(a.TEXTURE_2D,P.texture);const L=u.transform.calculatePosMatrix(w.tileID.toUnwrapped()),F=t.getMeshFrameDelta(u.transform.zoom),N=u.transform.calculateFogMatrix(w.tileID.toUnwrapped()),Z=qo(L,F,N,u.style.sky,u.transform.pitch);y.draw(o,a.TRIANGLES,g,Vt.disabled,h,Mt.backCCW,Z,E,"terrain",v.vertexBuffer,v.indexBuffer,v.segments)}}class Bl{constructor(t,n,o){this.vertexBuffer=t,this.indexBuffer=n,this.segments=o}destroy(){this.vertexBuffer.destroy(),this.indexBuffer.destroy(),this.segments.destroy(),this.vertexBuffer=null,this.indexBuffer=null,this.segments=null}}class Fl{constructor(t,n){this.context=new ea(t),this.transform=n,this._tileTextures={},this.terrainFacilitator={dirty:!0,matrix:c.ao(new Float64Array(16)),renderTime:0},this.setup(),this.numSublayers=Ye.maxUnderzooming+Ye.maxOverzooming+1,this.depthEpsilon=1/Math.pow(2,16),this.crossTileSymbolIndex=new Wi}resize(t,n,o){if(this.width=Math.floor(t*o),this.height=Math.floor(n*o),this.pixelRatio=o,this.context.viewport.set([0,0,this.width,this.height]),this.style)for(const a of this.style._order)this.style._layers[a].resize()}setup(){const t=this.context,n=new c.aX;n.emplaceBack(0,0),n.emplaceBack(c.X,0),n.emplaceBack(0,c.X),n.emplaceBack(c.X,c.X),this.tileExtentBuffer=t.createVertexBuffer(n,us.members),this.tileExtentSegments=c.a0.simpleSegment(0,0,4,2);const o=new c.aX;o.emplaceBack(0,0),o.emplaceBack(c.X,0),o.emplaceBack(0,c.X),o.emplaceBack(c.X,c.X),this.debugBuffer=t.createVertexBuffer(o,us.members),this.debugSegments=c.a0.simpleSegment(0,0,4,5);const a=new c.$;a.emplaceBack(0,0,0,0),a.emplaceBack(c.X,0,c.X,0),a.emplaceBack(0,c.X,0,c.X),a.emplaceBack(c.X,c.X,c.X,c.X),this.rasterBoundsBuffer=t.createVertexBuffer(a,qr.members),this.rasterBoundsSegments=c.a0.simpleSegment(0,0,4,2);const h=new c.aX;h.emplaceBack(0,0),h.emplaceBack(1,0),h.emplaceBack(0,1),h.emplaceBack(1,1),this.viewportBuffer=t.createVertexBuffer(h,us.members),this.viewportSegments=c.a0.simpleSegment(0,0,4,2);const g=new c.aZ;g.emplaceBack(0),g.emplaceBack(1),g.emplaceBack(3),g.emplaceBack(2),g.emplaceBack(0),this.tileBorderIndexBuffer=t.createIndexBuffer(g);const y=new c.aY;y.emplaceBack(0,1,2),y.emplaceBack(2,1,3),this.quadTriangleIndexBuffer=t.createIndexBuffer(y);const v=this.context.gl;this.stencilClearMode=new Vt({func:v.ALWAYS,mask:0},0,255,v.ZERO,v.ZERO,v.ZERO)}clearStencil(){const t=this.context,n=t.gl;this.nextStencilID=1,this.currentStencilSource=void 0;const o=c.H();c.aQ(o,0,this.width,this.height,0,0,1),c.K(o,o,[n.drawingBufferWidth,n.drawingBufferHeight,0]),this.useProgram("clippingMask").draw(t,n.TRIANGLES,ut.disabled,this.stencilClearMode,Et.disabled,Mt.disabled,fs(o),null,"$clipping",this.viewportBuffer,this.quadTriangleIndexBuffer,this.viewportSegments)}_renderTileClippingMasks(t,n){if(this.currentStencilSource===t.source||!t.isTileClipped()||!n||!n.length)return;this.currentStencilSource=t.source;const o=this.context,a=o.gl;this.nextStencilID+n.length>256&&this.clearStencil(),o.setColorMode(Et.disabled),o.setDepthMode(ut.disabled);const h=this.useProgram("clippingMask");this._tileClippingMaskIDs={};for(const g of n){const y=this._tileClippingMaskIDs[g.key]=this.nextStencilID++,v=this.style.map.terrain&&this.style.map.terrain.getTerrainData(g);h.draw(o,a.TRIANGLES,ut.disabled,new Vt({func:a.ALWAYS,mask:0},y,255,a.KEEP,a.KEEP,a.REPLACE),Et.disabled,Mt.disabled,fs(g.posMatrix),v,"$clipping",this.tileExtentBuffer,this.quadTriangleIndexBuffer,this.tileExtentSegments)}}stencilModeFor3D(){this.currentStencilSource=void 0,this.nextStencilID+1>256&&this.clearStencil();const t=this.nextStencilID++,n=this.context.gl;return new Vt({func:n.NOTEQUAL,mask:255},t,255,n.KEEP,n.KEEP,n.REPLACE)}stencilModeForClipping(t){const n=this.context.gl;return new Vt({func:n.EQUAL,mask:255},this._tileClippingMaskIDs[t.key],0,n.KEEP,n.KEEP,n.REPLACE)}stencilConfigForOverlap(t){const n=this.context.gl,o=t.sort((g,y)=>y.overscaledZ-g.overscaledZ),a=o[o.length-1].overscaledZ,h=o[0].overscaledZ-a+1;if(h>1){this.currentStencilSource=void 0,this.nextStencilID+h>256&&this.clearStencil();const g={};for(let y=0;y<h;y++)g[y+a]=new Vt({func:n.GEQUAL,mask:255},y+this.nextStencilID,255,n.KEEP,n.KEEP,n.REPLACE);return this.nextStencilID+=h,[g,o]}return[{[a]:Vt.disabled},o]}colorModeForRenderPass(){const t=this.context.gl;return this._showOverdrawInspector?new Et([t.CONSTANT_COLOR,t.ONE],new c.aN(.125,.125,.125,0),[!0,!0,!0,!0]):this.renderPass==="opaque"?Et.unblended:Et.alphaBlended}depthModeForSublayer(t,n,o){if(!this.opaquePassEnabledForLayer())return ut.disabled;const a=1-((1+this.currentLayer)*this.numSublayers+t)*this.depthEpsilon;return new ut(o||this.context.gl.LEQUAL,n,[a,a])}opaquePassEnabledForLayer(){return this.currentLayer<this.opaquePassCutoff}render(t,n){var o;this.style=t,this.options=n,this.lineAtlas=t.lineAtlas,this.imageManager=t.imageManager,this.glyphManager=t.glyphManager,this.symbolFadeChange=t.placement.symbolFadeChange(le.now()),this.imageManager.beginFrame();const a=this.style._order,h=this.style.sourceCaches,g={},y={},v={};for(const w in h){const P=h[w];P.used&&P.prepare(this.context),g[w]=P.getVisibleCoordinates(),y[w]=g[w].slice().reverse(),v[w]=P.getVisibleCoordinates(!0).reverse()}this.opaquePassCutoff=1/0;for(let w=0;w<a.length;w++)if(this.style._layers[a[w]].is3D()){this.opaquePassCutoff=w;break}this.maybeDrawDepthAndCoords(!1),this.renderToTexture&&(this.renderToTexture.prepareForRender(this.style,this.transform.zoom),this.opaquePassCutoff=0),this.renderPass="offscreen";for(const w of a){const P=this.style._layers[w];if(!P.hasOffscreenPass()||P.isHidden(this.transform.zoom))continue;const E=y[P.source];(P.type==="custom"||E.length)&&this.renderLayer(this,h[P.source],P,E)}if(this.context.bindFramebuffer.set(null),this.context.clear({color:n.showOverdrawInspector?c.aN.black:c.aN.transparent,depth:1}),this.clearStencil(),!((o=this.style.stylesheet)===null||o===void 0)&&o.sky&&function(w,P){const E=w.context,L=E.gl,F=((Y,$,te)=>({u_sky_color:Y.properties.get("sky-color"),u_horizon_color:Y.properties.get("horizon-color"),u_horizon:($.height/2+$.getHorizon())*te,u_sky_horizon_blend:Y.properties.get("sky-horizon-blend")*$.height/2*te}))(P,w.style.map.transform,w.pixelRatio),N=new ut(L.LEQUAL,ut.ReadWrite,[0,1]),Z=Vt.disabled,U=w.colorModeForRenderPass(),X=w.useProgram("sky");if(!P.mesh){const Y=new c.aX;Y.emplaceBack(-1,-1),Y.emplaceBack(1,-1),Y.emplaceBack(1,1),Y.emplaceBack(-1,1);const $=new c.aY;$.emplaceBack(0,1,2),$.emplaceBack(0,2,3),P.mesh=new Bl(E.createVertexBuffer(Y,us.members),E.createIndexBuffer($),c.a0.simpleSegment(0,0,Y.length,$.length))}X.draw(E,L.TRIANGLES,N,Z,U,Mt.disabled,F,void 0,"sky",P.mesh.vertexBuffer,P.mesh.indexBuffer,P.mesh.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=a.length-1;this.currentLayer>=0;this.currentLayer--){const w=this.style._layers[a[this.currentLayer]],P=h[w.source],E=g[w.source];this._renderTileClippingMasks(w,E),this.renderLayer(this,P,w,E)}for(this.renderPass="translucent",this.currentLayer=0;this.currentLayer<a.length;this.currentLayer++){const w=this.style._layers[a[this.currentLayer]],P=h[w.source];if(this.renderToTexture&&this.renderToTexture.renderLayer(w))continue;const E=(w.type==="symbol"?v:y)[w.source];this._renderTileClippingMasks(w,g[w.source]),this.renderLayer(this,P,w,E)}if(this.options.showTileBoundaries){const w=function(P,E){let L=null;const F=Object.values(P._layers).flatMap(X=>X.source&&!X.isHidden(E)?[P.sourceCaches[X.source]]:[]),N=F.filter(X=>X.getSource().type==="vector"),Z=F.filter(X=>X.getSource().type!=="vector"),U=X=>{(!L||L.getSource().maxzoom<X.getSource().maxzoom)&&(L=X)};return N.forEach(X=>U(X)),L||Z.forEach(X=>U(X)),L}(this.style,this.transform.zoom);w&&function(P,E,L){for(let F=0;F<L.length;F++)gt(P,E,L[F])}(this,w,w.getVisibleCoordinates())}this.options.showPadding&&function(w){const P=w.transform.padding;mn(w,w.transform.height-(P.top||0),3,ao),mn(w,P.bottom||0,3,vs),oa(w,P.left||0,3,lo),oa(w,w.transform.width-(P.right||0),3,Rl);const E=w.transform.centerPoint;(function(L,F,N,Z){Bn(L,F-1,N-10,2,20,Z),Bn(L,F-10,N-1,20,2,Z)})(w,E.x,w.transform.height-E.y,Rn)}(this),this.context.setDefault()}maybeDrawDepthAndCoords(t){if(!this.style||!this.style.map||!this.style.map.terrain)return;const n=this.terrainFacilitator.matrix,o=this.transform.modelViewProjectionMatrix;let a=this.terrainFacilitator.dirty;a||(a=t?!c.a_(n,o):!c.a$(n,o)),a||(a=this.style.map.terrain.sourceCache.tilesAfterTime(this.terrainFacilitator.renderTime).length>0),a&&(c.b0(n,o),this.terrainFacilitator.renderTime=Date.now(),this.terrainFacilitator.dirty=!1,function(h,g){const y=h.context,v=y.gl,w=Et.unblended,P=new ut(v.LEQUAL,ut.ReadWrite,[0,1]),E=g.getTerrainMesh(),L=g.sourceCache.getRenderableTiles(),F=h.useProgram("terrainDepth");y.bindFramebuffer.set(g.getFramebuffer("depth").framebuffer),y.viewport.set([0,0,h.width/devicePixelRatio,h.height/devicePixelRatio]),y.clear({color:c.aN.transparent,depth:1});for(const N of L){const Z=g.getTerrainData(N.tileID),U={u_matrix:h.transform.calculatePosMatrix(N.tileID.toUnwrapped()),u_ele_delta:g.getMeshFrameDelta(h.transform.zoom)};F.draw(y,v.TRIANGLES,P,Vt.disabled,w,Mt.backCCW,U,Z,"terrain",E.vertexBuffer,E.indexBuffer,E.segments)}y.bindFramebuffer.set(null),y.viewport.set([0,0,h.width,h.height])}(this,this.style.map.terrain),function(h,g){const y=h.context,v=y.gl,w=Et.unblended,P=new ut(v.LEQUAL,ut.ReadWrite,[0,1]),E=g.getTerrainMesh(),L=g.getCoordsTexture(),F=g.sourceCache.getRenderableTiles(),N=h.useProgram("terrainCoords");y.bindFramebuffer.set(g.getFramebuffer("coords").framebuffer),y.viewport.set([0,0,h.width/devicePixelRatio,h.height/devicePixelRatio]),y.clear({color:c.aN.transparent,depth:1}),g.coordsIndex=[];for(const Z of F){const U=g.getTerrainData(Z.tileID);y.activeTexture.set(v.TEXTURE0),v.bindTexture(v.TEXTURE_2D,L.texture);const X={u_matrix:h.transform.calculatePosMatrix(Z.tileID.toUnwrapped()),u_terrain_coords_id:(255-g.coordsIndex.length)/255,u_texture:0,u_ele_delta:g.getMeshFrameDelta(h.transform.zoom)};N.draw(y,v.TRIANGLES,P,Vt.disabled,w,Mt.backCCW,X,U,"terrain",E.vertexBuffer,E.indexBuffer,E.segments),g.coordsIndex.push(Z.tileID.key)}y.bindFramebuffer.set(null),y.viewport.set([0,0,h.width,h.height])}(this,this.style.map.terrain))}renderLayer(t,n,o,a){if(!o.isHidden(this.transform.zoom)&&(o.type==="background"||o.type==="custom"||(a||[]).length))switch(this.id=o.id,o.type){case"symbol":(function(h,g,y,v,w){if(h.renderPass!=="translucent")return;const P=Vt.disabled,E=h.colorModeForRenderPass();(y._unevaluatedLayout.hasValue("text-variable-anchor")||y._unevaluatedLayout.hasValue("text-variable-anchor-offset"))&&function(L,F,N,Z,U,X,Y,$,te){const se=F.transform,ce=js(),ye=U==="map",we=X==="map";for(const De of L){const Re=Z.getTile(De),Se=Re.getBucket(N);if(!Se||!Se.text||!Se.text.segments.get().length)continue;const Te=c.ah(Se.textSizeData,se.zoom),Ne=rt(Re,1,F.transform.zoom),tt=Gr(De.posMatrix,we,ye,F.transform,Ne),Pe=N.layout.get("icon-text-fit")!=="none"&&Se.hasIconData();if(Te){const Ce=Math.pow(2,se.zoom-Re.tileID.overscaledZ),Qe=F.style.map.terrain?(st,dt)=>F.style.map.terrain.getElevation(De,st,dt):null,Dt=ce.translatePosition(se,Re,Y,$);no(Se,ye,we,te,se,tt,De.posMatrix,Ce,Te,Pe,ce,Dt,De.toUnwrapped(),Qe)}}}(v,h,y,g,y.layout.get("text-rotation-alignment"),y.layout.get("text-pitch-alignment"),y.paint.get("text-translate"),y.paint.get("text-translate-anchor"),w),y.paint.get("icon-opacity").constantOr(1)!==0&&Jr(h,g,y,v,!1,y.paint.get("icon-translate"),y.paint.get("icon-translate-anchor"),y.layout.get("icon-rotation-alignment"),y.layout.get("icon-pitch-alignment"),y.layout.get("icon-keep-upright"),P,E),y.paint.get("text-opacity").constantOr(1)!==0&&Jr(h,g,y,v,!0,y.paint.get("text-translate"),y.paint.get("text-translate-anchor"),y.layout.get("text-rotation-alignment"),y.layout.get("text-pitch-alignment"),y.layout.get("text-keep-upright"),P,E),g.map.showCollisionBoxes&&(Ll(h,g,y,v,!0),Ll(h,g,y,v,!1))})(t,n,o,a,this.style.placement.variableOffsets);break;case"circle":(function(h,g,y,v){if(h.renderPass!=="translucent")return;const w=y.paint.get("circle-opacity"),P=y.paint.get("circle-stroke-width"),E=y.paint.get("circle-stroke-opacity"),L=!y.layout.get("circle-sort-key").isConstant();if(w.constantOr(1)===0&&(P.constantOr(1)===0||E.constantOr(1)===0))return;const F=h.context,N=F.gl,Z=h.depthModeForSublayer(0,ut.ReadOnly),U=Vt.disabled,X=h.colorModeForRenderPass(),Y=[];for(let $=0;$<v.length;$++){const te=v[$],se=g.getTile(te),ce=se.getBucket(y);if(!ce)continue;const ye=ce.programConfigurations.get(y.id),we=h.useProgram("circle",ye),De=ce.layoutVertexBuffer,Re=ce.indexBuffer,Se=h.style.map.terrain&&h.style.map.terrain.getTerrainData(te),Te={programConfiguration:ye,program:we,layoutVertexBuffer:De,indexBuffer:Re,uniformValues:ml(h,te,se,y),terrainData:Se};if(L){const Ne=ce.segments.get();for(const tt of Ne)Y.push({segments:new c.a0([tt]),sortKey:tt.sortKey,state:Te})}else Y.push({segments:ce.segments,sortKey:0,state:Te})}L&&Y.sort(($,te)=>$.sortKey-te.sortKey);for(const $ of Y){const{programConfiguration:te,program:se,layoutVertexBuffer:ce,indexBuffer:ye,uniformValues:we,terrainData:De}=$.state;se.draw(F,N.TRIANGLES,Z,U,X,Mt.disabled,we,De,y.id,ce,ye,$.segments,y.paint,h.transform.zoom,te)}})(t,n,o,a);break;case"heatmap":(function(h,g,y,v){if(y.paint.get("heatmap-opacity")!==0)if(h.renderPass==="offscreen"){const w=h.context,P=w.gl,E=Vt.disabled,L=new Et([P.ONE,P.ONE],c.aN.transparent,[!0,!0,!0,!0]);(function(F,N,Z){const U=F.gl;F.activeTexture.set(U.TEXTURE1),F.viewport.set([0,0,N.width/4,N.height/4]);let X=Z.heatmapFbo;if(X)U.bindTexture(U.TEXTURE_2D,X.colorAttachment.get()),F.bindFramebuffer.set(X.framebuffer);else{const Y=U.createTexture();U.bindTexture(U.TEXTURE_2D,Y),U.texParameteri(U.TEXTURE_2D,U.TEXTURE_WRAP_S,U.CLAMP_TO_EDGE),U.texParameteri(U.TEXTURE_2D,U.TEXTURE_WRAP_T,U.CLAMP_TO_EDGE),U.texParameteri(U.TEXTURE_2D,U.TEXTURE_MIN_FILTER,U.LINEAR),U.texParameteri(U.TEXTURE_2D,U.TEXTURE_MAG_FILTER,U.LINEAR),X=Z.heatmapFbo=F.createFramebuffer(N.width/4,N.height/4,!1,!1),function($,te,se,ce){var ye,we;const De=$.gl,Re=(ye=$.HALF_FLOAT)!==null&&ye!==void 0?ye:De.UNSIGNED_BYTE,Se=(we=$.RGBA16F)!==null&&we!==void 0?we:De.RGBA;De.texImage2D(De.TEXTURE_2D,0,Se,te.width/4,te.height/4,0,De.RGBA,Re,null),ce.colorAttachment.set(se)}(F,N,Y,X)}})(w,h,y),w.clear({color:c.aN.transparent});for(let F=0;F<v.length;F++){const N=v[F];if(g.hasRenderableParent(N))continue;const Z=g.getTile(N),U=Z.getBucket(y);if(!U)continue;const X=U.programConfigurations.get(y.id),Y=h.useProgram("heatmap",X),{zoom:$}=h.transform;Y.draw(w,P.TRIANGLES,ut.disabled,E,L,Mt.disabled,$i(N.posMatrix,Z,$,y.paint.get("heatmap-intensity")),null,y.id,U.layoutVertexBuffer,U.indexBuffer,U.segments,y.paint,h.transform.zoom,X)}w.viewport.set([0,0,h.width,h.height])}else h.renderPass==="translucent"&&(h.context.setColorMode(h.colorModeForRenderPass()),function(w,P){const E=w.context,L=E.gl,F=P.heatmapFbo;if(!F)return;E.activeTexture.set(L.TEXTURE0),L.bindTexture(L.TEXTURE_2D,F.colorAttachment.get()),E.activeTexture.set(L.TEXTURE1);let N=P.colorRampTexture;N||(N=P.colorRampTexture=new wt(E,P.colorRamp,L.RGBA)),N.bind(L.LINEAR,L.CLAMP_TO_EDGE),w.useProgram("heatmapTexture").draw(E,L.TRIANGLES,ut.disabled,Vt.disabled,w.colorModeForRenderPass(),Mt.disabled,((Z,U,X,Y)=>{const $=c.H();c.aQ($,0,Z.width,Z.height,0,0,1);const te=Z.context.gl;return{u_matrix:$,u_world:[te.drawingBufferWidth,te.drawingBufferHeight],u_image:0,u_color_ramp:1,u_opacity:U.paint.get("heatmap-opacity")}})(w,P),null,P.id,w.viewportBuffer,w.quadTriangleIndexBuffer,w.viewportSegments,P.paint,w.transform.zoom)}(h,y))})(t,n,o,a);break;case"line":(function(h,g,y,v){if(h.renderPass!=="translucent")return;const w=y.paint.get("line-opacity"),P=y.paint.get("line-width");if(w.constantOr(1)===0||P.constantOr(1)===0)return;const E=h.depthModeForSublayer(0,ut.ReadOnly),L=h.colorModeForRenderPass(),F=y.paint.get("line-dasharray"),N=y.paint.get("line-pattern"),Z=N.constantOr(1),U=y.paint.get("line-gradient"),X=y.getCrossfadeParameters(),Y=Z?"linePattern":F?"lineSDF":U?"lineGradient":"line",$=h.context,te=$.gl;let se=!0;for(const ce of v){const ye=g.getTile(ce);if(Z&&!ye.patternsLoaded())continue;const we=ye.getBucket(y);if(!we)continue;const De=we.programConfigurations.get(y.id),Re=h.context.program.get(),Se=h.useProgram(Y,De),Te=se||Se.program!==Re,Ne=h.style.map.terrain&&h.style.map.terrain.getTerrainData(ce),tt=N.constantOr(null);if(tt&&ye.imageAtlas){const Qe=ye.imageAtlas,Dt=Qe.patternPositions[tt.to.toString()],st=Qe.patternPositions[tt.from.toString()];Dt&&st&&De.setConstantPatternPositions(Dt,st)}const Pe=Ne?ce:null,Ce=Z?gl(h,ye,y,X,Pe):F?_l(h,ye,y,F,X,Pe):U?Js(h,ye,y,we.lineClipsArray.length,Pe):ms(h,ye,y,Pe);if(Z)$.activeTexture.set(te.TEXTURE0),ye.imageAtlasTexture.bind(te.LINEAR,te.CLAMP_TO_EDGE),De.updatePaintBuffers(X);else if(F&&(Te||h.lineAtlas.dirty))$.activeTexture.set(te.TEXTURE0),h.lineAtlas.bind($);else if(U){const Qe=we.gradients[y.id];let Dt=Qe.texture;if(y.gradientVersion!==Qe.version){let st=256;if(y.stepInterpolant){const dt=g.getSource().maxzoom,Lt=ce.canonical.z===dt?Math.ceil(1<<h.transform.maxZoom-ce.canonical.z):1;st=c.ad(c.aV(we.maxLineLength/c.X*1024*Lt),256,$.maxTextureSize)}Qe.gradient=c.aW({expression:y.gradientExpression(),evaluationKey:"lineProgress",resolution:st,image:Qe.gradient||void 0,clips:we.lineClipsArray}),Qe.texture?Qe.texture.update(Qe.gradient):Qe.texture=new wt($,Qe.gradient,te.RGBA),Qe.version=y.gradientVersion,Dt=Qe.texture}$.activeTexture.set(te.TEXTURE0),Dt.bind(y.stepInterpolant?te.NEAREST:te.LINEAR,te.CLAMP_TO_EDGE)}Se.draw($,te.TRIANGLES,E,h.stencilModeForClipping(ce),L,Mt.disabled,Ce,Ne,y.id,we.layoutVertexBuffer,we.indexBuffer,we.segments,y.paint,h.transform.zoom,De,we.layoutVertexBuffer2),se=!1}})(t,n,o,a);break;case"fill":(function(h,g,y,v){const w=y.paint.get("fill-color"),P=y.paint.get("fill-opacity");if(P.constantOr(1)===0)return;const E=h.colorModeForRenderPass(),L=y.paint.get("fill-pattern"),F=h.opaquePassEnabledForLayer()&&!L.constantOr(1)&&w.constantOr(c.aN.transparent).a===1&&P.constantOr(0)===1?"opaque":"translucent";if(h.renderPass===F){const N=h.depthModeForSublayer(1,h.renderPass==="opaque"?ut.ReadWrite:ut.ReadOnly);na(h,g,y,v,N,E,!1)}if(h.renderPass==="translucent"&&y.paint.get("fill-antialias")){const N=h.depthModeForSublayer(y.getPaintProperty("fill-outline-color")?2:0,ut.ReadOnly);na(h,g,y,v,N,E,!0)}})(t,n,o,a);break;case"fill-extrusion":(function(h,g,y,v){const w=y.paint.get("fill-extrusion-opacity");if(w!==0&&h.renderPass==="translucent"){const P=new ut(h.context.gl.LEQUAL,ut.ReadWrite,h.depthRangeFor3D);if(w!==1||y.paint.get("fill-extrusion-pattern").constantOr(1))so(h,g,y,v,P,Vt.disabled,Et.disabled),so(h,g,y,v,P,h.stencilModeFor3D(),h.colorModeForRenderPass());else{const E=h.colorModeForRenderPass();so(h,g,y,v,P,Vt.disabled,E)}}})(t,n,o,a);break;case"hillshade":(function(h,g,y,v){if(h.renderPass!=="offscreen"&&h.renderPass!=="translucent")return;const w=h.context,P=h.depthModeForSublayer(0,ut.ReadOnly),E=h.colorModeForRenderPass(),[L,F]=h.renderPass==="translucent"?h.stencilConfigForOverlap(v):[{},v];for(const N of F){const Z=g.getTile(N);Z.needsHillshadePrepare!==void 0&&Z.needsHillshadePrepare&&h.renderPass==="offscreen"?fn(h,Z,y,P,Vt.disabled,E):h.renderPass==="translucent"&&sa(h,N,Z,y,P,L[N.overscaledZ],E)}w.viewport.set([0,0,h.width,h.height])})(t,n,o,a);break;case"raster":(function(h,g,y,v){if(h.renderPass!=="translucent"||y.paint.get("raster-opacity")===0||!v.length)return;const w=h.context,P=w.gl,E=g.getSource(),L=h.useProgram("raster"),F=h.colorModeForRenderPass(),[N,Z]=E instanceof Cr?[{},v]:h.stencilConfigForOverlap(v),U=Z[Z.length-1].overscaledZ,X=!h.options.moving;for(const Y of Z){const $=h.depthModeForSublayer(Y.overscaledZ-U,y.paint.get("raster-opacity")===1?ut.ReadWrite:ut.ReadOnly,P.LESS),te=g.getTile(Y);te.registerFadeDuration(y.paint.get("raster-fade-duration"));const se=g.findLoadedParent(Y,0),ce=g.findLoadedSibling(Y),ye=oo(te,se||ce||null,g,y,h.transform,h.style.map.terrain);let we,De;const Re=y.paint.get("raster-resampling")==="nearest"?P.NEAREST:P.LINEAR;w.activeTexture.set(P.TEXTURE0),te.texture.bind(Re,P.CLAMP_TO_EDGE,P.LINEAR_MIPMAP_NEAREST),w.activeTexture.set(P.TEXTURE1),se?(se.texture.bind(Re,P.CLAMP_TO_EDGE,P.LINEAR_MIPMAP_NEAREST),we=Math.pow(2,se.tileID.overscaledZ-te.tileID.overscaledZ),De=[te.tileID.canonical.x*we%1,te.tileID.canonical.y*we%1]):te.texture.bind(Re,P.CLAMP_TO_EDGE,P.LINEAR_MIPMAP_NEAREST),te.texture.useMipmap&&w.extTextureFilterAnisotropic&&h.transform.pitch>20&&P.texParameterf(P.TEXTURE_2D,w.extTextureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT,w.extTextureFilterAnisotropicMax);const Se=h.style.map.terrain&&h.style.map.terrain.getTerrainData(Y),Te=Se?Y:null,Ne=Te?Te.posMatrix:h.transform.calculatePosMatrix(Y.toUnwrapped(),X),tt=Uc(Ne,De||[0,0],we||1,ye,y);E instanceof Cr?L.draw(w,P.TRIANGLES,$,Vt.disabled,F,Mt.disabled,tt,Se,y.id,E.boundsBuffer,h.quadTriangleIndexBuffer,E.boundsSegments):L.draw(w,P.TRIANGLES,$,N[Y.overscaledZ],F,Mt.disabled,tt,Se,y.id,h.rasterBoundsBuffer,h.quadTriangleIndexBuffer,h.rasterBoundsSegments)}})(t,n,o,a);break;case"background":(function(h,g,y,v){const w=y.paint.get("background-color"),P=y.paint.get("background-opacity");if(P===0)return;const E=h.context,L=E.gl,F=h.transform,N=F.tileSize,Z=y.paint.get("background-pattern");if(h.isPatternMissing(Z))return;const U=!Z&&w.a===1&&P===1&&h.opaquePassEnabledForLayer()?"opaque":"translucent";if(h.renderPass!==U)return;const X=Vt.disabled,Y=h.depthModeForSublayer(0,U==="opaque"?ut.ReadWrite:ut.ReadOnly),$=h.colorModeForRenderPass(),te=h.useProgram(Z?"backgroundPattern":"background"),se=v||F.coveringTiles({tileSize:N,terrain:h.style.map.terrain});Z&&(E.activeTexture.set(L.TEXTURE0),h.imageManager.bind(h.context));const ce=y.getCrossfadeParameters();for(const ye of se){const we=v?ye.posMatrix:h.transform.calculatePosMatrix(ye.toUnwrapped()),De=Z?Zo(we,P,h,Z,{tileID:ye,tileSize:N},ce):Ks(we,P,w),Re=h.style.map.terrain&&h.style.map.terrain.getTerrainData(ye);te.draw(E,L.TRIANGLES,Y,X,$,Mt.disabled,De,Re,y.id,h.tileExtentBuffer,h.quadTriangleIndexBuffer,h.tileExtentSegments)}})(t,0,o,a);break;case"custom":(function(h,g,y){const v=h.context,w=y.implementation;if(h.renderPass==="offscreen"){const P=w.prerender;P&&(h.setCustomLayerDefaults(),v.setColorMode(h.colorModeForRenderPass()),P.call(w,v.gl,h.transform.customLayerMatrix()),v.setDirty(),h.setBaseState())}else if(h.renderPass==="translucent"){h.setCustomLayerDefaults(),v.setColorMode(h.colorModeForRenderPass()),v.setStencilMode(Vt.disabled);const P=w.renderingMode==="3d"?new ut(h.context.gl.LEQUAL,ut.ReadWrite,h.depthRangeFor3D):h.depthModeForSublayer(0,ut.ReadOnly);v.setDepthMode(P),w.render(v.gl,h.transform.customLayerMatrix(),{farZ:h.transform.farZ,nearZ:h.transform.nearZ,fov:h.transform._fov,modelViewProjectionMatrix:h.transform.modelViewProjectionMatrix,projectionMatrix:h.transform.projectionMatrix}),v.setDirty(),h.setBaseState(),v.bindFramebuffer.set(null)}})(t,0,o)}}translatePosMatrix(t,n,o,a,h){if(!o[0]&&!o[1])return t;const g=h?a==="map"?this.transform.angle:0:a==="viewport"?-this.transform.angle:0;if(g){const w=Math.sin(g),P=Math.cos(g);o=[o[0]*P-o[1]*w,o[0]*w+o[1]*P]}const y=[h?o[0]:rt(n,o[0],this.transform.zoom),h?o[1]:rt(n,o[1],this.transform.zoom),0],v=new Float32Array(16);return c.J(v,t,y),v}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()),o=this.imageManager.getPattern(t.to.toString());return!n||!o}useProgram(t,n){this.cache=this.cache||{};const o=t+(n?n.cacheKey:"")+(this._showOverdrawInspector?"/overdraw":"")+(this.style.map.terrain?"/terrain":"");return this.cache[o]||(this.cache[o]=new Gs(this.context,Wr[t],n,Ys[t],this._showOverdrawInspector,this.style.map.terrain)),this.cache[o]}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 wt(this.context,this.debugOverlayCanvas,this.context.gl.RGBA))}destroy(){this.debugOverlayTexture&&this.debugOverlayTexture.destroy()}overLimit(){const{drawingBufferWidth:t,drawingBufferHeight:n}=this.context.gl;return this.width!==t||this.height!==n}}class gn{constructor(t,n){this.points=t,this.planes=n}static fromInvProjectionMatrix(t,n,o){const a=Math.pow(2,o),h=[[-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(y=>{const v=1/(y=c.ag([],y,t))[3]/n*a;return c.b1(y,y,[v,v,1/y[3],v])}),g=[[0,1,2],[6,5,4],[0,3,7],[2,1,5],[3,2,6],[0,4,5]].map(y=>{const v=function(L,F){var N=F[0],Z=F[1],U=F[2],X=N*N+Z*Z+U*U;return X>0&&(X=1/Math.sqrt(X)),L[0]=F[0]*X,L[1]=F[1]*X,L[2]=F[2]*X,L}([],function(L,F,N){var Z=F[0],U=F[1],X=F[2],Y=N[0],$=N[1],te=N[2];return L[0]=U*te-X*$,L[1]=X*Y-Z*te,L[2]=Z*$-U*Y,L}([],Ut([],h[y[0]],h[y[1]]),Ut([],h[y[2]],h[y[1]]))),w=-((P=v)[0]*(E=h[y[1]])[0]+P[1]*E[1]+P[2]*E[2]);var P,E;return v.concat(w)});return new gn(h,g)}}class co{constructor(t,n){this.min=t,this.max=n,this.center=function(o,a,h){return o[0]=.5*a[0],o[1]=.5*a[1],o[2]=.5*a[2],o}([],function(o,a,h){return o[0]=a[0]+h[0],o[1]=a[1]+h[1],o[2]=a[2]+h[2],o}([],this.min,this.max))}quadrant(t){const n=[t%2==0,t<2],o=kt(this.min),a=kt(this.max);for(let h=0;h<n.length;h++)o[h]=n[h]?this.min[h]:this.center[h],a[h]=n[h]?this.center[h]:this.max[h];return a[2]=this.max[2],new co(o,a)}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]}intersects(t){const n=[[this.min[0],this.min[1],this.min[2],1],[this.max[0],this.min[1],this.min[2],1],[this.max[0],this.max[1],this.min[2],1],[this.min[0],this.max[1],this.min[2],1],[this.min[0],this.min[1],this.max[2],1],[this.max[0],this.min[1],this.max[2],1],[this.max[0],this.max[1],this.max[2],1],[this.min[0],this.max[1],this.max[2],1]];let o=!0;for(let a=0;a<t.planes.length;a++){const h=t.planes[a];let g=0;for(let y=0;y<n.length;y++)c.b2(h,n[y])>=0&&g++;if(g===0)return 0;g!==n.length&&(o=!1)}if(o)return 2;for(let a=0;a<3;a++){let h=Number.MAX_VALUE,g=-Number.MAX_VALUE;for(let y=0;y<t.points.length;y++){const v=t.points[y][a]-this.min[a];h=Math.min(h,v),g=Math.max(g,v)}if(g<0||h>this.max[a]-this.min[a])return 0}return 1}}class ho{constructor(t=0,n=0,o=0,a=0){if(isNaN(t)||t<0||isNaN(n)||n<0||isNaN(o)||o<0||isNaN(a)||a<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=o,this.right=a}interpolate(t,n,o){return n.top!=null&&t.top!=null&&(this.top=c.z.number(t.top,n.top,o)),n.bottom!=null&&t.bottom!=null&&(this.bottom=c.z.number(t.bottom,n.bottom,o)),n.left!=null&&t.left!=null&&(this.left=c.z.number(t.left,n.left,o)),n.right!=null&&t.right!=null&&(this.right=c.z.number(t.right,n.right,o)),this}getCenter(t,n){const o=c.ad((this.left+t-this.right)/2,0,t),a=c.ad((this.top+n-this.bottom)/2,0,n);return new c.P(o,a)}equals(t){return this.top===t.top&&this.bottom===t.bottom&&this.left===t.left&&this.right===t.right}clone(){return new ho(this.top,this.bottom,this.left,this.right)}toJSON(){return{top:this.top,bottom:this.bottom,left:this.left,right:this.right}}}const aa=85.051129;class la{constructor(t,n,o,a,h){this.tileSize=512,this._renderWorldCopies=h===void 0||!!h,this._minZoom=t||0,this._maxZoom=n||22,this._minPitch=o??0,this._maxPitch=a??60,this.setMaxBounds(),this.width=0,this.height=0,this._center=new c.N(0,0),this._elevation=0,this.zoom=0,this.angle=0,this._fov=.6435011087932844,this._pitch=0,this._unmodified=!0,this._edgeInsets=new ho,this._posMatrixCache={},this._alignedPosMatrixCache={},this._fogMatrixCache={},this.minElevationForCurrentTile=0}clone(){const t=new la(this._minZoom,this._maxZoom,this._minPitch,this.maxPitch,this._renderWorldCopies);return t.apply(this),t}apply(t){this.tileSize=t.tileSize,this.latRange=t.latRange,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.angle=t.angle,this._fov=t._fov,this._pitch=t._pitch,this._unmodified=t._unmodified,this._edgeInsets=t._edgeInsets.clone(),this._calcMatrices()}get minZoom(){return this._minZoom}set minZoom(t){this._minZoom!==t&&(this._minZoom=t,this.zoom=Math.max(this.zoom,t))}get maxZoom(){return this._maxZoom}set maxZoom(t){this._maxZoom!==t&&(this._maxZoom=t,this.zoom=Math.min(this.zoom,t))}get minPitch(){return this._minPitch}set minPitch(t){this._minPitch!==t&&(this._minPitch=t,this.pitch=Math.max(this.pitch,t))}get maxPitch(){return this._maxPitch}set maxPitch(t){this._maxPitch!==t&&(this._maxPitch=t,this.pitch=Math.min(this.pitch,t))}get renderWorldCopies(){return this._renderWorldCopies}set renderWorldCopies(t){t===void 0?t=!0:t===null&&(t=!1),this._renderWorldCopies=t}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.angle/Math.PI*180}set bearing(t){const n=-c.b3(t,-180,180)*Math.PI/180;this.angle!==n&&(this._unmodified=!1,this.angle=n,this._calcMatrices(),this.rotationMatrix=function(){var o=new c.A(4);return c.A!=Float32Array&&(o[1]=0,o[2]=0),o[0]=1,o[3]=1,o}(),function(o,a,h){var g=a[0],y=a[1],v=a[2],w=a[3],P=Math.sin(h),E=Math.cos(h);o[0]=g*E+v*P,o[1]=y*E+w*P,o[2]=g*-P+v*E,o[3]=y*-P+w*E}(this.rotationMatrix,this.rotationMatrix,this.angle))}get pitch(){return this._pitch/Math.PI*180}set pitch(t){const n=c.ad(t,this.minPitch,this.maxPitch)/180*Math.PI;this._pitch!==n&&(this._unmodified=!1,this._pitch=n,this._calcMatrices())}get fov(){return this._fov/Math.PI*180}set fov(t){t=Math.max(.01,Math.min(60,t)),this._fov!==t&&(this._unmodified=!1,this._fov=t/180*Math.PI,this._calcMatrices())}get zoom(){return this._zoom}set zoom(t){const n=Math.min(Math.max(t,this.minZoom),this.maxZoom);this._zoom!==n&&(this._unmodified=!1,this._zoom=n,this.tileZoom=Math.max(0,Math.floor(n)),this.scale=this.zoomScale(n),this._constrain(),this._calcMatrices())}get center(){return this._center}set center(t){t.lat===this._center.lat&&t.lng===this._center.lng||(this._unmodified=!1,this._center=t,this._constrain(),this._calcMatrices())}get elevation(){return this._elevation}set elevation(t){t!==this._elevation&&(this._elevation=t,this._constrain(),this._calcMatrices())}get padding(){return this._edgeInsets.toJSON()}set padding(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)}isPaddingEqual(t){return this._edgeInsets.equals(t)}interpolatePadding(t,n,o){this._unmodified=!1,this._edgeInsets.interpolate(t,n,o),this._constrain(),this._calcMatrices()}coveringZoomLevel(t){const n=(t.roundZoom?Math.round:Math.floor)(this.zoom+this.scaleZoom(this.tileSize/t.tileSize));return Math.max(0,n)}getVisibleUnwrappedCoordinates(t){const n=[new c.b4(0,t)];if(this._renderWorldCopies){const o=this.pointCoordinate(new c.P(0,0)),a=this.pointCoordinate(new c.P(this.width,0)),h=this.pointCoordinate(new c.P(this.width,this.height)),g=this.pointCoordinate(new c.P(0,this.height)),y=Math.floor(Math.min(o.x,a.x,h.x,g.x)),v=Math.floor(Math.max(o.x,a.x,h.x,g.x)),w=1;for(let P=y-w;P<=v+w;P++)P!==0&&n.push(new c.b4(P,t))}return n}coveringTiles(t){var n,o;let a=this.coveringZoomLevel(t);const h=a;if(t.minzoom!==void 0&&a<t.minzoom)return[];t.maxzoom!==void 0&&a>t.maxzoom&&(a=t.maxzoom);const g=this.pointCoordinate(this.getCameraPoint()),y=c.Z.fromLngLat(this.center),v=Math.pow(2,a),w=[v*g.x,v*g.y,0],P=[v*y.x,v*y.y,0],E=gn.fromInvProjectionMatrix(this.invModelViewProjectionMatrix,this.worldSize,a);let L=t.minzoom||0;!t.terrain&&this.pitch<=60&&this._edgeInsets.top<.1&&(L=a);const F=t.terrain?2/Math.min(this.tileSize,t.tileSize)*this.tileSize:3,N=$=>({aabb:new co([$*v,0,0],[($+1)*v,v,0]),zoom:0,x:0,y:0,wrap:$,fullyVisible:!1}),Z=[],U=[],X=a,Y=t.reparseOverscaled?h:a;if(this._renderWorldCopies)for(let $=1;$<=3;$++)Z.push(N(-$)),Z.push(N($));for(Z.push(N(0));Z.length>0;){const $=Z.pop(),te=$.x,se=$.y;let ce=$.fullyVisible;if(!ce){const Se=$.aabb.intersects(E);if(Se===0)continue;ce=Se===2}const ye=t.terrain?w:P,we=$.aabb.distanceX(ye),De=$.aabb.distanceY(ye),Re=Math.max(Math.abs(we),Math.abs(De));if($.zoom===X||Re>F+(1<<X-$.zoom)-2&&$.zoom>=L){const Se=X-$.zoom,Te=w[0]-.5-(te<<Se),Ne=w[1]-.5-(se<<Se);U.push({tileID:new c.S($.zoom===X?Y:$.zoom,$.wrap,$.zoom,te,se),distanceSq:Vr([P[0]-.5-te,P[1]-.5-se]),tileDistanceToCamera:Math.sqrt(Te*Te+Ne*Ne)})}else for(let Se=0;Se<4;Se++){const Te=(te<<1)+Se%2,Ne=(se<<1)+(Se>>1),tt=$.zoom+1;let Pe=$.aabb.quadrant(Se);if(t.terrain){const Ce=new c.S(tt,$.wrap,tt,Te,Ne),Qe=t.terrain.getMinMaxElevation(Ce),Dt=(n=Qe.minElevation)!==null&&n!==void 0?n:this.elevation,st=(o=Qe.maxElevation)!==null&&o!==void 0?o:this.elevation;Pe=new co([Pe.min[0],Pe.min[1],Dt],[Pe.max[0],Pe.max[1],st])}Z.push({aabb:Pe,zoom:tt,x:Te,y:Ne,wrap:$.wrap,fullyVisible:ce})}}return U.sort(($,te)=>$.distanceSq-te.distanceSq).map($=>$.tileID)}resize(t,n){this.width=t,this.height=n,this.pixelsToGLUnits=[2/t,-2/n],this._constrain(),this._calcMatrices()}get unmodified(){return this._unmodified}zoomScale(t){return Math.pow(2,t)}scaleZoom(t){return Math.log(t)/Math.LN2}project(t){const n=c.ad(t.lat,-85.051129,aa);return new c.P(c.O(t.lng)*this.worldSize,c.Q(n)*this.worldSize)}unproject(t){return new c.Z(t.x/this.worldSize,t.y/this.worldSize).toLngLat()}get point(){return this.project(this.center)}getCameraPosition(){return{lngLat:this.pointLocation(this.getCameraPoint()),altitude:Math.cos(this._pitch)*this.cameraToCenterDistance/this._pixelPerMeter+this.elevation}}recalculateZoom(t){const n=this.elevation,o=Math.cos(this._pitch)*this.cameraToCenterDistance/this._pixelPerMeter,a=this.pointLocation(this.centerPoint,t),h=t.getElevationForLngLatZoom(a,this.tileZoom);if(!(this.elevation-h))return;const g=o+n-h,y=Math.cos(this._pitch)*this.cameraToCenterDistance/g/c.b5(1,a.lat),v=this.scaleZoom(y/this.tileSize);this._elevation=h,this._center=a,this.zoom=v}setLocationAtPoint(t,n){const o=this.pointCoordinate(n),a=this.pointCoordinate(this.centerPoint),h=this.locationCoordinate(t),g=new c.Z(h.x-(o.x-a.x),h.y-(o.y-a.y));this.center=this.coordinateLocation(g),this._renderWorldCopies&&(this.center=this.center.wrap())}locationPoint(t,n){return n?this.coordinatePoint(this.locationCoordinate(t),n.getElevationForLngLatZoom(t,this.tileZoom),this.pixelMatrix3D):this.coordinatePoint(this.locationCoordinate(t))}pointLocation(t,n){return this.coordinateLocation(this.pointCoordinate(t,n))}locationCoordinate(t){return c.Z.fromLngLat(t)}coordinateLocation(t){return t&&t.toLngLat()}pointCoordinate(t,n){if(n){const L=n.pointCoordinate(t);if(L!=null)return L}const o=[t.x,t.y,0,1],a=[t.x,t.y,1,1];c.ag(o,o,this.pixelMatrixInverse),c.ag(a,a,this.pixelMatrixInverse);const h=o[3],g=a[3],y=o[1]/h,v=a[1]/g,w=o[2]/h,P=a[2]/g,E=w===P?0:(0-w)/(P-w);return new c.Z(c.z.number(o[0]/h,a[0]/g,E)/this.worldSize,c.z.number(y,v,E)/this.worldSize)}coordinatePoint(t,n=0,o=this.pixelMatrix){const a=[t.x*this.worldSize,t.y*this.worldSize,n,1];return c.ag(a,a,o),new c.P(a[0]/a[3],a[1]/a[3])}getBounds(){const t=Math.max(0,this.height/2-this.getHorizon());return new ue().extend(this.pointLocation(new c.P(0,t))).extend(this.pointLocation(new c.P(this.width,t))).extend(this.pointLocation(new c.P(this.width,this.height))).extend(this.pointLocation(new c.P(0,this.height)))}getMaxBounds(){return this.latRange&&this.latRange.length===2&&this.lngRange&&this.lngRange.length===2?new ue([this.lngRange[0],this.latRange[0]],[this.lngRange[1],this.latRange[1]]):null}getHorizon(){return Math.tan(Math.PI/2-this._pitch)*this.cameraToCenterDistance*.85}setMaxBounds(t){t?(this.lngRange=[t.getWest(),t.getEast()],this.latRange=[t.getSouth(),t.getNorth()],this._constrain()):(this.lngRange=null,this.latRange=[-85.051129,aa])}calculateTileMatrix(t){const n=t.canonical,o=this.worldSize/this.zoomScale(n.z),a=n.x+Math.pow(2,n.z)*t.wrap,h=c.ao(new Float64Array(16));return c.J(h,h,[a*o,n.y*o,0]),c.K(h,h,[o/c.X,o/c.X,1]),h}calculatePosMatrix(t,n=!1){const o=t.key,a=n?this._alignedPosMatrixCache:this._posMatrixCache;if(a[o])return a[o];const h=this.calculateTileMatrix(t);return c.L(h,n?this.alignedModelViewProjectionMatrix:this.modelViewProjectionMatrix,h),a[o]=new Float32Array(h),a[o]}calculateFogMatrix(t){const n=t.key,o=this._fogMatrixCache;if(o[n])return o[n];const a=this.calculateTileMatrix(t);return c.L(a,this.fogMatrix,a),o[n]=new Float32Array(a),o[n]}customLayerMatrix(){return this.mercatorMatrix.slice()}getConstrained(t,n){n=c.ad(+n,this.minZoom,this.maxZoom);const o={center:new c.N(t.lng,t.lat),zoom:n};let a=this.lngRange;if(!this._renderWorldCopies&&a===null){const $=179.9999999999;a=[-$,$]}const h=this.tileSize*this.zoomScale(o.zoom);let g=0,y=h,v=0,w=h,P=0,E=0;const{x:L,y:F}=this.size;if(this.latRange){const $=this.latRange;g=c.Q($[1])*h,y=c.Q($[0])*h,y-g<F&&(P=F/(y-g))}a&&(v=c.b3(c.O(a[0])*h,0,h),w=c.b3(c.O(a[1])*h,0,h),w<v&&(w+=h),w-v<L&&(E=L/(w-v)));const{x:N,y:Z}=this.project.call({worldSize:h},t);let U,X;const Y=Math.max(E||0,P||0);if(Y){const $=new c.P(E?(w+v)/2:N,P?(y+g)/2:Z);return o.center=this.unproject.call({worldSize:h},$).wrap(),o.zoom+=this.scaleZoom(Y),o}if(this.latRange){const $=F/2;Z-$<g&&(X=g+$),Z+$>y&&(X=y-$)}if(a){const $=(v+w)/2;let te=N;this._renderWorldCopies&&(te=c.b3(N,$-h/2,$+h/2));const se=L/2;te-se<v&&(U=v+se),te+se>w&&(U=w-se)}if(U!==void 0||X!==void 0){const $=new c.P(U??N,X??Z);o.center=this.unproject.call({worldSize:h},$).wrap()}return o}_constrain(){if(!this.center||!this.width||!this.height||this._constraining)return;this._constraining=!0;const t=this._unmodified,{center:n,zoom:o}=this.getConstrained(this.center,this.zoom);this.center=n,this.zoom=o,this._unmodified=t,this._constraining=!1}_calcMatrices(){if(!this.height)return;const t=this.centerOffset,n=this.point.x,o=this.point.y;this.cameraToCenterDistance=.5/Math.tan(this._fov/2)*this.height,this._pixelPerMeter=c.b5(1,this.center.lat)*this.worldSize;let a=c.ao(new Float64Array(16));c.K(a,a,[this.width/2,-this.height/2,1]),c.J(a,a,[1,-1,0]),this.labelPlaneMatrix=a,a=c.ao(new Float64Array(16)),c.K(a,a,[1,-1,1]),c.J(a,a,[-1,-1,0]),c.K(a,a,[2/this.width,2/this.height,1]),this.glCoordMatrix=a;const h=this.cameraToCenterDistance+this._elevation*this._pixelPerMeter/Math.cos(this._pitch),g=Math.min(this.elevation,this.minElevationForCurrentTile),y=h-g*this._pixelPerMeter/Math.cos(this._pitch),v=g<0?y:h,w=Math.PI/2+this._pitch,P=this._fov*(.5+t.y/this.height),E=Math.sin(P)*v/Math.sin(c.ad(Math.PI-w-P,.01,Math.PI-.01)),L=this.getHorizon(),F=2*Math.atan(L/this.cameraToCenterDistance)*(.5+t.y/(2*L)),N=Math.sin(F)*v/Math.sin(c.ad(Math.PI-w-F,.01,Math.PI-.01)),Z=Math.min(E,N);this.farZ=1.01*(Math.cos(Math.PI/2-this._pitch)*Z+v),this.nearZ=this.height/50,a=new Float64Array(16),c.b6(a,this._fov,this.width/this.height,this.nearZ,this.farZ),a[8]=2*-t.x/this.width,a[9]=2*t.y/this.height,this.projectionMatrix=c.af(a),c.K(a,a,[1,-1,1]),c.J(a,a,[0,0,-this.cameraToCenterDistance]),c.b7(a,a,this._pitch),c.ae(a,a,this.angle),c.J(a,a,[-n,-o,0]),this.mercatorMatrix=c.K([],a,[this.worldSize,this.worldSize,this.worldSize]),c.K(a,a,[1,1,this._pixelPerMeter]),this.pixelMatrix=c.L(new Float64Array(16),this.labelPlaneMatrix,a),c.J(a,a,[0,0,-this.elevation]),this.modelViewProjectionMatrix=a,this.invModelViewProjectionMatrix=c.at([],a),this.fogMatrix=new Float64Array(16),c.b6(this.fogMatrix,this._fov,this.width/this.height,h,this.farZ),this.fogMatrix[8]=2*-t.x/this.width,this.fogMatrix[9]=2*t.y/this.height,c.K(this.fogMatrix,this.fogMatrix,[1,-1,1]),c.J(this.fogMatrix,this.fogMatrix,[0,0,-this.cameraToCenterDistance]),c.b7(this.fogMatrix,this.fogMatrix,this._pitch),c.ae(this.fogMatrix,this.fogMatrix,this.angle),c.J(this.fogMatrix,this.fogMatrix,[-n,-o,0]),c.K(this.fogMatrix,this.fogMatrix,[1,1,this._pixelPerMeter]),c.J(this.fogMatrix,this.fogMatrix,[0,0,-this.elevation]),this.pixelMatrix3D=c.L(new Float64Array(16),this.labelPlaneMatrix,a);const U=this.width%2/2,X=this.height%2/2,Y=Math.cos(this.angle),$=Math.sin(this.angle),te=n-Math.round(n)+Y*U+$*X,se=o-Math.round(o)+Y*X+$*U,ce=new Float64Array(a);if(c.J(ce,ce,[te>.5?te-1:te,se>.5?se-1:se,0]),this.alignedModelViewProjectionMatrix=ce,a=c.at(new Float64Array(16),this.pixelMatrix),!a)throw new Error("failed to invert matrix");this.pixelMatrixInverse=a,this._posMatrixCache={},this._alignedPosMatrixCache={},this._fogMatrixCache={}}maxPitchScaleFactor(){if(!this.pixelMatrixInverse)return 1;const t=this.pointCoordinate(new c.P(0,0)),n=[t.x*this.worldSize,t.y*this.worldSize,0,1];return c.ag(n,n,this.pixelMatrix)[3]/this.cameraToCenterDistance}getCameraPoint(){const t=Math.tan(this._pitch)*(this.cameraToCenterDistance||1);return this.centerPoint.add(new c.P(0,t))}getCameraQueryGeometry(t){const n=this.getCameraPoint();if(t.length===1)return[t[0],n];{let o=n.x,a=n.y,h=n.x,g=n.y;for(const y of t)o=Math.min(o,y.x),a=Math.min(a,y.y),h=Math.max(h,y.x),g=Math.max(g,y.y);return[new c.P(o,a),new c.P(h,a),new c.P(h,g),new c.P(o,g),new c.P(o,a)]}}lngLatToCameraDepth(t,n){const o=this.locationCoordinate(t),a=[o.x*this.worldSize,o.y*this.worldSize,n,1];return c.ag(a,a,this.modelViewProjectionMatrix),a[2]/a[3]}}function uo(u,t){let n,o=!1,a=null,h=null;const g=()=>{a=null,o&&(u.apply(h,n),a=setTimeout(g,t),o=!1)};return(...y)=>(o=!0,h=this,n=y,a||g(),a)}class ws{constructor(t){this._getCurrentHash=()=>{const n=window.location.hash.replace("#","");if(this._hashName){let o;return n.split("&").map(a=>a.split("=")).forEach(a=>{a[0]===this._hashName&&(o=a)}),(o&&o[1]||"").split("/")}return n.split("/")},this._onHashChange=()=>{const n=this._getCurrentHash();if(n.length>=3&&!n.some(o=>isNaN(o))){const o=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:o,pitch:+(n[4]||0)}),!0}return!1},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 o=n.join("/");let a=o;a.split("&").length>0&&(a=a.split("&")[0]),this._hashName&&(a=`${this._hashName}=${o}`);let h=window.location.hash.replace(a,"");h.startsWith("#&")?h=h.slice(0,1)+h.slice(2):h==="#"&&(h="");let g=window.location.href.replace(/(#.+)?$/,h);g=g.replace("&&","&"),window.history.replaceState(window.history.state,null,g)},this._updateHash=uo(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(),o=Math.round(100*this._map.getZoom())/100,a=Math.ceil((o*Math.LN2+Math.log(512/360/.5))/Math.LN10),h=Math.pow(10,a),g=Math.round(n.lng*h)/h,y=Math.round(n.lat*h)/h,v=this._map.getBearing(),w=this._map.getPitch();let P="";if(P+=t?`/${g}/${y}/${o}`:`${o}/${y}/${g}`,(v||w)&&(P+="/"+Math.round(10*v)/10),w&&(P+=`/${Math.round(w)}`),this._hashName){const E=this._hashName;let L=!1;const F=window.location.hash.slice(1).split("&").map(N=>{const Z=N.split("=")[0];return Z===E?(L=!0,`${Z}=${P}`):N}).filter(N=>N);return L||F.push(`${E}=${P}`),`#${F.join("&")}`}return`#${P}`}}const _n={linearity:.3,easing:c.b8(0,0,.3,1)},ca=c.e({deceleration:2500,maxSpeed:1400},_n),ha=c.e({deceleration:20,maxSpeed:1400},_n),Ol=c.e({deceleration:1e3,maxSpeed:360},_n),po=c.e({deceleration:1e3,maxSpeed:90},_n);class fo{constructor(t){this._map=t,this.clear()}clear(){this._inertiaBuffer=[]}record(t){this._drainInertiaBuffer(),this._inertiaBuffer.push({time:le.now(),settings:t})}_drainInertiaBuffer(){const t=this._inertiaBuffer,n=le.now();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,pan:new c.P(0,0),pinchAround:void 0,around:void 0};for(const{settings:h}of this._inertiaBuffer)n.zoom+=h.zoomDelta||0,n.bearing+=h.bearingDelta||0,n.pitch+=h.pitchDelta||0,h.panDelta&&n.pan._add(h.panDelta),h.around&&(n.around=h.around),h.pinchAround&&(n.pinchAround=h.pinchAround);const o=this._inertiaBuffer[this._inertiaBuffer.length-1].time-this._inertiaBuffer[0].time,a={};if(n.pan.mag()){const h=mo(n.pan.mag(),o,c.e({},ca,t||{}));a.offset=n.pan.mult(h.amount/n.pan.mag()),a.center=this._map.transform.center,Fn(a,h)}if(n.zoom){const h=mo(n.zoom,o,ha);a.zoom=this._map.transform.zoom+h.amount,Fn(a,h)}if(n.bearing){const h=mo(n.bearing,o,Ol);a.bearing=this._map.transform.bearing+c.ad(h.amount,-179,179),Fn(a,h)}if(n.pitch){const h=mo(n.pitch,o,po);a.pitch=this._map.transform.pitch+h.amount,Fn(a,h)}if(a.zoom||a.bearing){const h=n.pinchAround===void 0?n.around:n.pinchAround;a.around=h?this._map.unproject(h):this._map.getCenter()}return this.clear(),c.e(a,{noMoveStart:!0})}}function Fn(u,t){(!u.duration||u.duration<t.duration)&&(u.duration=t.duration,u.easing=t.easing)}function mo(u,t,n){const{maxSpeed:o,linearity:a,deceleration:h}=n,g=c.ad(u*a/(t/1e3),-o,o),y=Math.abs(g)/(h*a);return{easing:n.easing,duration:1e3*y,amount:g*(y/2)}}class Ti extends c.k{preventDefault(){this._defaultPrevented=!0}get defaultPrevented(){return this._defaultPrevented}constructor(t,n,o,a={}){const h=oe.mousePos(n.getCanvas(),o),g=n.unproject(h);super(t,c.e({point:h,lngLat:g,originalEvent:o},a)),this._defaultPrevented=!1,this.target=n}}class Ss extends c.k{preventDefault(){this._defaultPrevented=!0}get defaultPrevented(){return this._defaultPrevented}constructor(t,n,o){const a=t==="touchend"?o.changedTouches:o.touches,h=oe.touchPos(n.getCanvasContainer(),a),g=h.map(v=>n.unproject(v)),y=h.reduce((v,w,P,E)=>v.add(w.div(E.length)),new c.P(0,0));super(t,{points:h,point:y,lngLats:g,lngLat:n.unproject(y),originalEvent:o}),this._defaultPrevented=!1}}class ua extends c.k{preventDefault(){this._defaultPrevented=!0}get defaultPrevented(){return this._defaultPrevented}constructor(t,n,o){super(t,{originalEvent:o}),this._defaultPrevented=!1}}class go{constructor(t,n){this._map=t,this._clickTolerance=n.clickTolerance}reset(){delete this._mousedownPos}wheel(t){return this._firePreventable(new ua(t.type,this._map,t))}mousedown(t,n){return this._mousedownPos=n,this._firePreventable(new Ti(t.type,this._map,t))}mouseup(t){this._map.fire(new Ti(t.type,this._map,t))}click(t,n){this._mousedownPos&&this._mousedownPos.dist(n)>=this._clickTolerance||this._map.fire(new Ti(t.type,this._map,t))}dblclick(t){return this._firePreventable(new Ti(t.type,this._map,t))}mouseover(t){this._map.fire(new Ti(t.type,this._map,t))}mouseout(t){this._map.fire(new Ti(t.type,this._map,t))}touchstart(t){return this._firePreventable(new Ss(t.type,this._map,t))}touchmove(t){this._map.fire(new Ss(t.type,this._map,t))}touchend(t){this._map.fire(new Ss(t.type,this._map,t))}touchcancel(t){this._map.fire(new Ss(t.type,this._map,t))}_firePreventable(t){if(this._map.fire(t),t.defaultPrevented)return{}}isEnabled(){return!0}isActive(){return!1}enable(){}disable(){}}class da{constructor(t){this._map=t}reset(){this._delayContextMenu=!1,this._ignoreContextMenu=!0,delete this._contextMenuEvent}mousemove(t){this._map.fire(new Ti(t.type,this._map,t))}mousedown(){this._delayContextMenu=!0,this._ignoreContextMenu=!1}mouseup(){this._delayContextMenu=!1,this._contextMenuEvent&&(this._map.fire(new Ti("contextmenu",this._map,this._contextMenuEvent)),delete this._contextMenuEvent)}contextmenu(t){this._delayContextMenu?this._contextMenuEvent=t:this._ignoreContextMenu||this._map.fire(new Ti(t.type,this._map,t)),this._map.listens("contextmenu")&&t.preventDefault()}isEnabled(){return!0}isActive(){return!1}enable(){}disable(){}}class On{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.pointLocation(c.P.convert(t),this._map.terrain)}}class pa{constructor(t,n){this._map=t,this._tr=new On(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&&(oe.disableDrag(),this._startPos=this._lastPos=n,this._active=!0)}mousemoveWindow(t,n){if(!this._active)return;const o=n;if(this._lastPos.equals(o)||!this._box&&o.dist(this._startPos)<this._clickTolerance)return;const a=this._startPos;this._lastPos=o,this._box||(this._box=oe.create("div","maplibregl-boxzoom",this._container),this._container.classList.add("maplibregl-crosshair"),this._fireEvent("boxzoomstart",t));const h=Math.min(a.x,o.x),g=Math.max(a.x,o.x),y=Math.min(a.y,o.y),v=Math.max(a.y,o.y);oe.setTransform(this._box,`translate(${h}px,${y}px)`),this._box.style.width=g-h+"px",this._box.style.height=v-y+"px"}mouseupWindow(t,n){if(!this._active||t.button!==0)return;const o=this._startPos,a=n;if(this.reset(),oe.suppressClick(),o.x!==a.x||o.y!==a.y)return this._map.fire(new c.k("boxzoomend",{originalEvent:t})),{cameraAnimation:h=>h.fitScreenCoordinates(o,a,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&&(oe.remove(this._box),this._box=null),oe.enableDrag(),delete this._startPos,delete this._lastPos}_fireEvent(t,n){return this._map.fire(new c.k(t,{originalEvent:n}))}}function Vn(u,t){if(u.length!==t.length)throw new Error(`The number of touches and points are not equal - touches ${u.length}, points ${t.length}`);const n={};for(let o=0;o<u.length;o++)n[u[o].identifier]=t[o];return n}class fa{constructor(t){this.reset(),this.numTouches=t.numTouches}reset(){delete this.centroid,delete this.startTime,delete this.touches,this.aborted=!1}touchstart(t,n,o){(this.centroid||o.length>this.numTouches)&&(this.aborted=!0),this.aborted||(this.startTime===void 0&&(this.startTime=t.timeStamp),o.length===this.numTouches&&(this.centroid=function(a){const h=new c.P(0,0);for(const g of a)h._add(g);return h.div(a.length)}(n),this.touches=Vn(o,n)))}touchmove(t,n,o){if(this.aborted||!this.centroid)return;const a=Vn(o,n);for(const h in this.touches){const g=a[h];(!g||g.dist(this.touches[h])>30)&&(this.aborted=!0)}}touchend(t,n,o){if((!this.centroid||t.timeStamp-this.startTime>500)&&(this.aborted=!0),o.length===0){const a=!this.aborted&&this.centroid;if(this.reset(),a)return a}}}class ma{constructor(t){this.singleTap=new fa(t),this.numTaps=t.numTaps,this.reset()}reset(){this.lastTime=1/0,delete this.lastTap,this.count=0,this.singleTap.reset()}touchstart(t,n,o){this.singleTap.touchstart(t,n,o)}touchmove(t,n,o){this.singleTap.touchmove(t,n,o)}touchend(t,n,o){const a=this.singleTap.touchend(t,n,o);if(a){const h=t.timeStamp-this.lastTime<500,g=!this.lastTap||this.lastTap.dist(a)<30;if(h&&g||this.reset(),this.count++,this.lastTime=t.timeStamp,this.lastTap=a,this.count===this.numTaps)return this.reset(),a}}}class Vl{constructor(t){this._tr=new On(t),this._zoomIn=new ma({numTouches:1,numTaps:2}),this._zoomOut=new ma({numTouches:2,numTaps:1}),this.reset()}reset(){this._active=!1,this._zoomIn.reset(),this._zoomOut.reset()}touchstart(t,n,o){this._zoomIn.touchstart(t,n,o),this._zoomOut.touchstart(t,n,o)}touchmove(t,n,o){this._zoomIn.touchmove(t,n,o),this._zoomOut.touchmove(t,n,o)}touchend(t,n,o){const a=this._zoomIn.touchend(t,n,o),h=this._zoomOut.touchend(t,n,o),g=this._tr;return a?(this._active=!0,t.preventDefault(),setTimeout(()=>this.reset(),0),{cameraAnimation:y=>y.easeTo({duration:300,zoom:g.zoom+1,around:g.unproject(a)},{originalEvent:t})}):h?(this._active=!0,t.preventDefault(),setTimeout(()=>this.reset(),0),{cameraAnimation:y=>y.easeTo({duration:300,zoom:g.zoom-1,around:g.unproject(h)},{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 zt{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.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=n.length?n[0]:n,this._activateOnStart&&this._lastPoint&&(this._active=!0))}dragMove(t,n){if(!this.isEnabled())return;const o=this._lastPoint;if(!o)return;if(t.preventDefault(),!this._moveStateManager.isValidMoveEvent(t))return void this.reset(t);const a=n.length?n[0]:n;return!this._moved&&a.dist(o)<this._clickTolerance?void 0:(this._moved=!0,this._lastPoint=a,this._move(o,a))}dragEnd(t){this.isEnabled()&&this._lastPoint&&this._moveStateManager.isValidEndEvent(t)&&(this._moved&&oe.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 yn={0:1,2:2};class Ci{constructor(t){this._correctEvent=t.checkCorrectEvent}startMove(t){const n=oe.mouseButton(t);this._eventButton=n}endMove(t){delete this._eventButton}isValidStartEvent(t){return this._correctEvent(t)}isValidMoveEvent(t){return!function(n,o){const a=yn[o];return n.buttons===void 0||(n.buttons&a)!==a}(t,this._eventButton)}isValidEndEvent(t){return oe.mouseButton(t)===this._eventButton}}class _o{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)}}const Ts=u=>{u.mousedown=u.dragStart,u.mousemoveWindow=u.dragMove,u.mouseup=u.dragEnd,u.contextmenu=t=>{t.preventDefault()}},ga=({enable:u,clickTolerance:t,bearingDegreesPerPixelMoved:n=.8})=>{const o=new Ci({checkCorrectEvent:a=>oe.mouseButton(a)===0&&a.ctrlKey||oe.mouseButton(a)===2});return new zt({clickTolerance:t,move:(a,h)=>({bearingDelta:(h.x-a.x)*n}),moveStateManager:o,enable:u,assignEvents:Ts})},xn=({enable:u,clickTolerance:t,pitchDegreesPerPixelMoved:n=-.5})=>{const o=new Ci({checkCorrectEvent:a=>oe.mouseButton(a)===0&&a.ctrlKey||oe.mouseButton(a)===2});return new zt({clickTolerance:t,move:(a,h)=>({pitchDelta:(h.y-a.y)*n}),moveStateManager:o,enable:u,assignEvents:Ts})};class Is{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,o){return this._calculateTransform(t,n,o)}touchmove(t,n,o){if(this._active){if(!this._shouldBePrevented(o.length))return t.preventDefault(),this._calculateTransform(t,n,o);this._map.cooperativeGestures.notifyGestureBlocked("touch_pan",t)}}touchend(t,n,o){this._calculateTransform(t,n,o),this._active&&this._shouldBePrevented(o.length)&&this.reset()}touchcancel(){this.reset()}_calculateTransform(t,n,o){o.length>0&&(this._active=!0);const a=Vn(o,n),h=new c.P(0,0),g=new c.P(0,0);let y=0;for(const w in a){const P=a[w],E=this._touches[w];E&&(h._add(P),g._add(P.sub(E)),y++,a[w]=P)}if(this._touches=a,this._shouldBePrevented(y)||!g.mag())return;const v=g.div(y);return this._sum._add(v),this._sum.mag()<this._clickTolerance?void 0:{around:h.div(y),panDelta:v}}enable(){this._enabled=!0}disable(){this._enabled=!1,this.reset()}isEnabled(){return this._enabled}isActive(){return this._active}}class ks{constructor(){this.reset()}reset(){this._active=!1,delete this._firstTwoTouches}touchstart(t,n,o){this._firstTwoTouches||o.length<2||(this._firstTwoTouches=[o[0].identifier,o[1].identifier],this._start([n[0],n[1]]))}touchmove(t,n,o){if(!this._firstTwoTouches)return;t.preventDefault();const[a,h]=this._firstTwoTouches,g=Ps(o,n,a),y=Ps(o,n,h);if(!g||!y)return;const v=this._aroundCenter?null:g.add(y).div(2);return this._move([g,y],v,t)}touchend(t,n,o){if(!this._firstTwoTouches)return;const[a,h]=this._firstTwoTouches,g=Ps(o,n,a),y=Ps(o,n,h);g&&y||(this._active&&oe.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 Ps(u,t,n){for(let o=0;o<u.length;o++)if(u[o].identifier===n)return t[o]}function _a(u,t){return Math.log(u/t)/Math.LN2}class ya extends ks{reset(){super.reset(),delete this._distance,delete this._startDistance}_start(t){this._startDistance=this._distance=t[0].dist(t[1])}_move(t,n){const o=this._distance;if(this._distance=t[0].dist(t[1]),this._active||!(Math.abs(_a(this._distance,this._startDistance))<.1))return this._active=!0,{zoomDelta:_a(this._distance,o),pinchAround:n}}}function xa(u,t){return 180*u.angleWith(t)/Math.PI}class va extends ks{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,o){const a=this._vector;if(this._vector=t[0].sub(t[1]),this._active||!this._isBelowThreshold(this._vector))return this._active=!0,{bearingDelta:xa(this._vector,a),pinchAround:n}}_isBelowThreshold(t){this._minDiameter=Math.min(this._minDiameter,t.mag());const n=25/(Math.PI*this._minDiameter)*360,o=xa(t,this._startVector);return Math.abs(o)<n}}function Lr(u){return Math.abs(u.y)>Math.abs(u.x)}class ba extends ks{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,o){super.touchstart(t,n,o),this._currentTouchCount=o.length}_start(t){this._lastPoints=t,Lr(t[0].sub(t[1]))&&(this._valid=!1)}_move(t,n,o){if(this._map.cooperativeGestures.isEnabled()&&this._currentTouchCount<3)return;const a=t[0].sub(this._lastPoints[0]),h=t[1].sub(this._lastPoints[1]);return this._valid=this.gestureBeginsVertically(a,h,o.timeStamp),this._valid?(this._lastPoints=t,this._active=!0,{pitchDelta:(a.y+h.y)/2*-.5}):void 0}gestureBeginsVertically(t,n,o){if(this._valid!==void 0)return this._valid;const a=t.mag()>=2,h=n.mag()>=2;if(!a&&!h)return;if(!a||!h)return this._firstMove===void 0&&(this._firstMove=o),o-this._firstMove<100&&void 0;const g=t.y>0==n.y>0;return Lr(t)&&Lr(n)&&g}}const Nl={panStep:100,bearingStep:15,pitchStep:10};class wa{constructor(t){this._tr=new On(t);const n=Nl;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,o=0,a=0,h=0,g=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?o=-1:(t.preventDefault(),h=-1);break;case 39:t.shiftKey?o=1:(t.preventDefault(),h=1);break;case 38:t.shiftKey?a=1:(t.preventDefault(),g=-1);break;case 40:t.shiftKey?a=-1:(t.preventDefault(),g=1);break;default:return}return this._rotationDisabled&&(o=0,a=0),{cameraAnimation:y=>{const v=this._tr;y.easeTo({duration:300,easeId:"keyboardHandler",easing:$l,zoom:n?Math.round(v.zoom)+n*(t.shiftKey?2:1):v.zoom,bearing:v.bearing+o*this._bearingStep,pitch:v.pitch+a*this._pitchStep,offset:[-h*this._panStep,-g*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 $l(u){return u*(2-u)}const Sa=4.000244140625;class Ta{constructor(t,n){this._onTimeout=o=>{this._type="wheel",this._delta-=this._lastValue,this._active||this._start(o)},this._map=t,this._tr=new On(t),this._triggerRenderFrame=n,this._delta=0,this._defaultZoomRate=.01,this._wheelZoomRate=.0022222222222222222}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 o=le.now(),a=o-(this._lastWheelEventTime||0);this._lastWheelEventTime=o,n!==0&&n%Sa==0?this._type="wheel":n!==0&&Math.abs(n)<4?this._type="trackpad":a>400?(this._type=null,this._lastValue=n,this._timeout=setTimeout(this._onTimeout,40,t)):this._type||(this._type=Math.abs(a*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=oe.mousePos(this._map.getCanvas(),t),o=this._tr;this._around=n.y>o.transform.height/2-o.transform.getHorizon()?c.N.convert(this._aroundCenter?o.center:o.unproject(n)):c.N.convert(o.center),this._aroundPoint=o.transform.locationPoint(this._around),this._frameId||(this._frameId=!0,this._triggerRenderFrame())}renderFrame(){if(!this._frameId||(this._frameId=null,!this.isActive()))return;const t=this._tr.transform;if(this._delta!==0){const v=this._type==="wheel"&&Math.abs(this._delta)>Sa?this._wheelZoomRate:this._defaultZoomRate;let w=2/(1+Math.exp(-Math.abs(this._delta*v)));this._delta<0&&w!==0&&(w=1/w);const P=typeof this._targetZoom=="number"?t.zoomScale(this._targetZoom):t.scale;this._targetZoom=Math.min(t.maxZoom,Math.max(t.minZoom,t.scaleZoom(P*w))),this._type==="wheel"&&(this._startZoom=t.zoom,this._easing=this._smoothOutEasing(200)),this._delta=0}const n=typeof this._targetZoom=="number"?this._targetZoom:t.zoom,o=this._startZoom,a=this._easing;let h,g=!1;const y=le.now()-this._lastWheelEventTime;if(this._type==="wheel"&&o&&a&&y){const v=Math.min(y/200,1),w=a(v);h=c.z.number(o,n,w),v<1?this._frameId||(this._frameId=!0):g=!0}else h=n,g=!0;return this._active=!0,g&&(this._active=!1,this._finishTimeout=setTimeout(()=>{this._zooming=!1,this._triggerRenderFrame(),delete this._targetZoom,delete this._finishTimeout},200)),{noInertia:!0,needsRenderFrame:!g,zoomDelta:h-t.zoom,around:this._aroundPoint,originalEvent:this._lastWheelEvent}}_smoothOutEasing(t){let n=c.b9;if(this._prevEase){const o=this._prevEase,a=(le.now()-o.start)/o.duration,h=o.easing(a+.01)-o.easing(a),g=.27/Math.sqrt(h*h+1e-4)*.01,y=Math.sqrt(.0729-g*g);n=c.b8(g,y,.25,1)}return this._prevEase={start:le.now(),duration:t,easing:n},n}reset(){this._active=!1,this._zooming=!1,delete this._targetZoom,this._finishTimeout&&(clearTimeout(this._finishTimeout),delete this._finishTimeout)}}class Ia{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 Es{constructor(t){this._tr=new On(t),this.reset()}reset(){this._active=!1}dblclick(t,n){return t.preventDefault(),{cameraAnimation:o=>{o.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 Ul{constructor(){this._tap=new ma({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,o){if(!this._swipePoint)if(this._tapTime){const a=n[0],h=t.timeStamp-this._tapTime<500,g=this._tapPoint.dist(a)<30;h&&g?o.length>0&&(this._swipePoint=a,this._swipeTouch=o[0].identifier):this.reset()}else this._tap.touchstart(t,n,o)}touchmove(t,n,o){if(this._tapTime){if(this._swipePoint){if(o[0].identifier!==this._swipeTouch)return;const a=n[0],h=a.y-this._swipePoint.y;return this._swipePoint=a,t.preventDefault(),this._active=!0,{zoomDelta:h/128}}}else this._tap.touchmove(t,n,o)}touchend(t,n,o){if(this._tapTime)this._swipePoint&&o.length===0&&this.reset();else{const a=this._tap.touchend(t,n,o);a&&(this._tapTime=t.timeStamp,this._tapPoint=a)}}touchcancel(){this.reset()}enable(){this._enabled=!0}disable(){this._enabled=!1,this.reset()}isEnabled(){return this._enabled}isActive(){return this._active}}class Xi{constructor(t,n,o){this._el=t,this._mousePan=n,this._touchPan=o}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 tr{constructor(t,n,o){this._pitchWithRotate=t.pitchWithRotate,this._mouseRotate=n,this._mousePitch=o}enable(){this._mouseRotate.enable(),this._pitchWithRotate&&this._mousePitch.enable()}disable(){this._mouseRotate.disable(),this._mousePitch.disable()}isEnabled(){return this._mouseRotate.isEnabled()&&(!this._pitchWithRotate||this._mousePitch.isEnabled())}isActive(){return this._mouseRotate.isActive()||this._mousePitch.isActive()}}class ka{constructor(t,n,o,a){this._el=t,this._touchZoom=n,this._touchRotate=o,this._tapDragZoom=a,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 ir{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=oe.create("div","maplibregl-cooperative-gesture-screen",t);let n=this._map._getUIString("CooperativeGesturesHandler.WindowsHelpText");this._bypassKey==="metaKey"&&(n=this._map._getUIString("CooperativeGesturesHandler.MacHelpText"));const o=this._map._getUIString("CooperativeGesturesHandler.MobileHelpText"),a=document.createElement("div");a.className="maplibregl-desktop-message",a.textContent=n,this._container.appendChild(a);const h=document.createElement("div");h.className="maplibregl-mobile-message",h.textContent=o,this._container.appendChild(h),this._container.setAttribute("aria-hidden","true")}_destroyUI(){this._container&&(oe.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.k("cooperativegestureprevented",{gestureType:t,originalEvent:n})),this._container.classList.add("maplibregl-show"),setTimeout(()=>{this._container.classList.remove("maplibregl-show")},100))}}const Rr=u=>u.zoom||u.drag||u.pitch||u.rotate;class eh extends c.k{}function Pa(u){return u.panDelta&&u.panDelta.mag()||u.zoomDelta||u.bearingDelta||u.pitchDelta}class th{constructor(t,n){this.handleWindowEvent=a=>{this.handleEvent(a,`${a.type}Window`)},this.handleEvent=(a,h)=>{if(a.type==="blur")return void this.stop(!0);this._updatingCamera=!0;const g=a.type==="renderFrame"?void 0:a,y={needsRenderFrame:!1},v={},w={},P=a.touches,E=P?this._getMapTouches(P):void 0,L=E?oe.touchPos(this._map.getCanvas(),E):oe.mousePos(this._map.getCanvas(),a);for(const{handlerName:Z,handler:U,allowed:X}of this._handlers){if(!U.isEnabled())continue;let Y;this._blockedByActive(w,X,Z)?U.reset():U[h||a.type]&&(Y=U[h||a.type](a,L,E),this.mergeHandlerResult(y,v,Y,Z,g),Y&&Y.needsRenderFrame&&this._triggerRenderFrame()),(Y||U.isActive())&&(w[Z]=U)}const F={};for(const Z in this._previousActiveHandlers)w[Z]||(F[Z]=g);this._previousActiveHandlers=w,(Object.keys(F).length||Pa(y))&&(this._changes.push([y,v,F]),this._triggerRenderFrame()),(Object.keys(w).length||Pa(y))&&this._map._stop(!0),this._updatingCamera=!1;const{cameraAnimation:N}=y;N&&(this._inertia.clear(),this._fireEvents({},{},!0),this._changes=[],N(this._map))},this._map=t,this._el=this._map.getCanvasContainer(),this._handlers=[],this._handlersById={},this._changes=[],this._inertia=new fo(t),this._bearingSnap=n.bearingSnap,this._previousActiveHandlers={},this._eventsInProgress={},this._addDefaultHandlers(n);const o=this._el;this._listeners=[[o,"touchstart",{passive:!0}],[o,"touchmove",{passive:!1}],[o,"touchend",void 0],[o,"touchcancel",void 0],[o,"mousedown",void 0],[o,"mousemove",void 0],[o,"mouseup",void 0],[document,"mousemove",{capture:!0}],[document,"mouseup",void 0],[o,"mouseover",void 0],[o,"mouseout",void 0],[o,"dblclick",void 0],[o,"click",void 0],[o,"keydown",{capture:!1}],[o,"keyup",void 0],[o,"wheel",{passive:!1}],[o,"contextmenu",void 0],[window,"blur",void 0]];for(const[a,h,g]of this._listeners)oe.addEventListener(a,h,a===document?this.handleWindowEvent:this.handleEvent,g)}destroy(){for(const[t,n,o]of this._listeners)oe.removeEventListener(t,n,t===document?this.handleWindowEvent:this.handleEvent,o)}_addDefaultHandlers(t){const n=this._map,o=n.getCanvasContainer();this._add("mapEvent",new go(n,t));const a=n.boxZoom=new pa(n,t);this._add("boxZoom",a),t.interactive&&t.boxZoom&&a.enable();const h=n.cooperativeGestures=new ir(n,t.cooperativeGestures);this._add("cooperativeGestures",h),t.cooperativeGestures&&h.enable();const g=new Vl(n),y=new Es(n);n.doubleClickZoom=new Ia(y,g),this._add("tapZoom",g),this._add("clickZoom",y),t.interactive&&t.doubleClickZoom&&n.doubleClickZoom.enable();const v=new Ul;this._add("tapDragZoom",v);const w=n.touchPitch=new ba(n);this._add("touchPitch",w),t.interactive&&t.touchPitch&&n.touchPitch.enable(t.touchPitch);const P=ga(t),E=xn(t);n.dragRotate=new tr(t,P,E),this._add("mouseRotate",P,["mousePitch"]),this._add("mousePitch",E,["mouseRotate"]),t.interactive&&t.dragRotate&&n.dragRotate.enable();const L=(({enable:Y,clickTolerance:$})=>{const te=new Ci({checkCorrectEvent:se=>oe.mouseButton(se)===0&&!se.ctrlKey});return new zt({clickTolerance:$,move:(se,ce)=>({around:ce,panDelta:ce.sub(se)}),activateOnStart:!0,moveStateManager:te,enable:Y,assignEvents:Ts})})(t),F=new Is(t,n);n.dragPan=new Xi(o,L,F),this._add("mousePan",L),this._add("touchPan",F,["touchZoom","touchRotate"]),t.interactive&&t.dragPan&&n.dragPan.enable(t.dragPan);const N=new va,Z=new ya;n.touchZoomRotate=new ka(o,Z,N,v),this._add("touchRotate",N,["touchPan","touchZoom"]),this._add("touchZoom",Z,["touchPan","touchRotate"]),t.interactive&&t.touchZoomRotate&&n.touchZoomRotate.enable(t.touchZoomRotate);const U=n.scrollZoom=new Ta(n,()=>this._triggerRenderFrame());this._add("scrollZoom",U,["mousePan"]),t.interactive&&t.scrollZoom&&n.scrollZoom.enable(t.scrollZoom);const X=n.keyboard=new wa(n);this._add("keyboard",X),t.interactive&&t.keyboard&&n.keyboard.enable(),this._add("blockableMapEvent",new da(n))}_add(t,n,o){this._handlers.push({handlerName:t,handler:n,allowed:o}),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!!Rr(this._eventsInProgress)||this.isZooming()}_blockedByActive(t,n,o){for(const a in t)if(a!==o&&(!n||n.indexOf(a)<0))return!0;return!1}_getMapTouches(t){const n=[];for(const o of t)this._el.contains(o.target)&&n.push(o);return n}mergeHandlerResult(t,n,o,a,h){if(!o)return;c.e(t,o);const g={handlerName:a,originalEvent:o.originalEvent||h};o.zoomDelta!==void 0&&(n.zoom=g),o.panDelta!==void 0&&(n.drag=g),o.pitchDelta!==void 0&&(n.pitch=g),o.bearingDelta!==void 0&&(n.rotate=g)}_applyChanges(){const t={},n={},o={};for(const[a,h,g]of this._changes)a.panDelta&&(t.panDelta=(t.panDelta||new c.P(0,0))._add(a.panDelta)),a.zoomDelta&&(t.zoomDelta=(t.zoomDelta||0)+a.zoomDelta),a.bearingDelta&&(t.bearingDelta=(t.bearingDelta||0)+a.bearingDelta),a.pitchDelta&&(t.pitchDelta=(t.pitchDelta||0)+a.pitchDelta),a.around!==void 0&&(t.around=a.around),a.pinchAround!==void 0&&(t.pinchAround=a.pinchAround),a.noInertia&&(t.noInertia=a.noInertia),c.e(n,h),c.e(o,g);this._updateMapTransform(t,n,o),this._changes=[]}_updateMapTransform(t,n,o){const a=this._map,h=a._getTransformForUpdate(),g=a.terrain;if(!(Pa(t)||g&&this._terrainMovement))return this._fireEvents(n,o,!0);let{panDelta:y,zoomDelta:v,bearingDelta:w,pitchDelta:P,around:E,pinchAround:L}=t;L!==void 0&&(E=L),a._stop(!0),E=E||a.transform.centerPoint;const F=h.pointLocation(y?E.sub(y):E);w&&(h.bearing+=w),P&&(h.pitch+=P),v&&(h.zoom+=v),g?this._terrainMovement||!n.drag&&!n.zoom?n.drag&&this._terrainMovement?h.center=h.pointLocation(h.centerPoint.sub(y)):h.setLocationAtPoint(F,E):(this._terrainMovement=!0,this._map._elevationFreeze=!0,h.setLocationAtPoint(F,E)):h.setLocationAtPoint(F,E),a._applyUpdatedTransform(h),this._map._update(),t.noInertia||this._inertia.record(t),this._fireEvents(n,o,!0)}_fireEvents(t,n,o){const a=Rr(this._eventsInProgress),h=Rr(t),g={};for(const E in t){const{originalEvent:L}=t[E];this._eventsInProgress[E]||(g[`${E}start`]=L),this._eventsInProgress[E]=t[E]}!a&&h&&this._fireEvent("movestart",h.originalEvent);for(const E in g)this._fireEvent(E,g[E]);h&&this._fireEvent("move",h.originalEvent);for(const E in t){const{originalEvent:L}=t[E];this._fireEvent(E,L)}const y={};let v;for(const E in this._eventsInProgress){const{handlerName:L,originalEvent:F}=this._eventsInProgress[E];this._handlersById[L].isActive()||(delete this._eventsInProgress[E],v=n[L]||F,y[`${E}end`]=v)}for(const E in y)this._fireEvent(E,y[E]);const w=Rr(this._eventsInProgress),P=(a||h)&&!w;if(P&&this._terrainMovement){this._map._elevationFreeze=!1,this._terrainMovement=!1;const E=this._map._getTransformForUpdate();E.recalculateZoom(this._map.terrain),this._map._applyUpdatedTransform(E)}if(o&&P){this._updatingCamera=!0;const E=this._inertia._onMoveEnd(this._map.dragPan._inertiaOptions),L=F=>F!==0&&-this._bearingSnap<F&&F<this._bearingSnap;!E||!E.essential&&le.prefersReducedMotion?(this._map.fire(new c.k("moveend",{originalEvent:v})),L(this._map.getBearing())&&this._map.resetNorth()):(L(E.bearing||this._map.getBearing())&&(E.bearing=0),E.freezeElevation=!0,this._map.easeTo(E,{originalEvent:v})),this._updatingCamera=!1}}_fireEvent(t,n){this._map.fire(new c.k(t,n?{originalEvent:n}:{}))}_requestFrame(){return this._map.triggerRepaint(),this._map._renderTaskQueue.add(t=>{delete this._frameId,this.handleEvent(new eh("renderFrame",{timeStamp:t})),this._applyChanges()})}_triggerRenderFrame(){this._frameId===void 0&&(this._frameId=this._requestFrame())}}class ih extends c.E{constructor(t,n){super(),this._renderFrameCallback=()=>{const o=Math.min((le.now()-this._easeStart)/this._easeOptions.duration,1);this._onEaseFrame(this._easeOptions.easing(o)),o<1&&this._easeFrameId?this._easeFrameId=this._requestRenderFrame(this._renderFrameCallback):this.stop()},this._moving=!1,this._zooming=!1,this.transform=t,this._bearingSnap=n.bearingSnap,this.on("moveend",()=>{delete this._requestedCameraState})}getCenter(){return new c.N(this.transform.center.lng,this.transform.center.lat)}setCenter(t,n){return this.jumpTo({center:t},n)}panBy(t,n,o){return t=c.P.convert(t).mult(-1),this.panTo(this.transform.center,c.e({offset:t},n),o)}panTo(t,n,o){return this.easeTo(c.e({center:t},n),o)}getZoom(){return this.transform.zoom}setZoom(t,n){return this.jumpTo({zoom:t},n),this}zoomTo(t,n,o){return this.easeTo(c.e({zoom:t},n),o)}zoomIn(t,n){return this.zoomTo(this.getZoom()+1,t,n),this}zoomOut(t,n){return this.zoomTo(this.getZoom()-1,t,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,o){return this.easeTo(c.e({bearing:t},n),o)}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,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}cameraForBounds(t,n){t=ue.convert(t);const o=n&&n.bearing||0;return this._cameraForBoxAndBearing(t.getNorthWest(),t.getSouthEast(),o,n)}_cameraForBoxAndBearing(t,n,o,a){const h={top:0,bottom:0,right:0,left:0};if(typeof(a=c.e({padding:h,offset:[0,0],maxZoom:this.transform.maxZoom},a)).padding=="number"){const Se=a.padding;a.padding={top:Se,bottom:Se,right:Se,left:Se}}a.padding=c.e(h,a.padding);const g=this.transform,y=g.padding,v=new ue(t,n),w=g.project(v.getNorthWest()),P=g.project(v.getNorthEast()),E=g.project(v.getSouthEast()),L=g.project(v.getSouthWest()),F=c.ba(-o),N=w.rotate(F),Z=P.rotate(F),U=E.rotate(F),X=L.rotate(F),Y=new c.P(Math.max(N.x,Z.x,X.x,U.x),Math.max(N.y,Z.y,X.y,U.y)),$=new c.P(Math.min(N.x,Z.x,X.x,U.x),Math.min(N.y,Z.y,X.y,U.y)),te=Y.sub($),se=(g.width-(y.left+y.right+a.padding.left+a.padding.right))/te.x,ce=(g.height-(y.top+y.bottom+a.padding.top+a.padding.bottom))/te.y;if(ce<0||se<0)return void c.w("Map cannot fit within canvas with the given bounds, padding, and/or offset.");const ye=Math.min(g.scaleZoom(g.scale*Math.min(se,ce)),a.maxZoom),we=c.P.convert(a.offset),De=new c.P((a.padding.left-a.padding.right)/2,(a.padding.top-a.padding.bottom)/2).rotate(c.ba(o)),Re=we.add(De).mult(g.scale/g.zoomScale(ye));return{center:g.unproject(w.add(E).div(2).sub(Re)),zoom:ye,bearing:o}}fitBounds(t,n,o){return this._fitInternal(this.cameraForBounds(t,n),n,o)}fitScreenCoordinates(t,n,o,a,h){return this._fitInternal(this._cameraForBoxAndBearing(this.transform.pointLocation(c.P.convert(t)),this.transform.pointLocation(c.P.convert(n)),o,a),a,h)}_fitInternal(t,n,o){return t?(delete(n=c.e(t,n)).padding,n.linear?this.easeTo(n,o):this.flyTo(n,o)):this}jumpTo(t,n){this.stop();const o=this._getTransformForUpdate();let a=!1,h=!1,g=!1;return"zoom"in t&&o.zoom!==+t.zoom&&(a=!0,o.zoom=+t.zoom),t.center!==void 0&&(o.center=c.N.convert(t.center)),"bearing"in t&&o.bearing!==+t.bearing&&(h=!0,o.bearing=+t.bearing),"pitch"in t&&o.pitch!==+t.pitch&&(g=!0,o.pitch=+t.pitch),t.padding==null||o.isPaddingEqual(t.padding)||(o.padding=t.padding),this._applyUpdatedTransform(o),this.fire(new c.k("movestart",n)).fire(new c.k("move",n)),a&&this.fire(new c.k("zoomstart",n)).fire(new c.k("zoom",n)).fire(new c.k("zoomend",n)),h&&this.fire(new c.k("rotatestart",n)).fire(new c.k("rotate",n)).fire(new c.k("rotateend",n)),g&&this.fire(new c.k("pitchstart",n)).fire(new c.k("pitch",n)).fire(new c.k("pitchend",n)),this.fire(new c.k("moveend",n))}calculateCameraOptionsFromTo(t,n,o,a=0){const h=c.Z.fromLngLat(t,n),g=c.Z.fromLngLat(o,a),y=g.x-h.x,v=g.y-h.y,w=g.z-h.z,P=Math.hypot(y,v,w);if(P===0)throw new Error("Can't calculate camera options with same From and To");const E=Math.hypot(y,v),L=this.transform.scaleZoom(this.transform.cameraToCenterDistance/P/this.transform.tileSize),F=180*Math.atan2(y,-v)/Math.PI;let N=180*Math.acos(E/P)/Math.PI;return N=w<0?90-N:90+N,{center:g.toLngLat(),zoom:L,pitch:N,bearing:F}}easeTo(t,n){var o;this._stop(!1,t.easeId),((t=c.e({offset:[0,0],duration:500,easing:c.b9},t)).animate===!1||!t.essential&&le.prefersReducedMotion)&&(t.duration=0);const a=this._getTransformForUpdate(),h=a.zoom,g=a.bearing,y=a.pitch,v=a.padding,w="bearing"in t?this._normalizeBearing(t.bearing,g):g,P="pitch"in t?+t.pitch:y,E="padding"in t?t.padding:a.padding,L=c.P.convert(t.offset);let F=a.centerPoint.add(L);const N=a.pointLocation(F),{center:Z,zoom:U}=a.getConstrained(c.N.convert(t.center||N),(o=t.zoom)!==null&&o!==void 0?o:h);this._normalizeCenter(Z,a);const X=a.project(N),Y=a.project(Z).sub(X),$=a.zoomScale(U-h);let te,se;t.around&&(te=c.N.convert(t.around),se=a.locationPoint(te));const ce={moving:this._moving,zooming:this._zooming,rotating:this._rotating,pitching:this._pitching};return this._zooming=this._zooming||U!==h,this._rotating=this._rotating||g!==w,this._pitching=this._pitching||P!==y,this._padding=!a.isPaddingEqual(E),this._easeId=t.easeId,this._prepareEase(n,t.noMoveStart,ce),this.terrain&&this._prepareElevation(Z),this._ease(ye=>{if(this._zooming&&(a.zoom=c.z.number(h,U,ye)),this._rotating&&(a.bearing=c.z.number(g,w,ye)),this._pitching&&(a.pitch=c.z.number(y,P,ye)),this._padding&&(a.interpolatePadding(v,E,ye),F=a.centerPoint.add(L)),this.terrain&&!t.freezeElevation&&this._updateElevation(ye),te)a.setLocationAtPoint(te,se);else{const we=a.zoomScale(a.zoom-h),De=U>h?Math.min(2,$):Math.max(.5,$),Re=Math.pow(De,1-ye),Se=a.unproject(X.add(Y.mult(ye*Re)).mult(we));a.setLocationAtPoint(a.renderWorldCopies?Se.wrap():Se,F)}this._applyUpdatedTransform(a),this._fireMoveEvents(n)},ye=>{this.terrain&&t.freezeElevation&&this._finalizeElevation(),this._afterEase(n,ye)},t),this}_prepareEase(t,n,o={}){this._moving=!0,n||o.moving||this.fire(new c.k("movestart",t)),this._zooming&&!o.zooming&&this.fire(new c.k("zoomstart",t)),this._rotating&&!o.rotating&&this.fire(new c.k("rotatestart",t)),this._pitching&&!o.pitching&&this.fire(new c.k("pitchstart",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.transform.minElevationForCurrentTile=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 o=this._elevationTarget-this._elevationStart;this._elevationStart+=t*(o-(n-(o*t+this._elevationStart))/(1-t)),this._elevationTarget=n}this.transform.elevation=c.z.number(this._elevationStart,this._elevationTarget,t)}_finalizeElevation(){this._elevationFreeze=!1,this.transform.recalculateZoom(this.terrain)}_getTransformForUpdate(){return this.transformCameraUpdate||this.terrain?(this._requestedCameraState||(this._requestedCameraState=this.transform.clone()),this._requestedCameraState):this.transform}_elevateCameraIfInsideTerrain(t){const n=t.getCameraPosition(),o=this.terrain.getElevationForLngLatZoom(n.lngLat,t.zoom);if(n.altitude<o){const a=this.calculateCameraOptionsFromTo(n.lngLat,o,t.center,t.elevation);return{pitch:a.pitch,zoom:a.zoom}}return{}}_applyUpdatedTransform(t){const n=[];if(this.terrain&&n.push(a=>this._elevateCameraIfInsideTerrain(a)),this.transformCameraUpdate&&n.push(a=>this.transformCameraUpdate(a)),!n.length)return;const o=t.clone();for(const a of n){const h=o.clone(),{center:g,zoom:y,pitch:v,bearing:w,elevation:P}=a(h);g&&(h.center=g),y!==void 0&&(h.zoom=y),v!==void 0&&(h.pitch=v),w!==void 0&&(h.bearing=w),P!==void 0&&(h.elevation=P),o.apply(h)}this.transform.apply(o)}_fireMoveEvents(t){this.fire(new c.k("move",t)),this._zooming&&this.fire(new c.k("zoom",t)),this._rotating&&this.fire(new c.k("rotate",t)),this._pitching&&this.fire(new c.k("pitch",t))}_afterEase(t,n){if(this._easeId&&n&&this._easeId===n)return;delete this._easeId;const o=this._zooming,a=this._rotating,h=this._pitching;this._moving=!1,this._zooming=!1,this._rotating=!1,this._pitching=!1,this._padding=!1,o&&this.fire(new c.k("zoomend",t)),a&&this.fire(new c.k("rotateend",t)),h&&this.fire(new c.k("pitchend",t)),this.fire(new c.k("moveend",t))}flyTo(t,n){var o;if(!t.essential&&le.prefersReducedMotion){const Ce=c.M(t,["center","zoom","bearing","pitch","around"]);return this.jumpTo(Ce,n)}this.stop(),t=c.e({offset:[0,0],speed:1.2,curve:1.42,easing:c.b9},t);const a=this._getTransformForUpdate(),h=a.zoom,g=a.bearing,y=a.pitch,v=a.padding,w="bearing"in t?this._normalizeBearing(t.bearing,g):g,P="pitch"in t?+t.pitch:y,E="padding"in t?t.padding:a.padding,L=c.P.convert(t.offset);let F=a.centerPoint.add(L);const N=a.pointLocation(F),{center:Z,zoom:U}=a.getConstrained(c.N.convert(t.center||N),(o=t.zoom)!==null&&o!==void 0?o:h);this._normalizeCenter(Z,a);const X=a.zoomScale(U-h),Y=a.project(N),$=a.project(Z).sub(Y);let te=t.curve;const se=Math.max(a.width,a.height),ce=se/X,ye=$.mag();if("minZoom"in t){const Ce=c.ad(Math.min(t.minZoom,h,U),a.minZoom,a.maxZoom),Qe=se/a.zoomScale(Ce-h);te=Math.sqrt(Qe/ye*2)}const we=te*te;function De(Ce){const Qe=(ce*ce-se*se+(Ce?-1:1)*we*we*ye*ye)/(2*(Ce?ce:se)*we*ye);return Math.log(Math.sqrt(Qe*Qe+1)-Qe)}function Re(Ce){return(Math.exp(Ce)-Math.exp(-Ce))/2}function Se(Ce){return(Math.exp(Ce)+Math.exp(-Ce))/2}const Te=De(!1);let Ne=function(Ce){return Se(Te)/Se(Te+te*Ce)},tt=function(Ce){return se*((Se(Te)*(Re(Qe=Te+te*Ce)/Se(Qe))-Re(Te))/we)/ye;var Qe},Pe=(De(!0)-Te)/te;if(Math.abs(ye)<1e-6||!isFinite(Pe)){if(Math.abs(se-ce)<1e-6)return this.easeTo(t,n);const Ce=ce<se?-1:1;Pe=Math.abs(Math.log(ce/se))/te,tt=()=>0,Ne=Qe=>Math.exp(Ce*te*Qe)}return t.duration="duration"in t?+t.duration:1e3*Pe/("screenSpeed"in t?+t.screenSpeed/te:+t.speed),t.maxDuration&&t.duration>t.maxDuration&&(t.duration=0),this._zooming=!0,this._rotating=g!==w,this._pitching=P!==y,this._padding=!a.isPaddingEqual(E),this._prepareEase(n,!1),this.terrain&&this._prepareElevation(Z),this._ease(Ce=>{const Qe=Ce*Pe,Dt=1/Ne(Qe);a.zoom=Ce===1?U:h+a.scaleZoom(Dt),this._rotating&&(a.bearing=c.z.number(g,w,Ce)),this._pitching&&(a.pitch=c.z.number(y,P,Ce)),this._padding&&(a.interpolatePadding(v,E,Ce),F=a.centerPoint.add(L)),this.terrain&&!t.freezeElevation&&this._updateElevation(Ce);const st=Ce===1?Z:a.unproject(Y.add($.mult(tt(Qe))).mult(Dt));a.setLocationAtPoint(a.renderWorldCopies?st.wrap():st,F),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 o;if(this._easeFrameId&&(this._cancelRenderFrame(this._easeFrameId),delete this._easeFrameId,delete this._onEaseFrame),this._onEaseEnd){const a=this._onEaseEnd;delete this._onEaseEnd,a.call(this,n)}return t||(o=this.handlers)===null||o===void 0||o.stop(!1),this}_ease(t,n,o){o.animate===!1||o.duration===0?(t(1),n()):(this._easeStart=le.now(),this._easeOptions=o,this._onEaseFrame=t,this._onEaseEnd=n,this._easeFrameId=this._requestRenderFrame(this._renderFrameCallback))}_normalizeBearing(t,n){t=c.b3(t,-180,180);const o=Math.abs(t-n);return Math.abs(t-360-n)<o&&(t-=360),Math.abs(t+360-n)<o&&(t+=360),t}_normalizeCenter(t,n){if(!n.renderWorldCopies||n.lngRange)return;const o=t.lng-n.center.lng;t.lng+=o>180?-360:o<-180?360:0}queryTerrainElevation(t){return this.terrain?this.terrain.getElevationForLngLatZoom(c.N.convert(t),this.transform.tileZoom)-this.transform.elevation:null}}const Ea={compact:!0,customAttribution:'<a href="https://maplibre.org/" target="_blank">MapLibre</a>'};class Nn{constructor(t=Ea){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=oe.create("details","maplibregl-ctrl maplibregl-ctrl-attrib"),this._compactButton=oe.create("summary","maplibregl-ctrl-attrib-button",this._container),this._compactButton.addEventListener("click",this._toggleAttribution),this._setElementTitle(this._compactButton,"ToggleAttribution"),this._innerContainer=oe.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(){oe.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 o=this._map._getUIString(`AttributionControl.${n}`);t.title=o,t.setAttribute("aria-label",o)}_updateAttributions(){if(!this._map.style)return;let t=[];if(this.options.customAttribution&&(Array.isArray(this.options.customAttribution)?t=t.concat(this.options.customAttribution.map(a=>typeof a!="string"?"":a)):typeof this.options.customAttribution=="string"&&t.push(this.options.customAttribution)),this._map.style.stylesheet){const a=this._map.style.stylesheet;this.styleOwner=a.owner,this.styleId=a.id}const n=this._map.style.sourceCaches;for(const a in n){const h=n[a];if(h.used||h.usedForTerrain){const g=h.getSource();g.attribution&&t.indexOf(g.attribution)<0&&t.push(g.attribution)}}t=t.filter(a=>String(a).trim()),t.sort((a,h)=>a.length-h.length),t=t.filter((a,h)=>{for(let g=h+1;g<t.length;g++)if(t[g].indexOf(a)>=0)return!1;return!0});const o=t.join(" | ");o!==this._attribHTML&&(this._attribHTML=o,t.length?(this._innerContainer.innerHTML=o,this._container.classList.remove("maplibregl-attrib-empty")):this._container.classList.add("maplibregl-attrib-empty"),this._updateCompact(),this._editLink=null)}}class xr{constructor(t={}){this._updateCompact=()=>{const n=this._container.children;if(n.length){const o=n[0];this._map.getCanvasContainer().offsetWidth<=640||this._compact?this._compact!==!1&&o.classList.add("maplibregl-compact"):o.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=oe.create("div","maplibregl-ctrl");const n=oe.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(){oe.remove(this._container),this._map.off("resize",this._updateCompact),this._map=void 0,this._compact=void 0}}class Fe{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,o=n?this._queue.concat(n):this._queue;for(const a of o)if(a.id===t)return void(a.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 o of n)if(!o.cancelled&&(o.callback(t),this._cleared))break;this._cleared=!1,this._currentlyRunning=!1}clear(){this._currentlyRunning&&(this._cleared=!0),this._queue=[]}}var jl=c.Y([{name:"a_pos3d",type:"Int16",components:3}]);class Aa extends c.E{constructor(t){super(),this.sourceCache=t,this._tiles={},this._renderableTilesKeys=[],this._sourceTileCache={},this.minzoom=0,this.maxzoom=22,this.tileSize=512,this.deltaZoom=1,t.usedForTerrain=!0,t.tileSize=this.tileSize*2**this.deltaZoom}destruct(){this.sourceCache.usedForTerrain=!1,this.sourceCache.tileSize=null}update(t,n){this.sourceCache.update(t,n),this._renderableTilesKeys=[];const o={};for(const a of t.coveringTiles({tileSize:this.tileSize,minzoom:this.minzoom,maxzoom:this.maxzoom,reparseOverscaled:!1,terrain:n}))o[a.key]=!0,this._renderableTilesKeys.push(a.key),this._tiles[a.key]||(a.posMatrix=new Float64Array(16),c.aQ(a.posMatrix,0,c.X,0,c.X,0,1),this._tiles[a.key]=new Zr(a,this.tileSize));for(const a in this._tiles)o[a]||delete this._tiles[a]}freeRtt(t){for(const n in this._tiles){const o=this._tiles[n];(!t||o.tileID.equals(t)||o.tileID.isChildOf(t)||t.isChildOf(o.tileID))&&(o.rtt=[])}}getRenderableTiles(){return this._renderableTilesKeys.map(t=>this.getTileByID(t))}getTileByID(t){return this._tiles[t]}getTerrainCoords(t){const n={};for(const o of this._renderableTilesKeys){const a=this._tiles[o].tileID;if(a.canonical.equals(t.canonical)){const h=t.clone();h.posMatrix=new Float64Array(16),c.aQ(h.posMatrix,0,c.X,0,c.X,0,1),n[o]=h}else if(a.canonical.isChildOf(t.canonical)){const h=t.clone();h.posMatrix=new Float64Array(16);const g=a.canonical.z-t.canonical.z,y=a.canonical.x-(a.canonical.x>>g<<g),v=a.canonical.y-(a.canonical.y>>g<<g),w=c.X>>g;c.aQ(h.posMatrix,0,w,0,w,0,1),c.J(h.posMatrix,h.posMatrix,[-y*w,-v*w,0]),n[o]=h}else if(t.canonical.isChildOf(a.canonical)){const h=t.clone();h.posMatrix=new Float64Array(16);const g=t.canonical.z-a.canonical.z,y=t.canonical.x-(t.canonical.x>>g<<g),v=t.canonical.y-(t.canonical.y>>g<<g),w=c.X>>g;c.aQ(h.posMatrix,0,c.X,0,c.X,0,1),c.J(h.posMatrix,h.posMatrix,[y*w,v*w,0]),c.K(h.posMatrix,h.posMatrix,[1/2**g,1/2**g,0]),n[o]=h}}return n}getSourceTile(t,n){const o=this.sourceCache._source;let a=t.overscaledZ-this.deltaZoom;if(a>o.maxzoom&&(a=o.maxzoom),a<o.minzoom)return null;this._sourceTileCache[t.key]||(this._sourceTileCache[t.key]=t.scaledTo(a).key);let h=this.sourceCache.getTileByID(this._sourceTileCache[t.key]);if((!h||!h.dem)&&n)for(;a>=o.minzoom&&(!h||!h.dem);)h=this.sourceCache.getTileByID(t.scaledTo(a--).key);return h}tilesAfterTime(t=Date.now()){return Object.values(this._tiles).filter(n=>n.timeAdded>=t)}}class ql{constructor(t,n,o){this.painter=t,this.sourceCache=new Aa(n),this.options=o,this.exaggeration=typeof o.exaggeration=="number"?o.exaggeration:1,this.qualityFactor=2,this.meshSize=128,this._demMatrixCache={},this.coordsIndex=[],this._coordsTextureSize=1024}getDEMElevation(t,n,o,a=c.X){var h;if(!(n>=0&&n<a&&o>=0&&o<a))return 0;const g=this.getTerrainData(t),y=(h=g.tile)===null||h===void 0?void 0:h.dem;if(!y)return 0;const v=function(N,Z,U){var X=Z[0],Y=Z[1];return N[0]=U[0]*X+U[4]*Y+U[12],N[1]=U[1]*X+U[5]*Y+U[13],N}([],[n/a*c.X,o/a*c.X],g.u_terrain_matrix),w=[v[0]*y.dim,v[1]*y.dim],P=Math.floor(w[0]),E=Math.floor(w[1]),L=w[0]-P,F=w[1]-E;return y.get(P,E)*(1-L)*(1-F)+y.get(P+1,E)*L*(1-F)+y.get(P,E+1)*(1-L)*F+y.get(P+1,E+1)*L*F}getElevationForLngLatZoom(t,n){const{tileID:o,mercatorX:a,mercatorY:h}=this._getOverscaledTileIDFromLngLatZoom(t,n);return this.getElevation(o,a%c.X,h%c.X,c.X)}getElevation(t,n,o,a=c.X){return this.getDEMElevation(t,n,o,a)*this.exaggeration}getTerrainData(t){if(!this._emptyDemTexture){const a=this.painter.context,h=new c.R({width:1,height:1},new Uint8Array(4));this._emptyDepthTexture=new wt(a,h,a.gl.RGBA,{premultiply:!1}),this._emptyDemUnpack=[0,0,0,0],this._emptyDemTexture=new wt(a,new c.R({width:1,height:1}),a.gl.RGBA,{premultiply:!1}),this._emptyDemTexture.bind(a.gl.NEAREST,a.gl.CLAMP_TO_EDGE),this._emptyDemMatrix=c.ao([])}const n=this.sourceCache.getSourceTile(t,!0);if(n&&n.dem&&(!n.demTexture||n.needsTerrainPrepare)){const a=this.painter.context;n.demTexture=this.painter.getTileTexture(n.dem.stride),n.demTexture?n.demTexture.update(n.dem.getPixels(),{premultiply:!1}):n.demTexture=new wt(a,n.dem.getPixels(),a.gl.RGBA,{premultiply:!1}),n.demTexture.bind(a.gl.NEAREST,a.gl.CLAMP_TO_EDGE),n.needsTerrainPrepare=!1}const o=n&&n+n.tileID.key+t.key;if(o&&!this._demMatrixCache[o]){const a=this.sourceCache.sourceCache._source.maxzoom;let h=t.canonical.z-n.tileID.canonical.z;t.overscaledZ>t.canonical.z&&(t.canonical.z>=a?h=t.canonical.z-a:c.w("cannot calculate elevation if elevation maxzoom > source.maxzoom"));const g=t.canonical.x-(t.canonical.x>>h<<h),y=t.canonical.y-(t.canonical.y>>h<<h),v=c.bb(new Float64Array(16),[1/(c.X<<h),1/(c.X<<h),0]);c.J(v,v,[g*c.X,y*c.X,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:o?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,o=n.width/devicePixelRatio,a=n.height/devicePixelRatio;return!this._fbo||this._fbo.width===o&&this._fbo.height===a||(this._fbo.destroy(),this._fboCoordsTexture.destroy(),this._fboDepthTexture.destroy(),delete this._fbo,delete this._fboDepthTexture,delete this._fboCoordsTexture),this._fboCoordsTexture||(this._fboCoordsTexture=new wt(n.context,{width:o,height:a,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 wt(n.context,{width:o,height:a,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(o,a,!0,!1),this._fbo.depthAttachment.set(n.context.createRenderbuffer(n.context.gl.DEPTH_COMPONENT16,o,a))),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 h=0,g=0;h<this._coordsTextureSize;h++)for(let y=0;y<this._coordsTextureSize;y++,g+=4)n[g+0]=255&y,n[g+1]=255&h,n[g+2]=y>>8<<4|h>>8,n[g+3]=0;const o=new c.R({width:this._coordsTextureSize,height:this._coordsTextureSize},new Uint8Array(n.buffer)),a=new wt(t,o,t.gl.RGBA,{premultiply:!1});return a.bind(t.gl.NEAREST,t.gl.CLAMP_TO_EDGE),this._coordsTexture=a,a}pointCoordinate(t){this.painter.maybeDrawDepthAndCoords(!0);const n=new Uint8Array(4),o=this.painter.context,a=o.gl,h=Math.round(t.x*this.painter.pixelRatio/devicePixelRatio),g=Math.round(t.y*this.painter.pixelRatio/devicePixelRatio),y=Math.round(this.painter.height/devicePixelRatio);o.bindFramebuffer.set(this.getFramebuffer("coords").framebuffer),a.readPixels(h,y-g-1,1,1,a.RGBA,a.UNSIGNED_BYTE,n),o.bindFramebuffer.set(null);const v=n[0]+(n[2]>>4<<8),w=n[1]+((15&n[2])<<8),P=this.coordsIndex[255-n[3]],E=P&&this.sourceCache.getTileByID(P);if(!E)return null;const L=this._coordsTextureSize,F=(1<<E.tileID.canonical.z)*L;return new c.Z((E.tileID.canonical.x*L+v)/F+E.tileID.wrap,(E.tileID.canonical.y*L+w)/F,this.getElevation(E.tileID,v,w,L))}depthAtPoint(t){const n=new Uint8Array(4),o=this.painter.context,a=o.gl;return o.bindFramebuffer.set(this.getFramebuffer("depth").framebuffer),a.readPixels(t.x,this.painter.height/devicePixelRatio-t.y-1,1,1,a.RGBA,a.UNSIGNED_BYTE,n),o.bindFramebuffer.set(null),(n[0]/16777216+n[1]/65536+n[2]/256+n[3])/256}getTerrainMesh(){if(this._mesh)return this._mesh;const t=this.painter.context,n=new c.bc,o=new c.aY,a=this.meshSize,h=c.X/a,g=a*a;for(let E=0;E<=a;E++)for(let L=0;L<=a;L++)n.emplaceBack(L*h,E*h,0);for(let E=0;E<g;E+=a+1)for(let L=0;L<a;L++)o.emplaceBack(L+E,a+L+E+1,a+L+E+2),o.emplaceBack(L+E,a+L+E+2,L+E+1);const y=n.length,v=y+2*(a+1);for(const E of[0,1])for(let L=0;L<=a;L++)for(const F of[0,1])n.emplaceBack(L*h,E*c.X,F);for(let E=0;E<2*a;E+=2)o.emplaceBack(v+E,v+E+1,v+E+3),o.emplaceBack(v+E,v+E+3,v+E+2),o.emplaceBack(y+E,y+E+3,y+E+1),o.emplaceBack(y+E,y+E+2,y+E+3);const w=n.length,P=w+2*(a+1);for(const E of[0,1])for(let L=0;L<=a;L++)for(const F of[0,1])n.emplaceBack(E*c.X,L*h,F);for(let E=0;E<2*a;E+=2)o.emplaceBack(w+E,w+E+1,w+E+3),o.emplaceBack(w+E,w+E+3,w+E+2),o.emplaceBack(P+E,P+E+3,P+E+1),o.emplaceBack(P+E,P+E+2,P+E+3);return this._mesh=new Bl(t.createVertexBuffer(n,jl.members),t.createIndexBuffer(o),c.a0.simpleSegment(0,0,n.length,o.length)),this._mesh}getMeshFrameDelta(t){return 2*Math.PI*c.bd/Math.pow(2,t)/5}getMinTileElevationForLngLatZoom(t,n){var o;const{tileID:a}=this._getOverscaledTileIDFromLngLatZoom(t,n);return(o=this.getMinMaxElevation(a).minElevation)!==null&&o!==void 0?o:0}getMinMaxElevation(t){const n=this.getTerrainData(t).tile,o={minElevation:null,maxElevation:null};return n&&n.dem&&(o.minElevation=n.dem.min*this.exaggeration,o.maxElevation=n.dem.max*this.exaggeration),o}_getOverscaledTileIDFromLngLatZoom(t,n){const o=c.Z.fromLngLat(t.wrap()),a=(1<<n)*c.X,h=o.x*a,g=o.y*a,y=Math.floor(h/c.X),v=Math.floor(g/c.X);return{tileID:new c.S(n,0,n,y,v),mercatorX:h,mercatorY:g}}}class As{constructor(t,n,o){this._context=t,this._size=n,this._tileSize=o,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),o=new wt(this._context,{width:this._tileSize,height:this._tileSize,data:null},this._context.gl.RGBA);return o.bind(this._context.gl.LINEAR,this._context.gl.CLAMP_TO_EDGE),n.depthAttachment.set(this._context.createRenderbuffer(this._context.gl.DEPTH_STENCIL,this._tileSize,this._tileSize)),n.colorAttachment.set(o.texture),{id:t,fbo:n,texture:o,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 vr={background:!0,fill:!0,line:!0,raster:!0,hillshade:!0};class Zl{constructor(t,n){this.painter=t,this.terrain=n,this.pool=new As(t.context,30,n.sourceCache.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.sourceCache.getRenderableTiles(),this._renderableLayerIds=t._order.filter(o=>!t._layers[o].isHidden(n)),this._coordsDescendingInv={};for(const o in t.sourceCaches){this._coordsDescendingInv[o]={};const a=t.sourceCaches[o].getVisibleCoordinates();for(const h of a){const g=this.terrain.sourceCache.getTerrainCoords(h);for(const y in g)this._coordsDescendingInv[o][y]||(this._coordsDescendingInv[o][y]=[]),this._coordsDescendingInv[o][y].push(g[y])}}this._coordsDescendingInvStr={};for(const o of t._order){const a=t._layers[o],h=a.source;if(vr[a.type]&&!this._coordsDescendingInvStr[h]){this._coordsDescendingInvStr[h]={};for(const g in this._coordsDescendingInv[h])this._coordsDescendingInvStr[h][g]=this._coordsDescendingInv[h][g].map(y=>y.key).sort().join()}}for(const o of this._renderableTiles)for(const a in this._coordsDescendingInvStr){const h=this._coordsDescendingInvStr[a][o.tileID.key];h&&h!==o.rttCoords[a]&&(o.rtt=[])}}renderLayer(t){if(t.isHidden(this.painter.transform.zoom))return!1;const n=t.type,o=this.painter,a=this._renderableLayerIds[this._renderableLayerIds.length-1]===t.id;if(vr[n]&&(this._prevType&&vr[this._prevType]||this._stacks.push([]),this._prevType=n,this._stacks[this._stacks.length-1].push(t.id),!a))return!0;if(vr[this._prevType]||vr[n]&&a){this._prevType=n;const h=this._stacks.length-1,g=this._stacks[h]||[];for(const y of this._renderableTiles){if(this.pool.isFull()&&(bs(this.painter,this.terrain,this._rttTiles),this._rttTiles=[],this.pool.freeAllObjects()),this._rttTiles.push(y),y.rtt[h]){const w=this.pool.getObjectForId(y.rtt[h].id);if(w.stamp===y.rtt[h].stamp){this.pool.useObject(w);continue}}const v=this.pool.getOrCreateFreeObject();this.pool.useObject(v),this.pool.stampObject(v),y.rtt[h]={id:v.id,stamp:v.stamp},o.context.bindFramebuffer.set(v.fbo.framebuffer),o.context.clear({color:c.aN.transparent,stencil:0}),o.currentStencilSource=void 0;for(let w=0;w<g.length;w++){const P=o.style._layers[g[w]],E=P.source?this._coordsDescendingInv[P.source][y.tileID.key]:[y.tileID];o.context.viewport.set([0,0,v.fbo.width,v.fbo.height]),o._renderTileClippingMasks(P,E),o.renderLayer(o,o.style.sourceCaches[P.source],P,E),P.source&&(y.rttCoords[P.source]=this._coordsDescendingInvStr[P.source][y.tileID.key])}}return bs(this.painter,this.terrain,this._rttTiles),this._rttTiles=[],this.pool.freeAllObjects(),vr[n]}return!1}}const ze={"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","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"},Ca=ge,rh={hash:!1,interactive:!0,bearingSnap:7,attributionControl:Ea,maplibreLogo:!1,failIfMajorPerformanceCaveat:!1,preserveDrawingBuffer:!1,refreshExpiredTiles:!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],zoom:0,bearing:0,pitch:0,renderWorldCopies:!0,maxTileCacheSize:null,maxTileCacheZoomLevels:c.a.MAX_TILE_CACHE_ZOOM_LEVELS,transformRequest:null,transformCameraUpdate:null,fadeDuration:300,crossSourceCollisions:!0,clickTolerance:3,localIdeographFontFamily:"sans-serif",pitchWithRotate:!0,validateStyle:!0,maxCanvasSize:[4096,4096],cancelPendingTileRequestsWhileZooming:!0},Gl=u=>{u.touchstart=u.dragStart,u.touchmoveWindow=u.dragMove,u.touchend=u.dragEnd},Ma={showCompass:!0,showZoom:!0,visualizePitch:!1};class Hl{constructor(t,n,o=!1){this.mousedown=g=>{this.startMouse(c.e({},g,{ctrlKey:!0,preventDefault:()=>g.preventDefault()}),oe.mousePos(this.element,g)),oe.addEventListener(window,"mousemove",this.mousemove),oe.addEventListener(window,"mouseup",this.mouseup)},this.mousemove=g=>{this.moveMouse(g,oe.mousePos(this.element,g))},this.mouseup=g=>{this.mouseRotate.dragEnd(g),this.mousePitch&&this.mousePitch.dragEnd(g),this.offTemp()},this.touchstart=g=>{g.targetTouches.length!==1?this.reset():(this._startPos=this._lastPos=oe.touchPos(this.element,g.targetTouches)[0],this.startTouch(g,this._startPos),oe.addEventListener(window,"touchmove",this.touchmove,{passive:!1}),oe.addEventListener(window,"touchend",this.touchend))},this.touchmove=g=>{g.targetTouches.length!==1?this.reset():(this._lastPos=oe.touchPos(this.element,g.targetTouches)[0],this.moveTouch(g,this._lastPos))},this.touchend=g=>{g.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.mouseRotate.reset(),this.mousePitch&&this.mousePitch.reset(),this.touchRotate.reset(),this.touchPitch&&this.touchPitch.reset(),delete this._startPos,delete this._lastPos,this.offTemp()},this._clickTolerance=10;const a=t.dragRotate._mouseRotate.getClickTolerance(),h=t.dragRotate._mousePitch.getClickTolerance();this.element=n,this.mouseRotate=ga({clickTolerance:a,enable:!0}),this.touchRotate=(({enable:g,clickTolerance:y,bearingDegreesPerPixelMoved:v=.8})=>{const w=new _o;return new zt({clickTolerance:y,move:(P,E)=>({bearingDelta:(E.x-P.x)*v}),moveStateManager:w,enable:g,assignEvents:Gl})})({clickTolerance:a,enable:!0}),this.map=t,o&&(this.mousePitch=xn({clickTolerance:h,enable:!0}),this.touchPitch=(({enable:g,clickTolerance:y,pitchDegreesPerPixelMoved:v=-.5})=>{const w=new _o;return new zt({clickTolerance:y,move:(P,E)=>({pitchDelta:(E.y-P.y)*v}),moveStateManager:w,enable:g,assignEvents:Gl})})({clickTolerance:h,enable:!0})),oe.addEventListener(n,"mousedown",this.mousedown),oe.addEventListener(n,"touchstart",this.touchstart,{passive:!1}),oe.addEventListener(n,"touchcancel",this.reset)}startMouse(t,n){this.mouseRotate.dragStart(t,n),this.mousePitch&&this.mousePitch.dragStart(t,n),oe.disableDrag()}startTouch(t,n){this.touchRotate.dragStart(t,n),this.touchPitch&&this.touchPitch.dragStart(t,n),oe.disableDrag()}moveMouse(t,n){const o=this.map,{bearingDelta:a}=this.mouseRotate.dragMove(t,n)||{};if(a&&o.setBearing(o.getBearing()+a),this.mousePitch){const{pitchDelta:h}=this.mousePitch.dragMove(t,n)||{};h&&o.setPitch(o.getPitch()+h)}}moveTouch(t,n){const o=this.map,{bearingDelta:a}=this.touchRotate.dragMove(t,n)||{};if(a&&o.setBearing(o.getBearing()+a),this.touchPitch){const{pitchDelta:h}=this.touchPitch.dragMove(t,n)||{};h&&o.setPitch(o.getPitch()+h)}}off(){const t=this.element;oe.removeEventListener(t,"mousedown",this.mousedown),oe.removeEventListener(t,"touchstart",this.touchstart,{passive:!1}),oe.removeEventListener(window,"touchmove",this.touchmove,{passive:!1}),oe.removeEventListener(window,"touchend",this.touchend),oe.removeEventListener(t,"touchcancel",this.reset),this.offTemp()}offTemp(){oe.enableDrag(),oe.removeEventListener(window,"mousemove",this.mousemove),oe.removeEventListener(window,"mouseup",this.mouseup),oe.removeEventListener(window,"touchmove",this.touchmove,{passive:!1}),oe.removeEventListener(window,"touchend",this.touchend)}}let Kr;function Wl(u,t,n){const o=new c.N(u.lng,u.lat);if(u=new c.N(u.lng,u.lat),t){const a=new c.N(u.lng-360,u.lat),h=new c.N(u.lng+360,u.lat),g=n.locationPoint(u).distSqr(t);n.locationPoint(a).distSqr(t)<g?u=a:n.locationPoint(h).distSqr(t)<g&&(u=h)}for(;Math.abs(u.lng-n.center.lng)>180;){const a=n.locationPoint(u);if(a.x>=0&&a.y>=0&&a.x<=n.width&&a.y<=n.height)break;u.lng>n.center.lng?u.lng-=360:u.lng+=360}return u.lng!==o.lng&&n.locationPoint(u).y>n.height/2-n.getHorizon()?u:o}const za={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 Yr(u,t,n){const o=u.classList;for(const a in za)o.remove(`maplibregl-${n}-anchor-${a}`);o.add(`maplibregl-${n}-anchor-${t}`)}class At extends c.E{constructor(t){if(super(),this._onKeyPress=n=>{const o=n.code,a=n.charCode||n.keyCode;o!=="Space"&&o!=="Enter"&&a!==32&&a!==13||this.togglePopup()},this._onMapClick=n=>{const o=n.originalEvent.target,a=this._element;this._popup&&(o===a||a.contains(o))&&this.togglePopup()},this._update=n=>{var o;if(!this._map)return;const a=this._map.loaded()&&!this._map.isMoving();((n==null?void 0:n.type)==="terrain"||(n==null?void 0:n.type)==="render"&&!a)&&this._map.once("render",this._update),this._lngLat=this._map.transform.renderWorldCopies?Wl(this._lngLat,this._flatPos,this._map.transform):(o=this._lngLat)===null||o===void 0?void 0:o.wrap(),this._flatPos=this._pos=this._map.project(this._lngLat)._add(this._offset),this._map.terrain&&(this._flatPos=this._map.transform.locationPoint(this._lngLat)._add(this._offset));let h="";this._rotationAlignment==="viewport"||this._rotationAlignment==="auto"?h=`rotateZ(${this._rotation}deg)`:this._rotationAlignment==="map"&&(h=`rotateZ(${this._rotation-this._map.getBearing()}deg)`);let g="";this._pitchAlignment==="viewport"||this._pitchAlignment==="auto"?g="rotateX(0deg)":this._pitchAlignment==="map"&&(g=`rotateX(${this._map.getPitch()}deg)`),this._subpixelPositioning||n&&n.type!=="moveend"||(this._pos=this._pos.round()),oe.setTransform(this._element,`${za[this._anchor]} translate(${this._pos.x}px, ${this._pos.y}px) ${g} ${h}`),le.frameAsync(new AbortController).then(()=>{this._updateOpacity(n&&n.type==="moveend")}).catch(()=>{})},this._onMove=n=>{if(!this._isDragging){const o=this._clickTolerance||this._map._clickTolerance;this._isDragging=n.point.dist(this._pointerdownPos)>=o}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.k("dragstart"))),this.fire(new c.k("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.k("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(),this.setOpacity(t==null?void 0:t.opacity,t==null?void 0: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=oe.create("div");const n=oe.createNS("http://www.w3.org/2000/svg","svg"),o=41,a=27;n.setAttributeNS(null,"display","block"),n.setAttributeNS(null,"height",`${o}px`),n.setAttributeNS(null,"width",`${a}px`),n.setAttributeNS(null,"viewBox",`0 0 ${a} ${o}`);const h=oe.createNS("http://www.w3.org/2000/svg","g");h.setAttributeNS(null,"stroke","none"),h.setAttributeNS(null,"stroke-width","1"),h.setAttributeNS(null,"fill","none"),h.setAttributeNS(null,"fill-rule","evenodd");const g=oe.createNS("http://www.w3.org/2000/svg","g");g.setAttributeNS(null,"fill-rule","nonzero");const y=oe.createNS("http://www.w3.org/2000/svg","g");y.setAttributeNS(null,"transform","translate(3.0, 29.0)"),y.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 X of v){const Y=oe.createNS("http://www.w3.org/2000/svg","ellipse");Y.setAttributeNS(null,"opacity","0.04"),Y.setAttributeNS(null,"cx","10.5"),Y.setAttributeNS(null,"cy","5.80029008"),Y.setAttributeNS(null,"rx",X.rx),Y.setAttributeNS(null,"ry",X.ry),y.appendChild(Y)}const w=oe.createNS("http://www.w3.org/2000/svg","g");w.setAttributeNS(null,"fill",this._color);const P=oe.createNS("http://www.w3.org/2000/svg","path");P.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"),w.appendChild(P);const E=oe.createNS("http://www.w3.org/2000/svg","g");E.setAttributeNS(null,"opacity","0.25"),E.setAttributeNS(null,"fill","#000000");const L=oe.createNS("http://www.w3.org/2000/svg","path");L.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"),E.appendChild(L);const F=oe.createNS("http://www.w3.org/2000/svg","g");F.setAttributeNS(null,"transform","translate(6.0, 7.0)"),F.setAttributeNS(null,"fill","#FFFFFF");const N=oe.createNS("http://www.w3.org/2000/svg","g");N.setAttributeNS(null,"transform","translate(8.0, 8.0)");const Z=oe.createNS("http://www.w3.org/2000/svg","circle");Z.setAttributeNS(null,"fill","#000000"),Z.setAttributeNS(null,"opacity","0.25"),Z.setAttributeNS(null,"cx","5.5"),Z.setAttributeNS(null,"cy","5.5"),Z.setAttributeNS(null,"r","5.4999962");const U=oe.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"),N.appendChild(Z),N.appendChild(U),g.appendChild(y),g.appendChild(w),g.appendChild(E),g.appendChild(F),g.appendChild(N),n.appendChild(g),n.setAttributeNS(null,"height",o*this._scale+"px"),n.setAttributeNS(null,"width",a*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()}),Yr(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.setAttribute("aria-label",t._getUIString("Marker.Title")),t.getCanvasContainer().appendChild(this._element),t.on("move",this._update),t.on("moveend",this._update),t.on("terrain",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("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),oe.remove(this._element),this._popup&&this._popup.remove(),this}getLngLat(){return this._lngLat}setLngLat(t){return this._lngLat=c.N.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 a=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":[a,-1*(38.1-13.5+a)],"bottom-right":[-a,-1*(38.1-13.5+a)],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,o;if(!(!((n=this._map)===null||n===void 0)&&n.terrain))return void(this._element.style.opacity!==this._opacity&&(this._element.style.opacity=this._opacity));if(t)this._opacityTimeout=null;else{if(this._opacityTimeout)return;this._opacityTimeout=setTimeout(()=>{this._opacityTimeout=null},100)}const a=this._map,h=a.terrain.depthAtPoint(this._pos),g=a.terrain.getElevationForLngLatZoom(this._lngLat,a.transform.tileZoom);if(a.transform.lngLatToCameraDepth(this._lngLat,g)-h<.006)return void(this._element.style.opacity=this._opacity);const y=-this._offset.y/a.transform._pixelPerMeter,v=Math.sin(a.getPitch()*Math.PI/180)*y,w=a.terrain.depthAtPoint(new c.P(this._pos.x,this._pos.y-this._offset.y)),P=a.transform.lngLatToCameraDepth(this._lngLat,g+v)-w>.006;!((o=this._popup)===null||o===void 0)&&o.isOpen()&&P&&this._popup.remove(),this._element.style.opacity=P?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 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 yo={positionOptions:{enableHighAccuracy:!1,maximumAge:0,timeout:6e3},fitBoundsOptions:{maxZoom:15},trackUserLocation:!1,showAccuracyCircle:!0,showUserLocation:!0};let $n=0,Un=!1;const Xl={maxWidth:100,unit:"metric"};function Da(u,t,n){const o=n&&n.maxWidth||100,a=u._container.clientHeight/2,h=u.unproject([0,a]),g=u.unproject([o,a]),y=h.distanceTo(g);if(n&&n.unit==="imperial"){const v=3.2808*y;v>5280?Cs(t,o,v/5280,u._getUIString("ScaleControl.Miles")):Cs(t,o,v,u._getUIString("ScaleControl.Feet"))}else n&&n.unit==="nautical"?Cs(t,o,y/1852,u._getUIString("ScaleControl.NauticalMiles")):y>=1e3?Cs(t,o,y/1e3,u._getUIString("ScaleControl.Kilometers")):Cs(t,o,y,u._getUIString("ScaleControl.Meters"))}function Cs(u,t,n,o){const a=function(h){const g=Math.pow(10,`${Math.floor(h)}`.length-1);let y=h/g;return y=y>=10?10:y>=5?5:y>=3?3:y>=2?2:y>=1?1:function(v){const w=Math.pow(10,Math.ceil(-Math.log(v)/Math.LN10));return Math.round(v*w)/w}(y),g*y}(n);u.style.width=t*(a/n)+"px",u.innerHTML=`${a} ${o}`}const br={closeButton:!0,closeOnClick:!0,focusAfterOpen:!0,className:"",maxWidth:"240px",subpixelPositioning:!1},xo=["a[href]","[tabindex]:not([tabindex='-1'])","[contenteditable]:not([contenteditable='false'])","button:not([disabled])","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].join(", ");function qe(u){if(u){if(typeof u=="number"){const t=Math.round(Math.abs(u)/Math.SQRT2);return{center:new c.P(0,0),top:new c.P(0,u),"top-left":new c.P(t,t),"top-right":new c.P(-t,t),bottom:new c.P(0,-u),"bottom-left":new c.P(t,-t),"bottom-right":new c.P(-t,-t),left:new c.P(u,0),right:new c.P(-u,0)}}if(u instanceof c.P||Array.isArray(u)){const t=c.P.convert(u);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(u.center||[0,0]),top:c.P.convert(u.top||[0,0]),"top-left":c.P.convert(u["top-left"]||[0,0]),"top-right":c.P.convert(u["top-right"]||[0,0]),bottom:c.P.convert(u.bottom||[0,0]),"bottom-left":c.P.convert(u["bottom-left"]||[0,0]),"bottom-right":c.P.convert(u["bottom-right"]||[0,0]),left:c.P.convert(u.left||[0,0]),right:c.P.convert(u.right||[0,0])}}return qe(new c.P(0,0))}const Je=ge;T.AJAXError=c.bg,T.Evented=c.E,T.LngLat=c.N,T.MercatorCoordinate=c.Z,T.Point=c.P,T.addProtocol=c.bh,T.config=c.a,T.removeProtocol=c.bi,T.AttributionControl=Nn,T.BoxZoomHandler=pa,T.CanvasSource=Hi,T.CooperativeGesturesHandler=ir,T.DoubleClickZoomHandler=Ia,T.DragPanHandler=Xi,T.DragRotateHandler=tr,T.EdgeInsets=ho,T.FullscreenControl=class extends c.E{constructor(u={}){super(),this._onFullscreenChange=()=>{var t;let n=window.document.fullscreenElement||window.document.mozFullScreenElement||window.document.webkitFullscreenElement||window.document.msFullscreenElement;for(;!((t=n==null?void 0: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,u&&u.container&&(u.container instanceof HTMLElement?this._container=u.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(u){return this._map=u,this._container||(this._container=this._map.getContainer()),this._controlContainer=oe.create("div","maplibregl-ctrl maplibregl-ctrl-group"),this._setupUI(),this._controlContainer}onRemove(){oe.remove(this._controlContainer),this._map=null,window.document.removeEventListener(this._fullscreenchange,this._onFullscreenChange)}_setupUI(){const u=this._fullscreenButton=oe.create("button","maplibregl-ctrl-fullscreen",this._controlContainer);oe.create("span","maplibregl-ctrl-icon",u).setAttribute("aria-hidden","true"),u.type="button",this._updateTitle(),this._fullscreenButton.addEventListener("click",this._onClickFullscreen),window.document.addEventListener(this._fullscreenchange,this._onFullscreenChange)}_updateTitle(){const u=this._getTitle();this._fullscreenButton.setAttribute("aria-label",u),this._fullscreenButton.title=u}_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.k("fullscreenstart")),this._prevCooperativeGesturesEnabled=this._map.cooperativeGestures.isEnabled(),this._map.cooperativeGestures.disable()):(this.fire(new c.k("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()}},T.GeoJSONSource=ss,T.GeolocateControl=class extends c.E{constructor(u){super(),this._onSuccess=t=>{if(this._map){if(this._isOutOfMapMaxBounds(t))return this._setErrorState(),this.fire(new c.k("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.k("geolocate",t)),this._finish()}},this._updateCamera=t=>{const n=new c.N(t.coords.longitude,t.coords.latitude),o=t.coords.accuracy,a=this._map.getBearing(),h=c.e({bearing:a},this.options.fitBoundsOptions),g=ue.fromLngLat(n,o);this._map.fitBounds(g,h,{geolocateSource:!0})},this._updateMarker=t=>{if(t){const n=new c.N(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.options.showUserLocation&&this.options.showAccuracyCircle&&this._updateCircleRadius()}else this._userLocationDotMarker.remove(),this._accuracyCircleMarker.remove()},this._onZoom=()=>{this.options.showUserLocation&&this.options.showAccuracyCircle&&this._updateCircleRadius()},this._onError=t=>{if(this._map){if(this.options.trackUserLocation)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&&Un)return;this._setErrorState()}this._watchState!=="OFF"&&this.options.showUserLocation&&this._dotElement.classList.add("maplibregl-user-location-dot-stale"),this.fire(new c.k("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=oe.create("button","maplibregl-ctrl-geolocate",this._container),oe.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=oe.create("div","maplibregl-user-location-dot"),this._userLocationDotMarker=new At({element:this._dotElement}),this._circleElement=oe.create("div","maplibregl-user-location-accuracy-circle"),this._accuracyCircleMarker=new At({element:this._circleElement,pitchAlignment:"map"}),this.options.trackUserLocation&&(this._watchState="OFF"),this._map.on("zoom",this._onZoom)),this._geolocateButton.addEventListener("click",()=>this.trigger()),this._setup=!0,this.options.trackUserLocation&&this._map.on("movestart",n=>{n.geolocateSource||this._watchState!=="ACTIVE_LOCK"||n.originalEvent&&n.originalEvent.type==="resize"||(this._watchState="BACKGROUND",this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-background"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-active"),this.fire(new c.k("trackuserlocationend")),this.fire(new c.k("userlocationlostfocus")))})}},this.options=c.e({},yo,u)}onAdd(u){return this._map=u,this._container=oe.create("div","maplibregl-ctrl maplibregl-ctrl-group"),this._setupUI(),function(){return c._(this,arguments,void 0,function*(t=!1){if(Kr!==void 0&&!t)return Kr;if(window.navigator.permissions===void 0)return Kr=!!window.navigator.geolocation,Kr;try{Kr=(yield window.navigator.permissions.query({name:"geolocation"})).state!=="denied"}catch{Kr=!!window.navigator.geolocation}return Kr})}().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(),oe.remove(this._container),this._map.off("zoom",this._onZoom),this._map=void 0,$n=0,Un=!1}_isOutOfMapMaxBounds(u){const t=this._map.getMaxBounds(),n=u.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":break;default:throw new Error(`Unexpected watchState ${this._watchState}`)}}_updateCircleRadius(){const u=this._map.getBounds(),t=u.getSouthEast(),n=u.getNorthEast(),o=t.distanceTo(n),a=Math.ceil(this._accuracy/(o/this._map._container.clientHeight)*2);this._circleElement.style.width=`${a}px`,this._circleElement.style.height=`${a}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.k("trackuserlocationstart"));break;case"WAITING_ACTIVE":case"ACTIVE_LOCK":case"ACTIVE_ERROR":case"BACKGROUND_ERROR":$n--,Un=!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.k("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.k("trackuserlocationstart")),this.fire(new c.k("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 u;this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-waiting"),this._geolocateButton.setAttribute("aria-pressed","true"),$n++,$n>1?(u={maximumAge:6e5,timeout:0},Un=!0):(u=this.options.positionOptions,Un=!1),this._geolocationWatchID=window.navigator.geolocation.watchPosition(this._onSuccess,this._onError,u)}}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)}},T.Hash=ws,T.ImageSource=Cr,T.KeyboardHandler=wa,T.LngLatBounds=ue,T.LogoControl=xr,T.Map=class extends ih{constructor(u){c.be.mark(c.bf.create);const t=Object.assign(Object.assign({},rh),u);if(t.minZoom!=null&&t.maxZoom!=null&&t.minZoom>t.maxZoom)throw new Error("maxZoom must be greater than or equal to minZoom");if(t.minPitch!=null&&t.maxPitch!=null&&t.minPitch>t.maxPitch)throw new Error("maxPitch must be greater than or equal to minPitch");if(t.minPitch!=null&&t.minPitch<0)throw new Error("minPitch must be greater than or equal to 0");if(t.maxPitch!=null&&t.maxPitch>85)throw new Error("maxPitch must be less than or equal to 85");if(super(new la(t.minZoom,t.maxZoom,t.minPitch,t.maxPitch,t.renderWorldCopies),{bearingSnap:t.bearingSnap}),this._idleTriggered=!1,this._crossFadingFactor=1,this._renderTaskQueue=new Fe,this._controls=[],this._mapId=c.a4(),this._contextLost=n=>{n.preventDefault(),this._frameRequest&&(this._frameRequest.abort(),this._frameRequest=null),this.fire(new c.k("webglcontextlost",{originalEvent:n}))},this._contextRestored=n=>{this._setupPainter(),this.resize(),this._update(),this.fire(new c.k("webglcontextrestored",{originalEvent:n}))},this._onMapScroll=n=>{if(n.target===this._container)return this._container.scrollTop=0,this._container.scrollLeft=0,!1},this._onWindowOnline=()=>{this._update()},this._interactive=t.interactive,this._maxTileCacheSize=t.maxTileCacheSize,this._maxTileCacheZoomLevels=t.maxTileCacheZoomLevels,this._failIfMajorPerformanceCaveat=t.failIfMajorPerformanceCaveat===!0,this._preserveDrawingBuffer=t.preserveDrawingBuffer===!0,this._antialias=t.antialias===!0,this._trackResize=t.trackResize===!0,this._bearingSnap=t.bearingSnap,this._refreshExpiredTiles=t.refreshExpiredTiles===!0,this._fadeDuration=t.fadeDuration,this._crossSourceCollisions=t.crossSourceCollisions===!0,this._collectResourceTiming=t.collectResourceTiming===!0,this._locale=Object.assign(Object.assign({},ze),t.locale),this._clickTolerance=t.clickTolerance,this._overridePixelRatio=t.pixelRatio,this._maxCanvasSize=t.maxCanvasSize,this.transformCameraUpdate=t.transformCameraUpdate,this.cancelPendingTileRequestsWhileZooming=t.cancelPendingTileRequestsWhileZooming===!0,this._imageQueueHandle=He.addThrottleControl(()=>this.isMoving()),this._requestManager=new Ft(t.transformRequest),typeof t.container=="string"){if(this._container=document.getElementById(t.container),!this._container)throw new Error(`Container '${t.container}' not found.`)}else{if(!(t.container instanceof HTMLElement))throw new Error("Invalid type: 'container' must be a String or HTMLElement.");this._container=t.container}if(t.maxBounds&&this.setMaxBounds(t.maxBounds),this._setupContainer(),this._setupPainter(),this.on("move",()=>this._update(!1)).on("moveend",()=>this._update(!1)).on("zoom",()=>this._update(!0)).on("terrain",()=>{this.painter.terrainFacilitator.dirty=!0,this._update(!0)}).once("idle",()=>{this._idleTriggered=!0}),typeof window<"u"){addEventListener("online",this._onWindowOnline,!1);let n=!1;const o=uo(a=>{this._trackResize&&!this._removed&&this.resize(a)._update()},50);this._resizeObserver=new ResizeObserver(a=>{n?o(a):n=!0}),this._resizeObserver.observe(this._container)}this.handlers=new th(this,t),this._hash=t.hash&&new ws(typeof t.hash=="string"&&t.hash||void 0).addTo(this),this._hash&&this._hash._onHashChange()||(this.jumpTo({center:t.center,zoom:t.zoom,bearing:t.bearing,pitch:t.pitch}),t.bounds&&(this.resize(),this.fitBounds(t.bounds,c.e({},t.fitBoundsOptions,{duration:0})))),this.resize(),this._localIdeographFontFamily=t.localIdeographFontFamily,this._validateStyle=t.validateStyle,t.style&&this.setStyle(t.style,{localIdeographFontFamily:t.localIdeographFontFamily}),t.attributionControl&&this.addControl(new Nn(typeof t.attributionControl=="boolean"?void 0:t.attributionControl)),t.maplibreLogo&&this.addControl(new xr,t.logoPosition),this.on("style.load",()=>{this.transform.unmodified&&this.jumpTo(this.style.stylesheet)}),this.on("data",n=>{this._update(n.dataType==="style"),this.fire(new c.k(`${n.dataType}data`,n))}),this.on("dataloading",n=>{this.fire(new c.k(`${n.dataType}dataloading`,n))}),this.on("dataabort",n=>{this.fire(new c.k("sourcedataabort",n))})}_getMapId(){return this._mapId}addControl(u,t){if(t===void 0&&(t=u.getDefaultPosition?u.getDefaultPosition():"top-right"),!u||!u.onAdd)return this.fire(new c.j(new Error("Invalid argument to map.addControl(). Argument must be a control with onAdd and onRemove methods.")));const n=u.onAdd(this);this._controls.push(u);const o=this._controlPositions[t];return t.indexOf("bottom")!==-1?o.insertBefore(n,o.firstChild):o.appendChild(n),this}removeControl(u){if(!u||!u.onRemove)return this.fire(new c.j(new Error("Invalid argument to map.removeControl(). Argument must be a control with onAdd and onRemove methods.")));const t=this._controls.indexOf(u);return t>-1&&this._controls.splice(t,1),u.onRemove(this),this}hasControl(u){return this._controls.indexOf(u)>-1}calculateCameraOptionsFromTo(u,t,n,o){return o==null&&this.terrain&&(o=this.terrain.getElevationForLngLatZoom(n,this.transform.tileZoom)),super.calculateCameraOptionsFromTo(u,t,n,o)}resize(u){var t;const n=this._containerDimensions(),o=n[0],a=n[1],h=this._getClampedPixelRatio(o,a);if(this._resizeCanvas(o,a,h),this.painter.resize(o,a,h),this.painter.overLimit()){const y=this.painter.context.gl;this._maxCanvasSize=[y.drawingBufferWidth,y.drawingBufferHeight];const v=this._getClampedPixelRatio(o,a);this._resizeCanvas(o,a,v),this.painter.resize(o,a,v)}this.transform.resize(o,a),(t=this._requestedCameraState)===null||t===void 0||t.resize(o,a);const g=!this._moving;return g&&(this.stop(),this.fire(new c.k("movestart",u)).fire(new c.k("move",u))),this.fire(new c.k("resize",u)),g&&this.fire(new c.k("moveend",u)),this}_getClampedPixelRatio(u,t){const{0:n,1:o}=this._maxCanvasSize,a=this.getPixelRatio(),h=u*a,g=t*a;return Math.min(h>n?n/h:1,g>o?o/g:1)*a}getPixelRatio(){var u;return(u=this._overridePixelRatio)!==null&&u!==void 0?u:devicePixelRatio}setPixelRatio(u){this._overridePixelRatio=u,this.resize()}getBounds(){return this.transform.getBounds()}getMaxBounds(){return this.transform.getMaxBounds()}setMaxBounds(u){return this.transform.setMaxBounds(ue.convert(u)),this._update()}setMinZoom(u){if((u=u??-2)>=-2&&u<=this.transform.maxZoom)return this.transform.minZoom=u,this._update(),this.getZoom()<u&&this.setZoom(u),this;throw new Error("minZoom must be between -2 and the current maxZoom, inclusive")}getMinZoom(){return this.transform.minZoom}setMaxZoom(u){if((u=u??22)>=this.transform.minZoom)return this.transform.maxZoom=u,this._update(),this.getZoom()>u&&this.setZoom(u),this;throw new Error("maxZoom must be greater than the current minZoom")}getMaxZoom(){return this.transform.maxZoom}setMinPitch(u){if((u=u??0)<0)throw new Error("minPitch must be greater than or equal to 0");if(u>=0&&u<=this.transform.maxPitch)return this.transform.minPitch=u,this._update(),this.getPitch()<u&&this.setPitch(u),this;throw new Error("minPitch must be between 0 and the current maxPitch, inclusive")}getMinPitch(){return this.transform.minPitch}setMaxPitch(u){if((u=u??60)>85)throw new Error("maxPitch must be less than or equal to 85");if(u>=this.transform.minPitch)return this.transform.maxPitch=u,this._update(),this.getPitch()>u&&this.setPitch(u),this;throw new Error("maxPitch must be greater than the current minPitch")}getMaxPitch(){return this.transform.maxPitch}getRenderWorldCopies(){return this.transform.renderWorldCopies}setRenderWorldCopies(u){return this.transform.renderWorldCopies=u,this._update()}project(u){return this.transform.locationPoint(c.N.convert(u),this.style&&this.terrain)}unproject(u){return this.transform.pointLocation(c.P.convert(u),this.terrain)}isMoving(){var u;return this._moving||((u=this.handlers)===null||u===void 0?void 0:u.isMoving())}isZooming(){var u;return this._zooming||((u=this.handlers)===null||u===void 0?void 0:u.isZooming())}isRotating(){var u;return this._rotating||((u=this.handlers)===null||u===void 0?void 0:u.isRotating())}_createDelegatedListener(u,t,n){if(u==="mouseenter"||u==="mouseover"){let o=!1;return{layer:t,listener:n,delegates:{mousemove:h=>{const g=this.getLayer(t)?this.queryRenderedFeatures(h.point,{layers:[t]}):[];g.length?o||(o=!0,n.call(this,new Ti(u,this,h.originalEvent,{features:g}))):o=!1},mouseout:()=>{o=!1}}}}if(u==="mouseleave"||u==="mouseout"){let o=!1;return{layer:t,listener:n,delegates:{mousemove:g=>{(this.getLayer(t)?this.queryRenderedFeatures(g.point,{layers:[t]}):[]).length?o=!0:o&&(o=!1,n.call(this,new Ti(u,this,g.originalEvent)))},mouseout:g=>{o&&(o=!1,n.call(this,new Ti(u,this,g.originalEvent)))}}}}{const o=a=>{const h=this.getLayer(t)?this.queryRenderedFeatures(a.point,{layers:[t]}):[];h.length&&(a.features=h,n.call(this,a),delete a.features)};return{layer:t,listener:n,delegates:{[u]:o}}}}on(u,t,n){if(n===void 0)return super.on(u,t);const o=this._createDelegatedListener(u,t,n);this._delegatedListeners=this._delegatedListeners||{},this._delegatedListeners[u]=this._delegatedListeners[u]||[],this._delegatedListeners[u].push(o);for(const a in o.delegates)this.on(a,o.delegates[a]);return this}once(u,t,n){if(n===void 0)return super.once(u,t);const o=this._createDelegatedListener(u,t,n);for(const a in o.delegates)this.once(a,o.delegates[a]);return this}off(u,t,n){return n===void 0?super.off(u,t):(this._delegatedListeners&&this._delegatedListeners[u]&&(o=>{const a=this._delegatedListeners[u];for(let h=0;h<a.length;h++){const g=a[h];if(g.layer===t&&g.listener===n){for(const y in g.delegates)this.off(y,g.delegates[y]);return a.splice(h,1),this}}})(),this)}queryRenderedFeatures(u,t){if(!this.style)return[];let n;const o=u instanceof c.P||Array.isArray(u),a=o?u:[[0,0],[this.transform.width,this.transform.height]];if(t=t||(o?{}:u)||{},a instanceof c.P||typeof a[0]=="number")n=[c.P.convert(a)];else{const h=c.P.convert(a[0]),g=c.P.convert(a[1]);n=[h,new c.P(g.x,h.y),g,new c.P(h.x,g.y),h]}return this.style.queryRenderedFeatures(n,t,this.transform)}querySourceFeatures(u,t){return this.style.querySourceFeatures(u,t)}setStyle(u,t){return(t=c.e({},{localIdeographFontFamily:this._localIdeographFontFamily,validate:this._validateStyle},t)).diff!==!1&&t.localIdeographFontFamily===this._localIdeographFontFamily&&this.style&&u?(this._diffStyle(u,t),this):(this._localIdeographFontFamily=t.localIdeographFontFamily,this._updateStyle(u,t))}setTransformRequest(u){return this._requestManager.setTransformRequest(u),this}_getUIString(u){const t=this._locale[u];if(t==null)throw new Error(`Missing UI string '${u}'`);return t}_updateStyle(u,t){if(t.transformStyle&&this.style&&!this.style._loaded)return void this.style.once("style.load",()=>this._updateStyle(u,t));const n=this.style&&t.transformStyle?this.style.serialize():void 0;return this.style&&(this.style.setEventedParent(null),this.style._remove(!u)),u?(this.style=new jo(this,t||{}),this.style.setEventedParent(this,{style:this.style}),typeof u=="string"?this.style.loadURL(u,t,n):this.style.loadJSON(u,t,n),this):(delete this.style,this)}_lazyInitEmptyStyle(){this.style||(this.style=new jo(this,{}),this.style.setEventedParent(this,{style:this.style}),this.style.loadEmpty())}_diffStyle(u,t){if(typeof u=="string"){const n=this._requestManager.transformRequest(u,"Style");c.h(n,new AbortController).then(o=>{this._updateDiff(o.data,t)}).catch(o=>{o&&this.fire(new c.j(o))})}else typeof u=="object"&&this._updateDiff(u,t)}_updateDiff(u,t){try{this.style.setState(u,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(u,t)}}getStyle(){if(this.style)return this.style.serialize()}isStyleLoaded(){return this.style?this.style.loaded():c.w("There is no style added to the map.")}addSource(u,t){return this._lazyInitEmptyStyle(),this.style.addSource(u,t),this._update(!0)}isSourceLoaded(u){const t=this.style&&this.style.sourceCaches[u];if(t!==void 0)return t.loaded();this.fire(new c.j(new Error(`There is no source with ID '${u}'`)))}setTerrain(u){if(this.style._checkLoaded(),this._terrainDataCallback&&this.style.off("data",this._terrainDataCallback),u){const t=this.style.sourceCaches[u.source];if(!t)throw new Error(`cannot load terrain, because there exists no source with ID: ${u.source}`);this.terrain===null&&t.reload();for(const n in this.style._layers){const o=this.style._layers[n];o.type==="hillshade"&&o.source===u.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.")}this.terrain=new ql(this.painter,t,u),this.painter.renderToTexture=new Zl(this.painter,this.terrain),this.transform.minElevationForCurrentTile=this.terrain.getMinTileElevationForLngLatZoom(this.transform.center,this.transform.tileZoom),this.transform.elevation=this.terrain.getElevationForLngLatZoom(this.transform.center,this.transform.tileZoom),this._terrainDataCallback=n=>{n.dataType==="style"?this.terrain.sourceCache.freeRtt():n.dataType==="source"&&n.tile&&(n.sourceId!==u.source||this._elevationFreeze||(this.transform.minElevationForCurrentTile=this.terrain.getMinTileElevationForLngLatZoom(this.transform.center,this.transform.tileZoom),this.transform.elevation=this.terrain.getElevationForLngLatZoom(this.transform.center,this.transform.tileZoom)),this.terrain.sourceCache.freeRtt(n.tile.tileID))},this.style.on("data",this._terrainDataCallback)}else this.terrain&&this.terrain.sourceCache.destruct(),this.terrain=null,this.painter.renderToTexture&&this.painter.renderToTexture.destruct(),this.painter.renderToTexture=null,this.transform.minElevationForCurrentTile=0,this.transform.elevation=0;return this.fire(new c.k("terrain",{terrain:u})),this}getTerrain(){var u,t;return(t=(u=this.terrain)===null||u===void 0?void 0:u.options)!==null&&t!==void 0?t:null}areTilesLoaded(){const u=this.style&&this.style.sourceCaches;for(const t in u){const n=u[t]._tiles;for(const o in n){const a=n[o];if(a.state!=="loaded"&&a.state!=="errored")return!1}}return!0}removeSource(u){return this.style.removeSource(u),this._update(!0)}getSource(u){return this.style.getSource(u)}addImage(u,t,n={}){const{pixelRatio:o=1,sdf:a=!1,stretchX:h,stretchY:g,content:y,textFitWidth:v,textFitHeight:w}=n;if(this._lazyInitEmptyStyle(),!(t instanceof HTMLImageElement||c.b(t))){if(t.width===void 0||t.height===void 0)return this.fire(new c.j(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:P,height:E,data:L}=t,F=t;return this.style.addImage(u,{data:new c.R({width:P,height:E},new Uint8Array(L)),pixelRatio:o,stretchX:h,stretchY:g,content:y,textFitWidth:v,textFitHeight:w,sdf:a,version:0,userImage:F}),F.onAdd&&F.onAdd(this,u),this}}{const{width:P,height:E,data:L}=le.getImageData(t);this.style.addImage(u,{data:new c.R({width:P,height:E},L),pixelRatio:o,stretchX:h,stretchY:g,content:y,textFitWidth:v,textFitHeight:w,sdf:a,version:0})}}updateImage(u,t){const n=this.style.getImage(u);if(!n)return this.fire(new c.j(new Error("The map has no image with that id. If you are adding a new image use `map.addImage(...)` instead.")));const o=t instanceof HTMLImageElement||c.b(t)?le.getImageData(t):t,{width:a,height:h,data:g}=o;if(a===void 0||h===void 0)return this.fire(new c.j(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(a!==n.data.width||h!==n.data.height)return this.fire(new c.j(new Error("The width and height of the updated image must be that same as the previous version of the image")));const y=!(t instanceof HTMLImageElement||c.b(t));return n.data.replace(g,y),this.style.updateImage(u,n),this}getImage(u){return this.style.getImage(u)}hasImage(u){return u?!!this.style.getImage(u):(this.fire(new c.j(new Error("Missing required image id"))),!1)}removeImage(u){this.style.removeImage(u)}loadImage(u){return He.getImage(this._requestManager.transformRequest(u,"Image"),new AbortController)}listImages(){return this.style.listImages()}addLayer(u,t){return this._lazyInitEmptyStyle(),this.style.addLayer(u,t),this._update(!0)}moveLayer(u,t){return this.style.moveLayer(u,t),this._update(!0)}removeLayer(u){return this.style.removeLayer(u),this._update(!0)}getLayer(u){return this.style.getLayer(u)}getLayersOrder(){return this.style.getLayersOrder()}setLayerZoomRange(u,t,n){return this.style.setLayerZoomRange(u,t,n),this._update(!0)}setFilter(u,t,n={}){return this.style.setFilter(u,t,n),this._update(!0)}getFilter(u){return this.style.getFilter(u)}setPaintProperty(u,t,n,o={}){return this.style.setPaintProperty(u,t,n,o),this._update(!0)}getPaintProperty(u,t){return this.style.getPaintProperty(u,t)}setLayoutProperty(u,t,n,o={}){return this.style.setLayoutProperty(u,t,n,o),this._update(!0)}getLayoutProperty(u,t){return this.style.getLayoutProperty(u,t)}setGlyphs(u,t={}){return this._lazyInitEmptyStyle(),this.style.setGlyphs(u,t),this._update(!0)}getGlyphs(){return this.style.getGlyphsUrl()}addSprite(u,t,n={}){return this._lazyInitEmptyStyle(),this.style.addSprite(u,t,n,o=>{o||this._update(!0)}),this}removeSprite(u){return this._lazyInitEmptyStyle(),this.style.removeSprite(u),this._update(!0)}getSprite(){return this.style.getSprite()}setSprite(u,t={}){return this._lazyInitEmptyStyle(),this.style.setSprite(u,t,n=>{n||this._update(!0)}),this}setLight(u,t={}){return this._lazyInitEmptyStyle(),this.style.setLight(u,t),this._update(!0)}getLight(){return this.style.getLight()}setSky(u){return this._lazyInitEmptyStyle(),this.style.setSky(u),this._update(!0)}getSky(){return this.style.getSky()}setFeatureState(u,t){return this.style.setFeatureState(u,t),this._update()}removeFeatureState(u,t){return this.style.removeFeatureState(u,t),this._update()}getFeatureState(u){return this.style.getFeatureState(u)}getContainer(){return this._container}getCanvasContainer(){return this._canvasContainer}getCanvas(){return this._canvas}_containerDimensions(){let u=0,t=0;return this._container&&(u=this._container.clientWidth||400,t=this._container.clientHeight||300),[u,t]}_setupContainer(){const u=this._container;u.classList.add("maplibregl-map");const t=this._canvasContainer=oe.create("div","maplibregl-canvas-container",u);this._interactive&&t.classList.add("maplibregl-interactive"),this._canvas=oe.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(),o=this._getClampedPixelRatio(n[0],n[1]);this._resizeCanvas(n[0],n[1],o);const a=this._controlContainer=oe.create("div","maplibregl-control-container",u),h=this._controlPositions={};["top-left","top-right","bottom-left","bottom-right"].forEach(g=>{h[g]=oe.create("div",`maplibregl-ctrl-${g} `,a)}),this._container.addEventListener("scroll",this._onMapScroll,!1)}_resizeCanvas(u,t,n){this._canvas.width=Math.floor(n*u),this._canvas.height=Math.floor(n*t),this._canvas.style.width=`${u}px`,this._canvas.style.height=`${t}px`}_setupPainter(){const u={alpha:!0,stencil:!0,depth:!0,failIfMajorPerformanceCaveat:this._failIfMajorPerformanceCaveat,preserveDrawingBuffer:this._preserveDrawingBuffer,antialias:this._antialias||!1};let t=null;this._canvas.addEventListener("webglcontextcreationerror",o=>{t={requestedAttributes:u},o&&(t.statusMessage=o.statusMessage,t.type=o.type)},{once:!0});const n=this._canvas.getContext("webgl2",u)||this._canvas.getContext("webgl",u);if(!n){const o="Failed to initialize WebGL";throw t?(t.message=o,new Error(JSON.stringify(t))):new Error(o)}this.painter=new Fl(n,this.transform),ht.testSupport(n)}loaded(){return!this._styleDirty&&!this._sourcesDirty&&!!this.style&&this.style.loaded()}_update(u){return this.style&&this.style._loaded?(this._styleDirty=this._styleDirty||u,this._sourcesDirty=!0,this.triggerRepaint(),this):this}_requestRenderFrame(u){return this._update(),this._renderTaskQueue.add(u)}_cancelRenderFrame(u){this._renderTaskQueue.remove(u)}_render(u){const t=this._idleTriggered?this._fadeDuration:0;if(this.painter.context.setDirty(),this.painter.setBaseState(),this._renderTaskQueue.run(u),this._removed)return;let n=!1;if(this.style&&this._styleDirty){this._styleDirty=!1;const a=this.transform.zoom,h=le.now();this.style.zoomHistory.update(a,h);const g=new c.a9(a,{now:h,fadeDuration:t,zoomHistory:this.style.zoomHistory,transition:this.style.getTransition()}),y=g.crossFadingFactor();y===1&&y===this._crossFadingFactor||(n=!0,this._crossFadingFactor=y),this.style.update(g)}this.style&&this._sourcesDirty&&(this._sourcesDirty=!1,this.style._updateSources(this.transform)),this.terrain?(this.terrain.sourceCache.update(this.transform,this.terrain),this.transform.minElevationForCurrentTile=this.terrain.getMinTileElevationForLngLatZoom(this.transform.center,this.transform.tileZoom),this._elevationFreeze||(this.transform.elevation=this.terrain.getElevationForLngLatZoom(this.transform.center,this.transform.tileZoom))):(this.transform.minElevationForCurrentTile=0,this.transform.elevation=0),this._placementDirty=this.style&&this.style._updatePlacement(this.painter.transform,this.showCollisionBoxes,t,this._crossSourceCollisions),this.painter.render(this.style,{showTileBoundaries:this.showTileBoundaries,showOverdrawInspector:this._showOverdrawInspector,rotating:this.isRotating(),zooming:this.isZooming(),moving:this.isMoving(),fadeDuration:t,showPadding:this.showPadding}),this.fire(new c.k("render")),this.loaded()&&!this._loaded&&(this._loaded=!0,c.be.mark(c.bf.load),this.fire(new c.k("load"))),this.style&&(this.style.hasTransitions()||n)&&(this._styleDirty=!0),this.style&&!this._placementDirty&&this.style._releaseSymbolFadeTiles();const o=this._sourcesDirty||this._styleDirty||this._placementDirty;return o||this._repaint?this.triggerRepaint():!this.isMoving()&&this.loaded()&&this.fire(new c.k("idle")),!this._loaded||this._fullyLoaded||o||(this._fullyLoaded=!0,c.be.mark(c.bf.fullLoad)),this}redraw(){return this.style&&(this._frameRequest&&(this._frameRequest.abort(),this._frameRequest=null),this._render(0)),this}remove(){var u;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),He.removeThrottleControl(this._imageQueueHandle),(u=this._resizeObserver)===null||u===void 0||u.disconnect();const t=this.painter.context.gl.getExtension("WEBGL_lose_context");t!=null&&t.loseContext&&t.loseContext(),this._canvas.removeEventListener("webglcontextrestored",this._contextRestored,!1),this._canvas.removeEventListener("webglcontextlost",this._contextLost,!1),oe.remove(this._canvasContainer),oe.remove(this._controlContainer),this._container.classList.remove("maplibregl-map"),c.be.clearMetrics(),this._removed=!0,this.fire(new c.k("remove"))}triggerRepaint(){this.style&&!this._frameRequest&&(this._frameRequest=new AbortController,le.frameAsync(this._frameRequest).then(u=>{c.be.frame(u),this._frameRequest=null,this._render(u)}).catch(()=>{}))}get showTileBoundaries(){return!!this._showTileBoundaries}set showTileBoundaries(u){this._showTileBoundaries!==u&&(this._showTileBoundaries=u,this._update())}get showPadding(){return!!this._showPadding}set showPadding(u){this._showPadding!==u&&(this._showPadding=u,this._update())}get showCollisionBoxes(){return!!this._showCollisionBoxes}set showCollisionBoxes(u){this._showCollisionBoxes!==u&&(this._showCollisionBoxes=u,u?this.style._generateCollisionBoxes():this._update())}get showOverdrawInspector(){return!!this._showOverdrawInspector}set showOverdrawInspector(u){this._showOverdrawInspector!==u&&(this._showOverdrawInspector=u,this._update())}get repaint(){return!!this._repaint}set repaint(u){this._repaint!==u&&(this._repaint=u,this.triggerRepaint())}get vertices(){return!!this._vertices}set vertices(u){this._vertices=u,this._update()}get version(){return Ca}getCameraTargetElevation(){return this.transform.elevation}},T.MapMouseEvent=Ti,T.MapTouchEvent=Ss,T.MapWheelEvent=ua,T.Marker=At,T.NavigationControl=class{constructor(u){this._updateZoomButtons=()=>{const t=this._map.getZoom(),n=t===this._map.getMaxZoom(),o=t===this._map.getMinZoom();this._zoomInButton.disabled=n,this._zoomOutButton.disabled=o,this._zoomInButton.setAttribute("aria-disabled",n.toString()),this._zoomOutButton.setAttribute("aria-disabled",o.toString())},this._rotateCompassArrow=()=>{const t=this.options.visualizePitch?`scale(${1/Math.pow(Math.cos(this._map.transform.pitch*(Math.PI/180)),.5)}) rotateX(${this._map.transform.pitch}deg) rotateZ(${this._map.transform.angle*(180/Math.PI)}deg)`:`rotate(${this._map.transform.angle*(180/Math.PI)}deg)`;this._compassIcon.style.transform=t},this._setButtonTitle=(t,n)=>{const o=this._map._getUIString(`NavigationControl.${n}`);t.title=o,t.setAttribute("aria-label",o)},this.options=c.e({},Ma,u),this._container=oe.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})),oe.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})),oe.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=oe.create("span","maplibregl-ctrl-icon",this._compass),this._compassIcon.setAttribute("aria-hidden","true"))}onAdd(u){return this._map=u,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._map.on("rotate",this._rotateCompassArrow),this._rotateCompassArrow(),this._handler=new Hl(this._map,this._compass,this.options.visualizePitch)),this._container}onRemove(){oe.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._map.off("rotate",this._rotateCompassArrow),this._handler.off(),delete this._handler),delete this._map}_createButton(u,t){const n=oe.create("button",u,this._container);return n.type="button",n.addEventListener("click",t),n}},T.Popup=class extends c.E{constructor(u){super(),this.remove=()=>(this._content&&oe.remove(this._content),this._container&&(oe.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.k("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=>{var n;if(!this._map||!this._lngLat&&!this._trackPointer||!this._content)return;if(!this._container){if(this._container=oe.create("div","maplibregl-popup",this._map.getContainer()),this._tip=oe.create("div","maplibregl-popup-tip",this._container),this._container.appendChild(this._content),this.options.className)for(const y of this.options.className.split(" "))this._container.classList.add(y);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=this._map.transform.renderWorldCopies&&!this._trackPointer?Wl(this._lngLat,this._flatPos,this._map.transform):(n=this._lngLat)===null||n===void 0?void 0:n.wrap(),this._trackPointer&&!t)return;const o=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.locationPoint(this._lngLat));let a=this.options.anchor;const h=qe(this.options.offset);if(!a){const y=this._container.offsetWidth,v=this._container.offsetHeight;let w;w=o.y+h.bottom.y<v?["top"]:o.y>this._map.transform.height-v?["bottom"]:[],o.x<y/2?w.push("left"):o.x>this._map.transform.width-y/2&&w.push("right"),a=w.length===0?"bottom":w.join("-")}let g=o.add(h[a]);this.options.subpixelPositioning||(g=g.round()),oe.setTransform(this._container,`${za[a]} translate(${g.x}px,${g.y}px)`),Yr(this._container,a,"popup")},this._onClose=()=>{this.remove()},this.options=c.e(Object.create(br),u)}addTo(u){return this._map&&this.remove(),this._map=u,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.k("open")),this}isOpen(){return!!this._map}getLngLat(){return this._lngLat}setLngLat(u){return this._lngLat=c.N.convert(u),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(u){return this.setDOMContent(document.createTextNode(u))}setHTML(u){const t=document.createDocumentFragment(),n=document.createElement("body");let o;for(n.innerHTML=u;o=n.firstChild,o;)t.appendChild(o);return this.setDOMContent(t)}getMaxWidth(){var u;return(u=this._container)===null||u===void 0?void 0:u.style.maxWidth}setMaxWidth(u){return this.options.maxWidth=u,this._update(),this}setDOMContent(u){if(this._content)for(;this._content.hasChildNodes();)this._content.firstChild&&this._content.removeChild(this._content.firstChild);else this._content=oe.create("div","maplibregl-popup-content",this._container);return this._content.appendChild(u),this._createCloseButton(),this._update(),this._focusFirstElement(),this}addClassName(u){return this._container&&this._container.classList.add(u),this}removeClassName(u){return this._container&&this._container.classList.remove(u),this}setOffset(u){return this.options.offset=u,this._update(),this}toggleClassName(u){if(this._container)return this._container.classList.toggle(u)}setSubpixelPositioning(u){this.options.subpixelPositioning=u}_createCloseButton(){this.options.closeButton&&(this._closeButton=oe.create("button","maplibregl-popup-close-button",this._content),this._closeButton.type="button",this._closeButton.innerHTML="×",this._closeButton.addEventListener("click",this._onClose))}_focusFirstElement(){if(!this.options.focusAfterOpen||!this._container)return;const u=this._container.querySelector(xo);u&&u.focus()}},T.RasterDEMTileSource=jt,T.RasterTileSource=yt,T.ScaleControl=class{constructor(u){this._onMove=()=>{Da(this._map,this._container,this.options)},this.setUnit=t=>{this.options.unit=t,Da(this._map,this._container,this.options)},this.options=Object.assign(Object.assign({},Xl),u)}getDefaultPosition(){return"bottom-left"}onAdd(u){return this._map=u,this._container=oe.create("div","maplibregl-ctrl maplibregl-ctrl-scale",u.getContainer()),this._map.on("move",this._onMove),this._onMove(),this._container}onRemove(){oe.remove(this._container),this._map.off("move",this._onMove),this._map=void 0}},T.ScrollZoomHandler=Ta,T.Style=jo,T.TerrainControl=class{constructor(u){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=u}onAdd(u){return this._map=u,this._container=oe.create("div","maplibregl-ctrl maplibregl-ctrl-group"),this._terrainButton=oe.create("button","maplibregl-ctrl-terrain",this._container),oe.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(){oe.remove(this._container),this._map.off("terrain",this._updateTerrainIcon),this._map=void 0}},T.TwoFingersTouchPitchHandler=ba,T.TwoFingersTouchRotateHandler=va,T.TwoFingersTouchZoomHandler=ya,T.TwoFingersTouchZoomRotateHandler=ka,T.VectorTileSource=ns,T.VideoSource=Mn,T.addSourceType=(u,t)=>c._(void 0,void 0,void 0,function*(){if(as(u))throw new Error(`A source type called "${u}" already exists.`);((n,o)=>{os[n]=o})(u,t)}),T.clearPrewarmedResources=function(){const u=Fi;u&&(u.isPreloaded()&&u.numActive()===1?(u.release($r),Fi=null):console.warn("Could not clear WebWorkers since there are active Map instances that still reference it. The pre-warmed WebWorker pool can only be cleared when all map instances have been removed with map.remove()"))},T.getMaxParallelImageRequests=function(){return c.a.MAX_PARALLEL_IMAGE_REQUESTS},T.getRTLTextPluginStatus=function(){return mr().getRTLTextPluginStatus()},T.getVersion=function(){return Je},T.getWorkerCount=function(){return pr.workerCount},T.getWorkerUrl=function(){return c.a.WORKER_URL},T.importScriptInWorkers=function(u){return rs().broadcast("IS",u)},T.prewarm=function(){an().acquire($r)},T.setMaxParallelImageRequests=function(u){c.a.MAX_PARALLEL_IMAGE_REQUESTS=u},T.setRTLTextPlugin=function(u,t){return mr().setRTLTextPlugin(u,t)},T.setWorkerCount=function(u){pr.workerCount=u},T.setWorkerUrl=function(u){c.a.WORKER_URL=u}});var H=I;return H})})(Wh);var Lp=Wh.exports;const rl=Dp(Lp);function Rp(m){const b=[{type:"fill",minzoom:m.pointZoom||0,paint:{"fill-color":m.color||"#ccc","fill-outline-color":m.stroke||"#blue","fill-opacity":m.opacity||1}}];return m.pointZoom&&b.push({type:"circle",maxzoom:m.pointZoom,paint:{"circle-color":m.color||"#ccc","circle-stroke-color":m.stroke||"#ccc","circle-stroke-width":m.width||1,"circle-opacity":m.opacity||1}}),m.label&&b.push({type:"symbol",layout:{"text-field":["get",m.label],"text-font":["Open Sans Regular"],"text-size":12,"text-anchor":"center"},paint:{"text-color":"#000","text-halo-color":"#fff","text-halo-width":1.5}}),b}function Bp(m){const b=[{type:"line",paint:{"line-color":m.color||"#ccc","line-opacity":m.opacity||1}}];return m.label&&b.push({type:"symbol",layout:{"text-field":["get",m.label],"text-font":["Open Sans Regular"],"text-size":12,"symbol-placement":"line-center"},paint:{"text-color":"#000","text-halo-color":"#fff","text-halo-width":1.5}}),b}function Fp(m){const b=[{type:"circle",maxzoom:m.icon&&+m.iconZoom||22,paint:{"circle-radius":m.radius||6,"circle-stroke-color":m.stroke||"#ccc","circle-stroke-width":m.width||1,"circle-color":m.color||"blue","circle-opacity":m.opacity||1}}];return m!=null&&m.clusterZoom&&(b.push({type:"circle",filter:["has","point_count"],paint:{"circle-color":["step",["get","point_count"],"#51bbd6",100,"#f1f075",750,"#f28cb1"],"circle-radius":["step",["get","point_count"],20,100,30,750,40]}}),b.push({type:"symbol",filter:["has","point_count"],layout:{"text-field":["get","point_count"],"text-font":["Open Sans Regular"],"text-size":12}})),m.icon&&b.push({type:"symbol",minzoom:+m.iconZoom||16,layout:{"icon-image":m.icon,"icon-allow-overlap":!0}}),m.label&&b.push({type:"symbol",layout:{"text-field":["get",m.label],"text-font":["Open Sans Regular"],"text-size":12,"text-anchor":"top"},paint:{"text-color":"#000","text-halo-color":"#fff","text-halo-width":1.5}}),b}function Op(m){if(!m)return null;const b=m.type||"point";return b==="polygon"?Rp(m):b==="line"?Bp(m):Fp(m)}const Xh=["#69D2E7","yellow","#FE4365","#125B9A","#41B3A2","#D7C3F1","#F1D3CE"],Vp=["ma-star","ma-water","ma-swimming","fa-home","fa-search","fa-trash","fa-check"],Jh={};async function Kh(m,b,I="api"){const C=await fetch(`${I}/gis-layer/${m}/${b}`),{rows:B}=await C.json();return B}async function vc(m,b,I,C){if(!m)return null;const B=JSON.parse(JSON.stringify(m)),H=B.colorAttr?await Kh(b,B.colorAttr,C):null;H==null||H.forEach((c,ge)=>{var fe,ve;c.color=c.color||((fe=B.colorSet)==null?void 0:fe[c.id])||((ve=B.colorSet)==null?void 0:ve[ge])||Xh[ge%Xh.length],c.icon=B.icon?B.icon.split("+")[0]+"+"+c.color.replace("#","")+".png":null});const T=B.iconAttr?await Kh(b,B.iconAttr,C):null;if(T==null||T.forEach((c,ge)=>{var ht,Ue,Ke,Oe;const fe=c.icon||((ht=B.iconSet)==null?void 0:ht[c.id])||((Ue=B.iconPattern)==null?void 0:Ue.replace("{id}",c.id))||((Ke=B.iconSet)==null?void 0:Ke[ge])||(B.iconPrefix?null:Vp[ge]);if(!fe)return;const ve=c.color||((Oe=B.color)==null?void 0:Oe.replace("#",""))||"red",[le="pin6",oe="m"]=B.icon?B.icon.split("-"):[];c.icon=B.iconPrefix||fe!=null&&fe.includes("/")?(B.iconPrefix||"")+fe:`${le}-${oe}-${fe}+${ve}.png`}),B.colorAttr&&H){const c=["match",["get",B.colorAttr]];H.filter(ge=>ge.id).forEach(ge=>{c.push(ge.id),c.push(ge.color)}),c.push(B.color||"gray"),B.color=c}if(B.icon&&B.iconAttr&&T){const c=["match",["get",B.iconAttr]];T.filter(ge=>ge.icon).forEach(({id:ge,icon:fe})=>{if(B.colorAttr&&H){c.push(ge);const ve=["match",["get",B.colorAttr]];H.forEach(le=>{ve.push(le.id);const oe=fe.split("+")[0]+"+"+le.color.replace("#","")+".png";ve.push(oe),Os(oe,I,C)}),ve.push(B.icon),c.push(ve)}else c.push(ge),c.push(fe),Os(fe,I,C)}),c.push((B.iconPrefix||"")+B.icon),Os((B.iconPrefix||"")+B.icon,I,C),B.icon=c}else if(B.icon&&B.colorAttr&&H){const c=["match",["get",B.colorAttr]];H.forEach(ge=>{c.push(ge.id),c.push(ge.icon),Os(ge.icon,I,C)}),c.push(B.icon),Os(B.icon,I,C),B.icon=c}else B.icon&&await Os(B.icon,I,C);return Np({style:m,colors:H,icons:T,map:I,id:b}),Op(B)}async function Os(m="pin4-sm-mi-plumber+f45942.png",b=null,I){if(Jh[m])return null;Jh[m]=!0;const C=await(b==null?void 0:b.loadImage(m!=null&&m.startsWith("/")||m!=null&&m.includes("//")?m:`${I}/marker_icon/${m.replace(".png","")}.png`));b==null||b.addImage(m,C.data)}function Np({style:m,colors:b,icons:I,map:C,id:B}){C.legend||Object.assign(C,{legend:{}}),window.map||(window.map=C),Object.assign(C.legend,{[B]:{icon:m.icon,colors:b,icons:I,color:m.color||"blue",type:m.type||"point"}})}const nl={data(){return{layerList:[],activeLayer:""}},computed:{interactiveSources(){return this.layerList.filter(m=>m==null?void 0:m.interactive).map(m=>m.id)}},methods:{moveLayer(m,b=this.map){b.getStyle().layers.forEach(I=>{I.id.match(m)&&b.moveLayer(I.id)})},async setVisible(m,b=!0,I=this.map){if(!m)return;const C=(m==null?void 0:m.id)||m,B=this.layerList.find(T=>T.id===m)||m;if(!(B!=null&&B.id))throw new Error("MixinError: Layer has no id");console.log(I.getStyle().layers),I.getStyle().layers.filter(T=>T.id.match(C)).forEach(T=>{I.setLayoutProperty(T.id,"visibility",b?"visible":"none")}),b&&await this.addLayer(B)},async addLayer(m,b=this==null?void 0:this.map){var B,H;const I=this.layerList.find(T=>T.id===m)||m;!this.map.getStyle()||this.map.getStyle().layers.find(T=>T.id===I.id)||(this.layerList.find(T=>T.id===I.id)||this.layerList.push(I),(I.service==="vtile"||I.service==="vector"||(B=I.url)!=null&&B.includes(".vmt"))&&this.addVtileLayer(I,b),I.service==="geojson"&&this.addGeoJsonLayer(I,b),((H=I.url)!=null&&H.includes(".png")||["tms","raster"].includes(I.service))&&await this.addRasterLayer(I,b))},async addRasterLayer(m,b=this==null?void 0:this.map){b.getSource(m.id)||(typeof m.bounds=="string"&&Object.assign(m,{bounds:m.bounds.split(",")}),await b.addSource(m.id,{type:"raster",tiles:[`${this.prefix?m==null?void 0:m.url.replace(/(\/api[^\/]*)/,this.prefix):m==null?void 0:m.url}${m!=null&&m.url.includes("?")?"&":"?"}dt=${new Date().toISOString().split("T")[0]}`],tileSize:256,...m.bounds?{bounds:m.bounds.map(I=>I-0)}:{},...m!=null&&m.scheme?{scheme:m==null?void 0:m.scheme}:{}}),await b.addLayer({id:m.id,type:"raster",source:m.id,minzoom:0,maxzoom:(m==null?void 0:m.maxzoom)||22}))},async updateStyle(m,b=this==null?void 0:this.map){const I=m.id;b.getStyle().layers.forEach(async B=>{B.source===I&&await b.removeLayer(B.id)}),(await vc(m.style,m.source||m.id,b,this.prefix)||m.layers||[]).forEach((B,H)=>{const T={...B,id:`${m.id}-${H}`,source:m.id,"source-layer":B["source-layer"]||m.source||m.id,maxzoom:+B.maxzoom||24,minzoom:+B.minzoom||0};b.addLayer(T)})},async addVtileLayer(m,b=this==null?void 0:this.map){var H;const I=["props","pointZoom","clusterZoom"].filter(T=>m[T]).map(T=>`&${T}=${m[T]}`),C={type:"vector",tiles:[`${(H=m==null?void 0:m.url)!=null&&H.startsWith("http")?"":window.location.origin}${m==null?void 0:m.url}${I}`],minzoom:m.minzoom||5,maxzoom:m.maxzoom||24};b.addSource(m.id,C),(m.layers||await vc(m.style,m.source||m.id,b,this.prefix)||[]).forEach((T,c)=>{const ge={...T,id:`${m.id}-${c}`,source:m.id,"source-layer":T["source-layer"]||m.source||m.id,maxzoom:+T.maxzoom||24,minzoom:+T.minzoom||0};b.addLayer(ge)})},async addGeoJsonLayer(m,b=this.map){var B;const I=m.data||((B=m==null?void 0:m.url)!=null&&B.startsWith("http")?"":window.location.origin)+m.url;b.addSource(m.id,{type:"geojson",data:I}),(await vc(m.style,I.source||I.id,b,this.prefix)||m.layers||[]).forEach(H=>{const T={...H,source:m.id,id:H.id||m.id,maxzoom:+H.maxzoom||24,minzoom:+H.minzoom||0,type:H.type||"circle"};b.addLayer(T)})},setLayerData(m,b){this.layerList=this.layerList.map(I=>I.id===m?{...I,...b}:I)},async removeLayer(m,b=this.map){b.getSource(m)&&(await b.getStyle().layers.forEach(async I=>{I.source===m&&await b.removeLayer(I.id)}),await b.removeSource(m))},async setFilter(m,b){const I=await this.map.getSource(m.id);if(m.service==="vtile"){await I.setTiles([`${window.location.origin}${m.url}${m.url.includes("?")?"&":"?"}filter=${b}${m.props?`&props=${m.props}`:""}`]);return}m.service},async changeBaseLayer(m){m!==this.activeLayer&&(this.activeLayer&&this.map.setLayoutProperty(this.activeLayer,"visibility","none"),await this.setVisible(this.activeLayer,!1),await this.setVisible(m,!0),this.map.getStyle().layers.forEach(b=>{b.source!==m&&b.type!=="background"&&this.map.moveLayer(b.id)}),this.activeLayer=m)},async refreshLayer(m,b=this.map){await b.getStyle().layers.forEach(I=>{I.source===m&&b.removeLayer(I.id)}),await b.removeSource(m),this.setVisible(m)}}},ur=(m,b)=>{const I=m.__vccOpts||m;for(const[C,B]of b)I[C]=B;return I},$p={},Up={class:"w-48 mx-auto mb-4",width:"178",height:"90",viewBox:"0 0 178 90",fill:"none",xmlns:"http://www.w3.org/2000/svg"},jp=[G.createStaticVNode('<rect x="27" y="50.5" width="124" height="39" rx="7.5" fill="currentColor" class="fill-white dark:fill-neutral-800"></rect><rect x="27" y="50.5" width="124" height="39" rx="7.5" stroke="currentColor" class="stroke-stone-50 dark:stroke-neutral-700/10"></rect><rect x="34.5" y="58" width="24" height="24" rx="4" fill="currentColor" class="fill-stone-50 dark:fill-neutral-700/30"></rect><rect x="66.5" y="61" width="60" height="6" rx="3" fill="currentColor" class="fill-stone-50 dark:fill-neutral-700/30"></rect><rect x="66.5" y="73" width="77" height="6" rx="3" fill="currentColor" class="fill-stone-50 dark:fill-neutral-700/30"></rect><rect x="19.5" y="28.5" width="139" height="39" rx="7.5" fill="currentColor" class="fill-white dark:fill-neutral-800"></rect><rect x="19.5" y="28.5" width="139" height="39" rx="7.5" stroke="currentColor" class="stroke-stone-100 dark:stroke-neutral-700/30"></rect><rect x="27" y="36" width="24" height="24" rx="4" fill="currentColor" class="fill-stone-100 dark:fill-neutral-700/70"></rect><rect x="59" y="39" width="60" height="6" rx="3" fill="currentColor" class="fill-stone-100 dark:fill-neutral-700/70"></rect><rect x="59" y="51" width="92" height="6" rx="3" fill="currentColor" class="fill-stone-100 dark:fill-neutral-700/70"></rect><g filter="url(#filter2)"><rect x="12" y="6" width="154" height="40" rx="8" fill="currentColor" class="fill-white dark:fill-neutral-800" shape-rendering="crispEdges"></rect><rect x="12.5" y="6.5" width="153" height="39" rx="7.5" stroke="currentColor" class="stroke-stone-100 dark:stroke-neutral-700/60" shape-rendering="crispEdges"></rect><rect x="20" y="14" width="24" height="24" rx="4" fill="currentColor" class="fill-stone-200 dark:fill-neutral-700"></rect><rect x="52" y="17" width="60" height="6" rx="3" fill="currentColor" class="fill-stone-200 dark:fill-neutral-700"></rect><rect x="52" y="29" width="106" height="6" rx="3" fill="currentColor" class="fill-stone-200 dark:fill-neutral-700"></rect></g><defs><filter id="filter2" x="0" y="0" width="178" height="64" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="6"></feOffset><feGaussianBlur stdDeviation="6"></feGaussianBlur><feComposite in2="hardAlpha" operator="out"></feComposite><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1187_14810"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1187_14810" result="shape"></feBlend></filter></defs>',12)];function qp(m,b){return G.openBlock(),G.createElementBlock("svg",Up,jp)}const Zp=ur($p,[["render",qp]]);function Yh(m,b){return function(){return m.apply(b,arguments)}}const{toString:Gp}=Object.prototype,{getPrototypeOf:bc}=Object,sl=(m=>b=>{const I=Gp.call(b);return m[I]||(m[I]=I.slice(8,-1).toLowerCase())})(Object.create(null)),Ir=m=>(m=m.toLowerCase(),b=>sl(b)===m),ol=m=>b=>typeof b===m,{isArray:Vs}=Array,Fo=ol("undefined");function Hp(m){return m!==null&&!Fo(m)&&m.constructor!==null&&!Fo(m.constructor)&&Ki(m.constructor.isBuffer)&&m.constructor.isBuffer(m)}const Qh=Ir("ArrayBuffer");function Wp(m){let b;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?b=ArrayBuffer.isView(m):b=m&&m.buffer&&Qh(m.buffer),b}const Xp=ol("string"),Ki=ol("function"),eu=ol("number"),al=m=>m!==null&&typeof m=="object",Jp=m=>m===!0||m===!1,ll=m=>{if(sl(m)!=="object")return!1;const b=bc(m);return(b===null||b===Object.prototype||Object.getPrototypeOf(b)===null)&&!(Symbol.toStringTag in m)&&!(Symbol.iterator in m)},Kp=Ir("Date"),Yp=Ir("File"),Qp=Ir("Blob"),ef=Ir("FileList"),tf=m=>al(m)&&Ki(m.pipe),rf=m=>{let b;return m&&(typeof FormData=="function"&&m instanceof FormData||Ki(m.append)&&((b=sl(m))==="formdata"||b==="object"&&Ki(m.toString)&&m.toString()==="[object FormData]"))},nf=Ir("URLSearchParams"),[sf,of,af,lf]=["ReadableStream","Request","Response","Headers"].map(Ir),cf=m=>m.trim?m.trim():m.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Oo(m,b,{allOwnKeys:I=!1}={}){if(m===null||typeof m>"u")return;let C,B;if(typeof m!="object"&&(m=[m]),Vs(m))for(C=0,B=m.length;C<B;C++)b.call(null,m[C],C,m);else{const H=I?Object.getOwnPropertyNames(m):Object.keys(m),T=H.length;let c;for(C=0;C<T;C++)c=H[C],b.call(null,m[c],c,m)}}function tu(m,b){b=b.toLowerCase();const I=Object.keys(m);let C=I.length,B;for(;C-- >0;)if(B=I[C],b===B.toLowerCase())return B;return null}const es=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,iu=m=>!Fo(m)&&m!==es;function wc(){const{caseless:m}=iu(this)&&this||{},b={},I=(C,B)=>{const H=m&&tu(b,B)||B;ll(b[H])&&ll(C)?b[H]=wc(b[H],C):ll(C)?b[H]=wc({},C):Vs(C)?b[H]=C.slice():b[H]=C};for(let C=0,B=arguments.length;C<B;C++)arguments[C]&&Oo(arguments[C],I);return b}const hf=(m,b,I,{allOwnKeys:C}={})=>(Oo(b,(B,H)=>{I&&Ki(B)?m[H]=Yh(B,I):m[H]=B},{allOwnKeys:C}),m),uf=m=>(m.charCodeAt(0)===65279&&(m=m.slice(1)),m),df=(m,b,I,C)=>{m.prototype=Object.create(b.prototype,C),m.prototype.constructor=m,Object.defineProperty(m,"super",{value:b.prototype}),I&&Object.assign(m.prototype,I)},pf=(m,b,I,C)=>{let B,H,T;const c={};if(b=b||{},m==null)return b;do{for(B=Object.getOwnPropertyNames(m),H=B.length;H-- >0;)T=B[H],(!C||C(T,m,b))&&!c[T]&&(b[T]=m[T],c[T]=!0);m=I!==!1&&bc(m)}while(m&&(!I||I(m,b))&&m!==Object.prototype);return b},ff=(m,b,I)=>{m=String(m),(I===void 0||I>m.length)&&(I=m.length),I-=b.length;const C=m.indexOf(b,I);return C!==-1&&C===I},mf=m=>{if(!m)return null;if(Vs(m))return m;let b=m.length;if(!eu(b))return null;const I=new Array(b);for(;b-- >0;)I[b]=m[b];return I},gf=(m=>b=>m&&b instanceof m)(typeof Uint8Array<"u"&&bc(Uint8Array)),_f=(m,b)=>{const C=(m&&m[Symbol.iterator]).call(m);let B;for(;(B=C.next())&&!B.done;){const H=B.value;b.call(m,H[0],H[1])}},yf=(m,b)=>{let I;const C=[];for(;(I=m.exec(b))!==null;)C.push(I);return C},xf=Ir("HTMLFormElement"),vf=m=>m.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(I,C,B){return C.toUpperCase()+B}),ru=(({hasOwnProperty:m})=>(b,I)=>m.call(b,I))(Object.prototype),bf=Ir("RegExp"),nu=(m,b)=>{const I=Object.getOwnPropertyDescriptors(m),C={};Oo(I,(B,H)=>{let T;(T=b(B,H,m))!==!1&&(C[H]=T||B)}),Object.defineProperties(m,C)},wf=m=>{nu(m,(b,I)=>{if(Ki(m)&&["arguments","caller","callee"].indexOf(I)!==-1)return!1;const C=m[I];if(Ki(C)){if(b.enumerable=!1,"writable"in b){b.writable=!1;return}b.set||(b.set=()=>{throw Error("Can not rewrite read-only method '"+I+"'")})}})},Sf=(m,b)=>{const I={},C=B=>{B.forEach(H=>{I[H]=!0})};return Vs(m)?C(m):C(String(m).split(b)),I},Tf=()=>{},If=(m,b)=>m!=null&&Number.isFinite(m=+m)?m:b,Sc="abcdefghijklmnopqrstuvwxyz",su="0123456789",ou={DIGIT:su,ALPHA:Sc,ALPHA_DIGIT:Sc+Sc.toUpperCase()+su},kf=(m=16,b=ou.ALPHA_DIGIT)=>{let I="";const{length:C}=b;for(;m--;)I+=b[Math.random()*C|0];return I};function Pf(m){return!!(m&&Ki(m.append)&&m[Symbol.toStringTag]==="FormData"&&m[Symbol.iterator])}const Ef=m=>{const b=new Array(10),I=(C,B)=>{if(al(C)){if(b.indexOf(C)>=0)return;if(!("toJSON"in C)){b[B]=C;const H=Vs(C)?[]:{};return Oo(C,(T,c)=>{const ge=I(T,B+1);!Fo(ge)&&(H[c]=ge)}),b[B]=void 0,H}}return C};return I(m,0)},Af=Ir("AsyncFunction"),Cf=m=>m&&(al(m)||Ki(m))&&Ki(m.then)&&Ki(m.catch),au=((m,b)=>m?setImmediate:b?((I,C)=>(es.addEventListener("message",({source:B,data:H})=>{B===es&&H===I&&C.length&&C.shift()()},!1),B=>{C.push(B),es.postMessage(I,"*")}))(`axios@${Math.random()}`,[]):I=>setTimeout(I))(typeof setImmediate=="function",Ki(es.postMessage)),Mf=typeof queueMicrotask<"u"?queueMicrotask.bind(es):typeof process<"u"&&process.nextTick||au,me={isArray:Vs,isArrayBuffer:Qh,isBuffer:Hp,isFormData:rf,isArrayBufferView:Wp,isString:Xp,isNumber:eu,isBoolean:Jp,isObject:al,isPlainObject:ll,isReadableStream:sf,isRequest:of,isResponse:af,isHeaders:lf,isUndefined:Fo,isDate:Kp,isFile:Yp,isBlob:Qp,isRegExp:bf,isFunction:Ki,isStream:tf,isURLSearchParams:nf,isTypedArray:gf,isFileList:ef,forEach:Oo,merge:wc,extend:hf,trim:cf,stripBOM:uf,inherits:df,toFlatObject:pf,kindOf:sl,kindOfTest:Ir,endsWith:ff,toArray:mf,forEachEntry:_f,matchAll:yf,isHTMLForm:xf,hasOwnProperty:ru,hasOwnProp:ru,reduceDescriptors:nu,freezeMethods:wf,toObjectSet:Sf,toCamelCase:vf,noop:Tf,toFiniteNumber:If,findKey:tu,global:es,isContextDefined:iu,ALPHABET:ou,generateString:kf,isSpecCompliantForm:Pf,toJSONObject:Ef,isAsyncFn:Af,isThenable:Cf,setImmediate:au,asap:Mf};function lt(m,b,I,C,B){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=m,this.name="AxiosError",b&&(this.code=b),I&&(this.config=I),C&&(this.request=C),B&&(this.response=B)}me.inherits(lt,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:me.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const lu=lt.prototype,cu={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(m=>{cu[m]={value:m}}),Object.defineProperties(lt,cu),Object.defineProperty(lu,"isAxiosError",{value:!0}),lt.from=(m,b,I,C,B,H)=>{const T=Object.create(lu);return me.toFlatObject(m,T,function(ge){return ge!==Error.prototype},c=>c!=="isAxiosError"),lt.call(T,m.message,b,I,C,B),T.cause=m,T.name=m.name,H&&Object.assign(T,H),T};const zf=null;function Tc(m){return me.isPlainObject(m)||me.isArray(m)}function hu(m){return me.endsWith(m,"[]")?m.slice(0,-2):m}function uu(m,b,I){return m?m.concat(b).map(function(B,H){return B=hu(B),!I&&H?"["+B+"]":B}).join(I?".":""):b}function Df(m){return me.isArray(m)&&!m.some(Tc)}const Lf=me.toFlatObject(me,{},null,function(b){return/^is[A-Z]/.test(b)});function cl(m,b,I){if(!me.isObject(m))throw new TypeError("target must be an object");b=b||new FormData,I=me.toFlatObject(I,{metaTokens:!0,dots:!1,indexes:!1},!1,function(Ke,Oe){return!me.isUndefined(Oe[Ke])});const C=I.metaTokens,B=I.visitor||ve,H=I.dots,T=I.indexes,ge=(I.Blob||typeof Blob<"u"&&Blob)&&me.isSpecCompliantForm(b);if(!me.isFunction(B))throw new TypeError("visitor must be a function");function fe(Ue){if(Ue===null)return"";if(me.isDate(Ue))return Ue.toISOString();if(!ge&&me.isBlob(Ue))throw new lt("Blob is not supported. Use a Buffer instead.");return me.isArrayBuffer(Ue)||me.isTypedArray(Ue)?ge&&typeof Blob=="function"?new Blob([Ue]):Buffer.from(Ue):Ue}function ve(Ue,Ke,Oe){let ft=Ue;if(Ue&&!Oe&&typeof Ue=="object"){if(me.endsWith(Ke,"{}"))Ke=C?Ke:Ke.slice(0,-2),Ue=JSON.stringify(Ue);else if(me.isArray(Ue)&&Df(Ue)||(me.isFileList(Ue)||me.endsWith(Ke,"[]"))&&(ft=me.toArray(Ue)))return Ke=hu(Ke),ft.forEach(function(He,Ft){!(me.isUndefined(He)||He===null)&&b.append(T===!0?uu([Ke],Ft,H):T===null?Ke:Ke+"[]",fe(He))}),!1}return Tc(Ue)?!0:(b.append(uu(Oe,Ke,H),fe(Ue)),!1)}const le=[],oe=Object.assign(Lf,{defaultVisitor:ve,convertValue:fe,isVisitable:Tc});function ht(Ue,Ke){if(!me.isUndefined(Ue)){if(le.indexOf(Ue)!==-1)throw Error("Circular reference detected in "+Ke.join("."));le.push(Ue),me.forEach(Ue,function(ft,ct){(!(me.isUndefined(ft)||ft===null)&&B.call(b,ft,me.isString(ct)?ct.trim():ct,Ke,oe))===!0&&ht(ft,Ke?Ke.concat(ct):[ct])}),le.pop()}}if(!me.isObject(m))throw new TypeError("data must be an object");return ht(m),b}function du(m){const b={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(m).replace(/[!'()~]|%20|%00/g,function(C){return b[C]})}function Ic(m,b){this._pairs=[],m&&cl(m,this,b)}const pu=Ic.prototype;pu.append=function(b,I){this._pairs.push([b,I])},pu.toString=function(b){const I=b?function(C){return b.call(this,C,du)}:du;return this._pairs.map(function(B){return I(B[0])+"="+I(B[1])},"").join("&")};function Rf(m){return encodeURIComponent(m).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function fu(m,b,I){if(!b)return m;const C=I&&I.encode||Rf,B=I&&I.serialize;let H;if(B?H=B(b,I):H=me.isURLSearchParams(b)?b.toString():new Ic(b,I).toString(C),H){const T=m.indexOf("#");T!==-1&&(m=m.slice(0,T)),m+=(m.indexOf("?")===-1?"?":"&")+H}return m}class mu{constructor(){this.handlers=[]}use(b,I,C){return this.handlers.push({fulfilled:b,rejected:I,synchronous:C?C.synchronous:!1,runWhen:C?C.runWhen:null}),this.handlers.length-1}eject(b){this.handlers[b]&&(this.handlers[b]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(b){me.forEach(this.handlers,function(C){C!==null&&b(C)})}}const gu={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Bf={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:Ic,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},kc=typeof window<"u"&&typeof document<"u",Ff=(m=>kc&&["ReactNative","NativeScript","NS"].indexOf(m)<0)(typeof navigator<"u"&&navigator.product),Of=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Vf=kc&&window.location.href||"http://localhost",kr={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:kc,hasStandardBrowserEnv:Ff,hasStandardBrowserWebWorkerEnv:Of,origin:Vf},Symbol.toStringTag,{value:"Module"})),...Bf};function Nf(m,b){return cl(m,new kr.classes.URLSearchParams,Object.assign({visitor:function(I,C,B,H){return kr.isNode&&me.isBuffer(I)?(this.append(C,I.toString("base64")),!1):H.defaultVisitor.apply(this,arguments)}},b))}function $f(m){return me.matchAll(/\w+|\[(\w*)]/g,m).map(b=>b[0]==="[]"?"":b[1]||b[0])}function Uf(m){const b={},I=Object.keys(m);let C;const B=I.length;let H;for(C=0;C<B;C++)H=I[C],b[H]=m[H];return b}function _u(m){function b(I,C,B,H){let T=I[H++];if(T==="__proto__")return!0;const c=Number.isFinite(+T),ge=H>=I.length;return T=!T&&me.isArray(B)?B.length:T,ge?(me.hasOwnProp(B,T)?B[T]=[B[T],C]:B[T]=C,!c):((!B[T]||!me.isObject(B[T]))&&(B[T]=[]),b(I,C,B[T],H)&&me.isArray(B[T])&&(B[T]=Uf(B[T])),!c)}if(me.isFormData(m)&&me.isFunction(m.entries)){const I={};return me.forEachEntry(m,(C,B)=>{b($f(C),B,I,0)}),I}return null}function jf(m,b,I){if(me.isString(m))try{return(b||JSON.parse)(m),me.trim(m)}catch(C){if(C.name!=="SyntaxError")throw C}return(I||JSON.stringify)(m)}const Vo={transitional:gu,adapter:["xhr","http","fetch"],transformRequest:[function(b,I){const C=I.getContentType()||"",B=C.indexOf("application/json")>-1,H=me.isObject(b);if(H&&me.isHTMLForm(b)&&(b=new FormData(b)),me.isFormData(b))return B?JSON.stringify(_u(b)):b;if(me.isArrayBuffer(b)||me.isBuffer(b)||me.isStream(b)||me.isFile(b)||me.isBlob(b)||me.isReadableStream(b))return b;if(me.isArrayBufferView(b))return b.buffer;if(me.isURLSearchParams(b))return I.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),b.toString();let c;if(H){if(C.indexOf("application/x-www-form-urlencoded")>-1)return Nf(b,this.formSerializer).toString();if((c=me.isFileList(b))||C.indexOf("multipart/form-data")>-1){const ge=this.env&&this.env.FormData;return cl(c?{"files[]":b}:b,ge&&new ge,this.formSerializer)}}return H||B?(I.setContentType("application/json",!1),jf(b)):b}],transformResponse:[function(b){const I=this.transitional||Vo.transitional,C=I&&I.forcedJSONParsing,B=this.responseType==="json";if(me.isResponse(b)||me.isReadableStream(b))return b;if(b&&me.isString(b)&&(C&&!this.responseType||B)){const T=!(I&&I.silentJSONParsing)&&B;try{return JSON.parse(b)}catch(c){if(T)throw c.name==="SyntaxError"?lt.from(c,lt.ERR_BAD_RESPONSE,this,null,this.response):c}}return b}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:kr.classes.FormData,Blob:kr.classes.Blob},validateStatus:function(b){return b>=200&&b<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};me.forEach(["delete","get","head","post","put","patch"],m=>{Vo.headers[m]={}});const qf=me.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Zf=m=>{const b={};let I,C,B;return m&&m.split(`
|
581
|
-
`).forEach(function(T){
|
582
|
-
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(b){return b instanceof this?b:new this(b)}static concat(b,...I){const C=new this(b);return I.forEach(B=>C.set(B)),C}static accessor(b){const C=(this[yu]=this[yu]={accessors:{}}).accessors,B=this.prototype;function H(T){const c=No(T);C[c]||(Xf(B,T),C[c]=!0)}return me.isArray(b)?b.forEach(H):H(b),this}}Gi.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),me.reduceDescriptors(Gi.prototype,({value:m},b)=>{let I=b[0].toUpperCase()+b.slice(1);return{get:()=>m,set(C){this[I]=C}}}),me.freezeMethods(Gi);function Ec(m,b){const I=this||Vo,C=b||I,B=Gi.from(C.headers);let H=C.data;return me.forEach(m,function(c){H=c.call(I,H,B.normalize(),b?b.status:void 0)}),B.normalize(),H}function xu(m){return!!(m&&m.__CANCEL__)}function Ns(m,b,I){lt.call(this,m??"canceled",lt.ERR_CANCELED,b,I),this.name="CanceledError"}me.inherits(Ns,lt,{__CANCEL__:!0});function vu(m,b,I){const C=I.config.validateStatus;!I.status||!C||C(I.status)?m(I):b(new lt("Request failed with status code "+I.status,[lt.ERR_BAD_REQUEST,lt.ERR_BAD_RESPONSE][Math.floor(I.status/100)-4],I.config,I.request,I))}function Jf(m){const b=/^([-+\w]{1,25})(:?\/\/|:)/.exec(m);return b&&b[1]||""}function Kf(m,b){m=m||10;const I=new Array(m),C=new Array(m);let B=0,H=0,T;return b=b!==void 0?b:1e3,function(ge){const fe=Date.now(),ve=C[H];T||(T=fe),I[B]=ge,C[B]=fe;let le=H,oe=0;for(;le!==B;)oe+=I[le++],le=le%m;if(B=(B+1)%m,B===H&&(H=(H+1)%m),fe-T<b)return;const ht=ve&&fe-ve;return ht?Math.round(oe*1e3/ht):void 0}}function Yf(m,b){let I=0,C=1e3/b,B,H;const T=(fe,ve=Date.now())=>{I=ve,B=null,H&&(clearTimeout(H),H=null),m.apply(null,fe)};return[(...fe)=>{const ve=Date.now(),le=ve-I;le>=C?T(fe,ve):(B=fe,H||(H=setTimeout(()=>{H=null,T(B)},C-le)))},()=>B&&T(B)]}const ul=(m,b,I=3)=>{let C=0;const B=Kf(50,250);return Yf(H=>{const T=H.loaded,c=H.lengthComputable?H.total:void 0,ge=T-C,fe=B(ge),ve=T<=c;C=T;const le={loaded:T,total:c,progress:c?T/c:void 0,bytes:ge,rate:fe||void 0,estimated:fe&&c&&ve?(c-T)/fe:void 0,event:H,lengthComputable:c!=null,[b?"download":"upload"]:!0};m(le)},I)},bu=(m,b)=>{const I=m!=null;return[C=>b[0]({lengthComputable:I,total:m,loaded:C}),b[1]]},wu=m=>(...b)=>me.asap(()=>m(...b)),Qf=kr.hasStandardBrowserEnv?function(){const b=/(msie|trident)/i.test(navigator.userAgent),I=document.createElement("a");let C;function B(H){let T=H;return b&&(I.setAttribute("href",T),T=I.href),I.setAttribute("href",T),{href:I.href,protocol:I.protocol?I.protocol.replace(/:$/,""):"",host:I.host,search:I.search?I.search.replace(/^\?/,""):"",hash:I.hash?I.hash.replace(/^#/,""):"",hostname:I.hostname,port:I.port,pathname:I.pathname.charAt(0)==="/"?I.pathname:"/"+I.pathname}}return C=B(window.location.href),function(T){const c=me.isString(T)?B(T):T;return c.protocol===C.protocol&&c.host===C.host}}():function(){return function(){return!0}}(),em=kr.hasStandardBrowserEnv?{write(m,b,I,C,B,H){const T=[m+"="+encodeURIComponent(b)];me.isNumber(I)&&T.push("expires="+new Date(I).toGMTString()),me.isString(C)&&T.push("path="+C),me.isString(B)&&T.push("domain="+B),H===!0&&T.push("secure"),document.cookie=T.join("; ")},read(m){const b=document.cookie.match(new RegExp("(^|;\\s*)("+m+")=([^;]*)"));return b?decodeURIComponent(b[3]):null},remove(m){this.write(m,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function tm(m){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(m)}function im(m,b){return b?m.replace(/\/?\/$/,"")+"/"+b.replace(/^\/+/,""):m}function Su(m,b){return m&&!tm(b)?im(m,b):b}const Tu=m=>m instanceof Gi?{...m}:m;function ts(m,b){b=b||{};const I={};function C(fe,ve,le){return me.isPlainObject(fe)&&me.isPlainObject(ve)?me.merge.call({caseless:le},fe,ve):me.isPlainObject(ve)?me.merge({},ve):me.isArray(ve)?ve.slice():ve}function B(fe,ve,le){if(me.isUndefined(ve)){if(!me.isUndefined(fe))return C(void 0,fe,le)}else return C(fe,ve,le)}function H(fe,ve){if(!me.isUndefined(ve))return C(void 0,ve)}function T(fe,ve){if(me.isUndefined(ve)){if(!me.isUndefined(fe))return C(void 0,fe)}else return C(void 0,ve)}function c(fe,ve,le){if(le in b)return C(fe,ve);if(le in m)return C(void 0,fe)}const ge={url:H,method:H,data:H,baseURL:T,transformRequest:T,transformResponse:T,paramsSerializer:T,timeout:T,timeoutMessage:T,withCredentials:T,withXSRFToken:T,adapter:T,responseType:T,xsrfCookieName:T,xsrfHeaderName:T,onUploadProgress:T,onDownloadProgress:T,decompress:T,maxContentLength:T,maxBodyLength:T,beforeRedirect:T,transport:T,httpAgent:T,httpsAgent:T,cancelToken:T,socketPath:T,responseEncoding:T,validateStatus:c,headers:(fe,ve)=>B(Tu(fe),Tu(ve),!0)};return me.forEach(Object.keys(Object.assign({},m,b)),function(ve){const le=ge[ve]||B,oe=le(m[ve],b[ve],ve);me.isUndefined(oe)&&le!==c||(I[ve]=oe)}),I}const Iu=m=>{const b=ts({},m);let{data:I,withXSRFToken:C,xsrfHeaderName:B,xsrfCookieName:H,headers:T,auth:c}=b;b.headers=T=Gi.from(T),b.url=fu(Su(b.baseURL,b.url),m.params,m.paramsSerializer),c&&T.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")));let ge;if(me.isFormData(I)){if(kr.hasStandardBrowserEnv||kr.hasStandardBrowserWebWorkerEnv)T.setContentType(void 0);else if((ge=T.getContentType())!==!1){const[fe,...ve]=ge?ge.split(";").map(le=>le.trim()).filter(Boolean):[];T.setContentType([fe||"multipart/form-data",...ve].join("; "))}}if(kr.hasStandardBrowserEnv&&(C&&me.isFunction(C)&&(C=C(b)),C||C!==!1&&Qf(b.url))){const fe=B&&H&&em.read(H);fe&&T.set(B,fe)}return b},rm=typeof XMLHttpRequest<"u"&&function(m){return new Promise(function(I,C){const B=Iu(m);let H=B.data;const T=Gi.from(B.headers).normalize();let{responseType:c,onUploadProgress:ge,onDownloadProgress:fe}=B,ve,le,oe,ht,Ue;function Ke(){ht&&ht(),Ue&&Ue(),B.cancelToken&&B.cancelToken.unsubscribe(ve),B.signal&&B.signal.removeEventListener("abort",ve)}let Oe=new XMLHttpRequest;Oe.open(B.method.toUpperCase(),B.url,!0),Oe.timeout=B.timeout;function ft(){if(!Oe)return;const He=Gi.from("getAllResponseHeaders"in Oe&&Oe.getAllResponseHeaders()),kt={data:!c||c==="text"||c==="json"?Oe.responseText:Oe.response,status:Oe.status,statusText:Oe.statusText,headers:He,config:m,request:Oe};vu(function(Ut){I(Ut),Ke()},function(Ut){C(Ut),Ke()},kt),Oe=null}"onloadend"in Oe?Oe.onloadend=ft:Oe.onreadystatechange=function(){!Oe||Oe.readyState!==4||Oe.status===0&&!(Oe.responseURL&&Oe.responseURL.indexOf("file:")===0)||setTimeout(ft)},Oe.onabort=function(){Oe&&(C(new lt("Request aborted",lt.ECONNABORTED,m,Oe)),Oe=null)},Oe.onerror=function(){C(new lt("Network Error",lt.ERR_NETWORK,m,Oe)),Oe=null},Oe.ontimeout=function(){let Ft=B.timeout?"timeout of "+B.timeout+"ms exceeded":"timeout exceeded";const kt=B.transitional||gu;B.timeoutErrorMessage&&(Ft=B.timeoutErrorMessage),C(new lt(Ft,kt.clarifyTimeoutError?lt.ETIMEDOUT:lt.ECONNABORTED,m,Oe)),Oe=null},H===void 0&&T.setContentType(null),"setRequestHeader"in Oe&&me.forEach(T.toJSON(),function(Ft,kt){Oe.setRequestHeader(kt,Ft)}),me.isUndefined(B.withCredentials)||(Oe.withCredentials=!!B.withCredentials),c&&c!=="json"&&(Oe.responseType=B.responseType),fe&&([oe,Ue]=ul(fe,!0),Oe.addEventListener("progress",oe)),ge&&Oe.upload&&([le,ht]=ul(ge),Oe.upload.addEventListener("progress",le),Oe.upload.addEventListener("loadend",ht)),(B.cancelToken||B.signal)&&(ve=He=>{Oe&&(C(!He||He.type?new Ns(null,m,Oe):He),Oe.abort(),Oe=null)},B.cancelToken&&B.cancelToken.subscribe(ve),B.signal&&(B.signal.aborted?ve():B.signal.addEventListener("abort",ve)));const ct=Jf(B.url);if(ct&&kr.protocols.indexOf(ct)===-1){C(new lt("Unsupported protocol "+ct+":",lt.ERR_BAD_REQUEST,m));return}Oe.send(H||null)})},nm=(m,b)=>{let I=new AbortController,C;const B=function(ge){if(!C){C=!0,T();const fe=ge instanceof Error?ge:this.reason;I.abort(fe instanceof lt?fe:new Ns(fe instanceof Error?fe.message:fe))}};let H=b&&setTimeout(()=>{B(new lt(`timeout ${b} of ms exceeded`,lt.ETIMEDOUT))},b);const T=()=>{m&&(H&&clearTimeout(H),H=null,m.forEach(ge=>{ge&&(ge.removeEventListener?ge.removeEventListener("abort",B):ge.unsubscribe(B))}),m=null)};m.forEach(ge=>ge&&ge.addEventListener&&ge.addEventListener("abort",B));const{signal:c}=I;return c.unsubscribe=T,[c,()=>{H&&clearTimeout(H),H=null}]},sm=function*(m,b){let I=m.byteLength;if(!b||I<b){yield m;return}let C=0,B;for(;C<I;)B=C+b,yield m.slice(C,B),C=B},om=async function*(m,b,I){for await(const C of m)yield*sm(ArrayBuffer.isView(C)?C:await I(String(C)),b)},ku=(m,b,I,C,B)=>{const H=om(m,b,B);let T=0,c,ge=fe=>{c||(c=!0,C&&C(fe))};return new ReadableStream({async pull(fe){try{const{done:ve,value:le}=await H.next();if(ve){ge(),fe.close();return}let oe=le.byteLength;if(I){let ht=T+=oe;I(ht)}fe.enqueue(new Uint8Array(le))}catch(ve){throw ge(ve),ve}},cancel(fe){return ge(fe),H.return()}},{highWaterMark:2})},dl=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Pu=dl&&typeof ReadableStream=="function",Ac=dl&&(typeof TextEncoder=="function"?(m=>b=>m.encode(b))(new TextEncoder):async m=>new Uint8Array(await new Response(m).arrayBuffer())),Eu=(m,...b)=>{try{return!!m(...b)}catch{return!1}},am=Pu&&Eu(()=>{let m=!1;const b=new Request(kr.origin,{body:new ReadableStream,method:"POST",get duplex(){return m=!0,"half"}}).headers.has("Content-Type");return m&&!b}),Au=64*1024,Cc=Pu&&Eu(()=>me.isReadableStream(new Response("").body)),pl={stream:Cc&&(m=>m.body)};dl&&(m=>{["text","arrayBuffer","blob","formData","stream"].forEach(b=>{!pl[b]&&(pl[b]=me.isFunction(m[b])?I=>I[b]():(I,C)=>{throw new lt(`Response type '${b}' is not supported`,lt.ERR_NOT_SUPPORT,C)})})})(new Response);const lm=async m=>{if(m==null)return 0;if(me.isBlob(m))return m.size;if(me.isSpecCompliantForm(m))return(await new Request(m).arrayBuffer()).byteLength;if(me.isArrayBufferView(m)||me.isArrayBuffer(m))return m.byteLength;if(me.isURLSearchParams(m)&&(m=m+""),me.isString(m))return(await Ac(m)).byteLength},cm=async(m,b)=>{const I=me.toFiniteNumber(m.getContentLength());return I??lm(b)},Mc={http:zf,xhr:rm,fetch:dl&&(async m=>{let{url:b,method:I,data:C,signal:B,cancelToken:H,timeout:T,onDownloadProgress:c,onUploadProgress:ge,responseType:fe,headers:ve,withCredentials:le="same-origin",fetchOptions:oe}=Iu(m);fe=fe?(fe+"").toLowerCase():"text";let[ht,Ue]=B||H||T?nm([B,H],T):[],Ke,Oe;const ft=()=>{!Ke&&setTimeout(()=>{ht&&ht.unsubscribe()}),Ke=!0};let ct;try{if(ge&&am&&I!=="get"&&I!=="head"&&(ct=await cm(ve,C))!==0){let Wt=new Request(b,{method:"POST",body:C,duplex:"half"}),Ut;if(me.isFormData(C)&&(Ut=Wt.headers.get("content-type"))&&ve.setContentType(Ut),Wt.body){const[Vr,bi]=bu(ct,ul(wu(ge)));C=ku(Wt.body,Au,Vr,bi,Ac)}}me.isString(le)||(le=le?"include":"omit"),Oe=new Request(b,{...oe,signal:ht,method:I.toUpperCase(),headers:ve.normalize().toJSON(),body:C,duplex:"half",credentials:le});let He=await fetch(Oe);const Ft=Cc&&(fe==="stream"||fe==="response");if(Cc&&(c||Ft)){const Wt={};["status","statusText","headers"].forEach(Nr=>{Wt[Nr]=He[Nr]});const Ut=me.toFiniteNumber(He.headers.get("content-length")),[Vr,bi]=c&&bu(Ut,ul(wu(c),!0))||[];He=new Response(ku(He.body,Au,Vr,()=>{bi&&bi(),Ft&&ft()},Ac),Wt)}fe=fe||"text";let kt=await pl[me.findKey(pl,fe)||"text"](He,m);return!Ft&&ft(),Ue&&Ue(),await new Promise((Wt,Ut)=>{vu(Wt,Ut,{data:kt,headers:Gi.from(He.headers),status:He.status,statusText:He.statusText,config:m,request:Oe})})}catch(He){throw ft(),He&&He.name==="TypeError"&&/fetch/i.test(He.message)?Object.assign(new lt("Network Error",lt.ERR_NETWORK,m,Oe),{cause:He.cause||He}):lt.from(He,He&&He.code,m,Oe)}})};me.forEach(Mc,(m,b)=>{if(m){try{Object.defineProperty(m,"name",{value:b})}catch{}Object.defineProperty(m,"adapterName",{value:b})}});const Cu=m=>`- ${m}`,hm=m=>me.isFunction(m)||m===null||m===!1,Mu={getAdapter:m=>{m=me.isArray(m)?m:[m];const{length:b}=m;let I,C;const B={};for(let H=0;H<b;H++){I=m[H];let T;if(C=I,!hm(I)&&(C=Mc[(T=String(I)).toLowerCase()],C===void 0))throw new lt(`Unknown adapter '${T}'`);if(C)break;B[T||"#"+H]=C}if(!C){const H=Object.entries(B).map(([c,ge])=>`adapter ${c} `+(ge===!1?"is not supported by the environment":"is not available in the build"));let T=b?H.length>1?`since :
|
583
|
-
`+
|
584
|
-
`):" "+
|
585
|
-
`+H):C.stack=H}catch{}}throw C}}_request(b,I){typeof b=="string"?(I=I||{},I.url=b):I=b||{},I=ts(this.defaults,I);const{transitional:C,paramsSerializer:B,headers:H}=I;C!==void 0&&Lc.assertOptions(C,{silentJSONParsing:kn.transitional(kn.boolean),forcedJSONParsing:kn.transitional(kn.boolean),clarifyTimeoutError:kn.transitional(kn.boolean)},!1),B!=null&&(me.isFunction(B)?I.paramsSerializer={serialize:B}:Lc.assertOptions(B,{encode:kn.function,serialize:kn.function},!0)),I.method=(I.method||this.defaults.method||"get").toLowerCase();let T=H&&me.merge(H.common,H[I.method]);H&&me.forEach(["delete","get","head","post","put","patch","common"],Ue=>{delete H[Ue]}),I.headers=Gi.concat(T,H);const c=[];let ge=!0;this.interceptors.request.forEach(function(Ke){typeof Ke.runWhen=="function"&&Ke.runWhen(I)===!1||(ge=ge&&Ke.synchronous,c.unshift(Ke.fulfilled,Ke.rejected))});const fe=[];this.interceptors.response.forEach(function(Ke){fe.push(Ke.fulfilled,Ke.rejected)});let ve,le=0,oe;if(!ge){const Ue=[zu.bind(this),void 0];for(Ue.unshift.apply(Ue,c),Ue.push.apply(Ue,fe),oe=Ue.length,ve=Promise.resolve(I);le<oe;)ve=ve.then(Ue[le++],Ue[le++]);return ve}oe=c.length;let ht=I;for(le=0;le<oe;){const Ue=c[le++],Ke=c[le++];try{ht=Ue(ht)}catch(Oe){Ke.call(this,Oe);break}}try{ve=zu.call(this,ht)}catch(Ue){return Promise.reject(Ue)}for(le=0,oe=fe.length;le<oe;)ve=ve.then(fe[le++],fe[le++]);return ve}getUri(b){b=ts(this.defaults,b);const I=Su(b.baseURL,b.url);return fu(I,b.params,b.paramsSerializer)}}me.forEach(["delete","get","head","options"],function(b){is.prototype[b]=function(I,C){return this.request(ts(C||{},{method:b,url:I,data:(C||{}).data}))}}),me.forEach(["post","put","patch"],function(b){function I(C){return function(H,T,c){return this.request(ts(c||{},{method:b,headers:C?{"Content-Type":"multipart/form-data"}:{},url:H,data:T}))}}is.prototype[b]=I(),is.prototype[b+"Form"]=I(!0)});class Rc{constructor(b){if(typeof b!="function")throw new TypeError("executor must be a function.");let I;this.promise=new Promise(function(H){I=H});const C=this;this.promise.then(B=>{if(!C._listeners)return;let H=C._listeners.length;for(;H-- >0;)C._listeners[H](B);C._listeners=null}),this.promise.then=B=>{let H;const T=new Promise(c=>{C.subscribe(c),H=c}).then(B);return T.cancel=function(){C.unsubscribe(H)},T},b(function(H,T,c){C.reason||(C.reason=new Ns(H,T,c),I(C.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(b){if(this.reason){b(this.reason);return}this._listeners?this._listeners.push(b):this._listeners=[b]}unsubscribe(b){if(!this._listeners)return;const I=this._listeners.indexOf(b);I!==-1&&this._listeners.splice(I,1)}static source(){let b;return{token:new Rc(function(B){b=B}),cancel:b}}}function dm(m){return function(I){return m.apply(null,I)}}function pm(m){return me.isObject(m)&&m.isAxiosError===!0}const Bc={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Bc).forEach(([m,b])=>{Bc[b]=m});function Ru(m){const b=new is(m),I=Yh(is.prototype.request,b);return me.extend(I,is.prototype,b,{allOwnKeys:!0}),me.extend(I,b,null,{allOwnKeys:!0}),I.create=function(B){return Ru(ts(m,B))},I}const Nt=Ru(Vo);Nt.Axios=is,Nt.CanceledError=Ns,Nt.CancelToken=Rc,Nt.isCancel=xu,Nt.VERSION=Du,Nt.toFormData=cl,Nt.AxiosError=lt,Nt.Cancel=Nt.CanceledError,Nt.all=function(b){return Promise.all(b)},Nt.spread=dm,Nt.isAxiosError=pm,Nt.mergeConfig=ts,Nt.AxiosHeaders=Gi,Nt.formToJSON=m=>_u(me.isHTMLForm(m)?new FormData(m):m),Nt.getAdapter=Mu.getAdapter,Nt.HttpStatusCode=Bc,Nt.default=Nt;const Fc=(m,b=300)=>{let I;return function(...B){clearTimeout(I),I=setTimeout(()=>{m.apply(this,B)},b)}};function fl(m,b,I={}){const C={type:"Feature"};return(I.id===0||I.id)&&(C.id=I.id),I.bbox&&(C.bbox=I.bbox),C.properties=b||{},C.geometry=m,C}function fm(m,b,I={}){if(!m)throw new Error("coordinates is required");if(!Array.isArray(m))throw new Error("coordinates must be an Array");if(m.length<2)throw new Error("coordinates must be at least 2 numbers long");if(!Vu(m[0])||!Vu(m[1]))throw new Error("coordinates must contain numbers");return fl({type:"Point",coordinates:m},b,I)}function Bu(m,b,I={}){for(const B of m){if(B.length<4)throw new Error("Each LinearRing of a Polygon must have 4 or more Positions.");if(B[B.length-1].length!==B[0].length)throw new Error("First and last Position are not equivalent.");for(let H=0;H<B[B.length-1].length;H++)if(B[B.length-1][H]!==B[0][H])throw new Error("First and last Position are not equivalent.")}return fl({type:"Polygon",coordinates:m},b,I)}function Fu(m,b,I={}){return fl({type:"MultiPoint",coordinates:m},b,I)}function Ou(m,b,I={}){return fl({type:"MultiPolygon",coordinates:m},b,I)}function Vu(m){return!isNaN(m)&&m!==null&&!Array.isArray(m)}function Nu(m,b,I){if(m!==null)for(var C,B,H,T,c,ge,fe,ve=0,le=0,oe,ht=m.type,Ue=ht==="FeatureCollection",Ke=ht==="Feature",Oe=Ue?m.features.length:1,ft=0;ft<Oe;ft++){fe=Ue?m.features[ft].geometry:Ke?m.geometry:m,oe=fe?fe.type==="GeometryCollection":!1,c=oe?fe.geometries.length:1;for(var ct=0;ct<c;ct++){var He=0,Ft=0;if(T=oe?fe.geometries[ct]:fe,T!==null){ge=T.coordinates;var kt=T.type;switch(ve=0,kt){case null:break;case"Point":if(b(ge,le,ft,He,Ft)===!1)return!1;le++,He++;break;case"LineString":case"MultiPoint":for(C=0;C<ge.length;C++){if(b(ge[C],le,ft,He,Ft)===!1)return!1;le++,kt==="MultiPoint"&&He++}kt==="LineString"&&He++;break;case"Polygon":case"MultiLineString":for(C=0;C<ge.length;C++){for(B=0;B<ge[C].length-ve;B++){if(b(ge[C][B],le,ft,He,Ft)===!1)return!1;le++}kt==="MultiLineString"&&He++,kt==="Polygon"&&Ft++}kt==="Polygon"&&He++;break;case"MultiPolygon":for(C=0;C<ge.length;C++){for(Ft=0,B=0;B<ge[C].length;B++){for(H=0;H<ge[C][B].length-ve;H++){if(b(ge[C][B][H],le,ft,He,Ft)===!1)return!1;le++}Ft++}He++}break;case"GeometryCollection":for(C=0;C<T.geometries.length;C++)if(Nu(T.geometries[C],b)===!1)return!1;break;default:throw new Error("Unknown Geometry Type")}}}}}function $u(m,b={}){if(m.bbox!=null&&b.recompute!==!0)return m.bbox;const I=[1/0,1/0,-1/0,-1/0];return Nu(m,C=>{I[0]>C[0]&&(I[0]=C[0]),I[1]>C[1]&&(I[1]=C[1]),I[2]<C[0]&&(I[2]=C[0]),I[3]<C[1]&&(I[3]=C[1])}),I}function Uu(m,b={}){const I=$u(m),C=(I[0]+I[2])/2,B=(I[1]+I[3])/2;return fm([C,B],b.properties,b)}const mm={mixins:[nl],props:{map:{type:Object},baseLayers:{type:Array,default:[{id:"orto10",name:"Ortophoto 1:10К",url:"https://data.gki.com.ua/api-user/rtile/orto10/ua/{z}/{x}/{y}.png",service:"TMS",category:"Національна інфраструктура геопросторових даних",scale:1e4,year:2020,bounds:"ua",maxzoom:18,owner:"НДІГК (Інститут геодезії та картографії)",image:"https://data.gki.com.ua/api-user/rtile/orto10/ua/13/4954/2876.png",basemap:!0},{id:"graymap",name:"Сіра карта",url:"https://basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",service:"TMS",category:"Базові карти",attribution:"© <a href='http://www.openstreetmap.org/copyright'>OpenStreetMap</a>, © <a href='https://carto.com/attributions'>CARTO</a>",bounds1:"ua",image:"https://basemaps.cartocdn.com/light_all/10/601/348.png",position:0,owner:"OSM",basemap:!0},{id:"darkmap_carto",name:"Темна карта України",image:"https://basemaps.cartocdn.com/dark_all/13/4791/2762.png?ver=2023-04-14",url:"https://basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png",service:"TMS",category:"Базові карти",active:!1}]}},data(){return{selectedLayer:null}},watch:{map(m){m&&m.on("load",this.handleMapLoad)}},methods:{handleMapLoad(){var m;this.baseLayers.forEach(b=>{this.layerList.push(b)}),this.toggleLayerVisibility((m=this.baseLayers[0])==null?void 0:m.id)},toggleLayerVisibility(m){this.selectedLayer=m,this.changeBaseLayer(this.selectedLayer)}}},gm={class:"vs-map-slot-layers"},_m=["onClick"],ym=["src"];function xm(m,b,I,C,B,H){return G.openBlock(),G.createElementBlock("div",gm,[(G.openBlock(!0),G.createElementBlock(G.Fragment,null,G.renderList(I.baseLayers,(T,c)=>(G.openBlock(),G.createElementBlock("div",{key:T.id,class:G.normalizeClass(["vs-map-slot-layers__layer relative",{focused:T.id==B.selectedLayer}]),onClick:ge=>H.toggleLayerVisibility(T.id)},[G.createElementVNode("img",{src:T.image,class:"vs-map-slot-layers__image"},null,8,ym),G.createElementVNode("div",{class:G.normalizeClass(["absolute py-2 px-4 text-sm text-stone-800 bg-white shadow-[0_10px_40px_10px_rgba(0,0,0,0.08)] rounded-lg top-[-46px] text-nowrap p-2 hidden whitespace-nowrap",[c===0?"left-[-10px]":"left-[50%] translate-x-[-50%] "]])},G.toDisplayString(T==null?void 0:T.name),3)],10,_m))),128))])}const vm=ur(mm,[["render",xm],["__scopeId","data-v-d4fbd7d5"]]),bm={},wm={class:"shrink-0 size-3",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},Sm=[G.createElementVNode("path",{d:"M18 6 6 18"},null,-1),G.createElementVNode("path",{d:"m6 6 12 12"},null,-1)];function Tm(m,b){return G.openBlock(),G.createElementBlock("svg",wm,Sm)}const ju=ur(bm,[["render",Tm]]),Im={},km={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Pm=[G.createElementVNode("path",{d:"M12 2L2 7L12 12L22 7L12 2Z",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"},null,-1),G.createElementVNode("path",{d:"M2 17L12 22L22 17",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"},null,-1),G.createElementVNode("path",{d:"M2 12L12 17L22 12",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)];function Em(m,b){return G.openBlock(),G.createElementBlock("svg",km,Pm)}const Am={components:{closeIcon:ju,layersIcon:ur(Im,[["render",Em]])},mixins:[nl],props:{layers:{type:Array,default:()=>[]},map:{type:Object,default:null}},data(){return{isOpen:!1,selectedLayers:[],mounted:!1}},mounted(){this.mounted=!0}},Cm=m=>(G.pushScopeId("data-v-03560ef2"),m=m(),G.popScopeId(),m),Mm={class:"p-[10px]"},zm={class:"absolute left-[20px] top-[10px] shadow-sm bg-white max-w-[250px] p-[10px] rounded-lg"},Dm={class:"flex justify-between items-center border-b pb-[8px] text-[16px]"},Lm=Cm(()=>G.createElementVNode("span",null,"Додаткові шари",-1)),Rm={class:"mt-2 max-h-[300px] overflow-auto [&::-webkit-scrollbar]:h-1.5 [&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-gray-300 [&::-webkit-scrollbar-track]:bg-transparent"},Bm=["id","value","onChange"],Fm=["for"];function Om(m,b,I,C,B,H){const T=G.resolveComponent("layersIcon"),c=G.resolveComponent("VsPopover"),ge=G.resolveComponent("closeIcon");return G.openBlock(),G.createElementBlock(G.Fragment,null,[!B.isOpen&&B.mounted?(G.openBlock(),G.createBlock(c,{key:0,teleport:"body",trigger:"hover",placement:"right",class:"flex absolute left-[20px] top-[10px] shadow-sm bg-white max-w-[250px] rounded-lg cursor-pointer",onClick:b[0]||(b[0]=fe=>B.isOpen=!B.isOpen)},{reference:G.withCtx(()=>[G.createElementVNode("div",Mm,[G.createVNode(T,{class:"h-5 w-5"})])]),default:G.withCtx(()=>[G.createTextVNode(" Додаткові шари ")]),_:1})):G.createCommentVNode("",!0),G.withDirectives(G.createElementVNode("div",zm,[G.createElementVNode("div",Dm,[Lm,B.mounted?(G.openBlock(),G.createBlock(c,{key:0,teleport:"body",trigger:"hover",placement:"bottom",class:"flex"},{reference:G.withCtx(()=>[G.createElementVNode("button",{type:"button",class:"size-6 inline-flex justify-center items-center gap-x-2 rounded-full border border-transparent bg-gray-100 text-gray-800 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 disabled:opacity-50 disabled:pointer-events-none dark:bg-neutral-700 dark:hover:bg-neutral-600 dark:text-neutral-400 dark:focus:bg-neutral-600",onClick:b[1]||(b[1]=fe=>B.isOpen=!B.isOpen)},[G.createVNode(ge)])]),default:G.withCtx(()=>[G.createTextVNode(" Приховати панель ")]),_:1})):G.createCommentVNode("",!0)]),G.withDirectives(G.createElementVNode("div",Rm,[(G.openBlock(!0),G.createElementBlock(G.Fragment,null,G.renderList(I.layers,fe=>(G.openBlock(),G.createElementBlock("div",{key:fe.id,class:"flex items-center gap-2 text-sm"},[G.createElementVNode("input",{type:"checkbox",id:`layer-${fe.id}`,value:fe.id,class:"cursor-pointer",onChange:ve=>m.setVisible(fe,ve.target.checked)},null,40,Bm),G.createElementVNode("label",{for:`layer-${fe.id}`,class:"cursor-pointer"},G.toDisplayString(fe.name),9,Fm)]))),128))],512),[[G.vShow,B.isOpen]])],512),[[G.vShow,B.isOpen]])],64)}const Vm=ur(Am,[["render",Om],["__scopeId","data-v-03560ef2"]]),Nm={props:["colors","strokes","title"],methods:{capitalizeFirstLetter(m){return m?m.charAt(0).toUpperCase()+m.slice(1):""}}},$m={class:"absolute left-[20px] bottom-[74px] bg-white max-w-[250px] p-[10px] rounded-lg"},Um={key:0,class:"mb-[10px] text-[1rem]"},jm={key:1},qm={class:"legend-item flex items-center gap-2"},Zm={class:"ml-1 text-[0.875rem]"},Gm={class:"legend-item"},Hm={key:0,class:"flex justify-start items-center gap-2"},Wm={class:"ml-1 text-[0.875rem]"};function Xm(m,b,I,C,B,H){var T;return G.openBlock(),G.createElementBlock("div",$m,[I.title?(G.openBlock(),G.createElementBlock("div",Um,G.toDisplayString(I.title),1)):G.createCommentVNode("",!0),(T=I.strokes)!=null&&T.length?(G.openBlock(),G.createElementBlock("div",jm,[(G.openBlock(!0),G.createElementBlock(G.Fragment,null,G.renderList(I.strokes,c=>(G.openBlock(),G.createElementBlock("div",qm,[G.createElementVNode("div",{class:"w-[15px] h-[4px]",style:G.normalizeStyle({background:`repeating-linear-gradient(to right, ${c.color}, ${c.color} 5px, transparent 5px, transparent 8px)`})},null,4),G.createElementVNode("div",Zm,G.toDisplayString(H.capitalizeFirstLetter(c.text)),1)]))),256))])):G.createCommentVNode("",!0),(G.openBlock(!0),G.createElementBlock(G.Fragment,null,G.renderList(I.colors,c=>(G.openBlock(),G.createElementBlock("div",Gm,[c.id>0?(G.openBlock(),G.createElementBlock("div",Hm,[G.createElementVNode("div",{class:"w-[15px] h-[15px] rounded-[50%] min-w-[15px]",style:G.normalizeStyle({backgroundColor:c.color})},null,4),G.createElementVNode("div",Wm,G.toDisplayString(H.capitalizeFirstLetter(c.text)),1)])):G.createCommentVNode("",!0)]))),256))])}const Jm={components:{MapSlotLayers:vm,MapLegend:ur(Nm,[["render",Xm]]),AdditionalLayers:Vm},props:{colorAttr:null,strokeAttr:null,zoom:{type:Array,default:()=>8},defaultColor:{type:String,default:"blue"},legendname:{type:String,default:()=>""},height:{type:String,default:()=>"100vh"},width:{type:String,default:"100vw"},center:{type:Array,default:[32,49]},maxBounds:{type:Array,default:[[22,44],[40,52]]},table:{type:String,default:""},zoom:{type:[String,Number],default:13},minZoom:{type:[String,Number],default:1},basemap:Array,additionalLayers:Array,filtersParam:{type:String,default:""},row:{type:Object,default:{}},pointZoom:{type:String,default:"12"},legend:{type:Boolean,default:()=>!0}},mixins:[nl],data(){return{map:null,hoverObject:null,popup:null,colors:[]}},async mounted(){var m,b,I,C;try{if(await this.createMap(),(m=this.row)!=null&&m.geom){const{type:B,coordinates:H}=this.row.geom;let T;switch(B){case"Polygon":T=Bu(H);break;case"MultiPolygon":T=Ou(H);break;case"MultiPoint":T=Fu(H);break;default:(b=this.map)==null||b.fitBounds([H,H],{maxZoom:this.zoom,padding:30}),this.isSelectObj=!0;return}const c=Uu(T).geometry.coordinates;(I=this.map)==null||I.fitBounds([c,c],{maxZoom:this.zoom,padding:30})}(C=this.map)==null||C.fitBounds(this.center)}catch{}},watch:{filtersParam(m){this.setFilter(this.table,m)}},methods:{async getColorStyle(){var m=[["#69D2E7","#A7DBD8","#E0E4CC","#F38630","#FA6900"],["#FE4365","#FC9D9A","#F9CDAD","#C8C8A9","#83AF9B"],["#ECD078","#D95B43","#C02942","#542437","#53777A"]];if(!this.colorAttr)return this.defaultColor;try{const{data:{rows:b}}=await Nt.get(`/api/data/${this.table}/${this.colorAttr}`),I=b.reduce((C,B,H)=>B!=null&&B.id?[...C,B.id.toString(),B.color||m[0][H%5]]:C,["match",["get",this.colorAttr]]);return this.colors=[...b],I.push("gray"),I}catch(b){console.log(b)}},async getStrokeStyle(){if(!this.strokeAttr)return"transparent";try{const{data:{rows:m}}=await Nt.get(`/api/data/${this.table}/${this.strokeAttr}`),b=m.reduce((I,C,B)=>C!=null&&C.id?[...I,{id:C.id.toString(),color:C.color||"#000000",dash:C.dash||[2,2],text:C.text||C.id.toString()}]:I,[]);return this.strokes=[...b],["match",["get",this.strokeAttr],...b.flatMap(({id:I,color:C})=>[I,C]),"transparent"]}catch(m){return console.log(m),"transparent"}},async handleMapLoad(){var C,B;const m=await this.getStrokeStyle(),b=await this.getColorStyle(),I=((B=(C=location.search.split("&").find(H=>H.includes("filter=")))==null?void 0:C.split("filter="))==null?void 0:B[1])||"";await this.addLayer({id:this.table,service:"vector",url:`/api/vtile/${this.table}/ua/{z}/{x}/{y}.vmt?pointZoom=${this.pointZoom}&dt=${new Date().toISOString()}&filter=${I}`,layers:[{type:"fill","source-layer":this.table,paint:{"fill-color":b,"fill-opacity":.3,"fill-outline-color":["case",["==",["feature-state","hover"],!0],"red","#000000"]},filter:["all",["==",["geometry-type"],"Polygon"]]},{type:"circle","source-layer":this.table,filter:["all",["==",["geometry-type"],"Point"]],paint:{"circle-radius":{base:1.75,stops:[[10,5],[12,6],[18,12]]},"circle-stroke-color":["case",["==",["feature-state","hover"],!0],"red","#ccc"],"circle-stroke-width":["case",["==",["feature-state","hover"],!0],2,1],"circle-color":b}},{id:`${this.table}-stroke`,type:"line","source-layer":this.table,filter:["all",["==",["geometry-type"],"Polygon"]],paint:{"line-color":m,"line-width":2.5,"line-dasharray":[2,2]}}]})},async createMap(){const m={version:8,glyphs:"https://cdn.softpro.ua/data/fonts/{fontstack}/{range}.pbf",sources:{},layers:[]};this.map=await new rl.Map({container:"maplibre-map",style:m,zoom:this.zoom,center:this.center,minZoom:this.minZoom}),this.$parent.map=this.map,this.map.addControl(new rl.NavigationControl({visualizePitch:!0})),this.map.on("load",this.handleMapLoad)}}},Km={class:"vs-map-portal relative"};function Ym(m,b,I,C,B,H){var fe;const T=G.resolveComponent("MapLegend"),c=G.resolveComponent("MapSlotLayers"),ge=G.resolveComponent("AdditionalLayers");return G.openBlock(),G.createElementBlock("div",Km,[G.createElementVNode("div",{id:"maplibre-map",ref:"maplibreMap",class:"w-full",style:G.normalizeStyle({height:I.height})},null,4),G.withDirectives(G.createVNode(T,{colors:B.colors,title:I.legendname},null,8,["colors","title"]),[[G.vShow,I.legend]]),G.createVNode(c,{map:B.map,baseLayers:I.basemap},null,8,["map","baseLayers"]),(fe=I.additionalLayers)!=null&&fe.length?(G.openBlock(),G.createBlock(ge,{key:0,map:B.map,layers:I.additionalLayers},null,8,["map","layers"])):G.createCommentVNode("",!0)])}const Qm=ur(Jm,[["render",Ym]]),eg={},tg={class:"flex-shrink-0 size-3.5",xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},ig=[G.createStaticVNode('<line x1="21" x2="14" y1="4" y2="4"></line><line x1="10" x2="3" y1="4" y2="4"></line><line x1="21" x2="12" y1="12" y2="12"></line><line x1="8" x2="3" y1="12" y2="12"></line><line x1="21" x2="16" y1="20" y2="20"></line><line x1="12" x2="3" y1="20" y2="20"></line><line x1="14" x2="14" y1="2" y2="6"></line><line x1="8" x2="8" y1="10" y2="14"></line><line x1="16" x2="16" y1="18" y2="22"></line>',9)];function rg(m,b){return G.openBlock(),G.createElementBlock("svg",tg,ig)}const ng=ur(eg,[["render",rg]]),sg={},og={xmlns:"http://www.w3.org/2000/svg",width:"21",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round",class:"icon icon-tabler icons-tabler-outline icon-tabler-layout-sidebar-right-collapse"},ag=[G.createElementVNode("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"},null,-1),G.createElementVNode("path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z"},null,-1),G.createElementVNode("path",{d:"M15 4v16"},null,-1),G.createElementVNode("path",{d:"M9 10l2 2l-2 2"},null,-1)];function lg(m,b){return G.openBlock(),G.createElementBlock("svg",og,ag)}const cg=ur(sg,[["render",lg]]),hg={},ug={xmlns:"http://www.w3.org/2000/svg",width:"21",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round",class:"icon icon-tabler icons-tabler-outline icon-tabler-layout-sidebar-right-expand"},dg=[G.createElementVNode("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"},null,-1),G.createElementVNode("path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z"},null,-1),G.createElementVNode("path",{d:"M15 4v16"},null,-1),G.createElementVNode("path",{d:"M10 10l-2 2l2 2"},null,-1)];function pg(m,b){return G.openBlock(),G.createElementBlock("svg",ug,dg)}const fg=ur(hg,[["render",pg]]),mg={props:{visible:{type:Boolean,default:()=>!1},title:{type:String,default:()=>""},size:{type:String,default:()=>""}},emits:["update:visible","onClose"],name:"vs-dialog",mounted(){window.addEventListener("keydown",this.checkKey)},unmounted(){window.removeEventListener("keydown",this.checkKey)},computed:{hasSlot(){var m;return!!((m=this.$slots)!=null&&m.footer)},checkSize(){return this.size==="small"?"w-5/12":this.size==="medium"?"w-6/12":"lg:w-7/12 w-11/12"}},methods:{checkKey({key:m}){m==="Escape"&&this.handleClose()},handleClose(){this.$emit("update:visible",!1),this.$emit("onClose")}}},qu=m=>(G.pushScopeId("data-v-37405773"),m=m(),G.popScopeId(),m),gg={class:"vsTailwind ui-dialog__wrapper"},_g={class:"w-full h-full fixed top-0 start-0 z-[80] bg-black bg-opacity-50"},yg={class:"py-2.5 px-4 flex justify-between items-center border-b"},xg={class:"font-medium text-gray-800"},vg=[qu(()=>G.createElementVNode("span",{class:"sr-only"},"Close",-1)),qu(()=>G.createElementVNode("svg",{class:"flex-shrink-0 w-4 h-4",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},[G.createElementVNode("path",{d:"M18 6 6 18"}),G.createElementVNode("path",{d:"m6 6 12 12"})],-1))],bg={class:"ui-dialog__content p-4"},wg={key:0,class:"flex justify-end gap-x-2"};function Sg(m,b,I,C,B,H){return G.openBlock(),G.createBlock(G.Teleport,{to:"#modal"},[G.createVNode(G.Transition,{name:"fade"},{default:G.withCtx(()=>[G.withDirectives(G.createElementVNode("div",gg,[G.createElementVNode("div",_g,[G.createVNode(G.Transition,{name:"content",appear:""},{default:G.withCtx(()=>[G.createElementVNode("div",{class:G.normalizeClass(["ui-dialog__modal opacity-1 transition-all flex flex-col bg-white border pointer-events-auto shadow-[0_10px_40px_10px_rgba(0,0,0,0.08)] rounded-xl",[H.checkSize]])},[G.createElementVNode("div",yg,[G.createElementVNode("h3",xg,G.toDisplayString(I.title),1),G.createElementVNode("button",{type:"button",class:"size-8 inline-flex justify-center items-center gap-x-2 rounded-full border border-transparent bg-gray-100 text-gray-800 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 disabled:opacity-50 disabled:pointer-events-none dark:bg-neutral-700 dark:hover:bg-neutral-600 dark:text-neutral-400 dark:focus:bg-neutral-600",onClick:b[0]||(b[0]=(...T)=>H.handleClose&&H.handleClose(...T))},vg)]),G.createElementVNode("div",bg,[G.renderSlot(m.$slots,"default",{},void 0,!0)]),H.hasSlot?(G.openBlock(),G.createElementBlock("div",wg,[G.renderSlot(m.$slots,"footer",{},void 0,!0)])):G.createCommentVNode("",!0)],2)]),_:3})])],512),[[G.vShow,I.visible]])]),_:3})])}const Tg=ur(mg,[["render",Sg],["__scopeId","data-v-37405773"]]),Ig=G.defineComponent({props:{title:{type:String,default:()=>""},table:{type:String,default:()=>""},rows:{type:Object,default:()=>null},initTotal:{type:[Number,String],default:()=>""},colorAttr:{type:String,default:()=>""},strokeAttr:{type:String,default:()=>""},legendname:{type:String,default:()=>""},center:{type:Array},maxBounds:{type:Array,default:()=>[[22,44.4],[40,52.5]]},id:{type:String,default:()=>""},isAutocomplete:{type:Boolean,default:()=>!1},isAddressAutocomplete:{type:Boolean,default:()=>!1},zoom:{type:[Number,String],default:()=>"13"},minZoom:{type:[Number,String],default:()=>"1"},maskForSearch:{type:String,default:()=>null},searchShow:{type:Boolean,default:()=>!0},basemap:{type:Array},additionalLayers:{type:Array},pointZoom:{type:String,default:()=>"12"},legend:{type:Boolean,default:()=>!0},defaultColor:{type:String,default:()=>"blue"}},mixins:[nl],components:{MapPortal:Qm,NoData:Zp,FilterIcon:ng,VisibleMapIcon:cg,HiddenMapIcon:fg,CloseIcon:ju,VsDialog:Tg},data(){return{filters:"",search:"",limit:20,polyline:null,filtersParam:"",isSelectObj:!1,selectedId:"",searchRegion:"",searchAddress:"",marker:null,handleSearchRegionDebounced:Fc(m=>this.updateSearchRegionValue(m),500),handleSearchAddressDebounced:Fc(m=>this.updateSearchAddressValue(m),500),searchRegionResult:[],searchAddressResult:[],selectedRow:null,activeFilters:"",isMapVisible:!0,tabsIsVisible:!1,filterUrl:"",currentPage:1,regionOptionGeneral:null,isFilterVisible:!1,tableData:null,hoverData:null,atuData:[],map:null,legendName:null,total:null,filtered:null,filterValues:"",activeFiltersCount:"",visibleTrue:!0,regionSelectValue:null,addressSelectValue:null,currentBbox:null,mountedFilter:{},optionRowsCount:[{value:10,label:"10"},{value:20,label:"20"},{value:30,label:"30"}],handleDebouncedUpdateValue:Fc(m=>{this.handleSearchValue(m)},300)}},watch:{map(){this.map.on("mousemove",this.handleMapHover),this.map.on("click",this.handleMapClick)},activeFiltersCount(){var m,b;return(b=(m=this.$refs)==null?void 0:m.filter)==null?void 0:b.filteredActiveFiltersLength},activeFilters(){var m,b;return this.isSelectObj&&this.moveToDefaultPage(),(b=(m=this.$refs)==null?void 0:m.filter)==null?void 0:b.activeFilters},isFilterVisible(m){m||this.getData()},async regionSelectValue(m,b){var B,H;if(!this.regionSelectValue){this.map.removeSource("region-search-id");return}m&&this.selectedId&&this.closeObjCard(),this.polyline=this.regionSelectValue.encoded_geom,this.getData();const I=((B=this.regionSelectValue)==null?void 0:B.geom)||Tr.toGeoJSON(this.regionSelectValue.encoded_geom),C=this.map.getSource("region-search-id");if(this.currentBbox=$u(I),C)C.setData({type:"Feature",geometry:I});else{this.map.addSource("region-search-id",{type:"geojson",data:{type:"Feature",geometry:I}});const T={id:"region-search-id",type:"line",source:"region-search-id",paint:{"line-color":"blue","line-opacity":1}};await this.map.addLayer(T)}this.moveLayer("site.prc.parcel_object.table"),(H=this.map)==null||H.fitBounds(this.currentBbox,{zoom:this.setAtuZoom,padding:20}),this.getData()},async addressSelectValue(m,b){this.addressSelectValue&&(m&&this.selectedId&&this.closeObjCard(),this.getData())}},created(){this.legendName,this.tableData=this.rows,this.total=this.initTotal,this.id&&(this.selectedRow=this.rows[0],this.selectedId=this.id,this.isSelectObj=!0)},mounted(){this.rows||this.getData();const b=new URLSearchParams(window.location.search).get("filter"),I=b==null?void 0:b.split("|");I==null||I.forEach(B=>{const[H,T]=B.split("=");T!=null&&T.includes(",")?this.mountedFilter[H]=T==null?void 0:T.split(","):this.mountedFilter[H]=T});const C=new URLSearchParams(window.location.search);this.currentPage=C.get("page")||1,this.getFilter()},updated(){this.checkFilterLength()},computed:{setAtuZoom(){var m,b,I;return((m=this.regionSelectValue)==null?void 0:m.id)==="UA80000000000093317"||((b=this.regionSelectValue)==null?void 0:b.id)==="UA85000000000065278"?10:((I=this.regionSelectValue)==null?void 0:I.region)===""?7.5:11}},methods:{async updateSearchRegionValue(m){this.searchRegion=m,await this.getReginOptions()},async updateSearchAddressValue(m){this.searchAddress=m,await this.getAddressOptions()},async getData(){try{const m={search:this.search||null,limit:this.limit,page:this.currentPage,polyline:this.polyline};m.filter=this.filtersParam;const{data:b}=await Nt.get(`/api/data/${this.table}`,{params:m});this.tableData=b==null?void 0:b.rows,this.total=b.filtered,this.filtered=b.filtered}catch(m){console.error(m.message)}},moveToDefaultPage(){var C;const m=new URLSearchParams(window.location.search);m.delete("id");const I=`${window.location.pathname}?${m.toString()}`;(C=this.map)==null||C.fitBounds(this.maxBounds,{}),window.history.pushState({},"",I),this.isSelectObj=!1},regionFullName(m){return m.region?`${m.text} / ${m.region}`:m.text},getLabelById(m){const b=this.filters.find(I=>I.id===m);return b?b.label:m},getOptionsLabelById(m,b){if(Array.isArray(b)){const I=this.filters.find(C=>C.id===m);return I!=null&&I.options?I==null?void 0:I.options.filter(C=>b.includes(C.id)).map(C=>C.text).join(", "):b==null?void 0:b.length}else return b},async clearFilter(m){var b,I;(I=(b=this.$refs)==null?void 0:b.filter)==null||I.clearFilter(m),await this.updateTableAndMap(),await this.getData()},async getReginOptions(){if(this.searchRegion===""&&this.regionOptionGeneral)this.searchRegionResult=this.regionOptionGeneral;else try{const{data:m}=await Nt.get(`https://data.softpro.ua/api-user/suggest/atu.codifier.type.polyline.select.region?key=${this.searchRegion}`);this.searchRegionResult=m,this.regionOptionGeneral||(this.regionOptionGeneral=m)}catch(m){console.error(m.message)}},async getAddressOptions(){if(this.searchAddress===""&&this.addressOptionGeneral)this.searchAddressResult=this.addressOptionGeneral;else try{const{data:m}=await Nt.get(`/api/suggest/itree.address_id?key=${this.searchAddress}`);this.searchAddressResult=m,this.addressOptionGeneral||(this.addressOptionGeneral=m)}catch(m){console.error(m.message)}},handlePageChange(m){this.currentPage=m;const b=new URL(window.location.href),I=new URLSearchParams(window.location.search);I.set("page",m),b.search=decodeURI(I.toString()),window.history.pushState({},"",b),this.getData()},async getFilter(){var m;try{const{data:b}=await Nt.get(`/api/filter/${this.table}`);this.filters=(m=b==null?void 0:b.list)==null?void 0:m.map(I=>({...I,label:(I==null?void 0:I.label)||(I==null?void 0:I.ua),id:(I==null?void 0:I.id)||(I==null?void 0:I.name)}))}catch(b){console.error(b.message)}},async handleSearchValue(m){this.search=m,await this.getData()},closeObjCard(){var C;const m=new URLSearchParams(window.location.search);m.delete("id"),this.deletePulsePoint(),this.deleteHighlighPolygon();const I=`${window.location.pathname}?${m.toString()}`;(this.currentBbox||this.center)&&((C=this.map)==null||C.fitBounds(this.currentBbox||[this.center,this.center],{maxZoom:this.zoom})),window.history.pushState({},"",I),this.isSelectObj=!1,this.selectedRow=null,this.getData()},async handleSearchRegionValue(m){var I;const b=this.map.getLayer("region-search-id");this.searchRegion=m,m===""&&b?((I=this.map)==null||I.fitBounds(this.maxBounds,{}),this.currentBbox=null,this.polyline=null,this.map.removeLayer("region-search-id"),this.getData()):m===""&&this.getData()},async handleSearchAddressValue(m){var I;const b=this.map.getLayer("address-search-id");this.searchAddress=m,m===""&&b?((I=this.map)==null||I.fitBounds(this.maxBounds,{}),this.currentBbox=null,this.polyline=null,this.map.removeLayer("address-search-id"),this.getData()):m===""&&this.getData()},handleFilterChange(m){this.currentPage=m.state.page||1,this.filterUrl=m.url==="no-url"?null:m.url.split("|").filter(b=>!b.includes("page=")).join("|")},async updateTableAndMap(){var m,b;this.selectedRow||(this.filtersParam=this.filterUrl,this.activeFilters=(b=(m=this.$refs)==null?void 0:m.filter)==null?void 0:b.activeFilters,this.isFilterVisible=!1,this.getData())},handleFilterSubmit(){var m;this.isSelectObj="",this.selectedId="",this.selectedId=!1,(m=this.map)==null||m.fitBounds(this.maxBounds,{}),this.isFilterVisible=!1},toggleMapVisible(){this.isMapVisible=!this.isMapVisible},checkUrl(m=!0){const b=new URLSearchParams(window.location.search);b.has("id")?(this.isSelectObj=!0,this.isMapVisible=m,this.selectedId=b.get("id")):(this.isSelectObj=!1,this.selectedId="")},changeLimit(m){this.limit=m,this.currentPage=1,this.getData()},filterModalClose(){this.isFilterVisible=!1},resetFilters(){this.$refs.filter&&(this.$refs.filter.clearAll(),this.search="",this.isFilterVisible=!1,this.filtersParam="",this.polyline=null,this.regionSelectValue=null,this.addressSelectValue=null,this.currentBbox=null,this.activeFilters=null,this.tabsIsVisible=!1,this.handleSearchRegionValue(""),this.handleSearchAddressValue(""))},checkFilterLength(){var b,I;const m=(I=(b=this.$refs)==null?void 0:b.filter)==null?void 0:I.filteredActiveFiltersLength;m!==this.previousLength&&(this.previousLength=m,this.activeFiltersCount=m)},async handleMapClick(m){var H,T,c,ge,fe,ve,le,oe;const b=this.map.queryRenderedFeatures(m.point);if((b==null?void 0:b.length)<1)return;const I=window.location.pathname,C=new URLSearchParams(window.location.search);C.set("id",`${(H=b[0])==null?void 0:H.properties.id}`),this.getObjectData((c=(T=b[0])==null?void 0:T.properties)==null?void 0:c.id);const B=`${I}?${C.toString()}`;window.history.pushState({},"",B),this.isSelectObj=!0,m.lngLat&&((oe=this.map)==null||oe.fitBounds([[(ge=m.lngLat)==null?void 0:ge.lng,(fe=m.lngLat)==null?void 0:fe.lat],[(ve=m.lngLat)==null?void 0:ve.lng,(le=m.lngLat)==null?void 0:le.lat]],{padding:30})),this.checkUrl()},async getObjectData(m){var b,I;try{const{data:C}=await Nt.get(`/api/data/${this.table}/${m}`);this.selectRow((b=C==null?void 0:C.rows)==null?void 0:b[0]),((I=C==null?void 0:C.rows)==null?void 0:I.lenght)<1&&this.deletePulsePoint()}catch(C){console.error(C.message)}},async selectRow(m,b=!0){var c,ge,fe;this.isMapVisible=b;const C=await(await fetch(`/api/data/${this.table}/${m.id}`)).json();this.selectedRow=((c=C==null?void 0:C.rows)==null?void 0:c[0])||m;const B=window.location.pathname,H=new URLSearchParams(window.location.search);H.set("id",`${m.id}`);const T=`${B}?${H.toString()}`;if(window.history.pushState({},"",T),this.checkUrl(b),m!=null&&m.geom){const{type:ve,coordinates:le}=m.geom;let oe;switch(ve){case"Polygon":oe=Bu(le);break;case"MultiPolygon":oe=Ou(le);break;case"MultiPoint":oe=Fu(le);break;default:(ge=this.map)==null||ge.fitBounds([le,le],{maxZoom:15,padding:30}),this.isSelectObj=!0;return}const ht=Uu(oe).geometry.coordinates;(fe=this.map)==null||fe.fitBounds([ht,ht],{maxZoom:15,padding:30})}this.isSelectObj=!0},deletePulsePoint(){this.marker&&this.marker.remove()},addPulsePoint(m){this.deletePulsePoint();const b=document.createElement("div");b.className="gps-marker",b.style.width="10px",b.style.height="10px",b.style.position="relative";const I=document.createElement("div");I.className="gps-wave",b.appendChild(I),this.marker=new rl.Marker({element:b,anchor:"center"}).setLngLat(m).addTo(this.map)},deleteHighlighPolygon(){var m,b,I;(m=this.map)!=null&&m.getLayer("highlighted-polygon")&&((b=this.map)==null||b.removeLayer("highlighted-polygon"),(I=this.map)==null||I.removeSource("highlighted-polygon"))},highlightPolygon(m){var b,I,C,B,H,T;this.deletePulsePoint(),this.deleteHighlighPolygon(),(B=this.map)==null||B.addSource("highlighted-polygon",{type:"geojson",data:{geometry:{type:(b=m==null?void 0:m.geom)==null?void 0:b.type,coordinates:(I=m==null?void 0:m.geom)==null?void 0:I.coordinates},type:"Feature",properties:{id:m==null?void 0:m.id,name:m==null?void 0:m.name,category:m==null?void 0:m.id},id:m==null?void 0:m.id,layer:{id:"site.rest_zone.table-0",type:"fill",source:"site.rest_zone.table",sourceLayer:"site.rest_zone.table",filter:["all",["==",["geometry-type"],(C=m==null?void 0:m.geom)==null?void 0:C.type]],paint:{"fill-color":"orange","fill-opacity":.5},layout:{}},source:"site.rest_zone.table",sourceLayer:"site.rest_zone.table",state:{hover:!0},table:"site.rest_zone.table"}}),(H=this.map)==null||H.addLayer({id:"highlighted-polygon",type:"fill",source:"highlighted-polygon",layout:{},minzoom:12,maxzoom:0,paint:{"fill-color":"orange","fill-opacity":.6}}),(T=this.map)==null||T.moveLayer("highlighted-polygon")},async handleMapHover(m){var B,H,T;this.hoverObject&&(this.map.setFeatureState(this.hoverObject,{hover:!1}),this.hoverObject=null),this.popup||(this.popup=new rl.Popup({maxWidth:"400px",closeButton:!1,closeOnClick:!1}));const b=this.map.queryRenderedFeatures(m.point);if(this.map.getCanvas().style.cursor="pointer",!(b!=null&&b.length)||((B=b==null?void 0:b[0])==null?void 0:B.source)==="region-search-id"){this.map.getCanvas().style.cursor="",this.popup.remove();return}const I=b[0].geometry.coordinates.slice();b[0].source==="highlighted-polygon"&&b[1]?this.hoverData=(H=b[1])==null?void 0:H.properties:this.hoverData=(T=b[0])==null?void 0:T.properties;const C={source:b[0].source,sourceLayer:b[0].sourceLayer,id:b[0].id};if(C.source!=="region-search-id"){for(this.map.setFeatureState(C,{hover:!0}),this.hoverObject=C;Math.abs(m.lngLat.lng-I[0])>180;)I[0]+=m.lngLat.lng>I[0]?360:-360;this.popup.setLngLat(m.lngLat).setHTML(this.$refs.popup.innerHTML).addTo(this.map)}}}}),kg={class:"ml-3 pt-[20px]"},Pg={class:"w-full gap-5 flex justify-between mb-[6px] pr-3"},Eg={class:"flex items-center gap-2 max-h-[38px] pt-[4px]"},Ag={class:"custom-filter-list"},Cg={key:0,class:"font-medium text-[10px] min-w-[16px] py-0.5 px-[5px] bg-gray-800 text-white leading-3 rounded-full"},Mg=["title"],zg=G.createElementVNode("span",{class:"sr-only"},"Відкрити мапу",-1),Dg={class:"flex"},Lg={class:"py-[15px] pb-[24px] pl-2"},Rg={class:"font-bold text-2xl mr-[10px]"},Bg={class:"text-sm text-stone-500 font-medium"},Fg=G.createElementVNode("span",{class:"text-sm text-stone-500 font-medium"}," об'єктів",-1),Og={class:"wrapperTable flex flex-col",style:{height:"calc(100vh - 302px)"}},Vg={key:0,class:"flex gap-x-2 flex-wrap"},Ng={class:"font-medium"},$g=G.createElementVNode("span",{class:"h-3 mx-2 border-s border-gray-200"},null,-1),Ug={class:"text-gray-500"},jg=["onClick"],qg={key:0,class:"mb-[10px] py-1 ps-3 pe-1 inline-flex items-center bg-white border border-gray-200 text-gray-800 text-xs rounded-full"},Zg=G.createElementVNode("span",{class:"font-medium"}," Очистити ",-1),Gg={key:2,class:"text-center py-28"},Hg=G.createElementVNode("h2",{class:"font-medium text-base text-gray-500 rounded-xl"}," За вашим запитом даних не знайдено! ",-1),Wg=G.createElementVNode("p",{class:"font-normal text-sm text-gray-500 rounded-xl"}," Введіть, будь ласка, інші значення для пошуку. ",-1),Xg={key:0},Jg={key:1,class:"my-5 pr-2"},Kg={class:"flex justify-between"},Yg={class:"w-2/4"},Qg={class:"map-section"},e_={ref:"popup",style:{display:"none"}};function t_(m,b,I,C,B,H){var Oe,ft;const T=G.resolveComponent("VsTextMask"),c=G.resolveComponent("vs-text"),ge=G.resolveComponent("FilterIcon"),fe=G.resolveComponent("VsFilterList"),ve=G.resolveComponent("VisibleMapIcon"),le=G.resolveComponent("HiddenMapIcon"),oe=G.resolveComponent("CloseIcon"),ht=G.resolveComponent("NoData"),Ue=G.resolveComponent("VsPagination"),Ke=G.resolveComponent("MapPortal");return G.openBlock(),G.createElementBlock("section",kg,[G.createElementVNode("div",null,[G.createElementVNode("div",Pg,[G.createElementVNode("div",Eg,[m.maskForSearch?(G.openBlock(),G.createBlock(T,{key:0,"model-value":m.search,"onUpdate:modelValue":m.handleDebouncedUpdateValue,class:"w-full table-interface-search",placeholder:"Пошук",mask:m.maskForSearch,icon:"search",iconPosition:"left",clearable:"",style:{height:"38px","min-width":"300px","max-width":"300px"},ref:"searchInput"},null,8,["model-value","onUpdate:modelValue","mask"])):m.searchShow?(G.openBlock(),G.createBlock(c,{key:1,"model-value":m.search,"onUpdate:modelValue":m.handleDebouncedUpdateValue,class:"[&>input]:py-[7px] [&>input]:max-h-[38px] [&>input]:w-[220px] [&>input]:ps-10 [&>input]:pe-8 [&>input]:block [&>input]:w-full [&>input]:bg-gray-100 [&>input]:border-transparent [&>input]:rounded-lg [&>input]:text-sm [&>input]:focus:bg-white [&>input]:focus:border-blue-500 [&>input]:focus:ring-blue-500 [&>input]:disabled:opacity-50 [&>input]:disabled:pointer-events-none [&>input]:dark:bg-neutral-700 [&>input]:dark:border-transparent [&>input]:dark:text-neutral-400 [&>input]:dark:placeholder:text-neutral-400 dark:focus:bg-neutral-800 dark:focus:ring-neutral-600",placeholder:"Пошук",icon:"search","icon-position":"left",clearable:"",style:{height:"38px"},ref:"searchInput"},null,8,["model-value","onUpdate:modelValue"])):G.createCommentVNode("",!0),G.createElementVNode("div",Ag,[m.filters?(G.openBlock(),G.createBlock(fe,{key:0,ref:"filter",modelValue:m.mountedFilter,"onUpdate:modelValue":b[0]||(b[0]=ct=>m.mountedFilter=ct),scheme:m.filters,isDialog:(Oe=m.filters)==null?void 0:Oe.some(ct=>!(ct!=null&&ct.inline)),"apply-vue-router":"",history:"",view:"plain",clearable:!1,name:"filter",onFilterChange:b[1]||(b[1]=async ct=>{await m.handleFilterChange(ct),await m.updateTableAndMap()})},{button:G.withCtx(({visible:ct})=>[G.createElementVNode("button",{type:"button",class:G.normalizeClass(["py-2 px-2.5 h-[40px] inline-flex items-center gap-x-1.5 text-sm font-medium rounded-lg bg-white text-gray-800 hover:bg-gray-50 focus:outline-none focus:bg-gray-50",[ct?"border border-blue-600 border-2":"border border-gray-200"]])},[G.createVNode(ge),G.createTextVNode(" Фільтри "),m.activeFiltersCount>=1?(G.openBlock(),G.createElementBlock("span",Cg,G.toDisplayString(m.activeFiltersCount),1)):G.createCommentVNode("",!0)],2)]),_:1},8,["modelValue","scheme","isDialog"])):G.createCommentVNode("",!0)])]),G.createElementVNode("button",{type:"button",class:"py-2 px-2 inline-flex items-center gap-x-1.5 text-sm rounded-lg border border-gray-200 bg-white text-gray-600 shadow-sm hover:bg-stone-50 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:bg-gray-100",title:m.isMapVisible?"Приховати карту":"Показати карту",onClick:b[2]||(b[2]=(...ct)=>m.toggleMapVisible&&m.toggleMapVisible(...ct))},[m.isMapVisible?(G.openBlock(),G.createBlock(ve,{key:0})):(G.openBlock(),G.createBlock(le,{key:1})),zg],8,Mg)]),G.createElementVNode("div",Dg,[G.createElementVNode("div",{class:G.normalizeClass(["relative overflow-hidden",m.isMapVisible?"w-2/4 mr-0":"w-full mr-3",m.isSelectObj?"hidden":""])},[G.createElementVNode("h1",Lg,[G.createElementVNode("span",Rg,G.toDisplayString(m.title),1),G.createElementVNode("span",Bg,G.toDisplayString(m.total),1),Fg]),G.createElementVNode("div",Og,[m.activeFilters?(G.openBlock(),G.createElementBlock("div",Vg,[(G.openBlock(!0),G.createElementBlock(G.Fragment,null,G.renderList(m.activeFilters,(ct,He,Ft)=>(G.openBlock(),G.createElementBlock("span",{class:"mb-[10px] py-1 ps-3 pe-1 inline-flex items-center bg-white border border-gray-200 text-gray-800 text-xs rounded-full",key:Ft},[G.createElementVNode("span",Ng,G.toDisplayString(m.getLabelById(He)),1),$g,G.createElementVNode("span",Ug,G.toDisplayString(m.getOptionsLabelById(He,ct)),1),G.createElementVNode("button",{type:"button",class:"inline-flex shrink-0 justify-center items-center size-5 ms-1 rounded-full text-gray-600 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 text-sm",onClick:kt=>m.clearFilter(He)},[G.createVNode(oe)],8,jg)]))),128)),((ft=Object.keys(m.activeFilters))==null?void 0:ft.length)>=2?(G.openBlock(),G.createElementBlock("span",qg,[Zg,G.createElementVNode("button",{type:"button",class:"inline-flex shrink-0 justify-center items-center size-5 ms-1 rounded-full text-gray-600 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 text-sm",onClick:b[3]||(b[3]=ct=>m.mountedFilter={})},[G.createVNode(oe)])])):G.createCommentVNode("",!0)])):G.createCommentVNode("",!0),m.total>=1?G.renderSlot(m.$slots,"table",{key:1,rows:m.tableData,map:m.map,selectRow:m.selectRow,getData:m.getData,isMapVisible:m.isMapVisible}):(G.openBlock(),G.createElementBlock("div",Gg,[G.createVNode(ht),Hg,Wg,G.createElementVNode("button",{type:"button",class:"mt-[10px] py-2 px-2.5 inline-flex items-center gap-x-1.5 text-xs rounded-lg border border-stone-200 bg-white text-stone-800 shadow-sm hover:bg-stone-50 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:bg-stone-100",onClick:b[4]||(b[4]=(...ct)=>m.resetFilters&&m.resetFilters(...ct))}," Очистити дані пошуку ")]))]),m.total>=1?(G.openBlock(),G.createElementBlock("hr",Xg)):G.createCommentVNode("",!0),m.total>=1?(G.openBlock(),G.createElementBlock("div",Jg,[G.createElementVNode("div",Kg,[G.createVNode(Ue,{total:m.total,maxPages:7,defaultPage:m.currentPage,pageSize:m.limit,goTo:!1,size:"medium",onPageChange:m.handlePageChange,backgroundColor:"#e5e7eb",borderedCellSelected:!0,pageSizes:[10,20,30],onPageSizeChange:m.changeLimit},null,8,["total","defaultPage","pageSize","onPageChange","onPageSizeChange"])])])):G.createCommentVNode("",!0)],2),m.isSelectObj?(G.openBlock(),G.createElementBlock("div",{key:0,class:G.normalizeClass(m.isMapVisible?"w-2/4 mr-0 pb-5":"w-full pb-5 mr-3"),style:{height:"calc(100vh - 152px)"}},[G.renderSlot(m.$slots,"details",{table:m.table,selectedId:m.selectedId,selectedRow:m.selectedRow,map:m.map,closeObjCard:m.closeObjCard,isMapVisible:m.isMapVisible})],2)):G.createCommentVNode("",!0),G.withDirectives(G.createElementVNode("div",Yg,[G.createElementVNode("section",Qg,[G.createVNode(Ke,{height:"calc(100vh - 152px)",width:"w-2/4",table:m.table,filtersParam:m.filtersParam,row:m.selectedRow,legendname:m.legendname,legend:m.legend,colorAttr:m.colorAttr,strokeAttr:m.strokeAttr,maxBounds:m.maxBounds,center:m.center,zoom:m.zoom,minZoom:m.minZoom,basemap:m.basemap,additionalLayers:m.additionalLayers,pointZoom:m.pointZoom,defaultColor:m.defaultColor},null,8,["table","filtersParam","row","legendname","legend","colorAttr","strokeAttr","maxBounds","center","zoom","minZoom","basemap","additionalLayers","pointZoom","defaultColor"])])],512),[[G.vShow,m.isMapVisible]])]),G.createElementVNode("div",e_,[G.renderSlot(m.$slots,"popup",{data:m.hoverData})],512)])])}const Zu=ur(Ig,[["render",t_]]),Gu={install:m=>{m.component("VsPartsMap",Zu)},components:{VsPartsMap:Zu}};return typeof window<"u"&&(window.PartsMap=Gu),Gu});
|
580
|
+
`),j=y.createShader(y.FRAGMENT_SHADER);if(y.isContextLost())return void(this.failedToCreate=!0);if(y.shaderSource(j,X),y.compileShader(j),!y.getShaderParameter(j,y.COMPILE_STATUS))throw new Error(`Could not compile fragment shader: ${y.getShaderInfoLog(j)}`);y.attachShader(this.program,j);const te=y.createShader(y.VERTEX_SHADER);if(y.isContextLost())return void(this.failedToCreate=!0);if(y.shaderSource(te,Y),y.compileShader(te),!y.getShaderParameter(te,y.COMPILE_STATUS))throw new Error(`Could not compile vertex shader: ${y.getShaderInfoLog(te)}`);y.attachShader(this.program,te),this.attributes={};const se={};this.numAttributes=C.length;for(let ce=0;ce<this.numAttributes;ce++)C[ce]&&(y.bindAttribLocation(this.program,ce,C[ce]),this.attributes[C[ce]]=ce);if(y.linkProgram(this.program),!y.getProgramParameter(this.program,y.LINK_STATUS))throw new Error(`Program failed to link: ${y.getProgramInfoLog(this.program)}`);y.deleteShader(te),y.deleteShader(j);for(let ce=0;ce<H.length;ce++){const ye=H[ce];if(ye&&!se[ye]){const we=y.getUniformLocation(this.program,ye);we&&(se[ye]=we)}}this.fixedUniforms=a(t,se),this.terrainUniforms=((ce,ye)=>({u_depth:new c.aI(ce,ye.u_depth),u_terrain:new c.aI(ce,ye.u_terrain),u_terrain_dim:new c.aJ(ce,ye.u_terrain_dim),u_terrain_matrix:new c.aK(ce,ye.u_terrain_matrix),u_terrain_unpack:new c.aL(ce,ye.u_terrain_unpack),u_terrain_exaggeration:new c.aJ(ce,ye.u_terrain_exaggeration)}))(t,se),this.binderUniforms=o?o.getUniforms(t,se):[]}draw(t,n,o,a,h,g,y,b,w,C,E,R,F,$,H,U,X,Y){const j=t.gl;if(this.failedToCreate)return;if(t.program.set(this.program),t.setDepthMode(o),t.setStencilMode(a),t.setColorMode(h),t.setCullFace(g),b){t.activeTexture.set(j.TEXTURE2),j.bindTexture(j.TEXTURE_2D,b.depthTexture),t.activeTexture.set(j.TEXTURE3),j.bindTexture(j.TEXTURE_2D,b.texture);for(const se in this.terrainUniforms)this.terrainUniforms[se].set(b[se])}for(const se in this.fixedUniforms)this.fixedUniforms[se].set(y[se]);H&&H.setUniforms(t,this.binderUniforms,F,{zoom:$});let te=0;switch(n){case j.LINES:te=2;break;case j.TRIANGLES:te=3;break;case j.LINE_STRIP:te=1}for(const se of R.get()){const ce=se.vaos||(se.vaos={});(ce[w]||(ce[w]=new Gs)).bind(t,this,C,H?H.getPaintVertexBuffers():[],E,se.vertexOffset,U,X,Y),j.drawElements(n,se.primitiveLength*te,j.UNSIGNED_SHORT,se.primitiveOffset*te*2)}}}function Ws(u,t,n){const o=1/rt(n,1,t.transform.tileZoom),a=Math.pow(2,n.tileID.overscaledZ),h=n.tileSize*Math.pow(2,t.transform.tileZoom)/a,g=h*(n.tileID.canonical.x+n.tileID.wrap*a),y=h*n.tileID.canonical.y;return{u_image:0,u_texsize:n.imageAtlasTexture.size,u_scale:[o,u.fromScale,u.toScale],u_fade:u.t,u_pixel_coord_upper:[g>>16,y>>16],u_pixel_coord_lower:[65535&g,65535&y]}}const Xs=(u,t,n,o)=>{const a=t.style.light,h=a.properties.get("position"),g=[h.x,h.y,h.z],y=function(){var w=new c.A(9);return c.A!=Float32Array&&(w[1]=0,w[2]=0,w[3]=0,w[5]=0,w[6]=0,w[7]=0),w[0]=1,w[4]=1,w[8]=1,w}();a.properties.get("anchor")==="viewport"&&function(w,C){var E=Math.sin(C),R=Math.cos(C);w[0]=R,w[1]=E,w[2]=0,w[3]=-E,w[4]=R,w[5]=0,w[6]=0,w[7]=0,w[8]=1}(y,-t.transform.angle),function(w,C,E){var R=C[0],F=C[1],$=C[2];w[0]=R*E[0]+F*E[3]+$*E[6],w[1]=R*E[1]+F*E[4]+$*E[7],w[2]=R*E[2]+F*E[5]+$*E[8]}(g,g,y);const b=a.properties.get("color");return{u_matrix:u,u_lightpos:g,u_lightintensity:a.properties.get("intensity"),u_lightcolor:[b.r,b.g,b.b],u_vertical_gradient:+n,u_opacity:o}},Js=(u,t,n,o,a,h,g)=>c.e(Xs(u,t,n,o),Ws(h,t,g),{u_height_factor:-Math.pow(2,a.overscaledZ)/g.tileSize/8}),fs=u=>({u_matrix:u}),zn=(u,t,n,o)=>c.e(fs(u),Ws(n,t,o)),Nc=(u,t)=>({u_matrix:u,u_world:t}),$c=(u,t,n,o,a)=>c.e(zn(u,t,n,o),{u_world:a}),gl=(u,t,n,o)=>{const a=u.transform;let h,g;if(o.paint.get("circle-pitch-alignment")==="map"){const y=rt(n,1,a.zoom);h=!0,g=[y,y]}else h=!1,g=a.pixelsToGLUnits;return{u_camera_to_center_distance:a.cameraToCenterDistance,u_scale_with_map:+(o.paint.get("circle-pitch-scale")==="map"),u_matrix:u.translatePosMatrix(t.posMatrix,n,o.paint.get("circle-translate"),o.paint.get("circle-translate-anchor")),u_pitch_with_map:+h,u_device_pixel_ratio:u.pixelRatio,u_extrude_scale:g}},jc=(u,t,n)=>({u_matrix:u,u_inv_matrix:t,u_camera_to_center_distance:n.cameraToCenterDistance,u_viewport_size:[n.width,n.height]}),Xr=(u,t,n=1)=>({u_matrix:u,u_color:t,u_overlay:0,u_overlay_scale:n}),ms=u=>({u_matrix:u}),ji=(u,t,n,o)=>({u_matrix:u,u_extrude_scale:rt(t,1,n),u_intensity:o});function Ui(u,t){const n=Math.pow(2,t.canonical.z),o=t.canonical.y;return[new c.Z(0,o/n).toLngLat().lat,new c.Z(0,(o+1)/n).toLngLat().lat]}const gs=(u,t,n,o)=>{const a=u.transform;return{u_matrix:xl(u,t,n,o),u_ratio:1/rt(t,1,a.zoom),u_device_pixel_ratio:u.pixelRatio,u_units_to_pixels:[1/a.pixelsToGLUnits[0],1/a.pixelsToGLUnits[1]]}},Ks=(u,t,n,o,a)=>c.e(gs(u,t,n,a),{u_image:0,u_image_height:o}),_l=(u,t,n,o,a)=>{const h=u.transform,g=un(t,h);return{u_matrix:xl(u,t,n,a),u_texsize:t.imageAtlasTexture.size,u_ratio:1/rt(t,1,h.zoom),u_device_pixel_ratio:u.pixelRatio,u_image:0,u_scale:[g,o.fromScale,o.toScale],u_fade:o.t,u_units_to_pixels:[1/h.pixelsToGLUnits[0],1/h.pixelsToGLUnits[1]]}},yl=(u,t,n,o,a,h)=>{const g=u.lineAtlas,y=un(t,u.transform),b=n.layout.get("line-cap")==="round",w=g.getDash(o.from,b),C=g.getDash(o.to,b),E=w.width*a.fromScale,R=C.width*a.toScale;return c.e(gs(u,t,n,h),{u_patternscale_a:[y/E,-w.height/2],u_patternscale_b:[y/R,-C.height/2],u_sdfgamma:g.width/(256*Math.min(E,R)*u.pixelRatio)/2,u_image:0,u_tex_y_a:w.y,u_tex_y_b:C.y,u_mix:a.t})};function un(u,t){return 1/rt(u,1,t.tileZoom)}function xl(u,t,n,o){return u.translatePosMatrix(o?o.posMatrix:t.tileID.posMatrix,t,n.paint.get("line-translate"),n.paint.get("line-translate-anchor"))}const Uc=(u,t,n,o,a)=>{return{u_matrix:u,u_tl_parent:t,u_scale_parent:n,u_buffer_scale:1,u_fade_t:o.mix,u_opacity:o.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:(g=a.paint.get("raster-saturation"),g>0?1-1/(1.001-g):-g),u_contrast_factor:(h=a.paint.get("raster-contrast"),h>0?1/(1-h):1+h),u_spin_weights:qc(a.paint.get("raster-hue-rotate"))};var h,g};function qc(u){u*=Math.PI/180;const t=Math.sin(u),n=Math.cos(u);return[(2*n+1)/3,(-Math.sqrt(3)*t-n+1)/3,(Math.sqrt(3)*t-n+1)/3]}const vl=(u,t,n,o,a,h,g,y,b,w,C,E,R,F)=>{const $=g.transform;return{u_is_size_zoom_constant:+(u==="constant"||u==="source"),u_is_size_feature_constant:+(u==="constant"||u==="camera"),u_size_t:t?t.uSizeT:0,u_size:t?t.uSize:0,u_camera_to_center_distance:$.cameraToCenterDistance,u_pitch:$.pitch/360*2*Math.PI,u_rotate_symbol:+n,u_aspect_ratio:$.width/$.height,u_fade_change:g.options.fadeDuration?g.symbolFadeChange:1,u_matrix:y,u_label_plane_matrix:b,u_coord_matrix:w,u_is_text:+E,u_pitch_with_map:+o,u_is_along_line:a,u_is_variable_anchor:h,u_texsize:R,u_texture:0,u_translation:C,u_pitched_scale:F}},bl=(u,t,n,o,a,h,g,y,b,w,C,E,R,F,$)=>{const H=g.transform;return c.e(vl(u,t,n,o,a,h,g,y,b,w,C,E,R,$),{u_gamma_scale:o?Math.cos(H._pitch)*H.cameraToCenterDistance:1,u_device_pixel_ratio:g.pixelRatio,u_is_halo:+F})},Zc=(u,t,n,o,a,h,g,y,b,w,C,E,R,F)=>c.e(bl(u,t,n,o,a,h,g,y,b,w,C,!0,E,!0,F),{u_texsize_icon:R,u_texture_icon:1}),Ys=(u,t,n)=>({u_matrix:u,u_opacity:t,u_color:n}),Ho=(u,t,n,o,a,h)=>c.e(function(g,y,b,w){const C=b.imageManager.getPattern(g.from.toString()),E=b.imageManager.getPattern(g.to.toString()),{width:R,height:F}=b.imageManager.getPixelSize(),$=Math.pow(2,w.tileID.overscaledZ),H=w.tileSize*Math.pow(2,b.transform.tileZoom)/$,U=H*(w.tileID.canonical.x+w.tileID.wrap*$),X=H*w.tileID.canonical.y;return{u_image:0,u_pattern_tl_a:C.tl,u_pattern_br_a:C.br,u_pattern_tl_b:E.tl,u_pattern_br_b:E.br,u_texsize:[R,F],u_mix:y.t,u_pattern_size_a:C.displaySize,u_pattern_size_b:E.displaySize,u_scale_a:y.fromScale,u_scale_b:y.toScale,u_tile_units_to_pixels:1/rt(w,1,b.transform.tileZoom),u_pixel_coord_upper:[U>>16,X>>16],u_pixel_coord_lower:[65535&U,65535&X]}}(o,h,n,a),{u_matrix:u,u_opacity:t}),Qs={fillExtrusion:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_lightpos:new c.aO(u,t.u_lightpos),u_lightintensity:new c.aJ(u,t.u_lightintensity),u_lightcolor:new c.aO(u,t.u_lightcolor),u_vertical_gradient:new c.aJ(u,t.u_vertical_gradient),u_opacity:new c.aJ(u,t.u_opacity)}),fillExtrusionPattern:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_lightpos:new c.aO(u,t.u_lightpos),u_lightintensity:new c.aJ(u,t.u_lightintensity),u_lightcolor:new c.aO(u,t.u_lightcolor),u_vertical_gradient:new c.aJ(u,t.u_vertical_gradient),u_height_factor:new c.aJ(u,t.u_height_factor),u_image:new c.aI(u,t.u_image),u_texsize:new c.aP(u,t.u_texsize),u_pixel_coord_upper:new c.aP(u,t.u_pixel_coord_upper),u_pixel_coord_lower:new c.aP(u,t.u_pixel_coord_lower),u_scale:new c.aO(u,t.u_scale),u_fade:new c.aJ(u,t.u_fade),u_opacity:new c.aJ(u,t.u_opacity)}),fill:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix)}),fillPattern:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_image:new c.aI(u,t.u_image),u_texsize:new c.aP(u,t.u_texsize),u_pixel_coord_upper:new c.aP(u,t.u_pixel_coord_upper),u_pixel_coord_lower:new c.aP(u,t.u_pixel_coord_lower),u_scale:new c.aO(u,t.u_scale),u_fade:new c.aJ(u,t.u_fade)}),fillOutline:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_world:new c.aP(u,t.u_world)}),fillOutlinePattern:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_world:new c.aP(u,t.u_world),u_image:new c.aI(u,t.u_image),u_texsize:new c.aP(u,t.u_texsize),u_pixel_coord_upper:new c.aP(u,t.u_pixel_coord_upper),u_pixel_coord_lower:new c.aP(u,t.u_pixel_coord_lower),u_scale:new c.aO(u,t.u_scale),u_fade:new c.aJ(u,t.u_fade)}),circle:(u,t)=>({u_camera_to_center_distance:new c.aJ(u,t.u_camera_to_center_distance),u_scale_with_map:new c.aI(u,t.u_scale_with_map),u_pitch_with_map:new c.aI(u,t.u_pitch_with_map),u_extrude_scale:new c.aP(u,t.u_extrude_scale),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_matrix:new c.aK(u,t.u_matrix)}),collisionBox:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_pixel_extrude_scale:new c.aP(u,t.u_pixel_extrude_scale)}),collisionCircle:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_inv_matrix:new c.aK(u,t.u_inv_matrix),u_camera_to_center_distance:new c.aJ(u,t.u_camera_to_center_distance),u_viewport_size:new c.aP(u,t.u_viewport_size)}),debug:(u,t)=>({u_color:new c.aM(u,t.u_color),u_matrix:new c.aK(u,t.u_matrix),u_overlay:new c.aI(u,t.u_overlay),u_overlay_scale:new c.aJ(u,t.u_overlay_scale)}),clippingMask:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix)}),heatmap:(u,t)=>({u_extrude_scale:new c.aJ(u,t.u_extrude_scale),u_intensity:new c.aJ(u,t.u_intensity),u_matrix:new c.aK(u,t.u_matrix)}),heatmapTexture:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_world:new c.aP(u,t.u_world),u_image:new c.aI(u,t.u_image),u_color_ramp:new c.aI(u,t.u_color_ramp),u_opacity:new c.aJ(u,t.u_opacity)}),hillshade:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_image:new c.aI(u,t.u_image),u_latrange:new c.aP(u,t.u_latrange),u_light:new c.aP(u,t.u_light),u_shadow:new c.aM(u,t.u_shadow),u_highlight:new c.aM(u,t.u_highlight),u_accent:new c.aM(u,t.u_accent)}),hillshadePrepare:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_image:new c.aI(u,t.u_image),u_dimension:new c.aP(u,t.u_dimension),u_zoom:new c.aJ(u,t.u_zoom),u_unpack:new c.aL(u,t.u_unpack)}),line:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_ratio:new c.aJ(u,t.u_ratio),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_units_to_pixels:new c.aP(u,t.u_units_to_pixels)}),lineGradient:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_ratio:new c.aJ(u,t.u_ratio),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_units_to_pixels:new c.aP(u,t.u_units_to_pixels),u_image:new c.aI(u,t.u_image),u_image_height:new c.aJ(u,t.u_image_height)}),linePattern:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_texsize:new c.aP(u,t.u_texsize),u_ratio:new c.aJ(u,t.u_ratio),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_image:new c.aI(u,t.u_image),u_units_to_pixels:new c.aP(u,t.u_units_to_pixels),u_scale:new c.aO(u,t.u_scale),u_fade:new c.aJ(u,t.u_fade)}),lineSDF:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_ratio:new c.aJ(u,t.u_ratio),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_units_to_pixels:new c.aP(u,t.u_units_to_pixels),u_patternscale_a:new c.aP(u,t.u_patternscale_a),u_patternscale_b:new c.aP(u,t.u_patternscale_b),u_sdfgamma:new c.aJ(u,t.u_sdfgamma),u_image:new c.aI(u,t.u_image),u_tex_y_a:new c.aJ(u,t.u_tex_y_a),u_tex_y_b:new c.aJ(u,t.u_tex_y_b),u_mix:new c.aJ(u,t.u_mix)}),raster:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_tl_parent:new c.aP(u,t.u_tl_parent),u_scale_parent:new c.aJ(u,t.u_scale_parent),u_buffer_scale:new c.aJ(u,t.u_buffer_scale),u_fade_t:new c.aJ(u,t.u_fade_t),u_opacity:new c.aJ(u,t.u_opacity),u_image0:new c.aI(u,t.u_image0),u_image1:new c.aI(u,t.u_image1),u_brightness_low:new c.aJ(u,t.u_brightness_low),u_brightness_high:new c.aJ(u,t.u_brightness_high),u_saturation_factor:new c.aJ(u,t.u_saturation_factor),u_contrast_factor:new c.aJ(u,t.u_contrast_factor),u_spin_weights:new c.aO(u,t.u_spin_weights)}),symbolIcon:(u,t)=>({u_is_size_zoom_constant:new c.aI(u,t.u_is_size_zoom_constant),u_is_size_feature_constant:new c.aI(u,t.u_is_size_feature_constant),u_size_t:new c.aJ(u,t.u_size_t),u_size:new c.aJ(u,t.u_size),u_camera_to_center_distance:new c.aJ(u,t.u_camera_to_center_distance),u_pitch:new c.aJ(u,t.u_pitch),u_rotate_symbol:new c.aI(u,t.u_rotate_symbol),u_aspect_ratio:new c.aJ(u,t.u_aspect_ratio),u_fade_change:new c.aJ(u,t.u_fade_change),u_matrix:new c.aK(u,t.u_matrix),u_label_plane_matrix:new c.aK(u,t.u_label_plane_matrix),u_coord_matrix:new c.aK(u,t.u_coord_matrix),u_is_text:new c.aI(u,t.u_is_text),u_pitch_with_map:new c.aI(u,t.u_pitch_with_map),u_is_along_line:new c.aI(u,t.u_is_along_line),u_is_variable_anchor:new c.aI(u,t.u_is_variable_anchor),u_texsize:new c.aP(u,t.u_texsize),u_texture:new c.aI(u,t.u_texture),u_translation:new c.aP(u,t.u_translation),u_pitched_scale:new c.aJ(u,t.u_pitched_scale)}),symbolSDF:(u,t)=>({u_is_size_zoom_constant:new c.aI(u,t.u_is_size_zoom_constant),u_is_size_feature_constant:new c.aI(u,t.u_is_size_feature_constant),u_size_t:new c.aJ(u,t.u_size_t),u_size:new c.aJ(u,t.u_size),u_camera_to_center_distance:new c.aJ(u,t.u_camera_to_center_distance),u_pitch:new c.aJ(u,t.u_pitch),u_rotate_symbol:new c.aI(u,t.u_rotate_symbol),u_aspect_ratio:new c.aJ(u,t.u_aspect_ratio),u_fade_change:new c.aJ(u,t.u_fade_change),u_matrix:new c.aK(u,t.u_matrix),u_label_plane_matrix:new c.aK(u,t.u_label_plane_matrix),u_coord_matrix:new c.aK(u,t.u_coord_matrix),u_is_text:new c.aI(u,t.u_is_text),u_pitch_with_map:new c.aI(u,t.u_pitch_with_map),u_is_along_line:new c.aI(u,t.u_is_along_line),u_is_variable_anchor:new c.aI(u,t.u_is_variable_anchor),u_texsize:new c.aP(u,t.u_texsize),u_texture:new c.aI(u,t.u_texture),u_gamma_scale:new c.aJ(u,t.u_gamma_scale),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_is_halo:new c.aI(u,t.u_is_halo),u_translation:new c.aP(u,t.u_translation),u_pitched_scale:new c.aJ(u,t.u_pitched_scale)}),symbolTextAndIcon:(u,t)=>({u_is_size_zoom_constant:new c.aI(u,t.u_is_size_zoom_constant),u_is_size_feature_constant:new c.aI(u,t.u_is_size_feature_constant),u_size_t:new c.aJ(u,t.u_size_t),u_size:new c.aJ(u,t.u_size),u_camera_to_center_distance:new c.aJ(u,t.u_camera_to_center_distance),u_pitch:new c.aJ(u,t.u_pitch),u_rotate_symbol:new c.aI(u,t.u_rotate_symbol),u_aspect_ratio:new c.aJ(u,t.u_aspect_ratio),u_fade_change:new c.aJ(u,t.u_fade_change),u_matrix:new c.aK(u,t.u_matrix),u_label_plane_matrix:new c.aK(u,t.u_label_plane_matrix),u_coord_matrix:new c.aK(u,t.u_coord_matrix),u_is_text:new c.aI(u,t.u_is_text),u_pitch_with_map:new c.aI(u,t.u_pitch_with_map),u_is_along_line:new c.aI(u,t.u_is_along_line),u_is_variable_anchor:new c.aI(u,t.u_is_variable_anchor),u_texsize:new c.aP(u,t.u_texsize),u_texsize_icon:new c.aP(u,t.u_texsize_icon),u_texture:new c.aI(u,t.u_texture),u_texture_icon:new c.aI(u,t.u_texture_icon),u_gamma_scale:new c.aJ(u,t.u_gamma_scale),u_device_pixel_ratio:new c.aJ(u,t.u_device_pixel_ratio),u_is_halo:new c.aI(u,t.u_is_halo),u_translation:new c.aP(u,t.u_translation),u_pitched_scale:new c.aJ(u,t.u_pitched_scale)}),background:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_opacity:new c.aJ(u,t.u_opacity),u_color:new c.aM(u,t.u_color)}),backgroundPattern:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_opacity:new c.aJ(u,t.u_opacity),u_image:new c.aI(u,t.u_image),u_pattern_tl_a:new c.aP(u,t.u_pattern_tl_a),u_pattern_br_a:new c.aP(u,t.u_pattern_br_a),u_pattern_tl_b:new c.aP(u,t.u_pattern_tl_b),u_pattern_br_b:new c.aP(u,t.u_pattern_br_b),u_texsize:new c.aP(u,t.u_texsize),u_mix:new c.aJ(u,t.u_mix),u_pattern_size_a:new c.aP(u,t.u_pattern_size_a),u_pattern_size_b:new c.aP(u,t.u_pattern_size_b),u_scale_a:new c.aJ(u,t.u_scale_a),u_scale_b:new c.aJ(u,t.u_scale_b),u_pixel_coord_upper:new c.aP(u,t.u_pixel_coord_upper),u_pixel_coord_lower:new c.aP(u,t.u_pixel_coord_lower),u_tile_units_to_pixels:new c.aJ(u,t.u_tile_units_to_pixels)}),terrain:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_texture:new c.aI(u,t.u_texture),u_ele_delta:new c.aJ(u,t.u_ele_delta),u_fog_matrix:new c.aK(u,t.u_fog_matrix),u_fog_color:new c.aM(u,t.u_fog_color),u_fog_ground_blend:new c.aJ(u,t.u_fog_ground_blend),u_fog_ground_blend_opacity:new c.aJ(u,t.u_fog_ground_blend_opacity),u_horizon_color:new c.aM(u,t.u_horizon_color),u_horizon_fog_blend:new c.aJ(u,t.u_horizon_fog_blend)}),terrainDepth:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_ele_delta:new c.aJ(u,t.u_ele_delta)}),terrainCoords:(u,t)=>({u_matrix:new c.aK(u,t.u_matrix),u_texture:new c.aI(u,t.u_texture),u_terrain_coords_id:new c.aJ(u,t.u_terrain_coords_id),u_ele_delta:new c.aJ(u,t.u_ele_delta)}),sky:(u,t)=>({u_sky_color:new c.aM(u,t.u_sky_color),u_horizon_color:new c.aM(u,t.u_horizon_color),u_horizon:new c.aJ(u,t.u_horizon),u_sky_horizon_blend:new c.aJ(u,t.u_sky_horizon_blend)})};class Wo{constructor(t,n,o){this.context=t;const a=t.gl;this.buffer=a.createBuffer(),this.dynamicDraw=!!o,this.context.unbindVAO(),t.bindElementBuffer.set(this.buffer),a.bufferData(a.ELEMENT_ARRAY_BUFFER,n.arrayBuffer,this.dynamicDraw?a.DYNAMIC_DRAW:a.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 Xo={Int8:"BYTE",Uint8:"UNSIGNED_BYTE",Int16:"SHORT",Uint16:"UNSIGNED_SHORT",Int32:"INT",Uint32:"UNSIGNED_INT",Float32:"FLOAT"};class yr{constructor(t,n,o,a){this.length=n.length,this.attributes=o,this.itemSize=n.bytesPerElement,this.dynamicDraw=a,this.context=t;const h=t.gl;this.buffer=h.createBuffer(),t.bindVertexBuffer.set(this.buffer),h.bufferData(h.ARRAY_BUFFER,n.arrayBuffer,this.dynamicDraw?h.DYNAMIC_DRAW:h.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 o=0;o<this.attributes.length;o++){const a=n.attributes[this.attributes[o].name];a!==void 0&&t.enableVertexAttribArray(a)}}setVertexAttribPointers(t,n,o){for(let a=0;a<this.attributes.length;a++){const h=this.attributes[a],g=n.attributes[h.name];g!==void 0&&t.vertexAttribPointer(g,h.components,t[Xo[h.type]],!1,this.itemSize,h.offset+this.itemSize*(o||0))}}destroy(){this.buffer&&(this.context.gl.deleteBuffer(this.buffer),delete this.buffer)}}const Jo=new WeakMap;function Dn(u){var t;if(Jo.has(u))return Jo.get(u);{const n=(t=u.getParameter(u.VERSION))===null||t===void 0?void 0:t.startsWith("WebGL 2.0");return Jo.set(u,n),n}}class pt{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 _s extends pt{getDefault(){return c.aN.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 Gc extends pt{getDefault(){return 1}set(t){(t!==this.current||this.dirty)&&(this.gl.clearDepth(t),this.current=t,this.dirty=!1)}}class eo extends pt{getDefault(){return 0}set(t){(t!==this.current||this.dirty)&&(this.gl.clearStencil(t),this.current=t,this.dirty=!1)}}class Hc extends pt{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 Ln extends pt{getDefault(){return!0}set(t){(t!==this.current||this.dirty)&&(this.gl.depthMask(t),this.current=t,this.dirty=!1)}}class Wc extends pt{getDefault(){return 255}set(t){(t!==this.current||this.dirty)&&(this.gl.stencilMask(t),this.current=t,this.dirty=!1)}}class wl extends pt{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 Xc extends pt{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 Sl extends pt{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 Ko extends pt{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 Tl extends pt{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 kl extends pt{getDefault(){return this.gl.LESS}set(t){(t!==this.current||this.dirty)&&(this.gl.depthFunc(t),this.current=t,this.dirty=!1)}}class Il extends pt{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 Cl extends pt{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 dn extends pt{getDefault(){return c.aN.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 El extends pt{getDefault(){return this.gl.FUNC_ADD}set(t){(t!==this.current||this.dirty)&&(this.gl.blendEquation(t),this.current=t,this.dirty=!1)}}class Jc extends pt{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 Kc extends pt{getDefault(){return this.gl.BACK}set(t){(t!==this.current||this.dirty)&&(this.gl.cullFace(t),this.current=t,this.dirty=!1)}}class Pl extends pt{getDefault(){return this.gl.CCW}set(t){(t!==this.current||this.dirty)&&(this.gl.frontFace(t),this.current=t,this.dirty=!1)}}class ys extends pt{getDefault(){return null}set(t){(t!==this.current||this.dirty)&&(this.gl.useProgram(t),this.current=t,this.dirty=!1)}}class Yc extends pt{getDefault(){return this.gl.TEXTURE0}set(t){(t!==this.current||this.dirty)&&(this.gl.activeTexture(t),this.current=t,this.dirty=!1)}}class to extends pt{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 Qc extends pt{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 eh extends pt{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 Al extends pt{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 Ml extends pt{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 zl extends pt{getDefault(){return null}set(t){const n=this.gl;n.bindBuffer(n.ELEMENT_ARRAY_BUFFER,t),this.current=t,this.dirty=!1}}class Yo extends pt{getDefault(){return null}set(t){var n;if(t===this.current&&!this.dirty)return;const o=this.gl;Dn(o)?o.bindVertexArray(t):(n=o.getExtension("OES_vertex_array_object"))===null||n===void 0||n.bindVertexArrayOES(t),this.current=t,this.dirty=!1}}class Dl extends pt{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 io extends pt{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 Dr extends pt{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 xs extends pt{constructor(t,n){super(t),this.context=t,this.parent=n}getDefault(){return null}}class Qo extends xs{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 ea extends xs{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 Ll extends xs{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}}class ta{constructor(t,n,o,a,h){this.context=t,this.width=n,this.height=o;const g=t.gl,y=this.framebuffer=g.createFramebuffer();if(this.colorAttachment=new Qo(t,y),a)this.depthAttachment=h?new Ll(t,y):new ea(t,y);else if(h)throw new Error("Stencil cannot be set without depth");if(g.checkFramebufferStatus(g.FRAMEBUFFER)!==g.FRAMEBUFFER_COMPLETE)throw new Error("Framebuffer is not complete")}destroy(){const t=this.context.gl,n=this.colorAttachment.get();if(n&&t.deleteTexture(n),this.depthAttachment){const o=this.depthAttachment.get();o&&t.deleteRenderbuffer(o)}t.deleteFramebuffer(this.framebuffer)}}class Et{constructor(t,n,o){this.blendFunction=t,this.blendColor=n,this.mask=o}}Et.Replace=[1,0],Et.disabled=new Et(Et.Replace,c.aN.transparent,[!1,!1,!1,!1]),Et.unblended=new Et(Et.Replace,c.aN.transparent,[!0,!0,!0,!0]),Et.alphaBlended=new Et([1,771],c.aN.transparent,[!0,!0,!0,!0]);class ia{constructor(t){var n,o;if(this.gl=t,this.clearColor=new _s(this),this.clearDepth=new Gc(this),this.clearStencil=new eo(this),this.colorMask=new Hc(this),this.depthMask=new Ln(this),this.stencilMask=new Wc(this),this.stencilFunc=new wl(this),this.stencilOp=new Xc(this),this.stencilTest=new Sl(this),this.depthRange=new Ko(this),this.depthTest=new Tl(this),this.depthFunc=new kl(this),this.blend=new Il(this),this.blendFunc=new Cl(this),this.blendColor=new dn(this),this.blendEquation=new El(this),this.cullFace=new Jc(this),this.cullFaceSide=new Kc(this),this.frontFace=new Pl(this),this.program=new ys(this),this.activeTexture=new Yc(this),this.viewport=new to(this),this.bindFramebuffer=new Qc(this),this.bindRenderbuffer=new eh(this),this.bindTexture=new Al(this),this.bindVertexBuffer=new Ml(this),this.bindElementBuffer=new zl(this),this.bindVertexArray=new Yo(this),this.pixelStoreUnpack=new Dl(this),this.pixelStoreUnpackPremultiplyAlpha=new io(this),this.pixelStoreUnpackFlipY=new Dr(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),Dn(t)){this.HALF_FLOAT=t.HALF_FLOAT;const a=t.getExtension("EXT_color_buffer_half_float");this.RGBA16F=(n=t.RGBA16F)!==null&&n!==void 0?n:a==null?void 0:a.RGBA16F_EXT,this.RGB16F=(o=t.RGB16F)!==null&&o!==void 0?o:a==null?void 0:a.RGB16F_EXT,t.getExtension("EXT_color_buffer_float")}else{t.getExtension("EXT_color_buffer_half_float"),t.getExtension("OES_texture_half_float_linear");const a=t.getExtension("OES_texture_half_float");this.HALF_FLOAT=a==null?void 0:a.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 Wo(this,t,n)}createVertexBuffer(t,n,o){return new yr(this,t,n,o)}createRenderbuffer(t,n,o){const a=this.gl,h=a.createRenderbuffer();return this.bindRenderbuffer.set(h),a.renderbufferStorage(a.RENDERBUFFER,t,n,o),this.bindRenderbuffer.set(null),h}createFramebuffer(t,n,o,a){return new ta(this,t,n,o,a)}clear({color:t,depth:n,stencil:o}){const a=this.gl;let h=0;t&&(h|=a.COLOR_BUFFER_BIT,this.clearColor.set(t),this.colorMask.set([!0,!0,!0,!0])),n!==void 0&&(h|=a.DEPTH_BUFFER_BIT,this.depthRange.set([0,1]),this.clearDepth.set(n),this.depthMask.set(!0)),o!==void 0&&(h|=a.STENCIL_BUFFER_BIT,this.clearStencil.set(o),this.stencilMask.set(255)),a.clear(h)}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.aF(t.blendFunction,Et.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 Dn(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 Dn(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)}}class ut{constructor(t,n,o){this.func=t,this.mask=n,this.range=o}}ut.ReadOnly=!1,ut.ReadWrite=!0,ut.disabled=new ut(519,ut.ReadOnly,[0,1]);const ra=7680;class Vt{constructor(t,n,o,a,h,g){this.test=t,this.ref=n,this.mask=o,this.fail=a,this.depthFail=h,this.pass=g}}Vt.disabled=new Vt({func:519,mask:0},0,0,ra,ra,ra);class Mt{constructor(t,n,o){this.enable=t,this.mode=n,this.frontFace=o}}let vs;function Rl(u,t,n,o,a){const h=u.context,g=h.gl,y=u.useProgram("collisionBox"),b=[];let w=0,C=0;for(let X=0;X<o.length;X++){const Y=o[X],j=t.getTile(Y).getBucket(n);if(!j)continue;const te=a?j.textCollisionBox:j.iconCollisionBox,se=j.collisionCircleArray;if(se.length>0){const ce=c.H();c.aR(ce,j.placementInvProjMatrix,u.transform.glCoordMatrix),c.aR(ce,ce,j.placementViewportMatrix),b.push({circleArray:se,circleOffset:C,transform:Y.posMatrix,invTransform:ce,coord:Y}),w+=se.length/4,C=w}te&&y.draw(h,g.LINES,ut.disabled,Vt.disabled,u.colorModeForRenderPass(),Mt.disabled,{u_matrix:Y.posMatrix,u_pixel_extrude_scale:[1/(E=u.transform).width,1/E.height]},u.style.map.terrain&&u.style.map.terrain.getTerrainData(Y),n.id,te.layoutVertexBuffer,te.indexBuffer,te.segments,null,u.transform.zoom,null,null,te.collisionVertexBuffer)}var E;if(!a||!b.length)return;const R=u.useProgram("collisionCircle"),F=new c.aS;F.resize(4*w),F._trim();let $=0;for(const X of b)for(let Y=0;Y<X.circleArray.length/4;Y++){const j=4*Y,te=X.circleArray[j+0],se=X.circleArray[j+1],ce=X.circleArray[j+2],ye=X.circleArray[j+3];F.emplace($++,te,se,ce,ye,0),F.emplace($++,te,se,ce,ye,1),F.emplace($++,te,se,ce,ye,2),F.emplace($++,te,se,ce,ye,3)}(!vs||vs.length<2*w)&&(vs=function(X){const Y=2*X,j=new c.aU;j.resize(Y),j._trim();for(let te=0;te<Y;te++){const se=6*te;j.uint16[se+0]=4*te+0,j.uint16[se+1]=4*te+1,j.uint16[se+2]=4*te+2,j.uint16[se+3]=4*te+2,j.uint16[se+4]=4*te+3,j.uint16[se+5]=4*te+0}return j}(w));const H=h.createIndexBuffer(vs,!0),U=h.createVertexBuffer(F,c.aT.members,!0);for(const X of b){const Y=jc(X.transform,X.invTransform,u.transform);R.draw(h,g.TRIANGLES,ut.disabled,Vt.disabled,u.colorModeForRenderPass(),Mt.disabled,Y,u.style.map.terrain&&u.style.map.terrain.getTerrainData(X.coord),n.id,U,H,c.a0.simpleSegment(0,2*X.circleOffset,X.circleArray.length,X.circleArray.length/2),null,u.transform.zoom,null,null,null)}U.destroy(),H.destroy()}Mt.disabled=new Mt(!1,1029,2305),Mt.backCCW=new Mt(!0,1029,2305);const na=c.ao(new Float32Array(16));function ro(u,t,n,o,a,h){const{horizontalAlign:g,verticalAlign:y}=c.av(u);return new c.P((-(g-.5)*t/a+o[0])*h,(-(y-.5)*n/a+o[1])*h)}function no(u,t,n,o,a,h){const g=t.tileAnchorPoint.add(new c.P(t.translation[0],t.translation[1]));if(t.pitchWithMap){let y=o.mult(h);return n||(y=y.rotate(-a)),W(g.add(y),t.labelPlaneMatrix,t.getElevation).point}if(n){const y=pe(t.tileAnchorPoint.x+1,t.tileAnchorPoint.y,t).point.sub(u),b=Math.atan(y.y/y.x)+(y.x<0?Math.PI:0);return u.add(o.rotate(b))}return u.add(o)}function so(u,t,n,o,a,h,g,y,b,w,C,E,R,F){const $=u.text.placedSymbolArray,H=u.text.dynamicLayoutVertexArray,U=u.icon.dynamicLayoutVertexArray,X={};H.clear();for(let Y=0;Y<$.length;Y++){const j=$.get(Y),te=j.hidden||!j.crossTileID||u.allowVerticalPlacement&&!j.placedOrientation?null:o[j.crossTileID];if(te){const se=new c.P(j.anchorX,j.anchorY),ce={getElevation:F,width:a.width,height:a.height,labelPlaneMatrix:h,lineVertexArray:null,pitchWithMap:n,projection:C,projectionCache:null,tileAnchorPoint:se,translation:E,unwrappedTileID:R},ye=n?W(se,g,F):pe(se.x,se.y,ce),we=z(a.cameraToCenterDistance,ye.signedDistanceFromCamera);let De=c.aj(u.textSizeData,b,j)*we/c.aq;n&&(De*=u.tilePixelRatio/y);const{width:Re,height:Se,anchor:Te,textOffset:Ne,textBoxScale:tt}=te,Ce=ro(Te,Re,Se,Ne,tt,De),Ae=C.getPitchedTextCorrection(a,se.add(new c.P(E[0],E[1])),R),Qe=no(ye.point,ce,t,Ce,a.angle,Ae),Dt=u.allowVerticalPlacement&&j.placedOrientation===c.ai.vertical?Math.PI/2:0;for(let st=0;st<j.numGlyphs;st++)c.ak(H,Qe,Dt);w&&j.associatedIconIndex>=0&&(X[j.associatedIconIndex]={shiftedAnchor:Qe,angle:Dt})}else We(j.numGlyphs,H)}if(w){U.clear();const Y=u.icon.placedSymbolArray;for(let j=0;j<Y.length;j++){const te=Y.get(j);if(te.hidden)We(te.numGlyphs,U);else{const se=X[j];if(se)for(let ce=0;ce<te.numGlyphs;ce++)c.ak(U,se.shiftedAnchor,se.angle);else We(te.numGlyphs,U)}}u.icon.dynamicLayoutVertexBuffer.updateData(U)}u.text.dynamicLayoutVertexBuffer.updateData(H)}function sa(u,t,n){return n.iconsInText&&t?"symbolTextAndIcon":u?"symbolSDF":"symbolIcon"}function Jr(u,t,n,o,a,h,g,y,b,w,C,E){const R=u.context,F=R.gl,$=u.transform,H=qs(),U=y==="map",X=b==="map",Y=y!=="viewport"&&n.layout.get("symbol-placement")!=="point",j=U&&!X&&!Y,te=!X&&Y,se=!n.layout.get("symbol-sort-key").isConstant();let ce=!1;const ye=u.depthModeForSublayer(0,ut.ReadOnly),we=n._unevaluatedLayout.hasValue("text-variable-anchor")||n._unevaluatedLayout.hasValue("text-variable-anchor-offset"),De=[],Re=H.getCircleRadiusCorrection($);for(const Se of o){const Te=t.getTile(Se),Ne=Te.getBucket(n);if(!Ne)continue;const tt=a?Ne.text:Ne.icon;if(!tt||!tt.segments.get().length||!tt.hasVisibleVertices)continue;const Ce=tt.programConfigurations.get(n.id),Ae=a||Ne.sdfIcons,Qe=a?Ne.textSizeData:Ne.iconSizeData,Dt=X||$.pitch!==0,st=u.useProgram(sa(Ae,a,Ne),Ce),dt=c.ah(Qe,$.zoom),Lt=u.style.map.terrain&&u.style.map.terrain.getTerrainData(Se);let di,nr,Rt,Mi,ki=[0,0],pi=null;if(a)nr=Te.glyphAtlasTexture,Rt=F.LINEAR,di=Te.glyphAtlasTexture.size,Ne.iconsInText&&(ki=Te.imageAtlasTexture.size,pi=Te.imageAtlasTexture,Mi=Dt||u.options.rotating||u.options.zooming||Qe.kind==="composite"||Qe.kind==="camera"?F.LINEAR:F.NEAREST);else{const $t=n.layout.get("icon-size").constantOr(0)!==1||Ne.iconsNeedLinear;nr=Te.imageAtlasTexture,Rt=Ae||u.options.rotating||u.options.zooming||$t||Dt?F.LINEAR:F.NEAREST,di=Te.imageAtlasTexture.size}const fi=rt(Te,1,u.transform.zoom),sr=te?Se.posMatrix:na,vn=Gr(sr,X,U,u.transform,fi),bo=_r(sr,X,U,u.transform,fi),Un=_r(Se.posMatrix,X,U,u.transform,fi),bn=H.translatePosition(u.transform,Te,h,g),wo=we&&Ne.hasTextData(),Ba=n.layout.get("icon-text-fit")!=="none"&&wo&&Ne.hasIconData();if(Y){const $t=u.style.map.terrain?(Fa,ti)=>u.style.map.terrain.getElevation(Se,Fa,ti):null,Zn=n.layout.get("text-rotation-alignment")==="map";V(Ne,Se.posMatrix,u,a,vn,Un,X,w,Zn,H,Se.toUnwrapped(),$.width,$.height,bn,$t)}const oi=Se.posMatrix,or=a&&we||Ba,Qr=Y||or?na:vn,qn=bo,mi=Ae&&n.paint.get(a?"text-halo-width":"icon-halo-width").constantOr(1)!==0;let gi;gi=Ae?Ne.iconsInText?Zc(Qe.kind,dt,j,X,Y,or,u,oi,Qr,qn,bn,di,ki,Re):bl(Qe.kind,dt,j,X,Y,or,u,oi,Qr,qn,bn,a,di,!0,Re):vl(Qe.kind,dt,j,X,Y,or,u,oi,Qr,qn,bn,a,di,Re);const ri={program:st,buffers:tt,uniformValues:gi,atlasTexture:nr,atlasTextureIcon:pi,atlasInterpolation:Rt,atlasInterpolationIcon:Mi,isSDF:Ae,hasHalo:mi};if(se&&Ne.canOverlap){ce=!0;const $t=tt.segments.get();for(const Zn of $t)De.push({segments:new c.a0([Zn]),sortKey:Zn.sortKey,state:ri,terrainData:Lt})}else De.push({segments:tt.segments,sortKey:0,state:ri,terrainData:Lt})}ce&&De.sort((Se,Te)=>Se.sortKey-Te.sortKey);for(const Se of De){const Te=Se.state;if(R.activeTexture.set(F.TEXTURE0),Te.atlasTexture.bind(Te.atlasInterpolation,F.CLAMP_TO_EDGE),Te.atlasTextureIcon&&(R.activeTexture.set(F.TEXTURE1),Te.atlasTextureIcon&&Te.atlasTextureIcon.bind(Te.atlasInterpolationIcon,F.CLAMP_TO_EDGE)),Te.isSDF){const Ne=Te.uniformValues;Te.hasHalo&&(Ne.u_is_halo=1,pn(Te.buffers,Se.segments,n,u,Te.program,ye,C,E,Ne,Se.terrainData)),Ne.u_is_halo=0}pn(Te.buffers,Se.segments,n,u,Te.program,ye,C,E,Te.uniformValues,Se.terrainData)}}function pn(u,t,n,o,a,h,g,y,b,w){const C=o.context;a.draw(C,C.gl.TRIANGLES,h,g,y,Mt.disabled,b,w,n.id,u.layoutVertexBuffer,u.indexBuffer,t,n.paint,o.transform.zoom,u.programConfigurations.get(n.id),u.dynamicLayoutVertexBuffer,u.opacityVertexBuffer)}function qi(u,t,n,o,a){if(!n||!o||!o.imageAtlas)return;const h=o.imageAtlas.patternPositions;let g=h[n.to.toString()],y=h[n.from.toString()];if(!g&&y&&(g=y),!y&&g&&(y=g),!g||!y){const b=a.getPaintProperty(t);g=h[b],y=h[b]}g&&y&&u.setConstantPatternPositions(g,y)}function oa(u,t,n,o,a,h,g){const y=u.context.gl,b="fill-pattern",w=n.paint.get(b),C=w&&w.constantOr(1),E=n.getCrossfadeParameters();let R,F,$,H,U;g?(F=C&&!n.getPaintProperty("fill-outline-color")?"fillOutlinePattern":"fillOutline",R=y.LINES):(F=C?"fillPattern":"fill",R=y.TRIANGLES);const X=w.constantOr(null);for(const Y of o){const j=t.getTile(Y);if(C&&!j.patternsLoaded())continue;const te=j.getBucket(n);if(!te)continue;const se=te.programConfigurations.get(n.id),ce=u.useProgram(F,se),ye=u.style.map.terrain&&u.style.map.terrain.getTerrainData(Y);C&&(u.context.activeTexture.set(y.TEXTURE0),j.imageAtlasTexture.bind(y.LINEAR,y.CLAMP_TO_EDGE),se.updatePaintBuffers(E)),qi(se,b,X,j,n);const we=ye?Y:null,De=u.translatePosMatrix(we?we.posMatrix:Y.posMatrix,j,n.paint.get("fill-translate"),n.paint.get("fill-translate-anchor"));if(g){H=te.indexBuffer2,U=te.segments2;const Re=[y.drawingBufferWidth,y.drawingBufferHeight];$=F==="fillOutlinePattern"&&C?$c(De,u,E,j,Re):Nc(De,Re)}else H=te.indexBuffer,U=te.segments,$=C?zn(De,u,E,j):fs(De);ce.draw(u.context,R,a,u.stencilModeForClipping(Y),h,Mt.disabled,$,ye,n.id,te.layoutVertexBuffer,H,U,n.paint,u.transform.zoom,se)}}function oo(u,t,n,o,a,h,g){const y=u.context,b=y.gl,w="fill-extrusion-pattern",C=n.paint.get(w),E=C.constantOr(1),R=n.getCrossfadeParameters(),F=n.paint.get("fill-extrusion-opacity"),$=C.constantOr(null);for(const H of o){const U=t.getTile(H),X=U.getBucket(n);if(!X)continue;const Y=u.style.map.terrain&&u.style.map.terrain.getTerrainData(H),j=X.programConfigurations.get(n.id),te=u.useProgram(E?"fillExtrusionPattern":"fillExtrusion",j);E&&(u.context.activeTexture.set(b.TEXTURE0),U.imageAtlasTexture.bind(b.LINEAR,b.CLAMP_TO_EDGE),j.updatePaintBuffers(R)),qi(j,w,$,U,n);const se=u.translatePosMatrix(H.posMatrix,U,n.paint.get("fill-extrusion-translate"),n.paint.get("fill-extrusion-translate-anchor")),ce=n.paint.get("fill-extrusion-vertical-gradient"),ye=E?Js(se,u,ce,F,H,R,U):Xs(se,u,ce,F);te.draw(y,y.gl.TRIANGLES,a,h,g,Mt.backCCW,ye,Y,n.id,X.layoutVertexBuffer,X.indexBuffer,X.segments,n.paint,u.transform.zoom,j,u.style.map.terrain&&X.centroidVertexBuffer)}}function aa(u,t,n,o,a,h,g){const y=u.context,b=y.gl,w=n.fbo;if(!w)return;const C=u.useProgram("hillshade"),E=u.style.map.terrain&&u.style.map.terrain.getTerrainData(t);y.activeTexture.set(b.TEXTURE0),b.bindTexture(b.TEXTURE_2D,w.colorAttachment.get()),C.draw(y,b.TRIANGLES,a,h,g,Mt.disabled,((R,F,$,H)=>{const U=$.paint.get("hillshade-shadow-color"),X=$.paint.get("hillshade-highlight-color"),Y=$.paint.get("hillshade-accent-color");let j=$.paint.get("hillshade-illumination-direction")*(Math.PI/180);$.paint.get("hillshade-illumination-anchor")==="viewport"&&(j-=R.transform.angle);const te=!R.options.moving;return{u_matrix:H?H.posMatrix:R.transform.calculatePosMatrix(F.tileID.toUnwrapped(),te),u_image:0,u_latrange:Ui(0,F.tileID),u_light:[$.paint.get("hillshade-exaggeration"),j],u_shadow:U,u_highlight:X,u_accent:Y}})(u,n,o,E?t:null),E,o.id,u.rasterBoundsBuffer,u.quadTriangleIndexBuffer,u.rasterBoundsSegments)}function fn(u,t,n,o,a,h){const g=u.context,y=g.gl,b=t.dem;if(b&&b.data){const w=b.dim,C=b.stride,E=b.getPixels();if(g.activeTexture.set(y.TEXTURE1),g.pixelStoreUnpackPremultiplyAlpha.set(!1),t.demTexture=t.demTexture||u.getTileTexture(C),t.demTexture){const F=t.demTexture;F.update(E,{premultiply:!1}),F.bind(y.NEAREST,y.CLAMP_TO_EDGE)}else t.demTexture=new wt(g,E,y.RGBA,{premultiply:!1}),t.demTexture.bind(y.NEAREST,y.CLAMP_TO_EDGE);g.activeTexture.set(y.TEXTURE0);let R=t.fbo;if(!R){const F=new wt(g,{width:w,height:w,data:null},y.RGBA);F.bind(y.LINEAR,y.CLAMP_TO_EDGE),R=t.fbo=g.createFramebuffer(w,w,!0,!1),R.colorAttachment.set(F.texture)}g.bindFramebuffer.set(R.framebuffer),g.viewport.set([0,0,w,w]),u.useProgram("hillshadePrepare").draw(g,y.TRIANGLES,o,a,h,Mt.disabled,((F,$)=>{const H=$.stride,U=c.H();return c.aQ(U,0,c.X,-c.X,0,0,1),c.J(U,U,[0,-c.X,0]),{u_matrix:U,u_image:1,u_dimension:[H,H],u_zoom:F.overscaledZ,u_unpack:$.getUnpackVector()}})(t.tileID,b),null,n.id,u.rasterBoundsBuffer,u.quadTriangleIndexBuffer,u.rasterBoundsSegments),t.needsHillshadePrepare=!1}}function ao(u,t,n,o,a,h){const g=o.paint.get("raster-fade-duration");if(!h&&g>0){const y=le.now(),b=(y-u.timeAdded)/g,w=t?(y-t.timeAdded)/g:-1,C=n.getSource(),E=a.coveringZoomLevel({tileSize:C.tileSize,roundZoom:C.roundZoom}),R=!t||Math.abs(t.tileID.overscaledZ-E)>Math.abs(u.tileID.overscaledZ-E),F=R&&u.refreshedUponExpiration?1:c.ad(R?b:1-w,0,1);return u.refreshedUponExpiration&&b>=1&&(u.refreshedUponExpiration=!1),t?{opacity:1,mix:1-F}:{opacity:F,mix:0}}return{opacity:1,mix:0}}const lo=new c.aN(1,0,0,1),bs=new c.aN(0,1,0,1),co=new c.aN(0,0,1,1),Bl=new c.aN(1,0,1,1),Rn=new c.aN(0,1,1,1);function mn(u,t,n,o){Bn(u,0,t+n/2,u.transform.width,n,o)}function la(u,t,n,o){Bn(u,t-n/2,0,n,u.transform.height,o)}function Bn(u,t,n,o,a,h){const g=u.context,y=g.gl;y.enable(y.SCISSOR_TEST),y.scissor(t*u.pixelRatio,n*u.pixelRatio,o*u.pixelRatio,a*u.pixelRatio),g.clear({color:h}),y.disable(y.SCISSOR_TEST)}function gt(u,t,n){const o=u.context,a=o.gl,h=n.posMatrix,g=u.useProgram("debug"),y=ut.disabled,b=Vt.disabled,w=u.colorModeForRenderPass(),C="$debug",E=u.style.map.terrain&&u.style.map.terrain.getTerrainData(n);o.activeTexture.set(a.TEXTURE0);const R=t.getTileByID(n.key).latestRawTileData,F=Math.floor((R&&R.byteLength||0)/1024),$=t.getTile(n).tileSize,H=512/Math.min($,512)*(n.overscaledZ/u.transform.zoom)*.5;let U=n.canonical.toString();n.overscaledZ!==n.canonical.z&&(U+=` => ${n.overscaledZ}`),function(X,Y){X.initDebugOverlayCanvas();const j=X.debugOverlayCanvas,te=X.context.gl,se=X.debugOverlayCanvas.getContext("2d");se.clearRect(0,0,j.width,j.height),se.shadowColor="white",se.shadowBlur=2,se.lineWidth=1.5,se.strokeStyle="white",se.textBaseline="top",se.font="bold 36px Open Sans, sans-serif",se.fillText(Y,5,5),se.strokeText(Y,5,5),X.debugOverlayTexture.update(j),X.debugOverlayTexture.bind(te.LINEAR,te.CLAMP_TO_EDGE)}(u,`${U} ${F}kB`),g.draw(o,a.TRIANGLES,y,b,Et.alphaBlended,Mt.disabled,Xr(h,c.aN.transparent,H),null,C,u.debugBuffer,u.quadTriangleIndexBuffer,u.debugSegments),g.draw(o,a.LINE_STRIP,y,b,w,Mt.disabled,Xr(h,c.aN.red),E,C,u.debugBuffer,u.tileBorderIndexBuffer,u.debugSegments)}function ws(u,t,n){const o=u.context,a=o.gl,h=u.colorModeForRenderPass(),g=new ut(a.LEQUAL,ut.ReadWrite,u.depthRangeFor3D),y=u.useProgram("terrain"),b=t.getTerrainMesh();o.bindFramebuffer.set(null),o.viewport.set([0,0,u.width,u.height]);for(const w of n){const C=u.renderToTexture.getTexture(w),E=t.getTerrainData(w.tileID);o.activeTexture.set(a.TEXTURE0),a.bindTexture(a.TEXTURE_2D,C.texture);const R=u.transform.calculatePosMatrix(w.tileID.toUnwrapped()),F=t.getMeshFrameDelta(u.transform.zoom),$=u.transform.calculateFogMatrix(w.tileID.toUnwrapped()),H=Go(R,F,$,u.style.sky,u.transform.pitch);y.draw(o,a.TRIANGLES,g,Vt.disabled,h,Mt.backCCW,H,E,"terrain",b.vertexBuffer,b.indexBuffer,b.segments)}}class Fl{constructor(t,n,o){this.vertexBuffer=t,this.indexBuffer=n,this.segments=o}destroy(){this.vertexBuffer.destroy(),this.indexBuffer.destroy(),this.segments.destroy(),this.vertexBuffer=null,this.indexBuffer=null,this.segments=null}}class Ol{constructor(t,n){this.context=new ia(t),this.transform=n,this._tileTextures={},this.terrainFacilitator={dirty:!0,matrix:c.ao(new Float64Array(16)),renderTime:0},this.setup(),this.numSublayers=Ye.maxUnderzooming+Ye.maxOverzooming+1,this.depthEpsilon=1/Math.pow(2,16),this.crossTileSymbolIndex=new Xi}resize(t,n,o){if(this.width=Math.floor(t*o),this.height=Math.floor(n*o),this.pixelRatio=o,this.context.viewport.set([0,0,this.width,this.height]),this.style)for(const a of this.style._order)this.style._layers[a].resize()}setup(){const t=this.context,n=new c.aX;n.emplaceBack(0,0),n.emplaceBack(c.X,0),n.emplaceBack(0,c.X),n.emplaceBack(c.X,c.X),this.tileExtentBuffer=t.createVertexBuffer(n,ds.members),this.tileExtentSegments=c.a0.simpleSegment(0,0,4,2);const o=new c.aX;o.emplaceBack(0,0),o.emplaceBack(c.X,0),o.emplaceBack(0,c.X),o.emplaceBack(c.X,c.X),this.debugBuffer=t.createVertexBuffer(o,ds.members),this.debugSegments=c.a0.simpleSegment(0,0,4,5);const a=new c.$;a.emplaceBack(0,0,0,0),a.emplaceBack(c.X,0,c.X,0),a.emplaceBack(0,c.X,0,c.X),a.emplaceBack(c.X,c.X,c.X,c.X),this.rasterBoundsBuffer=t.createVertexBuffer(a,qr.members),this.rasterBoundsSegments=c.a0.simpleSegment(0,0,4,2);const h=new c.aX;h.emplaceBack(0,0),h.emplaceBack(1,0),h.emplaceBack(0,1),h.emplaceBack(1,1),this.viewportBuffer=t.createVertexBuffer(h,ds.members),this.viewportSegments=c.a0.simpleSegment(0,0,4,2);const g=new c.aZ;g.emplaceBack(0),g.emplaceBack(1),g.emplaceBack(3),g.emplaceBack(2),g.emplaceBack(0),this.tileBorderIndexBuffer=t.createIndexBuffer(g);const y=new c.aY;y.emplaceBack(0,1,2),y.emplaceBack(2,1,3),this.quadTriangleIndexBuffer=t.createIndexBuffer(y);const b=this.context.gl;this.stencilClearMode=new Vt({func:b.ALWAYS,mask:0},0,255,b.ZERO,b.ZERO,b.ZERO)}clearStencil(){const t=this.context,n=t.gl;this.nextStencilID=1,this.currentStencilSource=void 0;const o=c.H();c.aQ(o,0,this.width,this.height,0,0,1),c.K(o,o,[n.drawingBufferWidth,n.drawingBufferHeight,0]),this.useProgram("clippingMask").draw(t,n.TRIANGLES,ut.disabled,this.stencilClearMode,Et.disabled,Mt.disabled,ms(o),null,"$clipping",this.viewportBuffer,this.quadTriangleIndexBuffer,this.viewportSegments)}_renderTileClippingMasks(t,n){if(this.currentStencilSource===t.source||!t.isTileClipped()||!n||!n.length)return;this.currentStencilSource=t.source;const o=this.context,a=o.gl;this.nextStencilID+n.length>256&&this.clearStencil(),o.setColorMode(Et.disabled),o.setDepthMode(ut.disabled);const h=this.useProgram("clippingMask");this._tileClippingMaskIDs={};for(const g of n){const y=this._tileClippingMaskIDs[g.key]=this.nextStencilID++,b=this.style.map.terrain&&this.style.map.terrain.getTerrainData(g);h.draw(o,a.TRIANGLES,ut.disabled,new Vt({func:a.ALWAYS,mask:0},y,255,a.KEEP,a.KEEP,a.REPLACE),Et.disabled,Mt.disabled,ms(g.posMatrix),b,"$clipping",this.tileExtentBuffer,this.quadTriangleIndexBuffer,this.tileExtentSegments)}}stencilModeFor3D(){this.currentStencilSource=void 0,this.nextStencilID+1>256&&this.clearStencil();const t=this.nextStencilID++,n=this.context.gl;return new Vt({func:n.NOTEQUAL,mask:255},t,255,n.KEEP,n.KEEP,n.REPLACE)}stencilModeForClipping(t){const n=this.context.gl;return new Vt({func:n.EQUAL,mask:255},this._tileClippingMaskIDs[t.key],0,n.KEEP,n.KEEP,n.REPLACE)}stencilConfigForOverlap(t){const n=this.context.gl,o=t.sort((g,y)=>y.overscaledZ-g.overscaledZ),a=o[o.length-1].overscaledZ,h=o[0].overscaledZ-a+1;if(h>1){this.currentStencilSource=void 0,this.nextStencilID+h>256&&this.clearStencil();const g={};for(let y=0;y<h;y++)g[y+a]=new Vt({func:n.GEQUAL,mask:255},y+this.nextStencilID,255,n.KEEP,n.KEEP,n.REPLACE);return this.nextStencilID+=h,[g,o]}return[{[a]:Vt.disabled},o]}colorModeForRenderPass(){const t=this.context.gl;return this._showOverdrawInspector?new Et([t.CONSTANT_COLOR,t.ONE],new c.aN(.125,.125,.125,0),[!0,!0,!0,!0]):this.renderPass==="opaque"?Et.unblended:Et.alphaBlended}depthModeForSublayer(t,n,o){if(!this.opaquePassEnabledForLayer())return ut.disabled;const a=1-((1+this.currentLayer)*this.numSublayers+t)*this.depthEpsilon;return new ut(o||this.context.gl.LEQUAL,n,[a,a])}opaquePassEnabledForLayer(){return this.currentLayer<this.opaquePassCutoff}render(t,n){var o;this.style=t,this.options=n,this.lineAtlas=t.lineAtlas,this.imageManager=t.imageManager,this.glyphManager=t.glyphManager,this.symbolFadeChange=t.placement.symbolFadeChange(le.now()),this.imageManager.beginFrame();const a=this.style._order,h=this.style.sourceCaches,g={},y={},b={};for(const w in h){const C=h[w];C.used&&C.prepare(this.context),g[w]=C.getVisibleCoordinates(),y[w]=g[w].slice().reverse(),b[w]=C.getVisibleCoordinates(!0).reverse()}this.opaquePassCutoff=1/0;for(let w=0;w<a.length;w++)if(this.style._layers[a[w]].is3D()){this.opaquePassCutoff=w;break}this.maybeDrawDepthAndCoords(!1),this.renderToTexture&&(this.renderToTexture.prepareForRender(this.style,this.transform.zoom),this.opaquePassCutoff=0),this.renderPass="offscreen";for(const w of a){const C=this.style._layers[w];if(!C.hasOffscreenPass()||C.isHidden(this.transform.zoom))continue;const E=y[C.source];(C.type==="custom"||E.length)&&this.renderLayer(this,h[C.source],C,E)}if(this.context.bindFramebuffer.set(null),this.context.clear({color:n.showOverdrawInspector?c.aN.black:c.aN.transparent,depth:1}),this.clearStencil(),!((o=this.style.stylesheet)===null||o===void 0)&&o.sky&&function(w,C){const E=w.context,R=E.gl,F=((Y,j,te)=>({u_sky_color:Y.properties.get("sky-color"),u_horizon_color:Y.properties.get("horizon-color"),u_horizon:(j.height/2+j.getHorizon())*te,u_sky_horizon_blend:Y.properties.get("sky-horizon-blend")*j.height/2*te}))(C,w.style.map.transform,w.pixelRatio),$=new ut(R.LEQUAL,ut.ReadWrite,[0,1]),H=Vt.disabled,U=w.colorModeForRenderPass(),X=w.useProgram("sky");if(!C.mesh){const Y=new c.aX;Y.emplaceBack(-1,-1),Y.emplaceBack(1,-1),Y.emplaceBack(1,1),Y.emplaceBack(-1,1);const j=new c.aY;j.emplaceBack(0,1,2),j.emplaceBack(0,2,3),C.mesh=new Fl(E.createVertexBuffer(Y,ds.members),E.createIndexBuffer(j),c.a0.simpleSegment(0,0,Y.length,j.length))}X.draw(E,R.TRIANGLES,$,H,U,Mt.disabled,F,void 0,"sky",C.mesh.vertexBuffer,C.mesh.indexBuffer,C.mesh.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=a.length-1;this.currentLayer>=0;this.currentLayer--){const w=this.style._layers[a[this.currentLayer]],C=h[w.source],E=g[w.source];this._renderTileClippingMasks(w,E),this.renderLayer(this,C,w,E)}for(this.renderPass="translucent",this.currentLayer=0;this.currentLayer<a.length;this.currentLayer++){const w=this.style._layers[a[this.currentLayer]],C=h[w.source];if(this.renderToTexture&&this.renderToTexture.renderLayer(w))continue;const E=(w.type==="symbol"?b:y)[w.source];this._renderTileClippingMasks(w,g[w.source]),this.renderLayer(this,C,w,E)}if(this.options.showTileBoundaries){const w=function(C,E){let R=null;const F=Object.values(C._layers).flatMap(X=>X.source&&!X.isHidden(E)?[C.sourceCaches[X.source]]:[]),$=F.filter(X=>X.getSource().type==="vector"),H=F.filter(X=>X.getSource().type!=="vector"),U=X=>{(!R||R.getSource().maxzoom<X.getSource().maxzoom)&&(R=X)};return $.forEach(X=>U(X)),R||H.forEach(X=>U(X)),R}(this.style,this.transform.zoom);w&&function(C,E,R){for(let F=0;F<R.length;F++)gt(C,E,R[F])}(this,w,w.getVisibleCoordinates())}this.options.showPadding&&function(w){const C=w.transform.padding;mn(w,w.transform.height-(C.top||0),3,lo),mn(w,C.bottom||0,3,bs),la(w,C.left||0,3,co),la(w,w.transform.width-(C.right||0),3,Bl);const E=w.transform.centerPoint;(function(R,F,$,H){Bn(R,F-1,$-10,2,20,H),Bn(R,F-10,$-1,20,2,H)})(w,E.x,w.transform.height-E.y,Rn)}(this),this.context.setDefault()}maybeDrawDepthAndCoords(t){if(!this.style||!this.style.map||!this.style.map.terrain)return;const n=this.terrainFacilitator.matrix,o=this.transform.modelViewProjectionMatrix;let a=this.terrainFacilitator.dirty;a||(a=t?!c.a_(n,o):!c.a$(n,o)),a||(a=this.style.map.terrain.sourceCache.tilesAfterTime(this.terrainFacilitator.renderTime).length>0),a&&(c.b0(n,o),this.terrainFacilitator.renderTime=Date.now(),this.terrainFacilitator.dirty=!1,function(h,g){const y=h.context,b=y.gl,w=Et.unblended,C=new ut(b.LEQUAL,ut.ReadWrite,[0,1]),E=g.getTerrainMesh(),R=g.sourceCache.getRenderableTiles(),F=h.useProgram("terrainDepth");y.bindFramebuffer.set(g.getFramebuffer("depth").framebuffer),y.viewport.set([0,0,h.width/devicePixelRatio,h.height/devicePixelRatio]),y.clear({color:c.aN.transparent,depth:1});for(const $ of R){const H=g.getTerrainData($.tileID),U={u_matrix:h.transform.calculatePosMatrix($.tileID.toUnwrapped()),u_ele_delta:g.getMeshFrameDelta(h.transform.zoom)};F.draw(y,b.TRIANGLES,C,Vt.disabled,w,Mt.backCCW,U,H,"terrain",E.vertexBuffer,E.indexBuffer,E.segments)}y.bindFramebuffer.set(null),y.viewport.set([0,0,h.width,h.height])}(this,this.style.map.terrain),function(h,g){const y=h.context,b=y.gl,w=Et.unblended,C=new ut(b.LEQUAL,ut.ReadWrite,[0,1]),E=g.getTerrainMesh(),R=g.getCoordsTexture(),F=g.sourceCache.getRenderableTiles(),$=h.useProgram("terrainCoords");y.bindFramebuffer.set(g.getFramebuffer("coords").framebuffer),y.viewport.set([0,0,h.width/devicePixelRatio,h.height/devicePixelRatio]),y.clear({color:c.aN.transparent,depth:1}),g.coordsIndex=[];for(const H of F){const U=g.getTerrainData(H.tileID);y.activeTexture.set(b.TEXTURE0),b.bindTexture(b.TEXTURE_2D,R.texture);const X={u_matrix:h.transform.calculatePosMatrix(H.tileID.toUnwrapped()),u_terrain_coords_id:(255-g.coordsIndex.length)/255,u_texture:0,u_ele_delta:g.getMeshFrameDelta(h.transform.zoom)};$.draw(y,b.TRIANGLES,C,Vt.disabled,w,Mt.backCCW,X,U,"terrain",E.vertexBuffer,E.indexBuffer,E.segments),g.coordsIndex.push(H.tileID.key)}y.bindFramebuffer.set(null),y.viewport.set([0,0,h.width,h.height])}(this,this.style.map.terrain))}renderLayer(t,n,o,a){if(!o.isHidden(this.transform.zoom)&&(o.type==="background"||o.type==="custom"||(a||[]).length))switch(this.id=o.id,o.type){case"symbol":(function(h,g,y,b,w){if(h.renderPass!=="translucent")return;const C=Vt.disabled,E=h.colorModeForRenderPass();(y._unevaluatedLayout.hasValue("text-variable-anchor")||y._unevaluatedLayout.hasValue("text-variable-anchor-offset"))&&function(R,F,$,H,U,X,Y,j,te){const se=F.transform,ce=qs(),ye=U==="map",we=X==="map";for(const De of R){const Re=H.getTile(De),Se=Re.getBucket($);if(!Se||!Se.text||!Se.text.segments.get().length)continue;const Te=c.ah(Se.textSizeData,se.zoom),Ne=rt(Re,1,F.transform.zoom),tt=Gr(De.posMatrix,we,ye,F.transform,Ne),Ce=$.layout.get("icon-text-fit")!=="none"&&Se.hasIconData();if(Te){const Ae=Math.pow(2,se.zoom-Re.tileID.overscaledZ),Qe=F.style.map.terrain?(st,dt)=>F.style.map.terrain.getElevation(De,st,dt):null,Dt=ce.translatePosition(se,Re,Y,j);so(Se,ye,we,te,se,tt,De.posMatrix,Ae,Te,Ce,ce,Dt,De.toUnwrapped(),Qe)}}}(b,h,y,g,y.layout.get("text-rotation-alignment"),y.layout.get("text-pitch-alignment"),y.paint.get("text-translate"),y.paint.get("text-translate-anchor"),w),y.paint.get("icon-opacity").constantOr(1)!==0&&Jr(h,g,y,b,!1,y.paint.get("icon-translate"),y.paint.get("icon-translate-anchor"),y.layout.get("icon-rotation-alignment"),y.layout.get("icon-pitch-alignment"),y.layout.get("icon-keep-upright"),C,E),y.paint.get("text-opacity").constantOr(1)!==0&&Jr(h,g,y,b,!0,y.paint.get("text-translate"),y.paint.get("text-translate-anchor"),y.layout.get("text-rotation-alignment"),y.layout.get("text-pitch-alignment"),y.layout.get("text-keep-upright"),C,E),g.map.showCollisionBoxes&&(Rl(h,g,y,b,!0),Rl(h,g,y,b,!1))})(t,n,o,a,this.style.placement.variableOffsets);break;case"circle":(function(h,g,y,b){if(h.renderPass!=="translucent")return;const w=y.paint.get("circle-opacity"),C=y.paint.get("circle-stroke-width"),E=y.paint.get("circle-stroke-opacity"),R=!y.layout.get("circle-sort-key").isConstant();if(w.constantOr(1)===0&&(C.constantOr(1)===0||E.constantOr(1)===0))return;const F=h.context,$=F.gl,H=h.depthModeForSublayer(0,ut.ReadOnly),U=Vt.disabled,X=h.colorModeForRenderPass(),Y=[];for(let j=0;j<b.length;j++){const te=b[j],se=g.getTile(te),ce=se.getBucket(y);if(!ce)continue;const ye=ce.programConfigurations.get(y.id),we=h.useProgram("circle",ye),De=ce.layoutVertexBuffer,Re=ce.indexBuffer,Se=h.style.map.terrain&&h.style.map.terrain.getTerrainData(te),Te={programConfiguration:ye,program:we,layoutVertexBuffer:De,indexBuffer:Re,uniformValues:gl(h,te,se,y),terrainData:Se};if(R){const Ne=ce.segments.get();for(const tt of Ne)Y.push({segments:new c.a0([tt]),sortKey:tt.sortKey,state:Te})}else Y.push({segments:ce.segments,sortKey:0,state:Te})}R&&Y.sort((j,te)=>j.sortKey-te.sortKey);for(const j of Y){const{programConfiguration:te,program:se,layoutVertexBuffer:ce,indexBuffer:ye,uniformValues:we,terrainData:De}=j.state;se.draw(F,$.TRIANGLES,H,U,X,Mt.disabled,we,De,y.id,ce,ye,j.segments,y.paint,h.transform.zoom,te)}})(t,n,o,a);break;case"heatmap":(function(h,g,y,b){if(y.paint.get("heatmap-opacity")!==0)if(h.renderPass==="offscreen"){const w=h.context,C=w.gl,E=Vt.disabled,R=new Et([C.ONE,C.ONE],c.aN.transparent,[!0,!0,!0,!0]);(function(F,$,H){const U=F.gl;F.activeTexture.set(U.TEXTURE1),F.viewport.set([0,0,$.width/4,$.height/4]);let X=H.heatmapFbo;if(X)U.bindTexture(U.TEXTURE_2D,X.colorAttachment.get()),F.bindFramebuffer.set(X.framebuffer);else{const Y=U.createTexture();U.bindTexture(U.TEXTURE_2D,Y),U.texParameteri(U.TEXTURE_2D,U.TEXTURE_WRAP_S,U.CLAMP_TO_EDGE),U.texParameteri(U.TEXTURE_2D,U.TEXTURE_WRAP_T,U.CLAMP_TO_EDGE),U.texParameteri(U.TEXTURE_2D,U.TEXTURE_MIN_FILTER,U.LINEAR),U.texParameteri(U.TEXTURE_2D,U.TEXTURE_MAG_FILTER,U.LINEAR),X=H.heatmapFbo=F.createFramebuffer($.width/4,$.height/4,!1,!1),function(j,te,se,ce){var ye,we;const De=j.gl,Re=(ye=j.HALF_FLOAT)!==null&&ye!==void 0?ye:De.UNSIGNED_BYTE,Se=(we=j.RGBA16F)!==null&&we!==void 0?we:De.RGBA;De.texImage2D(De.TEXTURE_2D,0,Se,te.width/4,te.height/4,0,De.RGBA,Re,null),ce.colorAttachment.set(se)}(F,$,Y,X)}})(w,h,y),w.clear({color:c.aN.transparent});for(let F=0;F<b.length;F++){const $=b[F];if(g.hasRenderableParent($))continue;const H=g.getTile($),U=H.getBucket(y);if(!U)continue;const X=U.programConfigurations.get(y.id),Y=h.useProgram("heatmap",X),{zoom:j}=h.transform;Y.draw(w,C.TRIANGLES,ut.disabled,E,R,Mt.disabled,ji($.posMatrix,H,j,y.paint.get("heatmap-intensity")),null,y.id,U.layoutVertexBuffer,U.indexBuffer,U.segments,y.paint,h.transform.zoom,X)}w.viewport.set([0,0,h.width,h.height])}else h.renderPass==="translucent"&&(h.context.setColorMode(h.colorModeForRenderPass()),function(w,C){const E=w.context,R=E.gl,F=C.heatmapFbo;if(!F)return;E.activeTexture.set(R.TEXTURE0),R.bindTexture(R.TEXTURE_2D,F.colorAttachment.get()),E.activeTexture.set(R.TEXTURE1);let $=C.colorRampTexture;$||($=C.colorRampTexture=new wt(E,C.colorRamp,R.RGBA)),$.bind(R.LINEAR,R.CLAMP_TO_EDGE),w.useProgram("heatmapTexture").draw(E,R.TRIANGLES,ut.disabled,Vt.disabled,w.colorModeForRenderPass(),Mt.disabled,((H,U,X,Y)=>{const j=c.H();c.aQ(j,0,H.width,H.height,0,0,1);const te=H.context.gl;return{u_matrix:j,u_world:[te.drawingBufferWidth,te.drawingBufferHeight],u_image:0,u_color_ramp:1,u_opacity:U.paint.get("heatmap-opacity")}})(w,C),null,C.id,w.viewportBuffer,w.quadTriangleIndexBuffer,w.viewportSegments,C.paint,w.transform.zoom)}(h,y))})(t,n,o,a);break;case"line":(function(h,g,y,b){if(h.renderPass!=="translucent")return;const w=y.paint.get("line-opacity"),C=y.paint.get("line-width");if(w.constantOr(1)===0||C.constantOr(1)===0)return;const E=h.depthModeForSublayer(0,ut.ReadOnly),R=h.colorModeForRenderPass(),F=y.paint.get("line-dasharray"),$=y.paint.get("line-pattern"),H=$.constantOr(1),U=y.paint.get("line-gradient"),X=y.getCrossfadeParameters(),Y=H?"linePattern":F?"lineSDF":U?"lineGradient":"line",j=h.context,te=j.gl;let se=!0;for(const ce of b){const ye=g.getTile(ce);if(H&&!ye.patternsLoaded())continue;const we=ye.getBucket(y);if(!we)continue;const De=we.programConfigurations.get(y.id),Re=h.context.program.get(),Se=h.useProgram(Y,De),Te=se||Se.program!==Re,Ne=h.style.map.terrain&&h.style.map.terrain.getTerrainData(ce),tt=$.constantOr(null);if(tt&&ye.imageAtlas){const Qe=ye.imageAtlas,Dt=Qe.patternPositions[tt.to.toString()],st=Qe.patternPositions[tt.from.toString()];Dt&&st&&De.setConstantPatternPositions(Dt,st)}const Ce=Ne?ce:null,Ae=H?_l(h,ye,y,X,Ce):F?yl(h,ye,y,F,X,Ce):U?Ks(h,ye,y,we.lineClipsArray.length,Ce):gs(h,ye,y,Ce);if(H)j.activeTexture.set(te.TEXTURE0),ye.imageAtlasTexture.bind(te.LINEAR,te.CLAMP_TO_EDGE),De.updatePaintBuffers(X);else if(F&&(Te||h.lineAtlas.dirty))j.activeTexture.set(te.TEXTURE0),h.lineAtlas.bind(j);else if(U){const Qe=we.gradients[y.id];let Dt=Qe.texture;if(y.gradientVersion!==Qe.version){let st=256;if(y.stepInterpolant){const dt=g.getSource().maxzoom,Lt=ce.canonical.z===dt?Math.ceil(1<<h.transform.maxZoom-ce.canonical.z):1;st=c.ad(c.aV(we.maxLineLength/c.X*1024*Lt),256,j.maxTextureSize)}Qe.gradient=c.aW({expression:y.gradientExpression(),evaluationKey:"lineProgress",resolution:st,image:Qe.gradient||void 0,clips:we.lineClipsArray}),Qe.texture?Qe.texture.update(Qe.gradient):Qe.texture=new wt(j,Qe.gradient,te.RGBA),Qe.version=y.gradientVersion,Dt=Qe.texture}j.activeTexture.set(te.TEXTURE0),Dt.bind(y.stepInterpolant?te.NEAREST:te.LINEAR,te.CLAMP_TO_EDGE)}Se.draw(j,te.TRIANGLES,E,h.stencilModeForClipping(ce),R,Mt.disabled,Ae,Ne,y.id,we.layoutVertexBuffer,we.indexBuffer,we.segments,y.paint,h.transform.zoom,De,we.layoutVertexBuffer2),se=!1}})(t,n,o,a);break;case"fill":(function(h,g,y,b){const w=y.paint.get("fill-color"),C=y.paint.get("fill-opacity");if(C.constantOr(1)===0)return;const E=h.colorModeForRenderPass(),R=y.paint.get("fill-pattern"),F=h.opaquePassEnabledForLayer()&&!R.constantOr(1)&&w.constantOr(c.aN.transparent).a===1&&C.constantOr(0)===1?"opaque":"translucent";if(h.renderPass===F){const $=h.depthModeForSublayer(1,h.renderPass==="opaque"?ut.ReadWrite:ut.ReadOnly);oa(h,g,y,b,$,E,!1)}if(h.renderPass==="translucent"&&y.paint.get("fill-antialias")){const $=h.depthModeForSublayer(y.getPaintProperty("fill-outline-color")?2:0,ut.ReadOnly);oa(h,g,y,b,$,E,!0)}})(t,n,o,a);break;case"fill-extrusion":(function(h,g,y,b){const w=y.paint.get("fill-extrusion-opacity");if(w!==0&&h.renderPass==="translucent"){const C=new ut(h.context.gl.LEQUAL,ut.ReadWrite,h.depthRangeFor3D);if(w!==1||y.paint.get("fill-extrusion-pattern").constantOr(1))oo(h,g,y,b,C,Vt.disabled,Et.disabled),oo(h,g,y,b,C,h.stencilModeFor3D(),h.colorModeForRenderPass());else{const E=h.colorModeForRenderPass();oo(h,g,y,b,C,Vt.disabled,E)}}})(t,n,o,a);break;case"hillshade":(function(h,g,y,b){if(h.renderPass!=="offscreen"&&h.renderPass!=="translucent")return;const w=h.context,C=h.depthModeForSublayer(0,ut.ReadOnly),E=h.colorModeForRenderPass(),[R,F]=h.renderPass==="translucent"?h.stencilConfigForOverlap(b):[{},b];for(const $ of F){const H=g.getTile($);H.needsHillshadePrepare!==void 0&&H.needsHillshadePrepare&&h.renderPass==="offscreen"?fn(h,H,y,C,Vt.disabled,E):h.renderPass==="translucent"&&aa(h,$,H,y,C,R[$.overscaledZ],E)}w.viewport.set([0,0,h.width,h.height])})(t,n,o,a);break;case"raster":(function(h,g,y,b){if(h.renderPass!=="translucent"||y.paint.get("raster-opacity")===0||!b.length)return;const w=h.context,C=w.gl,E=g.getSource(),R=h.useProgram("raster"),F=h.colorModeForRenderPass(),[$,H]=E instanceof Ar?[{},b]:h.stencilConfigForOverlap(b),U=H[H.length-1].overscaledZ,X=!h.options.moving;for(const Y of H){const j=h.depthModeForSublayer(Y.overscaledZ-U,y.paint.get("raster-opacity")===1?ut.ReadWrite:ut.ReadOnly,C.LESS),te=g.getTile(Y);te.registerFadeDuration(y.paint.get("raster-fade-duration"));const se=g.findLoadedParent(Y,0),ce=g.findLoadedSibling(Y),ye=ao(te,se||ce||null,g,y,h.transform,h.style.map.terrain);let we,De;const Re=y.paint.get("raster-resampling")==="nearest"?C.NEAREST:C.LINEAR;w.activeTexture.set(C.TEXTURE0),te.texture.bind(Re,C.CLAMP_TO_EDGE,C.LINEAR_MIPMAP_NEAREST),w.activeTexture.set(C.TEXTURE1),se?(se.texture.bind(Re,C.CLAMP_TO_EDGE,C.LINEAR_MIPMAP_NEAREST),we=Math.pow(2,se.tileID.overscaledZ-te.tileID.overscaledZ),De=[te.tileID.canonical.x*we%1,te.tileID.canonical.y*we%1]):te.texture.bind(Re,C.CLAMP_TO_EDGE,C.LINEAR_MIPMAP_NEAREST),te.texture.useMipmap&&w.extTextureFilterAnisotropic&&h.transform.pitch>20&&C.texParameterf(C.TEXTURE_2D,w.extTextureFilterAnisotropic.TEXTURE_MAX_ANISOTROPY_EXT,w.extTextureFilterAnisotropicMax);const Se=h.style.map.terrain&&h.style.map.terrain.getTerrainData(Y),Te=Se?Y:null,Ne=Te?Te.posMatrix:h.transform.calculatePosMatrix(Y.toUnwrapped(),X),tt=Uc(Ne,De||[0,0],we||1,ye,y);E instanceof Ar?R.draw(w,C.TRIANGLES,j,Vt.disabled,F,Mt.disabled,tt,Se,y.id,E.boundsBuffer,h.quadTriangleIndexBuffer,E.boundsSegments):R.draw(w,C.TRIANGLES,j,$[Y.overscaledZ],F,Mt.disabled,tt,Se,y.id,h.rasterBoundsBuffer,h.quadTriangleIndexBuffer,h.rasterBoundsSegments)}})(t,n,o,a);break;case"background":(function(h,g,y,b){const w=y.paint.get("background-color"),C=y.paint.get("background-opacity");if(C===0)return;const E=h.context,R=E.gl,F=h.transform,$=F.tileSize,H=y.paint.get("background-pattern");if(h.isPatternMissing(H))return;const U=!H&&w.a===1&&C===1&&h.opaquePassEnabledForLayer()?"opaque":"translucent";if(h.renderPass!==U)return;const X=Vt.disabled,Y=h.depthModeForSublayer(0,U==="opaque"?ut.ReadWrite:ut.ReadOnly),j=h.colorModeForRenderPass(),te=h.useProgram(H?"backgroundPattern":"background"),se=b||F.coveringTiles({tileSize:$,terrain:h.style.map.terrain});H&&(E.activeTexture.set(R.TEXTURE0),h.imageManager.bind(h.context));const ce=y.getCrossfadeParameters();for(const ye of se){const we=b?ye.posMatrix:h.transform.calculatePosMatrix(ye.toUnwrapped()),De=H?Ho(we,C,h,H,{tileID:ye,tileSize:$},ce):Ys(we,C,w),Re=h.style.map.terrain&&h.style.map.terrain.getTerrainData(ye);te.draw(E,R.TRIANGLES,Y,X,j,Mt.disabled,De,Re,y.id,h.tileExtentBuffer,h.quadTriangleIndexBuffer,h.tileExtentSegments)}})(t,0,o,a);break;case"custom":(function(h,g,y){const b=h.context,w=y.implementation;if(h.renderPass==="offscreen"){const C=w.prerender;C&&(h.setCustomLayerDefaults(),b.setColorMode(h.colorModeForRenderPass()),C.call(w,b.gl,h.transform.customLayerMatrix()),b.setDirty(),h.setBaseState())}else if(h.renderPass==="translucent"){h.setCustomLayerDefaults(),b.setColorMode(h.colorModeForRenderPass()),b.setStencilMode(Vt.disabled);const C=w.renderingMode==="3d"?new ut(h.context.gl.LEQUAL,ut.ReadWrite,h.depthRangeFor3D):h.depthModeForSublayer(0,ut.ReadOnly);b.setDepthMode(C),w.render(b.gl,h.transform.customLayerMatrix(),{farZ:h.transform.farZ,nearZ:h.transform.nearZ,fov:h.transform._fov,modelViewProjectionMatrix:h.transform.modelViewProjectionMatrix,projectionMatrix:h.transform.projectionMatrix}),b.setDirty(),h.setBaseState(),b.bindFramebuffer.set(null)}})(t,0,o)}}translatePosMatrix(t,n,o,a,h){if(!o[0]&&!o[1])return t;const g=h?a==="map"?this.transform.angle:0:a==="viewport"?-this.transform.angle:0;if(g){const w=Math.sin(g),C=Math.cos(g);o=[o[0]*C-o[1]*w,o[0]*w+o[1]*C]}const y=[h?o[0]:rt(n,o[0],this.transform.zoom),h?o[1]:rt(n,o[1],this.transform.zoom),0],b=new Float32Array(16);return c.J(b,t,y),b}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()),o=this.imageManager.getPattern(t.to.toString());return!n||!o}useProgram(t,n){this.cache=this.cache||{};const o=t+(n?n.cacheKey:"")+(this._showOverdrawInspector?"/overdraw":"")+(this.style.map.terrain?"/terrain":"");return this.cache[o]||(this.cache[o]=new Hs(this.context,Wr[t],n,Qs[t],this._showOverdrawInspector,this.style.map.terrain)),this.cache[o]}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 wt(this.context,this.debugOverlayCanvas,this.context.gl.RGBA))}destroy(){this.debugOverlayTexture&&this.debugOverlayTexture.destroy()}overLimit(){const{drawingBufferWidth:t,drawingBufferHeight:n}=this.context.gl;return this.width!==t||this.height!==n}}class gn{constructor(t,n){this.points=t,this.planes=n}static fromInvProjectionMatrix(t,n,o){const a=Math.pow(2,o),h=[[-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(y=>{const b=1/(y=c.ag([],y,t))[3]/n*a;return c.b1(y,y,[b,b,1/y[3],b])}),g=[[0,1,2],[6,5,4],[0,3,7],[2,1,5],[3,2,6],[0,4,5]].map(y=>{const b=function(R,F){var $=F[0],H=F[1],U=F[2],X=$*$+H*H+U*U;return X>0&&(X=1/Math.sqrt(X)),R[0]=F[0]*X,R[1]=F[1]*X,R[2]=F[2]*X,R}([],function(R,F,$){var H=F[0],U=F[1],X=F[2],Y=$[0],j=$[1],te=$[2];return R[0]=U*te-X*j,R[1]=X*Y-H*te,R[2]=H*j-U*Y,R}([],jt([],h[y[0]],h[y[1]]),jt([],h[y[2]],h[y[1]]))),w=-((C=b)[0]*(E=h[y[1]])[0]+C[1]*E[1]+C[2]*E[2]);var C,E;return b.concat(w)});return new gn(h,g)}}class ho{constructor(t,n){this.min=t,this.max=n,this.center=function(o,a,h){return o[0]=.5*a[0],o[1]=.5*a[1],o[2]=.5*a[2],o}([],function(o,a,h){return o[0]=a[0]+h[0],o[1]=a[1]+h[1],o[2]=a[2]+h[2],o}([],this.min,this.max))}quadrant(t){const n=[t%2==0,t<2],o=It(this.min),a=It(this.max);for(let h=0;h<n.length;h++)o[h]=n[h]?this.min[h]:this.center[h],a[h]=n[h]?this.center[h]:this.max[h];return a[2]=this.max[2],new ho(o,a)}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]}intersects(t){const n=[[this.min[0],this.min[1],this.min[2],1],[this.max[0],this.min[1],this.min[2],1],[this.max[0],this.max[1],this.min[2],1],[this.min[0],this.max[1],this.min[2],1],[this.min[0],this.min[1],this.max[2],1],[this.max[0],this.min[1],this.max[2],1],[this.max[0],this.max[1],this.max[2],1],[this.min[0],this.max[1],this.max[2],1]];let o=!0;for(let a=0;a<t.planes.length;a++){const h=t.planes[a];let g=0;for(let y=0;y<n.length;y++)c.b2(h,n[y])>=0&&g++;if(g===0)return 0;g!==n.length&&(o=!1)}if(o)return 2;for(let a=0;a<3;a++){let h=Number.MAX_VALUE,g=-Number.MAX_VALUE;for(let y=0;y<t.points.length;y++){const b=t.points[y][a]-this.min[a];h=Math.min(h,b),g=Math.max(g,b)}if(g<0||h>this.max[a]-this.min[a])return 0}return 1}}class uo{constructor(t=0,n=0,o=0,a=0){if(isNaN(t)||t<0||isNaN(n)||n<0||isNaN(o)||o<0||isNaN(a)||a<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=o,this.right=a}interpolate(t,n,o){return n.top!=null&&t.top!=null&&(this.top=c.z.number(t.top,n.top,o)),n.bottom!=null&&t.bottom!=null&&(this.bottom=c.z.number(t.bottom,n.bottom,o)),n.left!=null&&t.left!=null&&(this.left=c.z.number(t.left,n.left,o)),n.right!=null&&t.right!=null&&(this.right=c.z.number(t.right,n.right,o)),this}getCenter(t,n){const o=c.ad((this.left+t-this.right)/2,0,t),a=c.ad((this.top+n-this.bottom)/2,0,n);return new c.P(o,a)}equals(t){return this.top===t.top&&this.bottom===t.bottom&&this.left===t.left&&this.right===t.right}clone(){return new uo(this.top,this.bottom,this.left,this.right)}toJSON(){return{top:this.top,bottom:this.bottom,left:this.left,right:this.right}}}const ca=85.051129;class ha{constructor(t,n,o,a,h){this.tileSize=512,this._renderWorldCopies=h===void 0||!!h,this._minZoom=t||0,this._maxZoom=n||22,this._minPitch=o??0,this._maxPitch=a??60,this.setMaxBounds(),this.width=0,this.height=0,this._center=new c.N(0,0),this._elevation=0,this.zoom=0,this.angle=0,this._fov=.6435011087932844,this._pitch=0,this._unmodified=!0,this._edgeInsets=new uo,this._posMatrixCache={},this._alignedPosMatrixCache={},this._fogMatrixCache={},this.minElevationForCurrentTile=0}clone(){const t=new ha(this._minZoom,this._maxZoom,this._minPitch,this.maxPitch,this._renderWorldCopies);return t.apply(this),t}apply(t){this.tileSize=t.tileSize,this.latRange=t.latRange,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.angle=t.angle,this._fov=t._fov,this._pitch=t._pitch,this._unmodified=t._unmodified,this._edgeInsets=t._edgeInsets.clone(),this._calcMatrices()}get minZoom(){return this._minZoom}set minZoom(t){this._minZoom!==t&&(this._minZoom=t,this.zoom=Math.max(this.zoom,t))}get maxZoom(){return this._maxZoom}set maxZoom(t){this._maxZoom!==t&&(this._maxZoom=t,this.zoom=Math.min(this.zoom,t))}get minPitch(){return this._minPitch}set minPitch(t){this._minPitch!==t&&(this._minPitch=t,this.pitch=Math.max(this.pitch,t))}get maxPitch(){return this._maxPitch}set maxPitch(t){this._maxPitch!==t&&(this._maxPitch=t,this.pitch=Math.min(this.pitch,t))}get renderWorldCopies(){return this._renderWorldCopies}set renderWorldCopies(t){t===void 0?t=!0:t===null&&(t=!1),this._renderWorldCopies=t}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.angle/Math.PI*180}set bearing(t){const n=-c.b3(t,-180,180)*Math.PI/180;this.angle!==n&&(this._unmodified=!1,this.angle=n,this._calcMatrices(),this.rotationMatrix=function(){var o=new c.A(4);return c.A!=Float32Array&&(o[1]=0,o[2]=0),o[0]=1,o[3]=1,o}(),function(o,a,h){var g=a[0],y=a[1],b=a[2],w=a[3],C=Math.sin(h),E=Math.cos(h);o[0]=g*E+b*C,o[1]=y*E+w*C,o[2]=g*-C+b*E,o[3]=y*-C+w*E}(this.rotationMatrix,this.rotationMatrix,this.angle))}get pitch(){return this._pitch/Math.PI*180}set pitch(t){const n=c.ad(t,this.minPitch,this.maxPitch)/180*Math.PI;this._pitch!==n&&(this._unmodified=!1,this._pitch=n,this._calcMatrices())}get fov(){return this._fov/Math.PI*180}set fov(t){t=Math.max(.01,Math.min(60,t)),this._fov!==t&&(this._unmodified=!1,this._fov=t/180*Math.PI,this._calcMatrices())}get zoom(){return this._zoom}set zoom(t){const n=Math.min(Math.max(t,this.minZoom),this.maxZoom);this._zoom!==n&&(this._unmodified=!1,this._zoom=n,this.tileZoom=Math.max(0,Math.floor(n)),this.scale=this.zoomScale(n),this._constrain(),this._calcMatrices())}get center(){return this._center}set center(t){t.lat===this._center.lat&&t.lng===this._center.lng||(this._unmodified=!1,this._center=t,this._constrain(),this._calcMatrices())}get elevation(){return this._elevation}set elevation(t){t!==this._elevation&&(this._elevation=t,this._constrain(),this._calcMatrices())}get padding(){return this._edgeInsets.toJSON()}set padding(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)}isPaddingEqual(t){return this._edgeInsets.equals(t)}interpolatePadding(t,n,o){this._unmodified=!1,this._edgeInsets.interpolate(t,n,o),this._constrain(),this._calcMatrices()}coveringZoomLevel(t){const n=(t.roundZoom?Math.round:Math.floor)(this.zoom+this.scaleZoom(this.tileSize/t.tileSize));return Math.max(0,n)}getVisibleUnwrappedCoordinates(t){const n=[new c.b4(0,t)];if(this._renderWorldCopies){const o=this.pointCoordinate(new c.P(0,0)),a=this.pointCoordinate(new c.P(this.width,0)),h=this.pointCoordinate(new c.P(this.width,this.height)),g=this.pointCoordinate(new c.P(0,this.height)),y=Math.floor(Math.min(o.x,a.x,h.x,g.x)),b=Math.floor(Math.max(o.x,a.x,h.x,g.x)),w=1;for(let C=y-w;C<=b+w;C++)C!==0&&n.push(new c.b4(C,t))}return n}coveringTiles(t){var n,o;let a=this.coveringZoomLevel(t);const h=a;if(t.minzoom!==void 0&&a<t.minzoom)return[];t.maxzoom!==void 0&&a>t.maxzoom&&(a=t.maxzoom);const g=this.pointCoordinate(this.getCameraPoint()),y=c.Z.fromLngLat(this.center),b=Math.pow(2,a),w=[b*g.x,b*g.y,0],C=[b*y.x,b*y.y,0],E=gn.fromInvProjectionMatrix(this.invModelViewProjectionMatrix,this.worldSize,a);let R=t.minzoom||0;!t.terrain&&this.pitch<=60&&this._edgeInsets.top<.1&&(R=a);const F=t.terrain?2/Math.min(this.tileSize,t.tileSize)*this.tileSize:3,$=j=>({aabb:new ho([j*b,0,0],[(j+1)*b,b,0]),zoom:0,x:0,y:0,wrap:j,fullyVisible:!1}),H=[],U=[],X=a,Y=t.reparseOverscaled?h:a;if(this._renderWorldCopies)for(let j=1;j<=3;j++)H.push($(-j)),H.push($(j));for(H.push($(0));H.length>0;){const j=H.pop(),te=j.x,se=j.y;let ce=j.fullyVisible;if(!ce){const Se=j.aabb.intersects(E);if(Se===0)continue;ce=Se===2}const ye=t.terrain?w:C,we=j.aabb.distanceX(ye),De=j.aabb.distanceY(ye),Re=Math.max(Math.abs(we),Math.abs(De));if(j.zoom===X||Re>F+(1<<X-j.zoom)-2&&j.zoom>=R){const Se=X-j.zoom,Te=w[0]-.5-(te<<Se),Ne=w[1]-.5-(se<<Se);U.push({tileID:new c.S(j.zoom===X?Y:j.zoom,j.wrap,j.zoom,te,se),distanceSq:Vr([C[0]-.5-te,C[1]-.5-se]),tileDistanceToCamera:Math.sqrt(Te*Te+Ne*Ne)})}else for(let Se=0;Se<4;Se++){const Te=(te<<1)+Se%2,Ne=(se<<1)+(Se>>1),tt=j.zoom+1;let Ce=j.aabb.quadrant(Se);if(t.terrain){const Ae=new c.S(tt,j.wrap,tt,Te,Ne),Qe=t.terrain.getMinMaxElevation(Ae),Dt=(n=Qe.minElevation)!==null&&n!==void 0?n:this.elevation,st=(o=Qe.maxElevation)!==null&&o!==void 0?o:this.elevation;Ce=new ho([Ce.min[0],Ce.min[1],Dt],[Ce.max[0],Ce.max[1],st])}H.push({aabb:Ce,zoom:tt,x:Te,y:Ne,wrap:j.wrap,fullyVisible:ce})}}return U.sort((j,te)=>j.distanceSq-te.distanceSq).map(j=>j.tileID)}resize(t,n){this.width=t,this.height=n,this.pixelsToGLUnits=[2/t,-2/n],this._constrain(),this._calcMatrices()}get unmodified(){return this._unmodified}zoomScale(t){return Math.pow(2,t)}scaleZoom(t){return Math.log(t)/Math.LN2}project(t){const n=c.ad(t.lat,-85.051129,ca);return new c.P(c.O(t.lng)*this.worldSize,c.Q(n)*this.worldSize)}unproject(t){return new c.Z(t.x/this.worldSize,t.y/this.worldSize).toLngLat()}get point(){return this.project(this.center)}getCameraPosition(){return{lngLat:this.pointLocation(this.getCameraPoint()),altitude:Math.cos(this._pitch)*this.cameraToCenterDistance/this._pixelPerMeter+this.elevation}}recalculateZoom(t){const n=this.elevation,o=Math.cos(this._pitch)*this.cameraToCenterDistance/this._pixelPerMeter,a=this.pointLocation(this.centerPoint,t),h=t.getElevationForLngLatZoom(a,this.tileZoom);if(!(this.elevation-h))return;const g=o+n-h,y=Math.cos(this._pitch)*this.cameraToCenterDistance/g/c.b5(1,a.lat),b=this.scaleZoom(y/this.tileSize);this._elevation=h,this._center=a,this.zoom=b}setLocationAtPoint(t,n){const o=this.pointCoordinate(n),a=this.pointCoordinate(this.centerPoint),h=this.locationCoordinate(t),g=new c.Z(h.x-(o.x-a.x),h.y-(o.y-a.y));this.center=this.coordinateLocation(g),this._renderWorldCopies&&(this.center=this.center.wrap())}locationPoint(t,n){return n?this.coordinatePoint(this.locationCoordinate(t),n.getElevationForLngLatZoom(t,this.tileZoom),this.pixelMatrix3D):this.coordinatePoint(this.locationCoordinate(t))}pointLocation(t,n){return this.coordinateLocation(this.pointCoordinate(t,n))}locationCoordinate(t){return c.Z.fromLngLat(t)}coordinateLocation(t){return t&&t.toLngLat()}pointCoordinate(t,n){if(n){const R=n.pointCoordinate(t);if(R!=null)return R}const o=[t.x,t.y,0,1],a=[t.x,t.y,1,1];c.ag(o,o,this.pixelMatrixInverse),c.ag(a,a,this.pixelMatrixInverse);const h=o[3],g=a[3],y=o[1]/h,b=a[1]/g,w=o[2]/h,C=a[2]/g,E=w===C?0:(0-w)/(C-w);return new c.Z(c.z.number(o[0]/h,a[0]/g,E)/this.worldSize,c.z.number(y,b,E)/this.worldSize)}coordinatePoint(t,n=0,o=this.pixelMatrix){const a=[t.x*this.worldSize,t.y*this.worldSize,n,1];return c.ag(a,a,o),new c.P(a[0]/a[3],a[1]/a[3])}getBounds(){const t=Math.max(0,this.height/2-this.getHorizon());return new ue().extend(this.pointLocation(new c.P(0,t))).extend(this.pointLocation(new c.P(this.width,t))).extend(this.pointLocation(new c.P(this.width,this.height))).extend(this.pointLocation(new c.P(0,this.height)))}getMaxBounds(){return this.latRange&&this.latRange.length===2&&this.lngRange&&this.lngRange.length===2?new ue([this.lngRange[0],this.latRange[0]],[this.lngRange[1],this.latRange[1]]):null}getHorizon(){return Math.tan(Math.PI/2-this._pitch)*this.cameraToCenterDistance*.85}setMaxBounds(t){t?(this.lngRange=[t.getWest(),t.getEast()],this.latRange=[t.getSouth(),t.getNorth()],this._constrain()):(this.lngRange=null,this.latRange=[-85.051129,ca])}calculateTileMatrix(t){const n=t.canonical,o=this.worldSize/this.zoomScale(n.z),a=n.x+Math.pow(2,n.z)*t.wrap,h=c.ao(new Float64Array(16));return c.J(h,h,[a*o,n.y*o,0]),c.K(h,h,[o/c.X,o/c.X,1]),h}calculatePosMatrix(t,n=!1){const o=t.key,a=n?this._alignedPosMatrixCache:this._posMatrixCache;if(a[o])return a[o];const h=this.calculateTileMatrix(t);return c.L(h,n?this.alignedModelViewProjectionMatrix:this.modelViewProjectionMatrix,h),a[o]=new Float32Array(h),a[o]}calculateFogMatrix(t){const n=t.key,o=this._fogMatrixCache;if(o[n])return o[n];const a=this.calculateTileMatrix(t);return c.L(a,this.fogMatrix,a),o[n]=new Float32Array(a),o[n]}customLayerMatrix(){return this.mercatorMatrix.slice()}getConstrained(t,n){n=c.ad(+n,this.minZoom,this.maxZoom);const o={center:new c.N(t.lng,t.lat),zoom:n};let a=this.lngRange;if(!this._renderWorldCopies&&a===null){const j=179.9999999999;a=[-j,j]}const h=this.tileSize*this.zoomScale(o.zoom);let g=0,y=h,b=0,w=h,C=0,E=0;const{x:R,y:F}=this.size;if(this.latRange){const j=this.latRange;g=c.Q(j[1])*h,y=c.Q(j[0])*h,y-g<F&&(C=F/(y-g))}a&&(b=c.b3(c.O(a[0])*h,0,h),w=c.b3(c.O(a[1])*h,0,h),w<b&&(w+=h),w-b<R&&(E=R/(w-b)));const{x:$,y:H}=this.project.call({worldSize:h},t);let U,X;const Y=Math.max(E||0,C||0);if(Y){const j=new c.P(E?(w+b)/2:$,C?(y+g)/2:H);return o.center=this.unproject.call({worldSize:h},j).wrap(),o.zoom+=this.scaleZoom(Y),o}if(this.latRange){const j=F/2;H-j<g&&(X=g+j),H+j>y&&(X=y-j)}if(a){const j=(b+w)/2;let te=$;this._renderWorldCopies&&(te=c.b3($,j-h/2,j+h/2));const se=R/2;te-se<b&&(U=b+se),te+se>w&&(U=w-se)}if(U!==void 0||X!==void 0){const j=new c.P(U??$,X??H);o.center=this.unproject.call({worldSize:h},j).wrap()}return o}_constrain(){if(!this.center||!this.width||!this.height||this._constraining)return;this._constraining=!0;const t=this._unmodified,{center:n,zoom:o}=this.getConstrained(this.center,this.zoom);this.center=n,this.zoom=o,this._unmodified=t,this._constraining=!1}_calcMatrices(){if(!this.height)return;const t=this.centerOffset,n=this.point.x,o=this.point.y;this.cameraToCenterDistance=.5/Math.tan(this._fov/2)*this.height,this._pixelPerMeter=c.b5(1,this.center.lat)*this.worldSize;let a=c.ao(new Float64Array(16));c.K(a,a,[this.width/2,-this.height/2,1]),c.J(a,a,[1,-1,0]),this.labelPlaneMatrix=a,a=c.ao(new Float64Array(16)),c.K(a,a,[1,-1,1]),c.J(a,a,[-1,-1,0]),c.K(a,a,[2/this.width,2/this.height,1]),this.glCoordMatrix=a;const h=this.cameraToCenterDistance+this._elevation*this._pixelPerMeter/Math.cos(this._pitch),g=Math.min(this.elevation,this.minElevationForCurrentTile),y=h-g*this._pixelPerMeter/Math.cos(this._pitch),b=g<0?y:h,w=Math.PI/2+this._pitch,C=this._fov*(.5+t.y/this.height),E=Math.sin(C)*b/Math.sin(c.ad(Math.PI-w-C,.01,Math.PI-.01)),R=this.getHorizon(),F=2*Math.atan(R/this.cameraToCenterDistance)*(.5+t.y/(2*R)),$=Math.sin(F)*b/Math.sin(c.ad(Math.PI-w-F,.01,Math.PI-.01)),H=Math.min(E,$);this.farZ=1.01*(Math.cos(Math.PI/2-this._pitch)*H+b),this.nearZ=this.height/50,a=new Float64Array(16),c.b6(a,this._fov,this.width/this.height,this.nearZ,this.farZ),a[8]=2*-t.x/this.width,a[9]=2*t.y/this.height,this.projectionMatrix=c.af(a),c.K(a,a,[1,-1,1]),c.J(a,a,[0,0,-this.cameraToCenterDistance]),c.b7(a,a,this._pitch),c.ae(a,a,this.angle),c.J(a,a,[-n,-o,0]),this.mercatorMatrix=c.K([],a,[this.worldSize,this.worldSize,this.worldSize]),c.K(a,a,[1,1,this._pixelPerMeter]),this.pixelMatrix=c.L(new Float64Array(16),this.labelPlaneMatrix,a),c.J(a,a,[0,0,-this.elevation]),this.modelViewProjectionMatrix=a,this.invModelViewProjectionMatrix=c.at([],a),this.fogMatrix=new Float64Array(16),c.b6(this.fogMatrix,this._fov,this.width/this.height,h,this.farZ),this.fogMatrix[8]=2*-t.x/this.width,this.fogMatrix[9]=2*t.y/this.height,c.K(this.fogMatrix,this.fogMatrix,[1,-1,1]),c.J(this.fogMatrix,this.fogMatrix,[0,0,-this.cameraToCenterDistance]),c.b7(this.fogMatrix,this.fogMatrix,this._pitch),c.ae(this.fogMatrix,this.fogMatrix,this.angle),c.J(this.fogMatrix,this.fogMatrix,[-n,-o,0]),c.K(this.fogMatrix,this.fogMatrix,[1,1,this._pixelPerMeter]),c.J(this.fogMatrix,this.fogMatrix,[0,0,-this.elevation]),this.pixelMatrix3D=c.L(new Float64Array(16),this.labelPlaneMatrix,a);const U=this.width%2/2,X=this.height%2/2,Y=Math.cos(this.angle),j=Math.sin(this.angle),te=n-Math.round(n)+Y*U+j*X,se=o-Math.round(o)+Y*X+j*U,ce=new Float64Array(a);if(c.J(ce,ce,[te>.5?te-1:te,se>.5?se-1:se,0]),this.alignedModelViewProjectionMatrix=ce,a=c.at(new Float64Array(16),this.pixelMatrix),!a)throw new Error("failed to invert matrix");this.pixelMatrixInverse=a,this._posMatrixCache={},this._alignedPosMatrixCache={},this._fogMatrixCache={}}maxPitchScaleFactor(){if(!this.pixelMatrixInverse)return 1;const t=this.pointCoordinate(new c.P(0,0)),n=[t.x*this.worldSize,t.y*this.worldSize,0,1];return c.ag(n,n,this.pixelMatrix)[3]/this.cameraToCenterDistance}getCameraPoint(){const t=Math.tan(this._pitch)*(this.cameraToCenterDistance||1);return this.centerPoint.add(new c.P(0,t))}getCameraQueryGeometry(t){const n=this.getCameraPoint();if(t.length===1)return[t[0],n];{let o=n.x,a=n.y,h=n.x,g=n.y;for(const y of t)o=Math.min(o,y.x),a=Math.min(a,y.y),h=Math.max(h,y.x),g=Math.max(g,y.y);return[new c.P(o,a),new c.P(h,a),new c.P(h,g),new c.P(o,g),new c.P(o,a)]}}lngLatToCameraDepth(t,n){const o=this.locationCoordinate(t),a=[o.x*this.worldSize,o.y*this.worldSize,n,1];return c.ag(a,a,this.modelViewProjectionMatrix),a[2]/a[3]}}function po(u,t){let n,o=!1,a=null,h=null;const g=()=>{a=null,o&&(u.apply(h,n),a=setTimeout(g,t),o=!1)};return(...y)=>(o=!0,h=this,n=y,a||g(),a)}class Ss{constructor(t){this._getCurrentHash=()=>{const n=window.location.hash.replace("#","");if(this._hashName){let o;return n.split("&").map(a=>a.split("=")).forEach(a=>{a[0]===this._hashName&&(o=a)}),(o&&o[1]||"").split("/")}return n.split("/")},this._onHashChange=()=>{const n=this._getCurrentHash();if(n.length>=3&&!n.some(o=>isNaN(o))){const o=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:o,pitch:+(n[4]||0)}),!0}return!1},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 o=n.join("/");let a=o;a.split("&").length>0&&(a=a.split("&")[0]),this._hashName&&(a=`${this._hashName}=${o}`);let h=window.location.hash.replace(a,"");h.startsWith("#&")?h=h.slice(0,1)+h.slice(2):h==="#"&&(h="");let g=window.location.href.replace(/(#.+)?$/,h);g=g.replace("&&","&"),window.history.replaceState(window.history.state,null,g)},this._updateHash=po(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(),o=Math.round(100*this._map.getZoom())/100,a=Math.ceil((o*Math.LN2+Math.log(512/360/.5))/Math.LN10),h=Math.pow(10,a),g=Math.round(n.lng*h)/h,y=Math.round(n.lat*h)/h,b=this._map.getBearing(),w=this._map.getPitch();let C="";if(C+=t?`/${g}/${y}/${o}`:`${o}/${y}/${g}`,(b||w)&&(C+="/"+Math.round(10*b)/10),w&&(C+=`/${Math.round(w)}`),this._hashName){const E=this._hashName;let R=!1;const F=window.location.hash.slice(1).split("&").map($=>{const H=$.split("=")[0];return H===E?(R=!0,`${H}=${C}`):$}).filter($=>$);return R||F.push(`${E}=${C}`),`#${F.join("&")}`}return`#${C}`}}const _n={linearity:.3,easing:c.b8(0,0,.3,1)},ua=c.e({deceleration:2500,maxSpeed:1400},_n),da=c.e({deceleration:20,maxSpeed:1400},_n),Vl=c.e({deceleration:1e3,maxSpeed:360},_n),fo=c.e({deceleration:1e3,maxSpeed:90},_n);class mo{constructor(t){this._map=t,this.clear()}clear(){this._inertiaBuffer=[]}record(t){this._drainInertiaBuffer(),this._inertiaBuffer.push({time:le.now(),settings:t})}_drainInertiaBuffer(){const t=this._inertiaBuffer,n=le.now();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,pan:new c.P(0,0),pinchAround:void 0,around:void 0};for(const{settings:h}of this._inertiaBuffer)n.zoom+=h.zoomDelta||0,n.bearing+=h.bearingDelta||0,n.pitch+=h.pitchDelta||0,h.panDelta&&n.pan._add(h.panDelta),h.around&&(n.around=h.around),h.pinchAround&&(n.pinchAround=h.pinchAround);const o=this._inertiaBuffer[this._inertiaBuffer.length-1].time-this._inertiaBuffer[0].time,a={};if(n.pan.mag()){const h=go(n.pan.mag(),o,c.e({},ua,t||{}));a.offset=n.pan.mult(h.amount/n.pan.mag()),a.center=this._map.transform.center,Fn(a,h)}if(n.zoom){const h=go(n.zoom,o,da);a.zoom=this._map.transform.zoom+h.amount,Fn(a,h)}if(n.bearing){const h=go(n.bearing,o,Vl);a.bearing=this._map.transform.bearing+c.ad(h.amount,-179,179),Fn(a,h)}if(n.pitch){const h=go(n.pitch,o,fo);a.pitch=this._map.transform.pitch+h.amount,Fn(a,h)}if(a.zoom||a.bearing){const h=n.pinchAround===void 0?n.around:n.pinchAround;a.around=h?this._map.unproject(h):this._map.getCenter()}return this.clear(),c.e(a,{noMoveStart:!0})}}function Fn(u,t){(!u.duration||u.duration<t.duration)&&(u.duration=t.duration,u.easing=t.easing)}function go(u,t,n){const{maxSpeed:o,linearity:a,deceleration:h}=n,g=c.ad(u*a/(t/1e3),-o,o),y=Math.abs(g)/(h*a);return{easing:n.easing,duration:1e3*y,amount:g*(y/2)}}class Ti extends c.k{preventDefault(){this._defaultPrevented=!0}get defaultPrevented(){return this._defaultPrevented}constructor(t,n,o,a={}){const h=oe.mousePos(n.getCanvas(),o),g=n.unproject(h);super(t,c.e({point:h,lngLat:g,originalEvent:o},a)),this._defaultPrevented=!1,this.target=n}}class Ts extends c.k{preventDefault(){this._defaultPrevented=!0}get defaultPrevented(){return this._defaultPrevented}constructor(t,n,o){const a=t==="touchend"?o.changedTouches:o.touches,h=oe.touchPos(n.getCanvasContainer(),a),g=h.map(b=>n.unproject(b)),y=h.reduce((b,w,C,E)=>b.add(w.div(E.length)),new c.P(0,0));super(t,{points:h,point:y,lngLats:g,lngLat:n.unproject(y),originalEvent:o}),this._defaultPrevented=!1}}class pa extends c.k{preventDefault(){this._defaultPrevented=!0}get defaultPrevented(){return this._defaultPrevented}constructor(t,n,o){super(t,{originalEvent:o}),this._defaultPrevented=!1}}class _o{constructor(t,n){this._map=t,this._clickTolerance=n.clickTolerance}reset(){delete this._mousedownPos}wheel(t){return this._firePreventable(new pa(t.type,this._map,t))}mousedown(t,n){return this._mousedownPos=n,this._firePreventable(new Ti(t.type,this._map,t))}mouseup(t){this._map.fire(new Ti(t.type,this._map,t))}click(t,n){this._mousedownPos&&this._mousedownPos.dist(n)>=this._clickTolerance||this._map.fire(new Ti(t.type,this._map,t))}dblclick(t){return this._firePreventable(new Ti(t.type,this._map,t))}mouseover(t){this._map.fire(new Ti(t.type,this._map,t))}mouseout(t){this._map.fire(new Ti(t.type,this._map,t))}touchstart(t){return this._firePreventable(new Ts(t.type,this._map,t))}touchmove(t){this._map.fire(new Ts(t.type,this._map,t))}touchend(t){this._map.fire(new Ts(t.type,this._map,t))}touchcancel(t){this._map.fire(new Ts(t.type,this._map,t))}_firePreventable(t){if(this._map.fire(t),t.defaultPrevented)return{}}isEnabled(){return!0}isActive(){return!1}enable(){}disable(){}}class fa{constructor(t){this._map=t}reset(){this._delayContextMenu=!1,this._ignoreContextMenu=!0,delete this._contextMenuEvent}mousemove(t){this._map.fire(new Ti(t.type,this._map,t))}mousedown(){this._delayContextMenu=!0,this._ignoreContextMenu=!1}mouseup(){this._delayContextMenu=!1,this._contextMenuEvent&&(this._map.fire(new Ti("contextmenu",this._map,this._contextMenuEvent)),delete this._contextMenuEvent)}contextmenu(t){this._delayContextMenu?this._contextMenuEvent=t:this._ignoreContextMenu||this._map.fire(new Ti(t.type,this._map,t)),this._map.listens("contextmenu")&&t.preventDefault()}isEnabled(){return!0}isActive(){return!1}enable(){}disable(){}}class On{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.pointLocation(c.P.convert(t),this._map.terrain)}}class ma{constructor(t,n){this._map=t,this._tr=new On(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&&(oe.disableDrag(),this._startPos=this._lastPos=n,this._active=!0)}mousemoveWindow(t,n){if(!this._active)return;const o=n;if(this._lastPos.equals(o)||!this._box&&o.dist(this._startPos)<this._clickTolerance)return;const a=this._startPos;this._lastPos=o,this._box||(this._box=oe.create("div","maplibregl-boxzoom",this._container),this._container.classList.add("maplibregl-crosshair"),this._fireEvent("boxzoomstart",t));const h=Math.min(a.x,o.x),g=Math.max(a.x,o.x),y=Math.min(a.y,o.y),b=Math.max(a.y,o.y);oe.setTransform(this._box,`translate(${h}px,${y}px)`),this._box.style.width=g-h+"px",this._box.style.height=b-y+"px"}mouseupWindow(t,n){if(!this._active||t.button!==0)return;const o=this._startPos,a=n;if(this.reset(),oe.suppressClick(),o.x!==a.x||o.y!==a.y)return this._map.fire(new c.k("boxzoomend",{originalEvent:t})),{cameraAnimation:h=>h.fitScreenCoordinates(o,a,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&&(oe.remove(this._box),this._box=null),oe.enableDrag(),delete this._startPos,delete this._lastPos}_fireEvent(t,n){return this._map.fire(new c.k(t,{originalEvent:n}))}}function Vn(u,t){if(u.length!==t.length)throw new Error(`The number of touches and points are not equal - touches ${u.length}, points ${t.length}`);const n={};for(let o=0;o<u.length;o++)n[u[o].identifier]=t[o];return n}class ga{constructor(t){this.reset(),this.numTouches=t.numTouches}reset(){delete this.centroid,delete this.startTime,delete this.touches,this.aborted=!1}touchstart(t,n,o){(this.centroid||o.length>this.numTouches)&&(this.aborted=!0),this.aborted||(this.startTime===void 0&&(this.startTime=t.timeStamp),o.length===this.numTouches&&(this.centroid=function(a){const h=new c.P(0,0);for(const g of a)h._add(g);return h.div(a.length)}(n),this.touches=Vn(o,n)))}touchmove(t,n,o){if(this.aborted||!this.centroid)return;const a=Vn(o,n);for(const h in this.touches){const g=a[h];(!g||g.dist(this.touches[h])>30)&&(this.aborted=!0)}}touchend(t,n,o){if((!this.centroid||t.timeStamp-this.startTime>500)&&(this.aborted=!0),o.length===0){const a=!this.aborted&&this.centroid;if(this.reset(),a)return a}}}class _a{constructor(t){this.singleTap=new ga(t),this.numTaps=t.numTaps,this.reset()}reset(){this.lastTime=1/0,delete this.lastTap,this.count=0,this.singleTap.reset()}touchstart(t,n,o){this.singleTap.touchstart(t,n,o)}touchmove(t,n,o){this.singleTap.touchmove(t,n,o)}touchend(t,n,o){const a=this.singleTap.touchend(t,n,o);if(a){const h=t.timeStamp-this.lastTime<500,g=!this.lastTap||this.lastTap.dist(a)<30;if(h&&g||this.reset(),this.count++,this.lastTime=t.timeStamp,this.lastTap=a,this.count===this.numTaps)return this.reset(),a}}}class Nl{constructor(t){this._tr=new On(t),this._zoomIn=new _a({numTouches:1,numTaps:2}),this._zoomOut=new _a({numTouches:2,numTaps:1}),this.reset()}reset(){this._active=!1,this._zoomIn.reset(),this._zoomOut.reset()}touchstart(t,n,o){this._zoomIn.touchstart(t,n,o),this._zoomOut.touchstart(t,n,o)}touchmove(t,n,o){this._zoomIn.touchmove(t,n,o),this._zoomOut.touchmove(t,n,o)}touchend(t,n,o){const a=this._zoomIn.touchend(t,n,o),h=this._zoomOut.touchend(t,n,o),g=this._tr;return a?(this._active=!0,t.preventDefault(),setTimeout(()=>this.reset(),0),{cameraAnimation:y=>y.easeTo({duration:300,zoom:g.zoom+1,around:g.unproject(a)},{originalEvent:t})}):h?(this._active=!0,t.preventDefault(),setTimeout(()=>this.reset(),0),{cameraAnimation:y=>y.easeTo({duration:300,zoom:g.zoom-1,around:g.unproject(h)},{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 zt{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.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=n.length?n[0]:n,this._activateOnStart&&this._lastPoint&&(this._active=!0))}dragMove(t,n){if(!this.isEnabled())return;const o=this._lastPoint;if(!o)return;if(t.preventDefault(),!this._moveStateManager.isValidMoveEvent(t))return void this.reset(t);const a=n.length?n[0]:n;return!this._moved&&a.dist(o)<this._clickTolerance?void 0:(this._moved=!0,this._lastPoint=a,this._move(o,a))}dragEnd(t){this.isEnabled()&&this._lastPoint&&this._moveStateManager.isValidEndEvent(t)&&(this._moved&&oe.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 yn={0:1,2:2};class Ai{constructor(t){this._correctEvent=t.checkCorrectEvent}startMove(t){const n=oe.mouseButton(t);this._eventButton=n}endMove(t){delete this._eventButton}isValidStartEvent(t){return this._correctEvent(t)}isValidMoveEvent(t){return!function(n,o){const a=yn[o];return n.buttons===void 0||(n.buttons&a)!==a}(t,this._eventButton)}isValidEndEvent(t){return oe.mouseButton(t)===this._eventButton}}class yo{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)}}const ks=u=>{u.mousedown=u.dragStart,u.mousemoveWindow=u.dragMove,u.mouseup=u.dragEnd,u.contextmenu=t=>{t.preventDefault()}},ya=({enable:u,clickTolerance:t,bearingDegreesPerPixelMoved:n=.8})=>{const o=new Ai({checkCorrectEvent:a=>oe.mouseButton(a)===0&&a.ctrlKey||oe.mouseButton(a)===2});return new zt({clickTolerance:t,move:(a,h)=>({bearingDelta:(h.x-a.x)*n}),moveStateManager:o,enable:u,assignEvents:ks})},xn=({enable:u,clickTolerance:t,pitchDegreesPerPixelMoved:n=-.5})=>{const o=new Ai({checkCorrectEvent:a=>oe.mouseButton(a)===0&&a.ctrlKey||oe.mouseButton(a)===2});return new zt({clickTolerance:t,move:(a,h)=>({pitchDelta:(h.y-a.y)*n}),moveStateManager:o,enable:u,assignEvents:ks})};class Is{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,o){return this._calculateTransform(t,n,o)}touchmove(t,n,o){if(this._active){if(!this._shouldBePrevented(o.length))return t.preventDefault(),this._calculateTransform(t,n,o);this._map.cooperativeGestures.notifyGestureBlocked("touch_pan",t)}}touchend(t,n,o){this._calculateTransform(t,n,o),this._active&&this._shouldBePrevented(o.length)&&this.reset()}touchcancel(){this.reset()}_calculateTransform(t,n,o){o.length>0&&(this._active=!0);const a=Vn(o,n),h=new c.P(0,0),g=new c.P(0,0);let y=0;for(const w in a){const C=a[w],E=this._touches[w];E&&(h._add(C),g._add(C.sub(E)),y++,a[w]=C)}if(this._touches=a,this._shouldBePrevented(y)||!g.mag())return;const b=g.div(y);return this._sum._add(b),this._sum.mag()<this._clickTolerance?void 0:{around:h.div(y),panDelta:b}}enable(){this._enabled=!0}disable(){this._enabled=!1,this.reset()}isEnabled(){return this._enabled}isActive(){return this._active}}class Cs{constructor(){this.reset()}reset(){this._active=!1,delete this._firstTwoTouches}touchstart(t,n,o){this._firstTwoTouches||o.length<2||(this._firstTwoTouches=[o[0].identifier,o[1].identifier],this._start([n[0],n[1]]))}touchmove(t,n,o){if(!this._firstTwoTouches)return;t.preventDefault();const[a,h]=this._firstTwoTouches,g=Es(o,n,a),y=Es(o,n,h);if(!g||!y)return;const b=this._aroundCenter?null:g.add(y).div(2);return this._move([g,y],b,t)}touchend(t,n,o){if(!this._firstTwoTouches)return;const[a,h]=this._firstTwoTouches,g=Es(o,n,a),y=Es(o,n,h);g&&y||(this._active&&oe.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 Es(u,t,n){for(let o=0;o<u.length;o++)if(u[o].identifier===n)return t[o]}function xa(u,t){return Math.log(u/t)/Math.LN2}class va extends Cs{reset(){super.reset(),delete this._distance,delete this._startDistance}_start(t){this._startDistance=this._distance=t[0].dist(t[1])}_move(t,n){const o=this._distance;if(this._distance=t[0].dist(t[1]),this._active||!(Math.abs(xa(this._distance,this._startDistance))<.1))return this._active=!0,{zoomDelta:xa(this._distance,o),pinchAround:n}}}function ba(u,t){return 180*u.angleWith(t)/Math.PI}class wa extends Cs{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,o){const a=this._vector;if(this._vector=t[0].sub(t[1]),this._active||!this._isBelowThreshold(this._vector))return this._active=!0,{bearingDelta:ba(this._vector,a),pinchAround:n}}_isBelowThreshold(t){this._minDiameter=Math.min(this._minDiameter,t.mag());const n=25/(Math.PI*this._minDiameter)*360,o=ba(t,this._startVector);return Math.abs(o)<n}}function Lr(u){return Math.abs(u.y)>Math.abs(u.x)}class Sa extends Cs{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,o){super.touchstart(t,n,o),this._currentTouchCount=o.length}_start(t){this._lastPoints=t,Lr(t[0].sub(t[1]))&&(this._valid=!1)}_move(t,n,o){if(this._map.cooperativeGestures.isEnabled()&&this._currentTouchCount<3)return;const a=t[0].sub(this._lastPoints[0]),h=t[1].sub(this._lastPoints[1]);return this._valid=this.gestureBeginsVertically(a,h,o.timeStamp),this._valid?(this._lastPoints=t,this._active=!0,{pitchDelta:(a.y+h.y)/2*-.5}):void 0}gestureBeginsVertically(t,n,o){if(this._valid!==void 0)return this._valid;const a=t.mag()>=2,h=n.mag()>=2;if(!a&&!h)return;if(!a||!h)return this._firstMove===void 0&&(this._firstMove=o),o-this._firstMove<100&&void 0;const g=t.y>0==n.y>0;return Lr(t)&&Lr(n)&&g}}const $l={panStep:100,bearingStep:15,pitchStep:10};class Ta{constructor(t){this._tr=new On(t);const n=$l;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,o=0,a=0,h=0,g=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?o=-1:(t.preventDefault(),h=-1);break;case 39:t.shiftKey?o=1:(t.preventDefault(),h=1);break;case 38:t.shiftKey?a=1:(t.preventDefault(),g=-1);break;case 40:t.shiftKey?a=-1:(t.preventDefault(),g=1);break;default:return}return this._rotationDisabled&&(o=0,a=0),{cameraAnimation:y=>{const b=this._tr;y.easeTo({duration:300,easeId:"keyboardHandler",easing:jl,zoom:n?Math.round(b.zoom)+n*(t.shiftKey?2:1):b.zoom,bearing:b.bearing+o*this._bearingStep,pitch:b.pitch+a*this._pitchStep,offset:[-h*this._panStep,-g*this._panStep],center:b.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 jl(u){return u*(2-u)}const ka=4.000244140625;class Ia{constructor(t,n){this._onTimeout=o=>{this._type="wheel",this._delta-=this._lastValue,this._active||this._start(o)},this._map=t,this._tr=new On(t),this._triggerRenderFrame=n,this._delta=0,this._defaultZoomRate=.01,this._wheelZoomRate=.0022222222222222222}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 o=le.now(),a=o-(this._lastWheelEventTime||0);this._lastWheelEventTime=o,n!==0&&n%ka==0?this._type="wheel":n!==0&&Math.abs(n)<4?this._type="trackpad":a>400?(this._type=null,this._lastValue=n,this._timeout=setTimeout(this._onTimeout,40,t)):this._type||(this._type=Math.abs(a*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=oe.mousePos(this._map.getCanvas(),t),o=this._tr;this._around=n.y>o.transform.height/2-o.transform.getHorizon()?c.N.convert(this._aroundCenter?o.center:o.unproject(n)):c.N.convert(o.center),this._aroundPoint=o.transform.locationPoint(this._around),this._frameId||(this._frameId=!0,this._triggerRenderFrame())}renderFrame(){if(!this._frameId||(this._frameId=null,!this.isActive()))return;const t=this._tr.transform;if(this._delta!==0){const b=this._type==="wheel"&&Math.abs(this._delta)>ka?this._wheelZoomRate:this._defaultZoomRate;let w=2/(1+Math.exp(-Math.abs(this._delta*b)));this._delta<0&&w!==0&&(w=1/w);const C=typeof this._targetZoom=="number"?t.zoomScale(this._targetZoom):t.scale;this._targetZoom=Math.min(t.maxZoom,Math.max(t.minZoom,t.scaleZoom(C*w))),this._type==="wheel"&&(this._startZoom=t.zoom,this._easing=this._smoothOutEasing(200)),this._delta=0}const n=typeof this._targetZoom=="number"?this._targetZoom:t.zoom,o=this._startZoom,a=this._easing;let h,g=!1;const y=le.now()-this._lastWheelEventTime;if(this._type==="wheel"&&o&&a&&y){const b=Math.min(y/200,1),w=a(b);h=c.z.number(o,n,w),b<1?this._frameId||(this._frameId=!0):g=!0}else h=n,g=!0;return this._active=!0,g&&(this._active=!1,this._finishTimeout=setTimeout(()=>{this._zooming=!1,this._triggerRenderFrame(),delete this._targetZoom,delete this._finishTimeout},200)),{noInertia:!0,needsRenderFrame:!g,zoomDelta:h-t.zoom,around:this._aroundPoint,originalEvent:this._lastWheelEvent}}_smoothOutEasing(t){let n=c.b9;if(this._prevEase){const o=this._prevEase,a=(le.now()-o.start)/o.duration,h=o.easing(a+.01)-o.easing(a),g=.27/Math.sqrt(h*h+1e-4)*.01,y=Math.sqrt(.0729-g*g);n=c.b8(g,y,.25,1)}return this._prevEase={start:le.now(),duration:t,easing:n},n}reset(){this._active=!1,this._zooming=!1,delete this._targetZoom,this._finishTimeout&&(clearTimeout(this._finishTimeout),delete this._finishTimeout)}}class Ca{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 Ps{constructor(t){this._tr=new On(t),this.reset()}reset(){this._active=!1}dblclick(t,n){return t.preventDefault(),{cameraAnimation:o=>{o.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 Ul{constructor(){this._tap=new _a({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,o){if(!this._swipePoint)if(this._tapTime){const a=n[0],h=t.timeStamp-this._tapTime<500,g=this._tapPoint.dist(a)<30;h&&g?o.length>0&&(this._swipePoint=a,this._swipeTouch=o[0].identifier):this.reset()}else this._tap.touchstart(t,n,o)}touchmove(t,n,o){if(this._tapTime){if(this._swipePoint){if(o[0].identifier!==this._swipeTouch)return;const a=n[0],h=a.y-this._swipePoint.y;return this._swipePoint=a,t.preventDefault(),this._active=!0,{zoomDelta:h/128}}}else this._tap.touchmove(t,n,o)}touchend(t,n,o){if(this._tapTime)this._swipePoint&&o.length===0&&this.reset();else{const a=this._tap.touchend(t,n,o);a&&(this._tapTime=t.timeStamp,this._tapPoint=a)}}touchcancel(){this.reset()}enable(){this._enabled=!0}disable(){this._enabled=!1,this.reset()}isEnabled(){return this._enabled}isActive(){return this._active}}class Ji{constructor(t,n,o){this._el=t,this._mousePan=n,this._touchPan=o}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 ir{constructor(t,n,o){this._pitchWithRotate=t.pitchWithRotate,this._mouseRotate=n,this._mousePitch=o}enable(){this._mouseRotate.enable(),this._pitchWithRotate&&this._mousePitch.enable()}disable(){this._mouseRotate.disable(),this._mousePitch.disable()}isEnabled(){return this._mouseRotate.isEnabled()&&(!this._pitchWithRotate||this._mousePitch.isEnabled())}isActive(){return this._mouseRotate.isActive()||this._mousePitch.isActive()}}class Ea{constructor(t,n,o,a){this._el=t,this._touchZoom=n,this._touchRotate=o,this._tapDragZoom=a,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 rr{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=oe.create("div","maplibregl-cooperative-gesture-screen",t);let n=this._map._getUIString("CooperativeGesturesHandler.WindowsHelpText");this._bypassKey==="metaKey"&&(n=this._map._getUIString("CooperativeGesturesHandler.MacHelpText"));const o=this._map._getUIString("CooperativeGesturesHandler.MobileHelpText"),a=document.createElement("div");a.className="maplibregl-desktop-message",a.textContent=n,this._container.appendChild(a);const h=document.createElement("div");h.className="maplibregl-mobile-message",h.textContent=o,this._container.appendChild(h),this._container.setAttribute("aria-hidden","true")}_destroyUI(){this._container&&(oe.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.k("cooperativegestureprevented",{gestureType:t,originalEvent:n})),this._container.classList.add("maplibregl-show"),setTimeout(()=>{this._container.classList.remove("maplibregl-show")},100))}}const Rr=u=>u.zoom||u.drag||u.pitch||u.rotate;class th extends c.k{}function Pa(u){return u.panDelta&&u.panDelta.mag()||u.zoomDelta||u.bearingDelta||u.pitchDelta}class ih{constructor(t,n){this.handleWindowEvent=a=>{this.handleEvent(a,`${a.type}Window`)},this.handleEvent=(a,h)=>{if(a.type==="blur")return void this.stop(!0);this._updatingCamera=!0;const g=a.type==="renderFrame"?void 0:a,y={needsRenderFrame:!1},b={},w={},C=a.touches,E=C?this._getMapTouches(C):void 0,R=E?oe.touchPos(this._map.getCanvas(),E):oe.mousePos(this._map.getCanvas(),a);for(const{handlerName:H,handler:U,allowed:X}of this._handlers){if(!U.isEnabled())continue;let Y;this._blockedByActive(w,X,H)?U.reset():U[h||a.type]&&(Y=U[h||a.type](a,R,E),this.mergeHandlerResult(y,b,Y,H,g),Y&&Y.needsRenderFrame&&this._triggerRenderFrame()),(Y||U.isActive())&&(w[H]=U)}const F={};for(const H in this._previousActiveHandlers)w[H]||(F[H]=g);this._previousActiveHandlers=w,(Object.keys(F).length||Pa(y))&&(this._changes.push([y,b,F]),this._triggerRenderFrame()),(Object.keys(w).length||Pa(y))&&this._map._stop(!0),this._updatingCamera=!1;const{cameraAnimation:$}=y;$&&(this._inertia.clear(),this._fireEvents({},{},!0),this._changes=[],$(this._map))},this._map=t,this._el=this._map.getCanvasContainer(),this._handlers=[],this._handlersById={},this._changes=[],this._inertia=new mo(t),this._bearingSnap=n.bearingSnap,this._previousActiveHandlers={},this._eventsInProgress={},this._addDefaultHandlers(n);const o=this._el;this._listeners=[[o,"touchstart",{passive:!0}],[o,"touchmove",{passive:!1}],[o,"touchend",void 0],[o,"touchcancel",void 0],[o,"mousedown",void 0],[o,"mousemove",void 0],[o,"mouseup",void 0],[document,"mousemove",{capture:!0}],[document,"mouseup",void 0],[o,"mouseover",void 0],[o,"mouseout",void 0],[o,"dblclick",void 0],[o,"click",void 0],[o,"keydown",{capture:!1}],[o,"keyup",void 0],[o,"wheel",{passive:!1}],[o,"contextmenu",void 0],[window,"blur",void 0]];for(const[a,h,g]of this._listeners)oe.addEventListener(a,h,a===document?this.handleWindowEvent:this.handleEvent,g)}destroy(){for(const[t,n,o]of this._listeners)oe.removeEventListener(t,n,t===document?this.handleWindowEvent:this.handleEvent,o)}_addDefaultHandlers(t){const n=this._map,o=n.getCanvasContainer();this._add("mapEvent",new _o(n,t));const a=n.boxZoom=new ma(n,t);this._add("boxZoom",a),t.interactive&&t.boxZoom&&a.enable();const h=n.cooperativeGestures=new rr(n,t.cooperativeGestures);this._add("cooperativeGestures",h),t.cooperativeGestures&&h.enable();const g=new Nl(n),y=new Ps(n);n.doubleClickZoom=new Ca(y,g),this._add("tapZoom",g),this._add("clickZoom",y),t.interactive&&t.doubleClickZoom&&n.doubleClickZoom.enable();const b=new Ul;this._add("tapDragZoom",b);const w=n.touchPitch=new Sa(n);this._add("touchPitch",w),t.interactive&&t.touchPitch&&n.touchPitch.enable(t.touchPitch);const C=ya(t),E=xn(t);n.dragRotate=new ir(t,C,E),this._add("mouseRotate",C,["mousePitch"]),this._add("mousePitch",E,["mouseRotate"]),t.interactive&&t.dragRotate&&n.dragRotate.enable();const R=(({enable:Y,clickTolerance:j})=>{const te=new Ai({checkCorrectEvent:se=>oe.mouseButton(se)===0&&!se.ctrlKey});return new zt({clickTolerance:j,move:(se,ce)=>({around:ce,panDelta:ce.sub(se)}),activateOnStart:!0,moveStateManager:te,enable:Y,assignEvents:ks})})(t),F=new Is(t,n);n.dragPan=new Ji(o,R,F),this._add("mousePan",R),this._add("touchPan",F,["touchZoom","touchRotate"]),t.interactive&&t.dragPan&&n.dragPan.enable(t.dragPan);const $=new wa,H=new va;n.touchZoomRotate=new Ea(o,H,$,b),this._add("touchRotate",$,["touchPan","touchZoom"]),this._add("touchZoom",H,["touchPan","touchRotate"]),t.interactive&&t.touchZoomRotate&&n.touchZoomRotate.enable(t.touchZoomRotate);const U=n.scrollZoom=new Ia(n,()=>this._triggerRenderFrame());this._add("scrollZoom",U,["mousePan"]),t.interactive&&t.scrollZoom&&n.scrollZoom.enable(t.scrollZoom);const X=n.keyboard=new Ta(n);this._add("keyboard",X),t.interactive&&t.keyboard&&n.keyboard.enable(),this._add("blockableMapEvent",new fa(n))}_add(t,n,o){this._handlers.push({handlerName:t,handler:n,allowed:o}),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!!Rr(this._eventsInProgress)||this.isZooming()}_blockedByActive(t,n,o){for(const a in t)if(a!==o&&(!n||n.indexOf(a)<0))return!0;return!1}_getMapTouches(t){const n=[];for(const o of t)this._el.contains(o.target)&&n.push(o);return n}mergeHandlerResult(t,n,o,a,h){if(!o)return;c.e(t,o);const g={handlerName:a,originalEvent:o.originalEvent||h};o.zoomDelta!==void 0&&(n.zoom=g),o.panDelta!==void 0&&(n.drag=g),o.pitchDelta!==void 0&&(n.pitch=g),o.bearingDelta!==void 0&&(n.rotate=g)}_applyChanges(){const t={},n={},o={};for(const[a,h,g]of this._changes)a.panDelta&&(t.panDelta=(t.panDelta||new c.P(0,0))._add(a.panDelta)),a.zoomDelta&&(t.zoomDelta=(t.zoomDelta||0)+a.zoomDelta),a.bearingDelta&&(t.bearingDelta=(t.bearingDelta||0)+a.bearingDelta),a.pitchDelta&&(t.pitchDelta=(t.pitchDelta||0)+a.pitchDelta),a.around!==void 0&&(t.around=a.around),a.pinchAround!==void 0&&(t.pinchAround=a.pinchAround),a.noInertia&&(t.noInertia=a.noInertia),c.e(n,h),c.e(o,g);this._updateMapTransform(t,n,o),this._changes=[]}_updateMapTransform(t,n,o){const a=this._map,h=a._getTransformForUpdate(),g=a.terrain;if(!(Pa(t)||g&&this._terrainMovement))return this._fireEvents(n,o,!0);let{panDelta:y,zoomDelta:b,bearingDelta:w,pitchDelta:C,around:E,pinchAround:R}=t;R!==void 0&&(E=R),a._stop(!0),E=E||a.transform.centerPoint;const F=h.pointLocation(y?E.sub(y):E);w&&(h.bearing+=w),C&&(h.pitch+=C),b&&(h.zoom+=b),g?this._terrainMovement||!n.drag&&!n.zoom?n.drag&&this._terrainMovement?h.center=h.pointLocation(h.centerPoint.sub(y)):h.setLocationAtPoint(F,E):(this._terrainMovement=!0,this._map._elevationFreeze=!0,h.setLocationAtPoint(F,E)):h.setLocationAtPoint(F,E),a._applyUpdatedTransform(h),this._map._update(),t.noInertia||this._inertia.record(t),this._fireEvents(n,o,!0)}_fireEvents(t,n,o){const a=Rr(this._eventsInProgress),h=Rr(t),g={};for(const E in t){const{originalEvent:R}=t[E];this._eventsInProgress[E]||(g[`${E}start`]=R),this._eventsInProgress[E]=t[E]}!a&&h&&this._fireEvent("movestart",h.originalEvent);for(const E in g)this._fireEvent(E,g[E]);h&&this._fireEvent("move",h.originalEvent);for(const E in t){const{originalEvent:R}=t[E];this._fireEvent(E,R)}const y={};let b;for(const E in this._eventsInProgress){const{handlerName:R,originalEvent:F}=this._eventsInProgress[E];this._handlersById[R].isActive()||(delete this._eventsInProgress[E],b=n[R]||F,y[`${E}end`]=b)}for(const E in y)this._fireEvent(E,y[E]);const w=Rr(this._eventsInProgress),C=(a||h)&&!w;if(C&&this._terrainMovement){this._map._elevationFreeze=!1,this._terrainMovement=!1;const E=this._map._getTransformForUpdate();E.recalculateZoom(this._map.terrain),this._map._applyUpdatedTransform(E)}if(o&&C){this._updatingCamera=!0;const E=this._inertia._onMoveEnd(this._map.dragPan._inertiaOptions),R=F=>F!==0&&-this._bearingSnap<F&&F<this._bearingSnap;!E||!E.essential&&le.prefersReducedMotion?(this._map.fire(new c.k("moveend",{originalEvent:b})),R(this._map.getBearing())&&this._map.resetNorth()):(R(E.bearing||this._map.getBearing())&&(E.bearing=0),E.freezeElevation=!0,this._map.easeTo(E,{originalEvent:b})),this._updatingCamera=!1}}_fireEvent(t,n){this._map.fire(new c.k(t,n?{originalEvent:n}:{}))}_requestFrame(){return this._map.triggerRepaint(),this._map._renderTaskQueue.add(t=>{delete this._frameId,this.handleEvent(new th("renderFrame",{timeStamp:t})),this._applyChanges()})}_triggerRenderFrame(){this._frameId===void 0&&(this._frameId=this._requestFrame())}}class rh extends c.E{constructor(t,n){super(),this._renderFrameCallback=()=>{const o=Math.min((le.now()-this._easeStart)/this._easeOptions.duration,1);this._onEaseFrame(this._easeOptions.easing(o)),o<1&&this._easeFrameId?this._easeFrameId=this._requestRenderFrame(this._renderFrameCallback):this.stop()},this._moving=!1,this._zooming=!1,this.transform=t,this._bearingSnap=n.bearingSnap,this.on("moveend",()=>{delete this._requestedCameraState})}getCenter(){return new c.N(this.transform.center.lng,this.transform.center.lat)}setCenter(t,n){return this.jumpTo({center:t},n)}panBy(t,n,o){return t=c.P.convert(t).mult(-1),this.panTo(this.transform.center,c.e({offset:t},n),o)}panTo(t,n,o){return this.easeTo(c.e({center:t},n),o)}getZoom(){return this.transform.zoom}setZoom(t,n){return this.jumpTo({zoom:t},n),this}zoomTo(t,n,o){return this.easeTo(c.e({zoom:t},n),o)}zoomIn(t,n){return this.zoomTo(this.getZoom()+1,t,n),this}zoomOut(t,n){return this.zoomTo(this.getZoom()-1,t,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,o){return this.easeTo(c.e({bearing:t},n),o)}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,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}cameraForBounds(t,n){t=ue.convert(t);const o=n&&n.bearing||0;return this._cameraForBoxAndBearing(t.getNorthWest(),t.getSouthEast(),o,n)}_cameraForBoxAndBearing(t,n,o,a){const h={top:0,bottom:0,right:0,left:0};if(typeof(a=c.e({padding:h,offset:[0,0],maxZoom:this.transform.maxZoom},a)).padding=="number"){const Se=a.padding;a.padding={top:Se,bottom:Se,right:Se,left:Se}}a.padding=c.e(h,a.padding);const g=this.transform,y=g.padding,b=new ue(t,n),w=g.project(b.getNorthWest()),C=g.project(b.getNorthEast()),E=g.project(b.getSouthEast()),R=g.project(b.getSouthWest()),F=c.ba(-o),$=w.rotate(F),H=C.rotate(F),U=E.rotate(F),X=R.rotate(F),Y=new c.P(Math.max($.x,H.x,X.x,U.x),Math.max($.y,H.y,X.y,U.y)),j=new c.P(Math.min($.x,H.x,X.x,U.x),Math.min($.y,H.y,X.y,U.y)),te=Y.sub(j),se=(g.width-(y.left+y.right+a.padding.left+a.padding.right))/te.x,ce=(g.height-(y.top+y.bottom+a.padding.top+a.padding.bottom))/te.y;if(ce<0||se<0)return void c.w("Map cannot fit within canvas with the given bounds, padding, and/or offset.");const ye=Math.min(g.scaleZoom(g.scale*Math.min(se,ce)),a.maxZoom),we=c.P.convert(a.offset),De=new c.P((a.padding.left-a.padding.right)/2,(a.padding.top-a.padding.bottom)/2).rotate(c.ba(o)),Re=we.add(De).mult(g.scale/g.zoomScale(ye));return{center:g.unproject(w.add(E).div(2).sub(Re)),zoom:ye,bearing:o}}fitBounds(t,n,o){return this._fitInternal(this.cameraForBounds(t,n),n,o)}fitScreenCoordinates(t,n,o,a,h){return this._fitInternal(this._cameraForBoxAndBearing(this.transform.pointLocation(c.P.convert(t)),this.transform.pointLocation(c.P.convert(n)),o,a),a,h)}_fitInternal(t,n,o){return t?(delete(n=c.e(t,n)).padding,n.linear?this.easeTo(n,o):this.flyTo(n,o)):this}jumpTo(t,n){this.stop();const o=this._getTransformForUpdate();let a=!1,h=!1,g=!1;return"zoom"in t&&o.zoom!==+t.zoom&&(a=!0,o.zoom=+t.zoom),t.center!==void 0&&(o.center=c.N.convert(t.center)),"bearing"in t&&o.bearing!==+t.bearing&&(h=!0,o.bearing=+t.bearing),"pitch"in t&&o.pitch!==+t.pitch&&(g=!0,o.pitch=+t.pitch),t.padding==null||o.isPaddingEqual(t.padding)||(o.padding=t.padding),this._applyUpdatedTransform(o),this.fire(new c.k("movestart",n)).fire(new c.k("move",n)),a&&this.fire(new c.k("zoomstart",n)).fire(new c.k("zoom",n)).fire(new c.k("zoomend",n)),h&&this.fire(new c.k("rotatestart",n)).fire(new c.k("rotate",n)).fire(new c.k("rotateend",n)),g&&this.fire(new c.k("pitchstart",n)).fire(new c.k("pitch",n)).fire(new c.k("pitchend",n)),this.fire(new c.k("moveend",n))}calculateCameraOptionsFromTo(t,n,o,a=0){const h=c.Z.fromLngLat(t,n),g=c.Z.fromLngLat(o,a),y=g.x-h.x,b=g.y-h.y,w=g.z-h.z,C=Math.hypot(y,b,w);if(C===0)throw new Error("Can't calculate camera options with same From and To");const E=Math.hypot(y,b),R=this.transform.scaleZoom(this.transform.cameraToCenterDistance/C/this.transform.tileSize),F=180*Math.atan2(y,-b)/Math.PI;let $=180*Math.acos(E/C)/Math.PI;return $=w<0?90-$:90+$,{center:g.toLngLat(),zoom:R,pitch:$,bearing:F}}easeTo(t,n){var o;this._stop(!1,t.easeId),((t=c.e({offset:[0,0],duration:500,easing:c.b9},t)).animate===!1||!t.essential&&le.prefersReducedMotion)&&(t.duration=0);const a=this._getTransformForUpdate(),h=a.zoom,g=a.bearing,y=a.pitch,b=a.padding,w="bearing"in t?this._normalizeBearing(t.bearing,g):g,C="pitch"in t?+t.pitch:y,E="padding"in t?t.padding:a.padding,R=c.P.convert(t.offset);let F=a.centerPoint.add(R);const $=a.pointLocation(F),{center:H,zoom:U}=a.getConstrained(c.N.convert(t.center||$),(o=t.zoom)!==null&&o!==void 0?o:h);this._normalizeCenter(H,a);const X=a.project($),Y=a.project(H).sub(X),j=a.zoomScale(U-h);let te,se;t.around&&(te=c.N.convert(t.around),se=a.locationPoint(te));const ce={moving:this._moving,zooming:this._zooming,rotating:this._rotating,pitching:this._pitching};return this._zooming=this._zooming||U!==h,this._rotating=this._rotating||g!==w,this._pitching=this._pitching||C!==y,this._padding=!a.isPaddingEqual(E),this._easeId=t.easeId,this._prepareEase(n,t.noMoveStart,ce),this.terrain&&this._prepareElevation(H),this._ease(ye=>{if(this._zooming&&(a.zoom=c.z.number(h,U,ye)),this._rotating&&(a.bearing=c.z.number(g,w,ye)),this._pitching&&(a.pitch=c.z.number(y,C,ye)),this._padding&&(a.interpolatePadding(b,E,ye),F=a.centerPoint.add(R)),this.terrain&&!t.freezeElevation&&this._updateElevation(ye),te)a.setLocationAtPoint(te,se);else{const we=a.zoomScale(a.zoom-h),De=U>h?Math.min(2,j):Math.max(.5,j),Re=Math.pow(De,1-ye),Se=a.unproject(X.add(Y.mult(ye*Re)).mult(we));a.setLocationAtPoint(a.renderWorldCopies?Se.wrap():Se,F)}this._applyUpdatedTransform(a),this._fireMoveEvents(n)},ye=>{this.terrain&&t.freezeElevation&&this._finalizeElevation(),this._afterEase(n,ye)},t),this}_prepareEase(t,n,o={}){this._moving=!0,n||o.moving||this.fire(new c.k("movestart",t)),this._zooming&&!o.zooming&&this.fire(new c.k("zoomstart",t)),this._rotating&&!o.rotating&&this.fire(new c.k("rotatestart",t)),this._pitching&&!o.pitching&&this.fire(new c.k("pitchstart",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.transform.minElevationForCurrentTile=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 o=this._elevationTarget-this._elevationStart;this._elevationStart+=t*(o-(n-(o*t+this._elevationStart))/(1-t)),this._elevationTarget=n}this.transform.elevation=c.z.number(this._elevationStart,this._elevationTarget,t)}_finalizeElevation(){this._elevationFreeze=!1,this.transform.recalculateZoom(this.terrain)}_getTransformForUpdate(){return this.transformCameraUpdate||this.terrain?(this._requestedCameraState||(this._requestedCameraState=this.transform.clone()),this._requestedCameraState):this.transform}_elevateCameraIfInsideTerrain(t){const n=t.getCameraPosition(),o=this.terrain.getElevationForLngLatZoom(n.lngLat,t.zoom);if(n.altitude<o){const a=this.calculateCameraOptionsFromTo(n.lngLat,o,t.center,t.elevation);return{pitch:a.pitch,zoom:a.zoom}}return{}}_applyUpdatedTransform(t){const n=[];if(this.terrain&&n.push(a=>this._elevateCameraIfInsideTerrain(a)),this.transformCameraUpdate&&n.push(a=>this.transformCameraUpdate(a)),!n.length)return;const o=t.clone();for(const a of n){const h=o.clone(),{center:g,zoom:y,pitch:b,bearing:w,elevation:C}=a(h);g&&(h.center=g),y!==void 0&&(h.zoom=y),b!==void 0&&(h.pitch=b),w!==void 0&&(h.bearing=w),C!==void 0&&(h.elevation=C),o.apply(h)}this.transform.apply(o)}_fireMoveEvents(t){this.fire(new c.k("move",t)),this._zooming&&this.fire(new c.k("zoom",t)),this._rotating&&this.fire(new c.k("rotate",t)),this._pitching&&this.fire(new c.k("pitch",t))}_afterEase(t,n){if(this._easeId&&n&&this._easeId===n)return;delete this._easeId;const o=this._zooming,a=this._rotating,h=this._pitching;this._moving=!1,this._zooming=!1,this._rotating=!1,this._pitching=!1,this._padding=!1,o&&this.fire(new c.k("zoomend",t)),a&&this.fire(new c.k("rotateend",t)),h&&this.fire(new c.k("pitchend",t)),this.fire(new c.k("moveend",t))}flyTo(t,n){var o;if(!t.essential&&le.prefersReducedMotion){const Ae=c.M(t,["center","zoom","bearing","pitch","around"]);return this.jumpTo(Ae,n)}this.stop(),t=c.e({offset:[0,0],speed:1.2,curve:1.42,easing:c.b9},t);const a=this._getTransformForUpdate(),h=a.zoom,g=a.bearing,y=a.pitch,b=a.padding,w="bearing"in t?this._normalizeBearing(t.bearing,g):g,C="pitch"in t?+t.pitch:y,E="padding"in t?t.padding:a.padding,R=c.P.convert(t.offset);let F=a.centerPoint.add(R);const $=a.pointLocation(F),{center:H,zoom:U}=a.getConstrained(c.N.convert(t.center||$),(o=t.zoom)!==null&&o!==void 0?o:h);this._normalizeCenter(H,a);const X=a.zoomScale(U-h),Y=a.project($),j=a.project(H).sub(Y);let te=t.curve;const se=Math.max(a.width,a.height),ce=se/X,ye=j.mag();if("minZoom"in t){const Ae=c.ad(Math.min(t.minZoom,h,U),a.minZoom,a.maxZoom),Qe=se/a.zoomScale(Ae-h);te=Math.sqrt(Qe/ye*2)}const we=te*te;function De(Ae){const Qe=(ce*ce-se*se+(Ae?-1:1)*we*we*ye*ye)/(2*(Ae?ce:se)*we*ye);return Math.log(Math.sqrt(Qe*Qe+1)-Qe)}function Re(Ae){return(Math.exp(Ae)-Math.exp(-Ae))/2}function Se(Ae){return(Math.exp(Ae)+Math.exp(-Ae))/2}const Te=De(!1);let Ne=function(Ae){return Se(Te)/Se(Te+te*Ae)},tt=function(Ae){return se*((Se(Te)*(Re(Qe=Te+te*Ae)/Se(Qe))-Re(Te))/we)/ye;var Qe},Ce=(De(!0)-Te)/te;if(Math.abs(ye)<1e-6||!isFinite(Ce)){if(Math.abs(se-ce)<1e-6)return this.easeTo(t,n);const Ae=ce<se?-1:1;Ce=Math.abs(Math.log(ce/se))/te,tt=()=>0,Ne=Qe=>Math.exp(Ae*te*Qe)}return t.duration="duration"in t?+t.duration:1e3*Ce/("screenSpeed"in t?+t.screenSpeed/te:+t.speed),t.maxDuration&&t.duration>t.maxDuration&&(t.duration=0),this._zooming=!0,this._rotating=g!==w,this._pitching=C!==y,this._padding=!a.isPaddingEqual(E),this._prepareEase(n,!1),this.terrain&&this._prepareElevation(H),this._ease(Ae=>{const Qe=Ae*Ce,Dt=1/Ne(Qe);a.zoom=Ae===1?U:h+a.scaleZoom(Dt),this._rotating&&(a.bearing=c.z.number(g,w,Ae)),this._pitching&&(a.pitch=c.z.number(y,C,Ae)),this._padding&&(a.interpolatePadding(b,E,Ae),F=a.centerPoint.add(R)),this.terrain&&!t.freezeElevation&&this._updateElevation(Ae);const st=Ae===1?H:a.unproject(Y.add(j.mult(tt(Qe))).mult(Dt));a.setLocationAtPoint(a.renderWorldCopies?st.wrap():st,F),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 o;if(this._easeFrameId&&(this._cancelRenderFrame(this._easeFrameId),delete this._easeFrameId,delete this._onEaseFrame),this._onEaseEnd){const a=this._onEaseEnd;delete this._onEaseEnd,a.call(this,n)}return t||(o=this.handlers)===null||o===void 0||o.stop(!1),this}_ease(t,n,o){o.animate===!1||o.duration===0?(t(1),n()):(this._easeStart=le.now(),this._easeOptions=o,this._onEaseFrame=t,this._onEaseEnd=n,this._easeFrameId=this._requestRenderFrame(this._renderFrameCallback))}_normalizeBearing(t,n){t=c.b3(t,-180,180);const o=Math.abs(t-n);return Math.abs(t-360-n)<o&&(t-=360),Math.abs(t+360-n)<o&&(t+=360),t}_normalizeCenter(t,n){if(!n.renderWorldCopies||n.lngRange)return;const o=t.lng-n.center.lng;t.lng+=o>180?-360:o<-180?360:0}queryTerrainElevation(t){return this.terrain?this.terrain.getElevationForLngLatZoom(c.N.convert(t),this.transform.tileZoom)-this.transform.elevation:null}}const Aa={compact:!0,customAttribution:'<a href="https://maplibre.org/" target="_blank">MapLibre</a>'};class Nn{constructor(t=Aa){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=oe.create("details","maplibregl-ctrl maplibregl-ctrl-attrib"),this._compactButton=oe.create("summary","maplibregl-ctrl-attrib-button",this._container),this._compactButton.addEventListener("click",this._toggleAttribution),this._setElementTitle(this._compactButton,"ToggleAttribution"),this._innerContainer=oe.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(){oe.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 o=this._map._getUIString(`AttributionControl.${n}`);t.title=o,t.setAttribute("aria-label",o)}_updateAttributions(){if(!this._map.style)return;let t=[];if(this.options.customAttribution&&(Array.isArray(this.options.customAttribution)?t=t.concat(this.options.customAttribution.map(a=>typeof a!="string"?"":a)):typeof this.options.customAttribution=="string"&&t.push(this.options.customAttribution)),this._map.style.stylesheet){const a=this._map.style.stylesheet;this.styleOwner=a.owner,this.styleId=a.id}const n=this._map.style.sourceCaches;for(const a in n){const h=n[a];if(h.used||h.usedForTerrain){const g=h.getSource();g.attribution&&t.indexOf(g.attribution)<0&&t.push(g.attribution)}}t=t.filter(a=>String(a).trim()),t.sort((a,h)=>a.length-h.length),t=t.filter((a,h)=>{for(let g=h+1;g<t.length;g++)if(t[g].indexOf(a)>=0)return!1;return!0});const o=t.join(" | ");o!==this._attribHTML&&(this._attribHTML=o,t.length?(this._innerContainer.innerHTML=o,this._container.classList.remove("maplibregl-attrib-empty")):this._container.classList.add("maplibregl-attrib-empty"),this._updateCompact(),this._editLink=null)}}class xr{constructor(t={}){this._updateCompact=()=>{const n=this._container.children;if(n.length){const o=n[0];this._map.getCanvasContainer().offsetWidth<=640||this._compact?this._compact!==!1&&o.classList.add("maplibregl-compact"):o.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=oe.create("div","maplibregl-ctrl");const n=oe.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(){oe.remove(this._container),this._map.off("resize",this._updateCompact),this._map=void 0,this._compact=void 0}}class Fe{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,o=n?this._queue.concat(n):this._queue;for(const a of o)if(a.id===t)return void(a.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 o of n)if(!o.cancelled&&(o.callback(t),this._cleared))break;this._cleared=!1,this._currentlyRunning=!1}clear(){this._currentlyRunning&&(this._cleared=!0),this._queue=[]}}var ql=c.Y([{name:"a_pos3d",type:"Int16",components:3}]);class Ma extends c.E{constructor(t){super(),this.sourceCache=t,this._tiles={},this._renderableTilesKeys=[],this._sourceTileCache={},this.minzoom=0,this.maxzoom=22,this.tileSize=512,this.deltaZoom=1,t.usedForTerrain=!0,t.tileSize=this.tileSize*2**this.deltaZoom}destruct(){this.sourceCache.usedForTerrain=!1,this.sourceCache.tileSize=null}update(t,n){this.sourceCache.update(t,n),this._renderableTilesKeys=[];const o={};for(const a of t.coveringTiles({tileSize:this.tileSize,minzoom:this.minzoom,maxzoom:this.maxzoom,reparseOverscaled:!1,terrain:n}))o[a.key]=!0,this._renderableTilesKeys.push(a.key),this._tiles[a.key]||(a.posMatrix=new Float64Array(16),c.aQ(a.posMatrix,0,c.X,0,c.X,0,1),this._tiles[a.key]=new Zr(a,this.tileSize));for(const a in this._tiles)o[a]||delete this._tiles[a]}freeRtt(t){for(const n in this._tiles){const o=this._tiles[n];(!t||o.tileID.equals(t)||o.tileID.isChildOf(t)||t.isChildOf(o.tileID))&&(o.rtt=[])}}getRenderableTiles(){return this._renderableTilesKeys.map(t=>this.getTileByID(t))}getTileByID(t){return this._tiles[t]}getTerrainCoords(t){const n={};for(const o of this._renderableTilesKeys){const a=this._tiles[o].tileID;if(a.canonical.equals(t.canonical)){const h=t.clone();h.posMatrix=new Float64Array(16),c.aQ(h.posMatrix,0,c.X,0,c.X,0,1),n[o]=h}else if(a.canonical.isChildOf(t.canonical)){const h=t.clone();h.posMatrix=new Float64Array(16);const g=a.canonical.z-t.canonical.z,y=a.canonical.x-(a.canonical.x>>g<<g),b=a.canonical.y-(a.canonical.y>>g<<g),w=c.X>>g;c.aQ(h.posMatrix,0,w,0,w,0,1),c.J(h.posMatrix,h.posMatrix,[-y*w,-b*w,0]),n[o]=h}else if(t.canonical.isChildOf(a.canonical)){const h=t.clone();h.posMatrix=new Float64Array(16);const g=t.canonical.z-a.canonical.z,y=t.canonical.x-(t.canonical.x>>g<<g),b=t.canonical.y-(t.canonical.y>>g<<g),w=c.X>>g;c.aQ(h.posMatrix,0,c.X,0,c.X,0,1),c.J(h.posMatrix,h.posMatrix,[y*w,b*w,0]),c.K(h.posMatrix,h.posMatrix,[1/2**g,1/2**g,0]),n[o]=h}}return n}getSourceTile(t,n){const o=this.sourceCache._source;let a=t.overscaledZ-this.deltaZoom;if(a>o.maxzoom&&(a=o.maxzoom),a<o.minzoom)return null;this._sourceTileCache[t.key]||(this._sourceTileCache[t.key]=t.scaledTo(a).key);let h=this.sourceCache.getTileByID(this._sourceTileCache[t.key]);if((!h||!h.dem)&&n)for(;a>=o.minzoom&&(!h||!h.dem);)h=this.sourceCache.getTileByID(t.scaledTo(a--).key);return h}tilesAfterTime(t=Date.now()){return Object.values(this._tiles).filter(n=>n.timeAdded>=t)}}class Zl{constructor(t,n,o){this.painter=t,this.sourceCache=new Ma(n),this.options=o,this.exaggeration=typeof o.exaggeration=="number"?o.exaggeration:1,this.qualityFactor=2,this.meshSize=128,this._demMatrixCache={},this.coordsIndex=[],this._coordsTextureSize=1024}getDEMElevation(t,n,o,a=c.X){var h;if(!(n>=0&&n<a&&o>=0&&o<a))return 0;const g=this.getTerrainData(t),y=(h=g.tile)===null||h===void 0?void 0:h.dem;if(!y)return 0;const b=function($,H,U){var X=H[0],Y=H[1];return $[0]=U[0]*X+U[4]*Y+U[12],$[1]=U[1]*X+U[5]*Y+U[13],$}([],[n/a*c.X,o/a*c.X],g.u_terrain_matrix),w=[b[0]*y.dim,b[1]*y.dim],C=Math.floor(w[0]),E=Math.floor(w[1]),R=w[0]-C,F=w[1]-E;return y.get(C,E)*(1-R)*(1-F)+y.get(C+1,E)*R*(1-F)+y.get(C,E+1)*(1-R)*F+y.get(C+1,E+1)*R*F}getElevationForLngLatZoom(t,n){const{tileID:o,mercatorX:a,mercatorY:h}=this._getOverscaledTileIDFromLngLatZoom(t,n);return this.getElevation(o,a%c.X,h%c.X,c.X)}getElevation(t,n,o,a=c.X){return this.getDEMElevation(t,n,o,a)*this.exaggeration}getTerrainData(t){if(!this._emptyDemTexture){const a=this.painter.context,h=new c.R({width:1,height:1},new Uint8Array(4));this._emptyDepthTexture=new wt(a,h,a.gl.RGBA,{premultiply:!1}),this._emptyDemUnpack=[0,0,0,0],this._emptyDemTexture=new wt(a,new c.R({width:1,height:1}),a.gl.RGBA,{premultiply:!1}),this._emptyDemTexture.bind(a.gl.NEAREST,a.gl.CLAMP_TO_EDGE),this._emptyDemMatrix=c.ao([])}const n=this.sourceCache.getSourceTile(t,!0);if(n&&n.dem&&(!n.demTexture||n.needsTerrainPrepare)){const a=this.painter.context;n.demTexture=this.painter.getTileTexture(n.dem.stride),n.demTexture?n.demTexture.update(n.dem.getPixels(),{premultiply:!1}):n.demTexture=new wt(a,n.dem.getPixels(),a.gl.RGBA,{premultiply:!1}),n.demTexture.bind(a.gl.NEAREST,a.gl.CLAMP_TO_EDGE),n.needsTerrainPrepare=!1}const o=n&&n+n.tileID.key+t.key;if(o&&!this._demMatrixCache[o]){const a=this.sourceCache.sourceCache._source.maxzoom;let h=t.canonical.z-n.tileID.canonical.z;t.overscaledZ>t.canonical.z&&(t.canonical.z>=a?h=t.canonical.z-a:c.w("cannot calculate elevation if elevation maxzoom > source.maxzoom"));const g=t.canonical.x-(t.canonical.x>>h<<h),y=t.canonical.y-(t.canonical.y>>h<<h),b=c.bb(new Float64Array(16),[1/(c.X<<h),1/(c.X<<h),0]);c.J(b,b,[g*c.X,y*c.X,0]),this._demMatrixCache[t.key]={matrix:b,coord:t}}return{u_depth:2,u_terrain:3,u_terrain_dim:n&&n.dem&&n.dem.dim||1,u_terrain_matrix:o?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,o=n.width/devicePixelRatio,a=n.height/devicePixelRatio;return!this._fbo||this._fbo.width===o&&this._fbo.height===a||(this._fbo.destroy(),this._fboCoordsTexture.destroy(),this._fboDepthTexture.destroy(),delete this._fbo,delete this._fboDepthTexture,delete this._fboCoordsTexture),this._fboCoordsTexture||(this._fboCoordsTexture=new wt(n.context,{width:o,height:a,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 wt(n.context,{width:o,height:a,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(o,a,!0,!1),this._fbo.depthAttachment.set(n.context.createRenderbuffer(n.context.gl.DEPTH_COMPONENT16,o,a))),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 h=0,g=0;h<this._coordsTextureSize;h++)for(let y=0;y<this._coordsTextureSize;y++,g+=4)n[g+0]=255&y,n[g+1]=255&h,n[g+2]=y>>8<<4|h>>8,n[g+3]=0;const o=new c.R({width:this._coordsTextureSize,height:this._coordsTextureSize},new Uint8Array(n.buffer)),a=new wt(t,o,t.gl.RGBA,{premultiply:!1});return a.bind(t.gl.NEAREST,t.gl.CLAMP_TO_EDGE),this._coordsTexture=a,a}pointCoordinate(t){this.painter.maybeDrawDepthAndCoords(!0);const n=new Uint8Array(4),o=this.painter.context,a=o.gl,h=Math.round(t.x*this.painter.pixelRatio/devicePixelRatio),g=Math.round(t.y*this.painter.pixelRatio/devicePixelRatio),y=Math.round(this.painter.height/devicePixelRatio);o.bindFramebuffer.set(this.getFramebuffer("coords").framebuffer),a.readPixels(h,y-g-1,1,1,a.RGBA,a.UNSIGNED_BYTE,n),o.bindFramebuffer.set(null);const b=n[0]+(n[2]>>4<<8),w=n[1]+((15&n[2])<<8),C=this.coordsIndex[255-n[3]],E=C&&this.sourceCache.getTileByID(C);if(!E)return null;const R=this._coordsTextureSize,F=(1<<E.tileID.canonical.z)*R;return new c.Z((E.tileID.canonical.x*R+b)/F+E.tileID.wrap,(E.tileID.canonical.y*R+w)/F,this.getElevation(E.tileID,b,w,R))}depthAtPoint(t){const n=new Uint8Array(4),o=this.painter.context,a=o.gl;return o.bindFramebuffer.set(this.getFramebuffer("depth").framebuffer),a.readPixels(t.x,this.painter.height/devicePixelRatio-t.y-1,1,1,a.RGBA,a.UNSIGNED_BYTE,n),o.bindFramebuffer.set(null),(n[0]/16777216+n[1]/65536+n[2]/256+n[3])/256}getTerrainMesh(){if(this._mesh)return this._mesh;const t=this.painter.context,n=new c.bc,o=new c.aY,a=this.meshSize,h=c.X/a,g=a*a;for(let E=0;E<=a;E++)for(let R=0;R<=a;R++)n.emplaceBack(R*h,E*h,0);for(let E=0;E<g;E+=a+1)for(let R=0;R<a;R++)o.emplaceBack(R+E,a+R+E+1,a+R+E+2),o.emplaceBack(R+E,a+R+E+2,R+E+1);const y=n.length,b=y+2*(a+1);for(const E of[0,1])for(let R=0;R<=a;R++)for(const F of[0,1])n.emplaceBack(R*h,E*c.X,F);for(let E=0;E<2*a;E+=2)o.emplaceBack(b+E,b+E+1,b+E+3),o.emplaceBack(b+E,b+E+3,b+E+2),o.emplaceBack(y+E,y+E+3,y+E+1),o.emplaceBack(y+E,y+E+2,y+E+3);const w=n.length,C=w+2*(a+1);for(const E of[0,1])for(let R=0;R<=a;R++)for(const F of[0,1])n.emplaceBack(E*c.X,R*h,F);for(let E=0;E<2*a;E+=2)o.emplaceBack(w+E,w+E+1,w+E+3),o.emplaceBack(w+E,w+E+3,w+E+2),o.emplaceBack(C+E,C+E+3,C+E+1),o.emplaceBack(C+E,C+E+2,C+E+3);return this._mesh=new Fl(t.createVertexBuffer(n,ql.members),t.createIndexBuffer(o),c.a0.simpleSegment(0,0,n.length,o.length)),this._mesh}getMeshFrameDelta(t){return 2*Math.PI*c.bd/Math.pow(2,t)/5}getMinTileElevationForLngLatZoom(t,n){var o;const{tileID:a}=this._getOverscaledTileIDFromLngLatZoom(t,n);return(o=this.getMinMaxElevation(a).minElevation)!==null&&o!==void 0?o:0}getMinMaxElevation(t){const n=this.getTerrainData(t).tile,o={minElevation:null,maxElevation:null};return n&&n.dem&&(o.minElevation=n.dem.min*this.exaggeration,o.maxElevation=n.dem.max*this.exaggeration),o}_getOverscaledTileIDFromLngLatZoom(t,n){const o=c.Z.fromLngLat(t.wrap()),a=(1<<n)*c.X,h=o.x*a,g=o.y*a,y=Math.floor(h/c.X),b=Math.floor(g/c.X);return{tileID:new c.S(n,0,n,y,b),mercatorX:h,mercatorY:g}}}class As{constructor(t,n,o){this._context=t,this._size=n,this._tileSize=o,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),o=new wt(this._context,{width:this._tileSize,height:this._tileSize,data:null},this._context.gl.RGBA);return o.bind(this._context.gl.LINEAR,this._context.gl.CLAMP_TO_EDGE),n.depthAttachment.set(this._context.createRenderbuffer(this._context.gl.DEPTH_STENCIL,this._tileSize,this._tileSize)),n.colorAttachment.set(o.texture),{id:t,fbo:n,texture:o,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 vr={background:!0,fill:!0,line:!0,raster:!0,hillshade:!0};class Gl{constructor(t,n){this.painter=t,this.terrain=n,this.pool=new As(t.context,30,n.sourceCache.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.sourceCache.getRenderableTiles(),this._renderableLayerIds=t._order.filter(o=>!t._layers[o].isHidden(n)),this._coordsDescendingInv={};for(const o in t.sourceCaches){this._coordsDescendingInv[o]={};const a=t.sourceCaches[o].getVisibleCoordinates();for(const h of a){const g=this.terrain.sourceCache.getTerrainCoords(h);for(const y in g)this._coordsDescendingInv[o][y]||(this._coordsDescendingInv[o][y]=[]),this._coordsDescendingInv[o][y].push(g[y])}}this._coordsDescendingInvStr={};for(const o of t._order){const a=t._layers[o],h=a.source;if(vr[a.type]&&!this._coordsDescendingInvStr[h]){this._coordsDescendingInvStr[h]={};for(const g in this._coordsDescendingInv[h])this._coordsDescendingInvStr[h][g]=this._coordsDescendingInv[h][g].map(y=>y.key).sort().join()}}for(const o of this._renderableTiles)for(const a in this._coordsDescendingInvStr){const h=this._coordsDescendingInvStr[a][o.tileID.key];h&&h!==o.rttCoords[a]&&(o.rtt=[])}}renderLayer(t){if(t.isHidden(this.painter.transform.zoom))return!1;const n=t.type,o=this.painter,a=this._renderableLayerIds[this._renderableLayerIds.length-1]===t.id;if(vr[n]&&(this._prevType&&vr[this._prevType]||this._stacks.push([]),this._prevType=n,this._stacks[this._stacks.length-1].push(t.id),!a))return!0;if(vr[this._prevType]||vr[n]&&a){this._prevType=n;const h=this._stacks.length-1,g=this._stacks[h]||[];for(const y of this._renderableTiles){if(this.pool.isFull()&&(ws(this.painter,this.terrain,this._rttTiles),this._rttTiles=[],this.pool.freeAllObjects()),this._rttTiles.push(y),y.rtt[h]){const w=this.pool.getObjectForId(y.rtt[h].id);if(w.stamp===y.rtt[h].stamp){this.pool.useObject(w);continue}}const b=this.pool.getOrCreateFreeObject();this.pool.useObject(b),this.pool.stampObject(b),y.rtt[h]={id:b.id,stamp:b.stamp},o.context.bindFramebuffer.set(b.fbo.framebuffer),o.context.clear({color:c.aN.transparent,stencil:0}),o.currentStencilSource=void 0;for(let w=0;w<g.length;w++){const C=o.style._layers[g[w]],E=C.source?this._coordsDescendingInv[C.source][y.tileID.key]:[y.tileID];o.context.viewport.set([0,0,b.fbo.width,b.fbo.height]),o._renderTileClippingMasks(C,E),o.renderLayer(o,o.style.sourceCaches[C.source],C,E),C.source&&(y.rttCoords[C.source]=this._coordsDescendingInvStr[C.source][y.tileID.key])}}return ws(this.painter,this.terrain,this._rttTiles),this._rttTiles=[],this.pool.freeAllObjects(),vr[n]}return!1}}const ze={"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","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"},za=fe,nh={hash:!1,interactive:!0,bearingSnap:7,attributionControl:Aa,maplibreLogo:!1,failIfMajorPerformanceCaveat:!1,preserveDrawingBuffer:!1,refreshExpiredTiles:!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],zoom:0,bearing:0,pitch:0,renderWorldCopies:!0,maxTileCacheSize:null,maxTileCacheZoomLevels:c.a.MAX_TILE_CACHE_ZOOM_LEVELS,transformRequest:null,transformCameraUpdate:null,fadeDuration:300,crossSourceCollisions:!0,clickTolerance:3,localIdeographFontFamily:"sans-serif",pitchWithRotate:!0,validateStyle:!0,maxCanvasSize:[4096,4096],cancelPendingTileRequestsWhileZooming:!0},Hl=u=>{u.touchstart=u.dragStart,u.touchmoveWindow=u.dragMove,u.touchend=u.dragEnd},Da={showCompass:!0,showZoom:!0,visualizePitch:!1};class Wl{constructor(t,n,o=!1){this.mousedown=g=>{this.startMouse(c.e({},g,{ctrlKey:!0,preventDefault:()=>g.preventDefault()}),oe.mousePos(this.element,g)),oe.addEventListener(window,"mousemove",this.mousemove),oe.addEventListener(window,"mouseup",this.mouseup)},this.mousemove=g=>{this.moveMouse(g,oe.mousePos(this.element,g))},this.mouseup=g=>{this.mouseRotate.dragEnd(g),this.mousePitch&&this.mousePitch.dragEnd(g),this.offTemp()},this.touchstart=g=>{g.targetTouches.length!==1?this.reset():(this._startPos=this._lastPos=oe.touchPos(this.element,g.targetTouches)[0],this.startTouch(g,this._startPos),oe.addEventListener(window,"touchmove",this.touchmove,{passive:!1}),oe.addEventListener(window,"touchend",this.touchend))},this.touchmove=g=>{g.targetTouches.length!==1?this.reset():(this._lastPos=oe.touchPos(this.element,g.targetTouches)[0],this.moveTouch(g,this._lastPos))},this.touchend=g=>{g.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.mouseRotate.reset(),this.mousePitch&&this.mousePitch.reset(),this.touchRotate.reset(),this.touchPitch&&this.touchPitch.reset(),delete this._startPos,delete this._lastPos,this.offTemp()},this._clickTolerance=10;const a=t.dragRotate._mouseRotate.getClickTolerance(),h=t.dragRotate._mousePitch.getClickTolerance();this.element=n,this.mouseRotate=ya({clickTolerance:a,enable:!0}),this.touchRotate=(({enable:g,clickTolerance:y,bearingDegreesPerPixelMoved:b=.8})=>{const w=new yo;return new zt({clickTolerance:y,move:(C,E)=>({bearingDelta:(E.x-C.x)*b}),moveStateManager:w,enable:g,assignEvents:Hl})})({clickTolerance:a,enable:!0}),this.map=t,o&&(this.mousePitch=xn({clickTolerance:h,enable:!0}),this.touchPitch=(({enable:g,clickTolerance:y,pitchDegreesPerPixelMoved:b=-.5})=>{const w=new yo;return new zt({clickTolerance:y,move:(C,E)=>({pitchDelta:(E.y-C.y)*b}),moveStateManager:w,enable:g,assignEvents:Hl})})({clickTolerance:h,enable:!0})),oe.addEventListener(n,"mousedown",this.mousedown),oe.addEventListener(n,"touchstart",this.touchstart,{passive:!1}),oe.addEventListener(n,"touchcancel",this.reset)}startMouse(t,n){this.mouseRotate.dragStart(t,n),this.mousePitch&&this.mousePitch.dragStart(t,n),oe.disableDrag()}startTouch(t,n){this.touchRotate.dragStart(t,n),this.touchPitch&&this.touchPitch.dragStart(t,n),oe.disableDrag()}moveMouse(t,n){const o=this.map,{bearingDelta:a}=this.mouseRotate.dragMove(t,n)||{};if(a&&o.setBearing(o.getBearing()+a),this.mousePitch){const{pitchDelta:h}=this.mousePitch.dragMove(t,n)||{};h&&o.setPitch(o.getPitch()+h)}}moveTouch(t,n){const o=this.map,{bearingDelta:a}=this.touchRotate.dragMove(t,n)||{};if(a&&o.setBearing(o.getBearing()+a),this.touchPitch){const{pitchDelta:h}=this.touchPitch.dragMove(t,n)||{};h&&o.setPitch(o.getPitch()+h)}}off(){const t=this.element;oe.removeEventListener(t,"mousedown",this.mousedown),oe.removeEventListener(t,"touchstart",this.touchstart,{passive:!1}),oe.removeEventListener(window,"touchmove",this.touchmove,{passive:!1}),oe.removeEventListener(window,"touchend",this.touchend),oe.removeEventListener(t,"touchcancel",this.reset),this.offTemp()}offTemp(){oe.enableDrag(),oe.removeEventListener(window,"mousemove",this.mousemove),oe.removeEventListener(window,"mouseup",this.mouseup),oe.removeEventListener(window,"touchmove",this.touchmove,{passive:!1}),oe.removeEventListener(window,"touchend",this.touchend)}}let Kr;function Xl(u,t,n){const o=new c.N(u.lng,u.lat);if(u=new c.N(u.lng,u.lat),t){const a=new c.N(u.lng-360,u.lat),h=new c.N(u.lng+360,u.lat),g=n.locationPoint(u).distSqr(t);n.locationPoint(a).distSqr(t)<g?u=a:n.locationPoint(h).distSqr(t)<g&&(u=h)}for(;Math.abs(u.lng-n.center.lng)>180;){const a=n.locationPoint(u);if(a.x>=0&&a.y>=0&&a.x<=n.width&&a.y<=n.height)break;u.lng>n.center.lng?u.lng-=360:u.lng+=360}return u.lng!==o.lng&&n.locationPoint(u).y>n.height/2-n.getHorizon()?u:o}const La={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 Yr(u,t,n){const o=u.classList;for(const a in La)o.remove(`maplibregl-${n}-anchor-${a}`);o.add(`maplibregl-${n}-anchor-${t}`)}class Pt extends c.E{constructor(t){if(super(),this._onKeyPress=n=>{const o=n.code,a=n.charCode||n.keyCode;o!=="Space"&&o!=="Enter"&&a!==32&&a!==13||this.togglePopup()},this._onMapClick=n=>{const o=n.originalEvent.target,a=this._element;this._popup&&(o===a||a.contains(o))&&this.togglePopup()},this._update=n=>{var o;if(!this._map)return;const a=this._map.loaded()&&!this._map.isMoving();((n==null?void 0:n.type)==="terrain"||(n==null?void 0:n.type)==="render"&&!a)&&this._map.once("render",this._update),this._lngLat=this._map.transform.renderWorldCopies?Xl(this._lngLat,this._flatPos,this._map.transform):(o=this._lngLat)===null||o===void 0?void 0:o.wrap(),this._flatPos=this._pos=this._map.project(this._lngLat)._add(this._offset),this._map.terrain&&(this._flatPos=this._map.transform.locationPoint(this._lngLat)._add(this._offset));let h="";this._rotationAlignment==="viewport"||this._rotationAlignment==="auto"?h=`rotateZ(${this._rotation}deg)`:this._rotationAlignment==="map"&&(h=`rotateZ(${this._rotation-this._map.getBearing()}deg)`);let g="";this._pitchAlignment==="viewport"||this._pitchAlignment==="auto"?g="rotateX(0deg)":this._pitchAlignment==="map"&&(g=`rotateX(${this._map.getPitch()}deg)`),this._subpixelPositioning||n&&n.type!=="moveend"||(this._pos=this._pos.round()),oe.setTransform(this._element,`${La[this._anchor]} translate(${this._pos.x}px, ${this._pos.y}px) ${g} ${h}`),le.frameAsync(new AbortController).then(()=>{this._updateOpacity(n&&n.type==="moveend")}).catch(()=>{})},this._onMove=n=>{if(!this._isDragging){const o=this._clickTolerance||this._map._clickTolerance;this._isDragging=n.point.dist(this._pointerdownPos)>=o}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.k("dragstart"))),this.fire(new c.k("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.k("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(),this.setOpacity(t==null?void 0:t.opacity,t==null?void 0: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=oe.create("div");const n=oe.createNS("http://www.w3.org/2000/svg","svg"),o=41,a=27;n.setAttributeNS(null,"display","block"),n.setAttributeNS(null,"height",`${o}px`),n.setAttributeNS(null,"width",`${a}px`),n.setAttributeNS(null,"viewBox",`0 0 ${a} ${o}`);const h=oe.createNS("http://www.w3.org/2000/svg","g");h.setAttributeNS(null,"stroke","none"),h.setAttributeNS(null,"stroke-width","1"),h.setAttributeNS(null,"fill","none"),h.setAttributeNS(null,"fill-rule","evenodd");const g=oe.createNS("http://www.w3.org/2000/svg","g");g.setAttributeNS(null,"fill-rule","nonzero");const y=oe.createNS("http://www.w3.org/2000/svg","g");y.setAttributeNS(null,"transform","translate(3.0, 29.0)"),y.setAttributeNS(null,"fill","#000000");const b=[{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 X of b){const Y=oe.createNS("http://www.w3.org/2000/svg","ellipse");Y.setAttributeNS(null,"opacity","0.04"),Y.setAttributeNS(null,"cx","10.5"),Y.setAttributeNS(null,"cy","5.80029008"),Y.setAttributeNS(null,"rx",X.rx),Y.setAttributeNS(null,"ry",X.ry),y.appendChild(Y)}const w=oe.createNS("http://www.w3.org/2000/svg","g");w.setAttributeNS(null,"fill",this._color);const C=oe.createNS("http://www.w3.org/2000/svg","path");C.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"),w.appendChild(C);const E=oe.createNS("http://www.w3.org/2000/svg","g");E.setAttributeNS(null,"opacity","0.25"),E.setAttributeNS(null,"fill","#000000");const R=oe.createNS("http://www.w3.org/2000/svg","path");R.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"),E.appendChild(R);const F=oe.createNS("http://www.w3.org/2000/svg","g");F.setAttributeNS(null,"transform","translate(6.0, 7.0)"),F.setAttributeNS(null,"fill","#FFFFFF");const $=oe.createNS("http://www.w3.org/2000/svg","g");$.setAttributeNS(null,"transform","translate(8.0, 8.0)");const H=oe.createNS("http://www.w3.org/2000/svg","circle");H.setAttributeNS(null,"fill","#000000"),H.setAttributeNS(null,"opacity","0.25"),H.setAttributeNS(null,"cx","5.5"),H.setAttributeNS(null,"cy","5.5"),H.setAttributeNS(null,"r","5.4999962");const U=oe.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"),$.appendChild(H),$.appendChild(U),g.appendChild(y),g.appendChild(w),g.appendChild(E),g.appendChild(F),g.appendChild($),n.appendChild(g),n.setAttributeNS(null,"height",o*this._scale+"px"),n.setAttributeNS(null,"width",a*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()}),Yr(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.setAttribute("aria-label",t._getUIString("Marker.Title")),t.getCanvasContainer().appendChild(this._element),t.on("move",this._update),t.on("moveend",this._update),t.on("terrain",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("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),oe.remove(this._element),this._popup&&this._popup.remove(),this}getLngLat(){return this._lngLat}setLngLat(t){return this._lngLat=c.N.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 a=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":[a,-1*(38.1-13.5+a)],"bottom-right":[-a,-1*(38.1-13.5+a)],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,o;if(!(!((n=this._map)===null||n===void 0)&&n.terrain))return void(this._element.style.opacity!==this._opacity&&(this._element.style.opacity=this._opacity));if(t)this._opacityTimeout=null;else{if(this._opacityTimeout)return;this._opacityTimeout=setTimeout(()=>{this._opacityTimeout=null},100)}const a=this._map,h=a.terrain.depthAtPoint(this._pos),g=a.terrain.getElevationForLngLatZoom(this._lngLat,a.transform.tileZoom);if(a.transform.lngLatToCameraDepth(this._lngLat,g)-h<.006)return void(this._element.style.opacity=this._opacity);const y=-this._offset.y/a.transform._pixelPerMeter,b=Math.sin(a.getPitch()*Math.PI/180)*y,w=a.terrain.depthAtPoint(new c.P(this._pos.x,this._pos.y-this._offset.y)),C=a.transform.lngLatToCameraDepth(this._lngLat,g+b)-w>.006;!((o=this._popup)===null||o===void 0)&&o.isOpen()&&C&&this._popup.remove(),this._element.style.opacity=C?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 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 xo={positionOptions:{enableHighAccuracy:!1,maximumAge:0,timeout:6e3},fitBoundsOptions:{maxZoom:15},trackUserLocation:!1,showAccuracyCircle:!0,showUserLocation:!0};let $n=0,jn=!1;const Jl={maxWidth:100,unit:"metric"};function Ra(u,t,n){const o=n&&n.maxWidth||100,a=u._container.clientHeight/2,h=u.unproject([0,a]),g=u.unproject([o,a]),y=h.distanceTo(g);if(n&&n.unit==="imperial"){const b=3.2808*y;b>5280?Ms(t,o,b/5280,u._getUIString("ScaleControl.Miles")):Ms(t,o,b,u._getUIString("ScaleControl.Feet"))}else n&&n.unit==="nautical"?Ms(t,o,y/1852,u._getUIString("ScaleControl.NauticalMiles")):y>=1e3?Ms(t,o,y/1e3,u._getUIString("ScaleControl.Kilometers")):Ms(t,o,y,u._getUIString("ScaleControl.Meters"))}function Ms(u,t,n,o){const a=function(h){const g=Math.pow(10,`${Math.floor(h)}`.length-1);let y=h/g;return y=y>=10?10:y>=5?5:y>=3?3:y>=2?2:y>=1?1:function(b){const w=Math.pow(10,Math.ceil(-Math.log(b)/Math.LN10));return Math.round(b*w)/w}(y),g*y}(n);u.style.width=t*(a/n)+"px",u.innerHTML=`${a} ${o}`}const br={closeButton:!0,closeOnClick:!0,focusAfterOpen:!0,className:"",maxWidth:"240px",subpixelPositioning:!1},vo=["a[href]","[tabindex]:not([tabindex='-1'])","[contenteditable]:not([contenteditable='false'])","button:not([disabled])","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].join(", ");function qe(u){if(u){if(typeof u=="number"){const t=Math.round(Math.abs(u)/Math.SQRT2);return{center:new c.P(0,0),top:new c.P(0,u),"top-left":new c.P(t,t),"top-right":new c.P(-t,t),bottom:new c.P(0,-u),"bottom-left":new c.P(t,-t),"bottom-right":new c.P(-t,-t),left:new c.P(u,0),right:new c.P(-u,0)}}if(u instanceof c.P||Array.isArray(u)){const t=c.P.convert(u);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(u.center||[0,0]),top:c.P.convert(u.top||[0,0]),"top-left":c.P.convert(u["top-left"]||[0,0]),"top-right":c.P.convert(u["top-right"]||[0,0]),bottom:c.P.convert(u.bottom||[0,0]),"bottom-left":c.P.convert(u["bottom-left"]||[0,0]),"bottom-right":c.P.convert(u["bottom-right"]||[0,0]),left:c.P.convert(u.left||[0,0]),right:c.P.convert(u.right||[0,0])}}return qe(new c.P(0,0))}const Je=fe;T.AJAXError=c.bg,T.Evented=c.E,T.LngLat=c.N,T.MercatorCoordinate=c.Z,T.Point=c.P,T.addProtocol=c.bh,T.config=c.a,T.removeProtocol=c.bi,T.AttributionControl=Nn,T.BoxZoomHandler=ma,T.CanvasSource=Wi,T.CooperativeGesturesHandler=rr,T.DoubleClickZoomHandler=Ca,T.DragPanHandler=Ji,T.DragRotateHandler=ir,T.EdgeInsets=uo,T.FullscreenControl=class extends c.E{constructor(u={}){super(),this._onFullscreenChange=()=>{var t;let n=window.document.fullscreenElement||window.document.mozFullScreenElement||window.document.webkitFullscreenElement||window.document.msFullscreenElement;for(;!((t=n==null?void 0: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,u&&u.container&&(u.container instanceof HTMLElement?this._container=u.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(u){return this._map=u,this._container||(this._container=this._map.getContainer()),this._controlContainer=oe.create("div","maplibregl-ctrl maplibregl-ctrl-group"),this._setupUI(),this._controlContainer}onRemove(){oe.remove(this._controlContainer),this._map=null,window.document.removeEventListener(this._fullscreenchange,this._onFullscreenChange)}_setupUI(){const u=this._fullscreenButton=oe.create("button","maplibregl-ctrl-fullscreen",this._controlContainer);oe.create("span","maplibregl-ctrl-icon",u).setAttribute("aria-hidden","true"),u.type="button",this._updateTitle(),this._fullscreenButton.addEventListener("click",this._onClickFullscreen),window.document.addEventListener(this._fullscreenchange,this._onFullscreenChange)}_updateTitle(){const u=this._getTitle();this._fullscreenButton.setAttribute("aria-label",u),this._fullscreenButton.title=u}_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.k("fullscreenstart")),this._prevCooperativeGesturesEnabled=this._map.cooperativeGestures.isEnabled(),this._map.cooperativeGestures.disable()):(this.fire(new c.k("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()}},T.GeoJSONSource=os,T.GeolocateControl=class extends c.E{constructor(u){super(),this._onSuccess=t=>{if(this._map){if(this._isOutOfMapMaxBounds(t))return this._setErrorState(),this.fire(new c.k("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.k("geolocate",t)),this._finish()}},this._updateCamera=t=>{const n=new c.N(t.coords.longitude,t.coords.latitude),o=t.coords.accuracy,a=this._map.getBearing(),h=c.e({bearing:a},this.options.fitBoundsOptions),g=ue.fromLngLat(n,o);this._map.fitBounds(g,h,{geolocateSource:!0})},this._updateMarker=t=>{if(t){const n=new c.N(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.options.showUserLocation&&this.options.showAccuracyCircle&&this._updateCircleRadius()}else this._userLocationDotMarker.remove(),this._accuracyCircleMarker.remove()},this._onZoom=()=>{this.options.showUserLocation&&this.options.showAccuracyCircle&&this._updateCircleRadius()},this._onError=t=>{if(this._map){if(this.options.trackUserLocation)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&&jn)return;this._setErrorState()}this._watchState!=="OFF"&&this.options.showUserLocation&&this._dotElement.classList.add("maplibregl-user-location-dot-stale"),this.fire(new c.k("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=oe.create("button","maplibregl-ctrl-geolocate",this._container),oe.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=oe.create("div","maplibregl-user-location-dot"),this._userLocationDotMarker=new Pt({element:this._dotElement}),this._circleElement=oe.create("div","maplibregl-user-location-accuracy-circle"),this._accuracyCircleMarker=new Pt({element:this._circleElement,pitchAlignment:"map"}),this.options.trackUserLocation&&(this._watchState="OFF"),this._map.on("zoom",this._onZoom)),this._geolocateButton.addEventListener("click",()=>this.trigger()),this._setup=!0,this.options.trackUserLocation&&this._map.on("movestart",n=>{n.geolocateSource||this._watchState!=="ACTIVE_LOCK"||n.originalEvent&&n.originalEvent.type==="resize"||(this._watchState="BACKGROUND",this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-background"),this._geolocateButton.classList.remove("maplibregl-ctrl-geolocate-active"),this.fire(new c.k("trackuserlocationend")),this.fire(new c.k("userlocationlostfocus")))})}},this.options=c.e({},xo,u)}onAdd(u){return this._map=u,this._container=oe.create("div","maplibregl-ctrl maplibregl-ctrl-group"),this._setupUI(),function(){return c._(this,arguments,void 0,function*(t=!1){if(Kr!==void 0&&!t)return Kr;if(window.navigator.permissions===void 0)return Kr=!!window.navigator.geolocation,Kr;try{Kr=(yield window.navigator.permissions.query({name:"geolocation"})).state!=="denied"}catch{Kr=!!window.navigator.geolocation}return Kr})}().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(),oe.remove(this._container),this._map.off("zoom",this._onZoom),this._map=void 0,$n=0,jn=!1}_isOutOfMapMaxBounds(u){const t=this._map.getMaxBounds(),n=u.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":break;default:throw new Error(`Unexpected watchState ${this._watchState}`)}}_updateCircleRadius(){const u=this._map.getBounds(),t=u.getSouthEast(),n=u.getNorthEast(),o=t.distanceTo(n),a=Math.ceil(this._accuracy/(o/this._map._container.clientHeight)*2);this._circleElement.style.width=`${a}px`,this._circleElement.style.height=`${a}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.k("trackuserlocationstart"));break;case"WAITING_ACTIVE":case"ACTIVE_LOCK":case"ACTIVE_ERROR":case"BACKGROUND_ERROR":$n--,jn=!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.k("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.k("trackuserlocationstart")),this.fire(new c.k("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 u;this._geolocateButton.classList.add("maplibregl-ctrl-geolocate-waiting"),this._geolocateButton.setAttribute("aria-pressed","true"),$n++,$n>1?(u={maximumAge:6e5,timeout:0},jn=!0):(u=this.options.positionOptions,jn=!1),this._geolocationWatchID=window.navigator.geolocation.watchPosition(this._onSuccess,this._onError,u)}}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)}},T.Hash=Ss,T.ImageSource=Ar,T.KeyboardHandler=Ta,T.LngLatBounds=ue,T.LogoControl=xr,T.Map=class extends rh{constructor(u){c.be.mark(c.bf.create);const t=Object.assign(Object.assign({},nh),u);if(t.minZoom!=null&&t.maxZoom!=null&&t.minZoom>t.maxZoom)throw new Error("maxZoom must be greater than or equal to minZoom");if(t.minPitch!=null&&t.maxPitch!=null&&t.minPitch>t.maxPitch)throw new Error("maxPitch must be greater than or equal to minPitch");if(t.minPitch!=null&&t.minPitch<0)throw new Error("minPitch must be greater than or equal to 0");if(t.maxPitch!=null&&t.maxPitch>85)throw new Error("maxPitch must be less than or equal to 85");if(super(new ha(t.minZoom,t.maxZoom,t.minPitch,t.maxPitch,t.renderWorldCopies),{bearingSnap:t.bearingSnap}),this._idleTriggered=!1,this._crossFadingFactor=1,this._renderTaskQueue=new Fe,this._controls=[],this._mapId=c.a4(),this._contextLost=n=>{n.preventDefault(),this._frameRequest&&(this._frameRequest.abort(),this._frameRequest=null),this.fire(new c.k("webglcontextlost",{originalEvent:n}))},this._contextRestored=n=>{this._setupPainter(),this.resize(),this._update(),this.fire(new c.k("webglcontextrestored",{originalEvent:n}))},this._onMapScroll=n=>{if(n.target===this._container)return this._container.scrollTop=0,this._container.scrollLeft=0,!1},this._onWindowOnline=()=>{this._update()},this._interactive=t.interactive,this._maxTileCacheSize=t.maxTileCacheSize,this._maxTileCacheZoomLevels=t.maxTileCacheZoomLevels,this._failIfMajorPerformanceCaveat=t.failIfMajorPerformanceCaveat===!0,this._preserveDrawingBuffer=t.preserveDrawingBuffer===!0,this._antialias=t.antialias===!0,this._trackResize=t.trackResize===!0,this._bearingSnap=t.bearingSnap,this._refreshExpiredTiles=t.refreshExpiredTiles===!0,this._fadeDuration=t.fadeDuration,this._crossSourceCollisions=t.crossSourceCollisions===!0,this._collectResourceTiming=t.collectResourceTiming===!0,this._locale=Object.assign(Object.assign({},ze),t.locale),this._clickTolerance=t.clickTolerance,this._overridePixelRatio=t.pixelRatio,this._maxCanvasSize=t.maxCanvasSize,this.transformCameraUpdate=t.transformCameraUpdate,this.cancelPendingTileRequestsWhileZooming=t.cancelPendingTileRequestsWhileZooming===!0,this._imageQueueHandle=He.addThrottleControl(()=>this.isMoving()),this._requestManager=new Ft(t.transformRequest),typeof t.container=="string"){if(this._container=document.getElementById(t.container),!this._container)throw new Error(`Container '${t.container}' not found.`)}else{if(!(t.container instanceof HTMLElement))throw new Error("Invalid type: 'container' must be a String or HTMLElement.");this._container=t.container}if(t.maxBounds&&this.setMaxBounds(t.maxBounds),this._setupContainer(),this._setupPainter(),this.on("move",()=>this._update(!1)).on("moveend",()=>this._update(!1)).on("zoom",()=>this._update(!0)).on("terrain",()=>{this.painter.terrainFacilitator.dirty=!0,this._update(!0)}).once("idle",()=>{this._idleTriggered=!0}),typeof window<"u"){addEventListener("online",this._onWindowOnline,!1);let n=!1;const o=po(a=>{this._trackResize&&!this._removed&&this.resize(a)._update()},50);this._resizeObserver=new ResizeObserver(a=>{n?o(a):n=!0}),this._resizeObserver.observe(this._container)}this.handlers=new ih(this,t),this._hash=t.hash&&new Ss(typeof t.hash=="string"&&t.hash||void 0).addTo(this),this._hash&&this._hash._onHashChange()||(this.jumpTo({center:t.center,zoom:t.zoom,bearing:t.bearing,pitch:t.pitch}),t.bounds&&(this.resize(),this.fitBounds(t.bounds,c.e({},t.fitBoundsOptions,{duration:0})))),this.resize(),this._localIdeographFontFamily=t.localIdeographFontFamily,this._validateStyle=t.validateStyle,t.style&&this.setStyle(t.style,{localIdeographFontFamily:t.localIdeographFontFamily}),t.attributionControl&&this.addControl(new Nn(typeof t.attributionControl=="boolean"?void 0:t.attributionControl)),t.maplibreLogo&&this.addControl(new xr,t.logoPosition),this.on("style.load",()=>{this.transform.unmodified&&this.jumpTo(this.style.stylesheet)}),this.on("data",n=>{this._update(n.dataType==="style"),this.fire(new c.k(`${n.dataType}data`,n))}),this.on("dataloading",n=>{this.fire(new c.k(`${n.dataType}dataloading`,n))}),this.on("dataabort",n=>{this.fire(new c.k("sourcedataabort",n))})}_getMapId(){return this._mapId}addControl(u,t){if(t===void 0&&(t=u.getDefaultPosition?u.getDefaultPosition():"top-right"),!u||!u.onAdd)return this.fire(new c.j(new Error("Invalid argument to map.addControl(). Argument must be a control with onAdd and onRemove methods.")));const n=u.onAdd(this);this._controls.push(u);const o=this._controlPositions[t];return t.indexOf("bottom")!==-1?o.insertBefore(n,o.firstChild):o.appendChild(n),this}removeControl(u){if(!u||!u.onRemove)return this.fire(new c.j(new Error("Invalid argument to map.removeControl(). Argument must be a control with onAdd and onRemove methods.")));const t=this._controls.indexOf(u);return t>-1&&this._controls.splice(t,1),u.onRemove(this),this}hasControl(u){return this._controls.indexOf(u)>-1}calculateCameraOptionsFromTo(u,t,n,o){return o==null&&this.terrain&&(o=this.terrain.getElevationForLngLatZoom(n,this.transform.tileZoom)),super.calculateCameraOptionsFromTo(u,t,n,o)}resize(u){var t;const n=this._containerDimensions(),o=n[0],a=n[1],h=this._getClampedPixelRatio(o,a);if(this._resizeCanvas(o,a,h),this.painter.resize(o,a,h),this.painter.overLimit()){const y=this.painter.context.gl;this._maxCanvasSize=[y.drawingBufferWidth,y.drawingBufferHeight];const b=this._getClampedPixelRatio(o,a);this._resizeCanvas(o,a,b),this.painter.resize(o,a,b)}this.transform.resize(o,a),(t=this._requestedCameraState)===null||t===void 0||t.resize(o,a);const g=!this._moving;return g&&(this.stop(),this.fire(new c.k("movestart",u)).fire(new c.k("move",u))),this.fire(new c.k("resize",u)),g&&this.fire(new c.k("moveend",u)),this}_getClampedPixelRatio(u,t){const{0:n,1:o}=this._maxCanvasSize,a=this.getPixelRatio(),h=u*a,g=t*a;return Math.min(h>n?n/h:1,g>o?o/g:1)*a}getPixelRatio(){var u;return(u=this._overridePixelRatio)!==null&&u!==void 0?u:devicePixelRatio}setPixelRatio(u){this._overridePixelRatio=u,this.resize()}getBounds(){return this.transform.getBounds()}getMaxBounds(){return this.transform.getMaxBounds()}setMaxBounds(u){return this.transform.setMaxBounds(ue.convert(u)),this._update()}setMinZoom(u){if((u=u??-2)>=-2&&u<=this.transform.maxZoom)return this.transform.minZoom=u,this._update(),this.getZoom()<u&&this.setZoom(u),this;throw new Error("minZoom must be between -2 and the current maxZoom, inclusive")}getMinZoom(){return this.transform.minZoom}setMaxZoom(u){if((u=u??22)>=this.transform.minZoom)return this.transform.maxZoom=u,this._update(),this.getZoom()>u&&this.setZoom(u),this;throw new Error("maxZoom must be greater than the current minZoom")}getMaxZoom(){return this.transform.maxZoom}setMinPitch(u){if((u=u??0)<0)throw new Error("minPitch must be greater than or equal to 0");if(u>=0&&u<=this.transform.maxPitch)return this.transform.minPitch=u,this._update(),this.getPitch()<u&&this.setPitch(u),this;throw new Error("minPitch must be between 0 and the current maxPitch, inclusive")}getMinPitch(){return this.transform.minPitch}setMaxPitch(u){if((u=u??60)>85)throw new Error("maxPitch must be less than or equal to 85");if(u>=this.transform.minPitch)return this.transform.maxPitch=u,this._update(),this.getPitch()>u&&this.setPitch(u),this;throw new Error("maxPitch must be greater than the current minPitch")}getMaxPitch(){return this.transform.maxPitch}getRenderWorldCopies(){return this.transform.renderWorldCopies}setRenderWorldCopies(u){return this.transform.renderWorldCopies=u,this._update()}project(u){return this.transform.locationPoint(c.N.convert(u),this.style&&this.terrain)}unproject(u){return this.transform.pointLocation(c.P.convert(u),this.terrain)}isMoving(){var u;return this._moving||((u=this.handlers)===null||u===void 0?void 0:u.isMoving())}isZooming(){var u;return this._zooming||((u=this.handlers)===null||u===void 0?void 0:u.isZooming())}isRotating(){var u;return this._rotating||((u=this.handlers)===null||u===void 0?void 0:u.isRotating())}_createDelegatedListener(u,t,n){if(u==="mouseenter"||u==="mouseover"){let o=!1;return{layer:t,listener:n,delegates:{mousemove:h=>{const g=this.getLayer(t)?this.queryRenderedFeatures(h.point,{layers:[t]}):[];g.length?o||(o=!0,n.call(this,new Ti(u,this,h.originalEvent,{features:g}))):o=!1},mouseout:()=>{o=!1}}}}if(u==="mouseleave"||u==="mouseout"){let o=!1;return{layer:t,listener:n,delegates:{mousemove:g=>{(this.getLayer(t)?this.queryRenderedFeatures(g.point,{layers:[t]}):[]).length?o=!0:o&&(o=!1,n.call(this,new Ti(u,this,g.originalEvent)))},mouseout:g=>{o&&(o=!1,n.call(this,new Ti(u,this,g.originalEvent)))}}}}{const o=a=>{const h=this.getLayer(t)?this.queryRenderedFeatures(a.point,{layers:[t]}):[];h.length&&(a.features=h,n.call(this,a),delete a.features)};return{layer:t,listener:n,delegates:{[u]:o}}}}on(u,t,n){if(n===void 0)return super.on(u,t);const o=this._createDelegatedListener(u,t,n);this._delegatedListeners=this._delegatedListeners||{},this._delegatedListeners[u]=this._delegatedListeners[u]||[],this._delegatedListeners[u].push(o);for(const a in o.delegates)this.on(a,o.delegates[a]);return this}once(u,t,n){if(n===void 0)return super.once(u,t);const o=this._createDelegatedListener(u,t,n);for(const a in o.delegates)this.once(a,o.delegates[a]);return this}off(u,t,n){return n===void 0?super.off(u,t):(this._delegatedListeners&&this._delegatedListeners[u]&&(o=>{const a=this._delegatedListeners[u];for(let h=0;h<a.length;h++){const g=a[h];if(g.layer===t&&g.listener===n){for(const y in g.delegates)this.off(y,g.delegates[y]);return a.splice(h,1),this}}})(),this)}queryRenderedFeatures(u,t){if(!this.style)return[];let n;const o=u instanceof c.P||Array.isArray(u),a=o?u:[[0,0],[this.transform.width,this.transform.height]];if(t=t||(o?{}:u)||{},a instanceof c.P||typeof a[0]=="number")n=[c.P.convert(a)];else{const h=c.P.convert(a[0]),g=c.P.convert(a[1]);n=[h,new c.P(g.x,h.y),g,new c.P(h.x,g.y),h]}return this.style.queryRenderedFeatures(n,t,this.transform)}querySourceFeatures(u,t){return this.style.querySourceFeatures(u,t)}setStyle(u,t){return(t=c.e({},{localIdeographFontFamily:this._localIdeographFontFamily,validate:this._validateStyle},t)).diff!==!1&&t.localIdeographFontFamily===this._localIdeographFontFamily&&this.style&&u?(this._diffStyle(u,t),this):(this._localIdeographFontFamily=t.localIdeographFontFamily,this._updateStyle(u,t))}setTransformRequest(u){return this._requestManager.setTransformRequest(u),this}_getUIString(u){const t=this._locale[u];if(t==null)throw new Error(`Missing UI string '${u}'`);return t}_updateStyle(u,t){if(t.transformStyle&&this.style&&!this.style._loaded)return void this.style.once("style.load",()=>this._updateStyle(u,t));const n=this.style&&t.transformStyle?this.style.serialize():void 0;return this.style&&(this.style.setEventedParent(null),this.style._remove(!u)),u?(this.style=new Zo(this,t||{}),this.style.setEventedParent(this,{style:this.style}),typeof u=="string"?this.style.loadURL(u,t,n):this.style.loadJSON(u,t,n),this):(delete this.style,this)}_lazyInitEmptyStyle(){this.style||(this.style=new Zo(this,{}),this.style.setEventedParent(this,{style:this.style}),this.style.loadEmpty())}_diffStyle(u,t){if(typeof u=="string"){const n=this._requestManager.transformRequest(u,"Style");c.h(n,new AbortController).then(o=>{this._updateDiff(o.data,t)}).catch(o=>{o&&this.fire(new c.j(o))})}else typeof u=="object"&&this._updateDiff(u,t)}_updateDiff(u,t){try{this.style.setState(u,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(u,t)}}getStyle(){if(this.style)return this.style.serialize()}isStyleLoaded(){return this.style?this.style.loaded():c.w("There is no style added to the map.")}addSource(u,t){return this._lazyInitEmptyStyle(),this.style.addSource(u,t),this._update(!0)}isSourceLoaded(u){const t=this.style&&this.style.sourceCaches[u];if(t!==void 0)return t.loaded();this.fire(new c.j(new Error(`There is no source with ID '${u}'`)))}setTerrain(u){if(this.style._checkLoaded(),this._terrainDataCallback&&this.style.off("data",this._terrainDataCallback),u){const t=this.style.sourceCaches[u.source];if(!t)throw new Error(`cannot load terrain, because there exists no source with ID: ${u.source}`);this.terrain===null&&t.reload();for(const n in this.style._layers){const o=this.style._layers[n];o.type==="hillshade"&&o.source===u.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.")}this.terrain=new Zl(this.painter,t,u),this.painter.renderToTexture=new Gl(this.painter,this.terrain),this.transform.minElevationForCurrentTile=this.terrain.getMinTileElevationForLngLatZoom(this.transform.center,this.transform.tileZoom),this.transform.elevation=this.terrain.getElevationForLngLatZoom(this.transform.center,this.transform.tileZoom),this._terrainDataCallback=n=>{n.dataType==="style"?this.terrain.sourceCache.freeRtt():n.dataType==="source"&&n.tile&&(n.sourceId!==u.source||this._elevationFreeze||(this.transform.minElevationForCurrentTile=this.terrain.getMinTileElevationForLngLatZoom(this.transform.center,this.transform.tileZoom),this.transform.elevation=this.terrain.getElevationForLngLatZoom(this.transform.center,this.transform.tileZoom)),this.terrain.sourceCache.freeRtt(n.tile.tileID))},this.style.on("data",this._terrainDataCallback)}else this.terrain&&this.terrain.sourceCache.destruct(),this.terrain=null,this.painter.renderToTexture&&this.painter.renderToTexture.destruct(),this.painter.renderToTexture=null,this.transform.minElevationForCurrentTile=0,this.transform.elevation=0;return this.fire(new c.k("terrain",{terrain:u})),this}getTerrain(){var u,t;return(t=(u=this.terrain)===null||u===void 0?void 0:u.options)!==null&&t!==void 0?t:null}areTilesLoaded(){const u=this.style&&this.style.sourceCaches;for(const t in u){const n=u[t]._tiles;for(const o in n){const a=n[o];if(a.state!=="loaded"&&a.state!=="errored")return!1}}return!0}removeSource(u){return this.style.removeSource(u),this._update(!0)}getSource(u){return this.style.getSource(u)}addImage(u,t,n={}){const{pixelRatio:o=1,sdf:a=!1,stretchX:h,stretchY:g,content:y,textFitWidth:b,textFitHeight:w}=n;if(this._lazyInitEmptyStyle(),!(t instanceof HTMLImageElement||c.b(t))){if(t.width===void 0||t.height===void 0)return this.fire(new c.j(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:C,height:E,data:R}=t,F=t;return this.style.addImage(u,{data:new c.R({width:C,height:E},new Uint8Array(R)),pixelRatio:o,stretchX:h,stretchY:g,content:y,textFitWidth:b,textFitHeight:w,sdf:a,version:0,userImage:F}),F.onAdd&&F.onAdd(this,u),this}}{const{width:C,height:E,data:R}=le.getImageData(t);this.style.addImage(u,{data:new c.R({width:C,height:E},R),pixelRatio:o,stretchX:h,stretchY:g,content:y,textFitWidth:b,textFitHeight:w,sdf:a,version:0})}}updateImage(u,t){const n=this.style.getImage(u);if(!n)return this.fire(new c.j(new Error("The map has no image with that id. If you are adding a new image use `map.addImage(...)` instead.")));const o=t instanceof HTMLImageElement||c.b(t)?le.getImageData(t):t,{width:a,height:h,data:g}=o;if(a===void 0||h===void 0)return this.fire(new c.j(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(a!==n.data.width||h!==n.data.height)return this.fire(new c.j(new Error("The width and height of the updated image must be that same as the previous version of the image")));const y=!(t instanceof HTMLImageElement||c.b(t));return n.data.replace(g,y),this.style.updateImage(u,n),this}getImage(u){return this.style.getImage(u)}hasImage(u){return u?!!this.style.getImage(u):(this.fire(new c.j(new Error("Missing required image id"))),!1)}removeImage(u){this.style.removeImage(u)}loadImage(u){return He.getImage(this._requestManager.transformRequest(u,"Image"),new AbortController)}listImages(){return this.style.listImages()}addLayer(u,t){return this._lazyInitEmptyStyle(),this.style.addLayer(u,t),this._update(!0)}moveLayer(u,t){return this.style.moveLayer(u,t),this._update(!0)}removeLayer(u){return this.style.removeLayer(u),this._update(!0)}getLayer(u){return this.style.getLayer(u)}getLayersOrder(){return this.style.getLayersOrder()}setLayerZoomRange(u,t,n){return this.style.setLayerZoomRange(u,t,n),this._update(!0)}setFilter(u,t,n={}){return this.style.setFilter(u,t,n),this._update(!0)}getFilter(u){return this.style.getFilter(u)}setPaintProperty(u,t,n,o={}){return this.style.setPaintProperty(u,t,n,o),this._update(!0)}getPaintProperty(u,t){return this.style.getPaintProperty(u,t)}setLayoutProperty(u,t,n,o={}){return this.style.setLayoutProperty(u,t,n,o),this._update(!0)}getLayoutProperty(u,t){return this.style.getLayoutProperty(u,t)}setGlyphs(u,t={}){return this._lazyInitEmptyStyle(),this.style.setGlyphs(u,t),this._update(!0)}getGlyphs(){return this.style.getGlyphsUrl()}addSprite(u,t,n={}){return this._lazyInitEmptyStyle(),this.style.addSprite(u,t,n,o=>{o||this._update(!0)}),this}removeSprite(u){return this._lazyInitEmptyStyle(),this.style.removeSprite(u),this._update(!0)}getSprite(){return this.style.getSprite()}setSprite(u,t={}){return this._lazyInitEmptyStyle(),this.style.setSprite(u,t,n=>{n||this._update(!0)}),this}setLight(u,t={}){return this._lazyInitEmptyStyle(),this.style.setLight(u,t),this._update(!0)}getLight(){return this.style.getLight()}setSky(u){return this._lazyInitEmptyStyle(),this.style.setSky(u),this._update(!0)}getSky(){return this.style.getSky()}setFeatureState(u,t){return this.style.setFeatureState(u,t),this._update()}removeFeatureState(u,t){return this.style.removeFeatureState(u,t),this._update()}getFeatureState(u){return this.style.getFeatureState(u)}getContainer(){return this._container}getCanvasContainer(){return this._canvasContainer}getCanvas(){return this._canvas}_containerDimensions(){let u=0,t=0;return this._container&&(u=this._container.clientWidth||400,t=this._container.clientHeight||300),[u,t]}_setupContainer(){const u=this._container;u.classList.add("maplibregl-map");const t=this._canvasContainer=oe.create("div","maplibregl-canvas-container",u);this._interactive&&t.classList.add("maplibregl-interactive"),this._canvas=oe.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(),o=this._getClampedPixelRatio(n[0],n[1]);this._resizeCanvas(n[0],n[1],o);const a=this._controlContainer=oe.create("div","maplibregl-control-container",u),h=this._controlPositions={};["top-left","top-right","bottom-left","bottom-right"].forEach(g=>{h[g]=oe.create("div",`maplibregl-ctrl-${g} `,a)}),this._container.addEventListener("scroll",this._onMapScroll,!1)}_resizeCanvas(u,t,n){this._canvas.width=Math.floor(n*u),this._canvas.height=Math.floor(n*t),this._canvas.style.width=`${u}px`,this._canvas.style.height=`${t}px`}_setupPainter(){const u={alpha:!0,stencil:!0,depth:!0,failIfMajorPerformanceCaveat:this._failIfMajorPerformanceCaveat,preserveDrawingBuffer:this._preserveDrawingBuffer,antialias:this._antialias||!1};let t=null;this._canvas.addEventListener("webglcontextcreationerror",o=>{t={requestedAttributes:u},o&&(t.statusMessage=o.statusMessage,t.type=o.type)},{once:!0});const n=this._canvas.getContext("webgl2",u)||this._canvas.getContext("webgl",u);if(!n){const o="Failed to initialize WebGL";throw t?(t.message=o,new Error(JSON.stringify(t))):new Error(o)}this.painter=new Ol(n,this.transform),ht.testSupport(n)}loaded(){return!this._styleDirty&&!this._sourcesDirty&&!!this.style&&this.style.loaded()}_update(u){return this.style&&this.style._loaded?(this._styleDirty=this._styleDirty||u,this._sourcesDirty=!0,this.triggerRepaint(),this):this}_requestRenderFrame(u){return this._update(),this._renderTaskQueue.add(u)}_cancelRenderFrame(u){this._renderTaskQueue.remove(u)}_render(u){const t=this._idleTriggered?this._fadeDuration:0;if(this.painter.context.setDirty(),this.painter.setBaseState(),this._renderTaskQueue.run(u),this._removed)return;let n=!1;if(this.style&&this._styleDirty){this._styleDirty=!1;const a=this.transform.zoom,h=le.now();this.style.zoomHistory.update(a,h);const g=new c.a9(a,{now:h,fadeDuration:t,zoomHistory:this.style.zoomHistory,transition:this.style.getTransition()}),y=g.crossFadingFactor();y===1&&y===this._crossFadingFactor||(n=!0,this._crossFadingFactor=y),this.style.update(g)}this.style&&this._sourcesDirty&&(this._sourcesDirty=!1,this.style._updateSources(this.transform)),this.terrain?(this.terrain.sourceCache.update(this.transform,this.terrain),this.transform.minElevationForCurrentTile=this.terrain.getMinTileElevationForLngLatZoom(this.transform.center,this.transform.tileZoom),this._elevationFreeze||(this.transform.elevation=this.terrain.getElevationForLngLatZoom(this.transform.center,this.transform.tileZoom))):(this.transform.minElevationForCurrentTile=0,this.transform.elevation=0),this._placementDirty=this.style&&this.style._updatePlacement(this.painter.transform,this.showCollisionBoxes,t,this._crossSourceCollisions),this.painter.render(this.style,{showTileBoundaries:this.showTileBoundaries,showOverdrawInspector:this._showOverdrawInspector,rotating:this.isRotating(),zooming:this.isZooming(),moving:this.isMoving(),fadeDuration:t,showPadding:this.showPadding}),this.fire(new c.k("render")),this.loaded()&&!this._loaded&&(this._loaded=!0,c.be.mark(c.bf.load),this.fire(new c.k("load"))),this.style&&(this.style.hasTransitions()||n)&&(this._styleDirty=!0),this.style&&!this._placementDirty&&this.style._releaseSymbolFadeTiles();const o=this._sourcesDirty||this._styleDirty||this._placementDirty;return o||this._repaint?this.triggerRepaint():!this.isMoving()&&this.loaded()&&this.fire(new c.k("idle")),!this._loaded||this._fullyLoaded||o||(this._fullyLoaded=!0,c.be.mark(c.bf.fullLoad)),this}redraw(){return this.style&&(this._frameRequest&&(this._frameRequest.abort(),this._frameRequest=null),this._render(0)),this}remove(){var u;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),He.removeThrottleControl(this._imageQueueHandle),(u=this._resizeObserver)===null||u===void 0||u.disconnect();const t=this.painter.context.gl.getExtension("WEBGL_lose_context");t!=null&&t.loseContext&&t.loseContext(),this._canvas.removeEventListener("webglcontextrestored",this._contextRestored,!1),this._canvas.removeEventListener("webglcontextlost",this._contextLost,!1),oe.remove(this._canvasContainer),oe.remove(this._controlContainer),this._container.classList.remove("maplibregl-map"),c.be.clearMetrics(),this._removed=!0,this.fire(new c.k("remove"))}triggerRepaint(){this.style&&!this._frameRequest&&(this._frameRequest=new AbortController,le.frameAsync(this._frameRequest).then(u=>{c.be.frame(u),this._frameRequest=null,this._render(u)}).catch(()=>{}))}get showTileBoundaries(){return!!this._showTileBoundaries}set showTileBoundaries(u){this._showTileBoundaries!==u&&(this._showTileBoundaries=u,this._update())}get showPadding(){return!!this._showPadding}set showPadding(u){this._showPadding!==u&&(this._showPadding=u,this._update())}get showCollisionBoxes(){return!!this._showCollisionBoxes}set showCollisionBoxes(u){this._showCollisionBoxes!==u&&(this._showCollisionBoxes=u,u?this.style._generateCollisionBoxes():this._update())}get showOverdrawInspector(){return!!this._showOverdrawInspector}set showOverdrawInspector(u){this._showOverdrawInspector!==u&&(this._showOverdrawInspector=u,this._update())}get repaint(){return!!this._repaint}set repaint(u){this._repaint!==u&&(this._repaint=u,this.triggerRepaint())}get vertices(){return!!this._vertices}set vertices(u){this._vertices=u,this._update()}get version(){return za}getCameraTargetElevation(){return this.transform.elevation}},T.MapMouseEvent=Ti,T.MapTouchEvent=Ts,T.MapWheelEvent=pa,T.Marker=Pt,T.NavigationControl=class{constructor(u){this._updateZoomButtons=()=>{const t=this._map.getZoom(),n=t===this._map.getMaxZoom(),o=t===this._map.getMinZoom();this._zoomInButton.disabled=n,this._zoomOutButton.disabled=o,this._zoomInButton.setAttribute("aria-disabled",n.toString()),this._zoomOutButton.setAttribute("aria-disabled",o.toString())},this._rotateCompassArrow=()=>{const t=this.options.visualizePitch?`scale(${1/Math.pow(Math.cos(this._map.transform.pitch*(Math.PI/180)),.5)}) rotateX(${this._map.transform.pitch}deg) rotateZ(${this._map.transform.angle*(180/Math.PI)}deg)`:`rotate(${this._map.transform.angle*(180/Math.PI)}deg)`;this._compassIcon.style.transform=t},this._setButtonTitle=(t,n)=>{const o=this._map._getUIString(`NavigationControl.${n}`);t.title=o,t.setAttribute("aria-label",o)},this.options=c.e({},Da,u),this._container=oe.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})),oe.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})),oe.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=oe.create("span","maplibregl-ctrl-icon",this._compass),this._compassIcon.setAttribute("aria-hidden","true"))}onAdd(u){return this._map=u,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._map.on("rotate",this._rotateCompassArrow),this._rotateCompassArrow(),this._handler=new Wl(this._map,this._compass,this.options.visualizePitch)),this._container}onRemove(){oe.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._map.off("rotate",this._rotateCompassArrow),this._handler.off(),delete this._handler),delete this._map}_createButton(u,t){const n=oe.create("button",u,this._container);return n.type="button",n.addEventListener("click",t),n}},T.Popup=class extends c.E{constructor(u){super(),this.remove=()=>(this._content&&oe.remove(this._content),this._container&&(oe.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.k("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=>{var n;if(!this._map||!this._lngLat&&!this._trackPointer||!this._content)return;if(!this._container){if(this._container=oe.create("div","maplibregl-popup",this._map.getContainer()),this._tip=oe.create("div","maplibregl-popup-tip",this._container),this._container.appendChild(this._content),this.options.className)for(const y of this.options.className.split(" "))this._container.classList.add(y);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=this._map.transform.renderWorldCopies&&!this._trackPointer?Xl(this._lngLat,this._flatPos,this._map.transform):(n=this._lngLat)===null||n===void 0?void 0:n.wrap(),this._trackPointer&&!t)return;const o=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.locationPoint(this._lngLat));let a=this.options.anchor;const h=qe(this.options.offset);if(!a){const y=this._container.offsetWidth,b=this._container.offsetHeight;let w;w=o.y+h.bottom.y<b?["top"]:o.y>this._map.transform.height-b?["bottom"]:[],o.x<y/2?w.push("left"):o.x>this._map.transform.width-y/2&&w.push("right"),a=w.length===0?"bottom":w.join("-")}let g=o.add(h[a]);this.options.subpixelPositioning||(g=g.round()),oe.setTransform(this._container,`${La[a]} translate(${g.x}px,${g.y}px)`),Yr(this._container,a,"popup")},this._onClose=()=>{this.remove()},this.options=c.e(Object.create(br),u)}addTo(u){return this._map&&this.remove(),this._map=u,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.k("open")),this}isOpen(){return!!this._map}getLngLat(){return this._lngLat}setLngLat(u){return this._lngLat=c.N.convert(u),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(u){return this.setDOMContent(document.createTextNode(u))}setHTML(u){const t=document.createDocumentFragment(),n=document.createElement("body");let o;for(n.innerHTML=u;o=n.firstChild,o;)t.appendChild(o);return this.setDOMContent(t)}getMaxWidth(){var u;return(u=this._container)===null||u===void 0?void 0:u.style.maxWidth}setMaxWidth(u){return this.options.maxWidth=u,this._update(),this}setDOMContent(u){if(this._content)for(;this._content.hasChildNodes();)this._content.firstChild&&this._content.removeChild(this._content.firstChild);else this._content=oe.create("div","maplibregl-popup-content",this._container);return this._content.appendChild(u),this._createCloseButton(),this._update(),this._focusFirstElement(),this}addClassName(u){return this._container&&this._container.classList.add(u),this}removeClassName(u){return this._container&&this._container.classList.remove(u),this}setOffset(u){return this.options.offset=u,this._update(),this}toggleClassName(u){if(this._container)return this._container.classList.toggle(u)}setSubpixelPositioning(u){this.options.subpixelPositioning=u}_createCloseButton(){this.options.closeButton&&(this._closeButton=oe.create("button","maplibregl-popup-close-button",this._content),this._closeButton.type="button",this._closeButton.innerHTML="×",this._closeButton.addEventListener("click",this._onClose))}_focusFirstElement(){if(!this.options.focusAfterOpen||!this._container)return;const u=this._container.querySelector(vo);u&&u.focus()}},T.RasterDEMTileSource=Ut,T.RasterTileSource=yt,T.ScaleControl=class{constructor(u){this._onMove=()=>{Ra(this._map,this._container,this.options)},this.setUnit=t=>{this.options.unit=t,Ra(this._map,this._container,this.options)},this.options=Object.assign(Object.assign({},Jl),u)}getDefaultPosition(){return"bottom-left"}onAdd(u){return this._map=u,this._container=oe.create("div","maplibregl-ctrl maplibregl-ctrl-scale",u.getContainer()),this._map.on("move",this._onMove),this._onMove(),this._container}onRemove(){oe.remove(this._container),this._map.off("move",this._onMove),this._map=void 0}},T.ScrollZoomHandler=Ia,T.Style=Zo,T.TerrainControl=class{constructor(u){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=u}onAdd(u){return this._map=u,this._container=oe.create("div","maplibregl-ctrl maplibregl-ctrl-group"),this._terrainButton=oe.create("button","maplibregl-ctrl-terrain",this._container),oe.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(){oe.remove(this._container),this._map.off("terrain",this._updateTerrainIcon),this._map=void 0}},T.TwoFingersTouchPitchHandler=Sa,T.TwoFingersTouchRotateHandler=wa,T.TwoFingersTouchZoomHandler=va,T.TwoFingersTouchZoomRotateHandler=Ea,T.VectorTileSource=ss,T.VideoSource=Mn,T.addSourceType=(u,t)=>c._(void 0,void 0,void 0,function*(){if(ls(u))throw new Error(`A source type called "${u}" already exists.`);((n,o)=>{as[n]=o})(u,t)}),T.clearPrewarmedResources=function(){const u=Oi;u&&(u.isPreloaded()&&u.numActive()===1?(u.release($r),Oi=null):console.warn("Could not clear WebWorkers since there are active Map instances that still reference it. The pre-warmed WebWorker pool can only be cleared when all map instances have been removed with map.remove()"))},T.getMaxParallelImageRequests=function(){return c.a.MAX_PARALLEL_IMAGE_REQUESTS},T.getRTLTextPluginStatus=function(){return mr().getRTLTextPluginStatus()},T.getVersion=function(){return Je},T.getWorkerCount=function(){return pr.workerCount},T.getWorkerUrl=function(){return c.a.WORKER_URL},T.importScriptInWorkers=function(u){return ns().broadcast("IS",u)},T.prewarm=function(){an().acquire($r)},T.setMaxParallelImageRequests=function(u){c.a.MAX_PARALLEL_IMAGE_REQUESTS=u},T.setRTLTextPlugin=function(u,t){return mr().setRTLTextPlugin(u,t)},T.setWorkerCount=function(u){pr.workerCount=u},T.setWorkerUrl=function(u){c.a.WORKER_URL=u}});var G=k;return G})})(Xh);var Lp=Xh.exports;const es=Dp(Lp);function Rp(f){const v=[{type:"fill",minzoom:f.pointZoom||0,paint:{"fill-color":f.color||"#ccc","fill-outline-color":f.stroke||"#blue","fill-opacity":f.opacity||1}}];return f.pointZoom&&v.push({type:"circle",maxzoom:f.pointZoom,paint:{"circle-color":f.color||"#ccc","circle-stroke-color":f.stroke||"#ccc","circle-stroke-width":f.width||1,"circle-opacity":f.opacity||1}}),f.label&&v.push({type:"symbol",layout:{"text-field":["get",f.label],"text-font":["Open Sans Regular"],"text-size":12,"text-anchor":"center"},paint:{"text-color":"#000","text-halo-color":"#fff","text-halo-width":1.5}}),v}function Bp(f){const v=[{type:"line",paint:{"line-color":f.color||"#ccc","line-opacity":f.opacity||1}}];return f.label&&v.push({type:"symbol",layout:{"text-field":["get",f.label],"text-font":["Open Sans Regular"],"text-size":12,"symbol-placement":"line-center"},paint:{"text-color":"#000","text-halo-color":"#fff","text-halo-width":1.5}}),v}function Fp(f){const v=[{type:"circle",maxzoom:f.icon&&+f.iconZoom||22,paint:{"circle-radius":f.radius||6,"circle-stroke-color":f.stroke||"#ccc","circle-stroke-width":f.width||1,"circle-color":f.color||"blue","circle-opacity":f.opacity||1}}];return f!=null&&f.clusterZoom&&(v.push({type:"circle",filter:["has","point_count"],paint:{"circle-color":["step",["get","point_count"],"#51bbd6",100,"#f1f075",750,"#f28cb1"],"circle-radius":["step",["get","point_count"],20,100,30,750,40]}}),v.push({type:"symbol",filter:["has","point_count"],layout:{"text-field":["get","point_count"],"text-font":["Open Sans Regular"],"text-size":12}})),f.icon&&v.push({type:"symbol",minzoom:+f.iconZoom||16,layout:{"icon-image":f.icon,"icon-allow-overlap":!0}}),f.label&&v.push({type:"symbol",layout:{"text-field":["get",f.label],"text-font":["Open Sans Regular"],"text-size":12,"text-anchor":"top"},paint:{"text-color":"#000","text-halo-color":"#fff","text-halo-width":1.5}}),v}function Op(f){if(!f)return null;const v=f.type||"point";return v==="polygon"?Rp(f):v==="line"?Bp(f):Fp(f)}const Jh=["#69D2E7","yellow","#FE4365","#125B9A","#41B3A2","#D7C3F1","#F1D3CE"],Vp=["ma-star","ma-water","ma-swimming","fa-home","fa-search","fa-trash","fa-check"],Kh={};async function Yh(f,v,k="api"){const P=await fetch(`${k}/gis-layer/${f}/${v}`),{rows:L}=await P.json();return L}async function bc(f,v,k,P){if(!f)return null;const L=JSON.parse(JSON.stringify(f)),G=L.colorAttr?await Yh(v,L.colorAttr,P):null;G==null||G.forEach((c,fe)=>{var me,ve;c.color=c.color||((me=L.colorSet)==null?void 0:me[c.id])||((ve=L.colorSet)==null?void 0:ve[fe])||Jh[fe%Jh.length],c.icon=L.icon?L.icon.split("+")[0]+"+"+c.color.replace("#","")+".png":null});const T=L.iconAttr?await Yh(v,L.iconAttr,P):null;if(T==null||T.forEach((c,fe)=>{var ht,je,Ke,Oe;const me=c.icon||((ht=L.iconSet)==null?void 0:ht[c.id])||((je=L.iconPattern)==null?void 0:je.replace("{id}",c.id))||((Ke=L.iconSet)==null?void 0:Ke[fe])||(L.iconPrefix?null:Vp[fe]);if(!me)return;const ve=c.color||((Oe=L.color)==null?void 0:Oe.replace("#",""))||"red",[le="pin6",oe="m"]=L.icon?L.icon.split("-"):[];c.icon=L.iconPrefix||me!=null&&me.includes("/")?(L.iconPrefix||"")+me:`${le}-${oe}-${me}+${ve}.png`}),L.colorAttr&&G){const c=["match",["get",L.colorAttr]];G.filter(fe=>fe.id).forEach(fe=>{c.push(fe.id),c.push(fe.color)}),c.push(L.color||"gray"),L.color=c}if(L.icon&&L.iconAttr&&T){const c=["match",["get",L.iconAttr]];T.filter(fe=>fe.icon).forEach(({id:fe,icon:me})=>{if(L.colorAttr&&G){c.push(fe);const ve=["match",["get",L.colorAttr]];G.forEach(le=>{ve.push(le.id);const oe=me.split("+")[0]+"+"+le.color.replace("#","")+".png";ve.push(oe),Vs(oe,k,P)}),ve.push(L.icon),c.push(ve)}else c.push(fe),c.push(me),Vs(me,k,P)}),c.push((L.iconPrefix||"")+L.icon),Vs((L.iconPrefix||"")+L.icon,k,P),L.icon=c}else if(L.icon&&L.colorAttr&&G){const c=["match",["get",L.colorAttr]];G.forEach(fe=>{c.push(fe.id),c.push(fe.icon),Vs(fe.icon,k,P)}),c.push(L.icon),Vs(L.icon,k,P),L.icon=c}else L.icon&&await Vs(L.icon,k,P);return Np({style:f,colors:G,icons:T,map:k,id:v}),Op(L)}async function Vs(f="pin4-sm-mi-plumber+f45942.png",v=null,k){if(Kh[f])return null;Kh[f]=!0;const P=await(v==null?void 0:v.loadImage(f!=null&&f.startsWith("/")||f!=null&&f.includes("//")?f:`${k}/marker_icon/${f.replace(".png","")}.png`));v==null||v.addImage(f,P.data)}function Np({style:f,colors:v,icons:k,map:P,id:L}){P.legend||Object.assign(P,{legend:{}}),window.map||(window.map=P),Object.assign(P.legend,{[L]:{icon:f.icon,colors:v,icons:k,color:f.color||"blue",type:f.type||"point"}})}const Oo={data(){return{layerList:[],activeLayer:""}},computed:{interactiveSources(){return this.layerList.filter(f=>f==null?void 0:f.interactive).map(f=>f.id)}},methods:{moveLayer(f,v=this.map){v.getStyle().layers.forEach(k=>{k.id.match(f)&&v.moveLayer(k.id)})},async setVisible(f,v=!0,k=this.map){if(!f)return;const P=(f==null?void 0:f.id)||f,L=this.layerList.find(T=>T.id===f)||f;if(!(L!=null&&L.id))throw new Error("MixinError: Layer has no id");k.getStyle().layers.filter(T=>T.id.match(P)).forEach(T=>{k.setLayoutProperty(T.id,"visibility",v?"visible":"none")}),v&&await this.addLayer(L)},async addLayer(f,v=this==null?void 0:this.map){var L,G;const k=this.layerList.find(T=>T.id===f)||f;!this.map.getStyle()||this.map.getStyle().layers.find(T=>T.id===k.id)||(this.layerList.find(T=>T.id===k.id)||this.layerList.push(k),(k.service==="vtile"||k.service==="vector"||(L=k.url)!=null&&L.includes(".vmt"))&&this.addVtileLayer(k,v),k.service==="geojson"&&this.addGeoJsonLayer(k,v),((G=k.url)!=null&&G.includes(".png")||["tms","raster"].includes(k.service))&&await this.addRasterLayer(k,v))},async addRasterLayer(f,v=this==null?void 0:this.map){v.getSource(f.id)||(typeof f.bounds=="string"&&Object.assign(f,{bounds:f.bounds.split(",")}),await v.addSource(f.id,{type:"raster",tiles:[`${this.prefix?f==null?void 0:f.url.replace(/(\/api[^\/]*)/,this.prefix):f==null?void 0:f.url}${f!=null&&f.url.includes("?")?"&":"?"}dt=${new Date().toISOString().split("T")[0]}`],tileSize:256,...f.bounds?{bounds:f.bounds.map(k=>k-0)}:{},...f!=null&&f.scheme?{scheme:f==null?void 0:f.scheme}:{}}),await v.addLayer({id:f.id,type:"raster",source:f.id,minzoom:0,maxzoom:(f==null?void 0:f.maxzoom)||22}))},async updateStyle(f,v=this==null?void 0:this.map){const k=f.id;v.getStyle().layers.forEach(async L=>{L.source===k&&await v.removeLayer(L.id)}),(await bc(f.style,f.source||f.id,v,this.prefix)||f.layers||[]).forEach((L,G)=>{const T={...L,id:`${f.id}-${G}`,source:f.id,"source-layer":L["source-layer"]||f.source||f.id,maxzoom:+L.maxzoom||24,minzoom:+L.minzoom||0};v.addLayer(T)})},async addVtileLayer(f,v=this==null?void 0:this.map){var G;const k=["props","pointZoom","clusterZoom"].filter(T=>f[T]).map(T=>`&${T}=${f[T]}`),P={type:"vector",tiles:[`${(G=f==null?void 0:f.url)!=null&&G.startsWith("http")?"":window.location.origin}${f==null?void 0:f.url}${k}`],minzoom:f.minzoom||5,maxzoom:f.maxzoom||24};v.addSource(f.id,P),(f.layers||await bc(f.style,f.source||f.id,v,this.prefix)||[]).forEach((T,c)=>{const fe={...T,id:`${f.id}-${c}`,source:f.id,"source-layer":T["source-layer"]||f.source||f.id,maxzoom:+T.maxzoom||24,minzoom:+T.minzoom||0};v.addLayer(fe)})},async addGeoJsonLayer(f,v=this.map){var L;const k=f.data||((L=f==null?void 0:f.url)!=null&&L.startsWith("http")?"":window.location.origin)+f.url;v.addSource(f.id,{type:"geojson",data:k}),(await bc(f.style,k.source||k.id,v,this.prefix)||f.layers||[]).forEach(G=>{const T={...G,source:f.id,id:G.id||f.id,maxzoom:+G.maxzoom||24,minzoom:+G.minzoom||0,type:G.type||"circle"};v.addLayer(T)})},setLayerData(f,v){this.layerList=this.layerList.map(k=>k.id===f?{...k,...v}:k)},async removeLayer(f,v=this.map){v.getSource(f)&&(await v.getStyle().layers.forEach(async k=>{k.source===f&&await v.removeLayer(k.id)}),await v.removeSource(f))},async setFilter(f,v){const k=await this.map.getSource(f.id);if(f.service==="vtile"){await k.setTiles([`${window.location.origin}${f.url}${f.url.includes("?")?"&":"?"}filter=${v}${f.props?`&props=${f.props}`:""}`]);return}f.service},async changeBaseLayer(f){f!==this.activeLayer&&(this.activeLayer&&this.map.setLayoutProperty(this.activeLayer,"visibility","none"),await this.setVisible(this.activeLayer,!1),await this.setVisible(f,!0),this.map.getStyle().layers.forEach(v=>{v.source!==f&&v.type!=="background"&&this.map.moveLayer(v.id)}),this.activeLayer=f)},async refreshLayer(f,v=this.map){await v.getStyle().layers.forEach(k=>{k.source===f&&v.removeLayer(k.id)}),await v.removeSource(f),this.setVisible(f)}}},Fi=(f,v)=>{const k=f.__vccOpts||f;for(const[P,L]of v)k[P]=L;return k},$p={},jp={class:"w-48 mx-auto mb-4",width:"178",height:"90",viewBox:"0 0 178 90",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Up=[N.createStaticVNode('<rect x="27" y="50.5" width="124" height="39" rx="7.5" fill="currentColor" class="fill-white dark:fill-neutral-800"></rect><rect x="27" y="50.5" width="124" height="39" rx="7.5" stroke="currentColor" class="stroke-stone-50 dark:stroke-neutral-700/10"></rect><rect x="34.5" y="58" width="24" height="24" rx="4" fill="currentColor" class="fill-stone-50 dark:fill-neutral-700/30"></rect><rect x="66.5" y="61" width="60" height="6" rx="3" fill="currentColor" class="fill-stone-50 dark:fill-neutral-700/30"></rect><rect x="66.5" y="73" width="77" height="6" rx="3" fill="currentColor" class="fill-stone-50 dark:fill-neutral-700/30"></rect><rect x="19.5" y="28.5" width="139" height="39" rx="7.5" fill="currentColor" class="fill-white dark:fill-neutral-800"></rect><rect x="19.5" y="28.5" width="139" height="39" rx="7.5" stroke="currentColor" class="stroke-stone-100 dark:stroke-neutral-700/30"></rect><rect x="27" y="36" width="24" height="24" rx="4" fill="currentColor" class="fill-stone-100 dark:fill-neutral-700/70"></rect><rect x="59" y="39" width="60" height="6" rx="3" fill="currentColor" class="fill-stone-100 dark:fill-neutral-700/70"></rect><rect x="59" y="51" width="92" height="6" rx="3" fill="currentColor" class="fill-stone-100 dark:fill-neutral-700/70"></rect><g filter="url(#filter2)"><rect x="12" y="6" width="154" height="40" rx="8" fill="currentColor" class="fill-white dark:fill-neutral-800" shape-rendering="crispEdges"></rect><rect x="12.5" y="6.5" width="153" height="39" rx="7.5" stroke="currentColor" class="stroke-stone-100 dark:stroke-neutral-700/60" shape-rendering="crispEdges"></rect><rect x="20" y="14" width="24" height="24" rx="4" fill="currentColor" class="fill-stone-200 dark:fill-neutral-700"></rect><rect x="52" y="17" width="60" height="6" rx="3" fill="currentColor" class="fill-stone-200 dark:fill-neutral-700"></rect><rect x="52" y="29" width="106" height="6" rx="3" fill="currentColor" class="fill-stone-200 dark:fill-neutral-700"></rect></g><defs><filter id="filter2" x="0" y="0" width="178" height="64" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="6"></feOffset><feGaussianBlur stdDeviation="6"></feGaussianBlur><feComposite in2="hardAlpha" operator="out"></feComposite><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1187_14810"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1187_14810" result="shape"></feBlend></filter></defs>',12)];function qp(f,v){return N.openBlock(),N.createElementBlock("svg",jp,Up)}const Zp=Fi($p,[["render",qp]]);function Qh(f,v){return function(){return f.apply(v,arguments)}}const{toString:Gp}=Object.prototype,{getPrototypeOf:wc}=Object,sl=(f=>v=>{const k=Gp.call(v);return f[k]||(f[k]=k.slice(8,-1).toLowerCase())})(Object.create(null)),kr=f=>(f=f.toLowerCase(),v=>sl(v)===f),ol=f=>v=>typeof v===f,{isArray:Ns}=Array,Vo=ol("undefined");function Hp(f){return f!==null&&!Vo(f)&&f.constructor!==null&&!Vo(f.constructor)&&Yi(f.constructor.isBuffer)&&f.constructor.isBuffer(f)}const eu=kr("ArrayBuffer");function Wp(f){let v;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?v=ArrayBuffer.isView(f):v=f&&f.buffer&&eu(f.buffer),v}const Xp=ol("string"),Yi=ol("function"),tu=ol("number"),al=f=>f!==null&&typeof f=="object",Jp=f=>f===!0||f===!1,ll=f=>{if(sl(f)!=="object")return!1;const v=wc(f);return(v===null||v===Object.prototype||Object.getPrototypeOf(v)===null)&&!(Symbol.toStringTag in f)&&!(Symbol.iterator in f)},Kp=kr("Date"),Yp=kr("File"),Qp=kr("Blob"),ef=kr("FileList"),tf=f=>al(f)&&Yi(f.pipe),rf=f=>{let v;return f&&(typeof FormData=="function"&&f instanceof FormData||Yi(f.append)&&((v=sl(f))==="formdata"||v==="object"&&Yi(f.toString)&&f.toString()==="[object FormData]"))},nf=kr("URLSearchParams"),[sf,of,af,lf]=["ReadableStream","Request","Response","Headers"].map(kr),cf=f=>f.trim?f.trim():f.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function No(f,v,{allOwnKeys:k=!1}={}){if(f===null||typeof f>"u")return;let P,L;if(typeof f!="object"&&(f=[f]),Ns(f))for(P=0,L=f.length;P<L;P++)v.call(null,f[P],P,f);else{const G=k?Object.getOwnPropertyNames(f):Object.keys(f),T=G.length;let c;for(P=0;P<T;P++)c=G[P],v.call(null,f[c],c,f)}}function iu(f,v){v=v.toLowerCase();const k=Object.keys(f);let P=k.length,L;for(;P-- >0;)if(L=k[P],v===L.toLowerCase())return L;return null}const ts=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,ru=f=>!Vo(f)&&f!==ts;function Sc(){const{caseless:f}=ru(this)&&this||{},v={},k=(P,L)=>{const G=f&&iu(v,L)||L;ll(v[G])&&ll(P)?v[G]=Sc(v[G],P):ll(P)?v[G]=Sc({},P):Ns(P)?v[G]=P.slice():v[G]=P};for(let P=0,L=arguments.length;P<L;P++)arguments[P]&&No(arguments[P],k);return v}const hf=(f,v,k,{allOwnKeys:P}={})=>(No(v,(L,G)=>{k&&Yi(L)?f[G]=Qh(L,k):f[G]=L},{allOwnKeys:P}),f),uf=f=>(f.charCodeAt(0)===65279&&(f=f.slice(1)),f),df=(f,v,k,P)=>{f.prototype=Object.create(v.prototype,P),f.prototype.constructor=f,Object.defineProperty(f,"super",{value:v.prototype}),k&&Object.assign(f.prototype,k)},pf=(f,v,k,P)=>{let L,G,T;const c={};if(v=v||{},f==null)return v;do{for(L=Object.getOwnPropertyNames(f),G=L.length;G-- >0;)T=L[G],(!P||P(T,f,v))&&!c[T]&&(v[T]=f[T],c[T]=!0);f=k!==!1&&wc(f)}while(f&&(!k||k(f,v))&&f!==Object.prototype);return v},ff=(f,v,k)=>{f=String(f),(k===void 0||k>f.length)&&(k=f.length),k-=v.length;const P=f.indexOf(v,k);return P!==-1&&P===k},mf=f=>{if(!f)return null;if(Ns(f))return f;let v=f.length;if(!tu(v))return null;const k=new Array(v);for(;v-- >0;)k[v]=f[v];return k},gf=(f=>v=>f&&v instanceof f)(typeof Uint8Array<"u"&&wc(Uint8Array)),_f=(f,v)=>{const P=(f&&f[Symbol.iterator]).call(f);let L;for(;(L=P.next())&&!L.done;){const G=L.value;v.call(f,G[0],G[1])}},yf=(f,v)=>{let k;const P=[];for(;(k=f.exec(v))!==null;)P.push(k);return P},xf=kr("HTMLFormElement"),vf=f=>f.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(k,P,L){return P.toUpperCase()+L}),nu=(({hasOwnProperty:f})=>(v,k)=>f.call(v,k))(Object.prototype),bf=kr("RegExp"),su=(f,v)=>{const k=Object.getOwnPropertyDescriptors(f),P={};No(k,(L,G)=>{let T;(T=v(L,G,f))!==!1&&(P[G]=T||L)}),Object.defineProperties(f,P)},wf=f=>{su(f,(v,k)=>{if(Yi(f)&&["arguments","caller","callee"].indexOf(k)!==-1)return!1;const P=f[k];if(Yi(P)){if(v.enumerable=!1,"writable"in v){v.writable=!1;return}v.set||(v.set=()=>{throw Error("Can not rewrite read-only method '"+k+"'")})}})},Sf=(f,v)=>{const k={},P=L=>{L.forEach(G=>{k[G]=!0})};return Ns(f)?P(f):P(String(f).split(v)),k},Tf=()=>{},kf=(f,v)=>f!=null&&Number.isFinite(f=+f)?f:v,Tc="abcdefghijklmnopqrstuvwxyz",ou="0123456789",au={DIGIT:ou,ALPHA:Tc,ALPHA_DIGIT:Tc+Tc.toUpperCase()+ou},If=(f=16,v=au.ALPHA_DIGIT)=>{let k="";const{length:P}=v;for(;f--;)k+=v[Math.random()*P|0];return k};function Cf(f){return!!(f&&Yi(f.append)&&f[Symbol.toStringTag]==="FormData"&&f[Symbol.iterator])}const Ef=f=>{const v=new Array(10),k=(P,L)=>{if(al(P)){if(v.indexOf(P)>=0)return;if(!("toJSON"in P)){v[L]=P;const G=Ns(P)?[]:{};return No(P,(T,c)=>{const fe=k(T,L+1);!Vo(fe)&&(G[c]=fe)}),v[L]=void 0,G}}return P};return k(f,0)},Pf=kr("AsyncFunction"),Af=f=>f&&(al(f)||Yi(f))&&Yi(f.then)&&Yi(f.catch),lu=((f,v)=>f?setImmediate:v?((k,P)=>(ts.addEventListener("message",({source:L,data:G})=>{L===ts&&G===k&&P.length&&P.shift()()},!1),L=>{P.push(L),ts.postMessage(k,"*")}))(`axios@${Math.random()}`,[]):k=>setTimeout(k))(typeof setImmediate=="function",Yi(ts.postMessage)),Mf=typeof queueMicrotask<"u"?queueMicrotask.bind(ts):typeof process<"u"&&process.nextTick||lu,ge={isArray:Ns,isArrayBuffer:eu,isBuffer:Hp,isFormData:rf,isArrayBufferView:Wp,isString:Xp,isNumber:tu,isBoolean:Jp,isObject:al,isPlainObject:ll,isReadableStream:sf,isRequest:of,isResponse:af,isHeaders:lf,isUndefined:Vo,isDate:Kp,isFile:Yp,isBlob:Qp,isRegExp:bf,isFunction:Yi,isStream:tf,isURLSearchParams:nf,isTypedArray:gf,isFileList:ef,forEach:No,merge:Sc,extend:hf,trim:cf,stripBOM:uf,inherits:df,toFlatObject:pf,kindOf:sl,kindOfTest:kr,endsWith:ff,toArray:mf,forEachEntry:_f,matchAll:yf,isHTMLForm:xf,hasOwnProperty:nu,hasOwnProp:nu,reduceDescriptors:su,freezeMethods:wf,toObjectSet:Sf,toCamelCase:vf,noop:Tf,toFiniteNumber:kf,findKey:iu,global:ts,isContextDefined:ru,ALPHABET:au,generateString:If,isSpecCompliantForm:Cf,toJSONObject:Ef,isAsyncFn:Pf,isThenable:Af,setImmediate:lu,asap:Mf};function lt(f,v,k,P,L){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=f,this.name="AxiosError",v&&(this.code=v),k&&(this.config=k),P&&(this.request=P),L&&(this.response=L)}ge.inherits(lt,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ge.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const cu=lt.prototype,hu={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(f=>{hu[f]={value:f}}),Object.defineProperties(lt,hu),Object.defineProperty(cu,"isAxiosError",{value:!0}),lt.from=(f,v,k,P,L,G)=>{const T=Object.create(cu);return ge.toFlatObject(f,T,function(fe){return fe!==Error.prototype},c=>c!=="isAxiosError"),lt.call(T,f.message,v,k,P,L),T.cause=f,T.name=f.name,G&&Object.assign(T,G),T};const zf=null;function kc(f){return ge.isPlainObject(f)||ge.isArray(f)}function uu(f){return ge.endsWith(f,"[]")?f.slice(0,-2):f}function du(f,v,k){return f?f.concat(v).map(function(L,G){return L=uu(L),!k&&G?"["+L+"]":L}).join(k?".":""):v}function Df(f){return ge.isArray(f)&&!f.some(kc)}const Lf=ge.toFlatObject(ge,{},null,function(v){return/^is[A-Z]/.test(v)});function cl(f,v,k){if(!ge.isObject(f))throw new TypeError("target must be an object");v=v||new FormData,k=ge.toFlatObject(k,{metaTokens:!0,dots:!1,indexes:!1},!1,function(Ke,Oe){return!ge.isUndefined(Oe[Ke])});const P=k.metaTokens,L=k.visitor||ve,G=k.dots,T=k.indexes,fe=(k.Blob||typeof Blob<"u"&&Blob)&&ge.isSpecCompliantForm(v);if(!ge.isFunction(L))throw new TypeError("visitor must be a function");function me(je){if(je===null)return"";if(ge.isDate(je))return je.toISOString();if(!fe&&ge.isBlob(je))throw new lt("Blob is not supported. Use a Buffer instead.");return ge.isArrayBuffer(je)||ge.isTypedArray(je)?fe&&typeof Blob=="function"?new Blob([je]):Buffer.from(je):je}function ve(je,Ke,Oe){let ft=je;if(je&&!Oe&&typeof je=="object"){if(ge.endsWith(Ke,"{}"))Ke=P?Ke:Ke.slice(0,-2),je=JSON.stringify(je);else if(ge.isArray(je)&&Df(je)||(ge.isFileList(je)||ge.endsWith(Ke,"[]"))&&(ft=ge.toArray(je)))return Ke=uu(Ke),ft.forEach(function(He,Ft){!(ge.isUndefined(He)||He===null)&&v.append(T===!0?du([Ke],Ft,G):T===null?Ke:Ke+"[]",me(He))}),!1}return kc(je)?!0:(v.append(du(Oe,Ke,G),me(je)),!1)}const le=[],oe=Object.assign(Lf,{defaultVisitor:ve,convertValue:me,isVisitable:kc});function ht(je,Ke){if(!ge.isUndefined(je)){if(le.indexOf(je)!==-1)throw Error("Circular reference detected in "+Ke.join("."));le.push(je),ge.forEach(je,function(ft,ct){(!(ge.isUndefined(ft)||ft===null)&&L.call(v,ft,ge.isString(ct)?ct.trim():ct,Ke,oe))===!0&&ht(ft,Ke?Ke.concat(ct):[ct])}),le.pop()}}if(!ge.isObject(f))throw new TypeError("data must be an object");return ht(f),v}function pu(f){const v={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(f).replace(/[!'()~]|%20|%00/g,function(P){return v[P]})}function Ic(f,v){this._pairs=[],f&&cl(f,this,v)}const fu=Ic.prototype;fu.append=function(v,k){this._pairs.push([v,k])},fu.toString=function(v){const k=v?function(P){return v.call(this,P,pu)}:pu;return this._pairs.map(function(L){return k(L[0])+"="+k(L[1])},"").join("&")};function Rf(f){return encodeURIComponent(f).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function mu(f,v,k){if(!v)return f;const P=k&&k.encode||Rf,L=k&&k.serialize;let G;if(L?G=L(v,k):G=ge.isURLSearchParams(v)?v.toString():new Ic(v,k).toString(P),G){const T=f.indexOf("#");T!==-1&&(f=f.slice(0,T)),f+=(f.indexOf("?")===-1?"?":"&")+G}return f}class gu{constructor(){this.handlers=[]}use(v,k,P){return this.handlers.push({fulfilled:v,rejected:k,synchronous:P?P.synchronous:!1,runWhen:P?P.runWhen:null}),this.handlers.length-1}eject(v){this.handlers[v]&&(this.handlers[v]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(v){ge.forEach(this.handlers,function(P){P!==null&&v(P)})}}const _u={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Bf={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:Ic,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Cc=typeof window<"u"&&typeof document<"u",Ff=(f=>Cc&&["ReactNative","NativeScript","NS"].indexOf(f)<0)(typeof navigator<"u"&&navigator.product),Of=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Vf=Cc&&window.location.href||"http://localhost",Ir={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Cc,hasStandardBrowserEnv:Ff,hasStandardBrowserWebWorkerEnv:Of,origin:Vf},Symbol.toStringTag,{value:"Module"})),...Bf};function Nf(f,v){return cl(f,new Ir.classes.URLSearchParams,Object.assign({visitor:function(k,P,L,G){return Ir.isNode&&ge.isBuffer(k)?(this.append(P,k.toString("base64")),!1):G.defaultVisitor.apply(this,arguments)}},v))}function $f(f){return ge.matchAll(/\w+|\[(\w*)]/g,f).map(v=>v[0]==="[]"?"":v[1]||v[0])}function jf(f){const v={},k=Object.keys(f);let P;const L=k.length;let G;for(P=0;P<L;P++)G=k[P],v[G]=f[G];return v}function yu(f){function v(k,P,L,G){let T=k[G++];if(T==="__proto__")return!0;const c=Number.isFinite(+T),fe=G>=k.length;return T=!T&&ge.isArray(L)?L.length:T,fe?(ge.hasOwnProp(L,T)?L[T]=[L[T],P]:L[T]=P,!c):((!L[T]||!ge.isObject(L[T]))&&(L[T]=[]),v(k,P,L[T],G)&&ge.isArray(L[T])&&(L[T]=jf(L[T])),!c)}if(ge.isFormData(f)&&ge.isFunction(f.entries)){const k={};return ge.forEachEntry(f,(P,L)=>{v($f(P),L,k,0)}),k}return null}function Uf(f,v,k){if(ge.isString(f))try{return(v||JSON.parse)(f),ge.trim(f)}catch(P){if(P.name!=="SyntaxError")throw P}return(k||JSON.stringify)(f)}const $o={transitional:_u,adapter:["xhr","http","fetch"],transformRequest:[function(v,k){const P=k.getContentType()||"",L=P.indexOf("application/json")>-1,G=ge.isObject(v);if(G&&ge.isHTMLForm(v)&&(v=new FormData(v)),ge.isFormData(v))return L?JSON.stringify(yu(v)):v;if(ge.isArrayBuffer(v)||ge.isBuffer(v)||ge.isStream(v)||ge.isFile(v)||ge.isBlob(v)||ge.isReadableStream(v))return v;if(ge.isArrayBufferView(v))return v.buffer;if(ge.isURLSearchParams(v))return k.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),v.toString();let c;if(G){if(P.indexOf("application/x-www-form-urlencoded")>-1)return Nf(v,this.formSerializer).toString();if((c=ge.isFileList(v))||P.indexOf("multipart/form-data")>-1){const fe=this.env&&this.env.FormData;return cl(c?{"files[]":v}:v,fe&&new fe,this.formSerializer)}}return G||L?(k.setContentType("application/json",!1),Uf(v)):v}],transformResponse:[function(v){const k=this.transitional||$o.transitional,P=k&&k.forcedJSONParsing,L=this.responseType==="json";if(ge.isResponse(v)||ge.isReadableStream(v))return v;if(v&&ge.isString(v)&&(P&&!this.responseType||L)){const T=!(k&&k.silentJSONParsing)&&L;try{return JSON.parse(v)}catch(c){if(T)throw c.name==="SyntaxError"?lt.from(c,lt.ERR_BAD_RESPONSE,this,null,this.response):c}}return v}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ir.classes.FormData,Blob:Ir.classes.Blob},validateStatus:function(v){return v>=200&&v<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ge.forEach(["delete","get","head","post","put","patch"],f=>{$o.headers[f]={}});const qf=ge.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Zf=f=>{const v={};let k,P,L;return f&&f.split(`
|
581
|
+
`).forEach(function(T){L=T.indexOf(":"),k=T.substring(0,L).trim().toLowerCase(),P=T.substring(L+1).trim(),!(!k||v[k]&&qf[k])&&(k==="set-cookie"?v[k]?v[k].push(P):v[k]=[P]:v[k]=v[k]?v[k]+", "+P:P)}),v},xu=Symbol("internals");function jo(f){return f&&String(f).trim().toLowerCase()}function hl(f){return f===!1||f==null?f:ge.isArray(f)?f.map(hl):String(f)}function Gf(f){const v=Object.create(null),k=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let P;for(;P=k.exec(f);)v[P[1]]=P[2];return v}const Hf=f=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(f.trim());function Ec(f,v,k,P,L){if(ge.isFunction(P))return P.call(this,v,k);if(L&&(v=k),!!ge.isString(v)){if(ge.isString(P))return v.indexOf(P)!==-1;if(ge.isRegExp(P))return P.test(v)}}function Wf(f){return f.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(v,k,P)=>k.toUpperCase()+P)}function Xf(f,v){const k=ge.toCamelCase(" "+v);["get","set","has"].forEach(P=>{Object.defineProperty(f,P+k,{value:function(L,G,T){return this[P].call(this,v,L,G,T)},configurable:!0})})}class Hi{constructor(v){v&&this.set(v)}set(v,k,P){const L=this;function G(c,fe,me){const ve=jo(fe);if(!ve)throw new Error("header name must be a non-empty string");const le=ge.findKey(L,ve);(!le||L[le]===void 0||me===!0||me===void 0&&L[le]!==!1)&&(L[le||fe]=hl(c))}const T=(c,fe)=>ge.forEach(c,(me,ve)=>G(me,ve,fe));if(ge.isPlainObject(v)||v instanceof this.constructor)T(v,k);else if(ge.isString(v)&&(v=v.trim())&&!Hf(v))T(Zf(v),k);else if(ge.isHeaders(v))for(const[c,fe]of v.entries())G(fe,c,P);else v!=null&&G(k,v,P);return this}get(v,k){if(v=jo(v),v){const P=ge.findKey(this,v);if(P){const L=this[P];if(!k)return L;if(k===!0)return Gf(L);if(ge.isFunction(k))return k.call(this,L,P);if(ge.isRegExp(k))return k.exec(L);throw new TypeError("parser must be boolean|regexp|function")}}}has(v,k){if(v=jo(v),v){const P=ge.findKey(this,v);return!!(P&&this[P]!==void 0&&(!k||Ec(this,this[P],P,k)))}return!1}delete(v,k){const P=this;let L=!1;function G(T){if(T=jo(T),T){const c=ge.findKey(P,T);c&&(!k||Ec(P,P[c],c,k))&&(delete P[c],L=!0)}}return ge.isArray(v)?v.forEach(G):G(v),L}clear(v){const k=Object.keys(this);let P=k.length,L=!1;for(;P--;){const G=k[P];(!v||Ec(this,this[G],G,v,!0))&&(delete this[G],L=!0)}return L}normalize(v){const k=this,P={};return ge.forEach(this,(L,G)=>{const T=ge.findKey(P,G);if(T){k[T]=hl(L),delete k[G];return}const c=v?Wf(G):String(G).trim();c!==G&&delete k[G],k[c]=hl(L),P[c]=!0}),this}concat(...v){return this.constructor.concat(this,...v)}toJSON(v){const k=Object.create(null);return ge.forEach(this,(P,L)=>{P!=null&&P!==!1&&(k[L]=v&&ge.isArray(P)?P.join(", "):P)}),k}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([v,k])=>v+": "+k).join(`
|
582
|
+
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(v){return v instanceof this?v:new this(v)}static concat(v,...k){const P=new this(v);return k.forEach(L=>P.set(L)),P}static accessor(v){const P=(this[xu]=this[xu]={accessors:{}}).accessors,L=this.prototype;function G(T){const c=jo(T);P[c]||(Xf(L,T),P[c]=!0)}return ge.isArray(v)?v.forEach(G):G(v),this}}Hi.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ge.reduceDescriptors(Hi.prototype,({value:f},v)=>{let k=v[0].toUpperCase()+v.slice(1);return{get:()=>f,set(P){this[k]=P}}}),ge.freezeMethods(Hi);function Pc(f,v){const k=this||$o,P=v||k,L=Hi.from(P.headers);let G=P.data;return ge.forEach(f,function(c){G=c.call(k,G,L.normalize(),v?v.status:void 0)}),L.normalize(),G}function vu(f){return!!(f&&f.__CANCEL__)}function $s(f,v,k){lt.call(this,f??"canceled",lt.ERR_CANCELED,v,k),this.name="CanceledError"}ge.inherits($s,lt,{__CANCEL__:!0});function bu(f,v,k){const P=k.config.validateStatus;!k.status||!P||P(k.status)?f(k):v(new lt("Request failed with status code "+k.status,[lt.ERR_BAD_REQUEST,lt.ERR_BAD_RESPONSE][Math.floor(k.status/100)-4],k.config,k.request,k))}function Jf(f){const v=/^([-+\w]{1,25})(:?\/\/|:)/.exec(f);return v&&v[1]||""}function Kf(f,v){f=f||10;const k=new Array(f),P=new Array(f);let L=0,G=0,T;return v=v!==void 0?v:1e3,function(fe){const me=Date.now(),ve=P[G];T||(T=me),k[L]=fe,P[L]=me;let le=G,oe=0;for(;le!==L;)oe+=k[le++],le=le%f;if(L=(L+1)%f,L===G&&(G=(G+1)%f),me-T<v)return;const ht=ve&&me-ve;return ht?Math.round(oe*1e3/ht):void 0}}function Yf(f,v){let k=0,P=1e3/v,L,G;const T=(me,ve=Date.now())=>{k=ve,L=null,G&&(clearTimeout(G),G=null),f.apply(null,me)};return[(...me)=>{const ve=Date.now(),le=ve-k;le>=P?T(me,ve):(L=me,G||(G=setTimeout(()=>{G=null,T(L)},P-le)))},()=>L&&T(L)]}const ul=(f,v,k=3)=>{let P=0;const L=Kf(50,250);return Yf(G=>{const T=G.loaded,c=G.lengthComputable?G.total:void 0,fe=T-P,me=L(fe),ve=T<=c;P=T;const le={loaded:T,total:c,progress:c?T/c:void 0,bytes:fe,rate:me||void 0,estimated:me&&c&&ve?(c-T)/me:void 0,event:G,lengthComputable:c!=null,[v?"download":"upload"]:!0};f(le)},k)},wu=(f,v)=>{const k=f!=null;return[P=>v[0]({lengthComputable:k,total:f,loaded:P}),v[1]]},Su=f=>(...v)=>ge.asap(()=>f(...v)),Qf=Ir.hasStandardBrowserEnv?function(){const v=/(msie|trident)/i.test(navigator.userAgent),k=document.createElement("a");let P;function L(G){let T=G;return v&&(k.setAttribute("href",T),T=k.href),k.setAttribute("href",T),{href:k.href,protocol:k.protocol?k.protocol.replace(/:$/,""):"",host:k.host,search:k.search?k.search.replace(/^\?/,""):"",hash:k.hash?k.hash.replace(/^#/,""):"",hostname:k.hostname,port:k.port,pathname:k.pathname.charAt(0)==="/"?k.pathname:"/"+k.pathname}}return P=L(window.location.href),function(T){const c=ge.isString(T)?L(T):T;return c.protocol===P.protocol&&c.host===P.host}}():function(){return function(){return!0}}(),em=Ir.hasStandardBrowserEnv?{write(f,v,k,P,L,G){const T=[f+"="+encodeURIComponent(v)];ge.isNumber(k)&&T.push("expires="+new Date(k).toGMTString()),ge.isString(P)&&T.push("path="+P),ge.isString(L)&&T.push("domain="+L),G===!0&&T.push("secure"),document.cookie=T.join("; ")},read(f){const v=document.cookie.match(new RegExp("(^|;\\s*)("+f+")=([^;]*)"));return v?decodeURIComponent(v[3]):null},remove(f){this.write(f,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function tm(f){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(f)}function im(f,v){return v?f.replace(/\/?\/$/,"")+"/"+v.replace(/^\/+/,""):f}function Tu(f,v){return f&&!tm(v)?im(f,v):v}const ku=f=>f instanceof Hi?{...f}:f;function is(f,v){v=v||{};const k={};function P(me,ve,le){return ge.isPlainObject(me)&&ge.isPlainObject(ve)?ge.merge.call({caseless:le},me,ve):ge.isPlainObject(ve)?ge.merge({},ve):ge.isArray(ve)?ve.slice():ve}function L(me,ve,le){if(ge.isUndefined(ve)){if(!ge.isUndefined(me))return P(void 0,me,le)}else return P(me,ve,le)}function G(me,ve){if(!ge.isUndefined(ve))return P(void 0,ve)}function T(me,ve){if(ge.isUndefined(ve)){if(!ge.isUndefined(me))return P(void 0,me)}else return P(void 0,ve)}function c(me,ve,le){if(le in v)return P(me,ve);if(le in f)return P(void 0,me)}const fe={url:G,method:G,data:G,baseURL:T,transformRequest:T,transformResponse:T,paramsSerializer:T,timeout:T,timeoutMessage:T,withCredentials:T,withXSRFToken:T,adapter:T,responseType:T,xsrfCookieName:T,xsrfHeaderName:T,onUploadProgress:T,onDownloadProgress:T,decompress:T,maxContentLength:T,maxBodyLength:T,beforeRedirect:T,transport:T,httpAgent:T,httpsAgent:T,cancelToken:T,socketPath:T,responseEncoding:T,validateStatus:c,headers:(me,ve)=>L(ku(me),ku(ve),!0)};return ge.forEach(Object.keys(Object.assign({},f,v)),function(ve){const le=fe[ve]||L,oe=le(f[ve],v[ve],ve);ge.isUndefined(oe)&&le!==c||(k[ve]=oe)}),k}const Iu=f=>{const v=is({},f);let{data:k,withXSRFToken:P,xsrfHeaderName:L,xsrfCookieName:G,headers:T,auth:c}=v;v.headers=T=Hi.from(T),v.url=mu(Tu(v.baseURL,v.url),f.params,f.paramsSerializer),c&&T.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")));let fe;if(ge.isFormData(k)){if(Ir.hasStandardBrowserEnv||Ir.hasStandardBrowserWebWorkerEnv)T.setContentType(void 0);else if((fe=T.getContentType())!==!1){const[me,...ve]=fe?fe.split(";").map(le=>le.trim()).filter(Boolean):[];T.setContentType([me||"multipart/form-data",...ve].join("; "))}}if(Ir.hasStandardBrowserEnv&&(P&&ge.isFunction(P)&&(P=P(v)),P||P!==!1&&Qf(v.url))){const me=L&&G&&em.read(G);me&&T.set(L,me)}return v},rm=typeof XMLHttpRequest<"u"&&function(f){return new Promise(function(k,P){const L=Iu(f);let G=L.data;const T=Hi.from(L.headers).normalize();let{responseType:c,onUploadProgress:fe,onDownloadProgress:me}=L,ve,le,oe,ht,je;function Ke(){ht&&ht(),je&&je(),L.cancelToken&&L.cancelToken.unsubscribe(ve),L.signal&&L.signal.removeEventListener("abort",ve)}let Oe=new XMLHttpRequest;Oe.open(L.method.toUpperCase(),L.url,!0),Oe.timeout=L.timeout;function ft(){if(!Oe)return;const He=Hi.from("getAllResponseHeaders"in Oe&&Oe.getAllResponseHeaders()),It={data:!c||c==="text"||c==="json"?Oe.responseText:Oe.response,status:Oe.status,statusText:Oe.statusText,headers:He,config:f,request:Oe};bu(function(jt){k(jt),Ke()},function(jt){P(jt),Ke()},It),Oe=null}"onloadend"in Oe?Oe.onloadend=ft:Oe.onreadystatechange=function(){!Oe||Oe.readyState!==4||Oe.status===0&&!(Oe.responseURL&&Oe.responseURL.indexOf("file:")===0)||setTimeout(ft)},Oe.onabort=function(){Oe&&(P(new lt("Request aborted",lt.ECONNABORTED,f,Oe)),Oe=null)},Oe.onerror=function(){P(new lt("Network Error",lt.ERR_NETWORK,f,Oe)),Oe=null},Oe.ontimeout=function(){let Ft=L.timeout?"timeout of "+L.timeout+"ms exceeded":"timeout exceeded";const It=L.transitional||_u;L.timeoutErrorMessage&&(Ft=L.timeoutErrorMessage),P(new lt(Ft,It.clarifyTimeoutError?lt.ETIMEDOUT:lt.ECONNABORTED,f,Oe)),Oe=null},G===void 0&&T.setContentType(null),"setRequestHeader"in Oe&&ge.forEach(T.toJSON(),function(Ft,It){Oe.setRequestHeader(It,Ft)}),ge.isUndefined(L.withCredentials)||(Oe.withCredentials=!!L.withCredentials),c&&c!=="json"&&(Oe.responseType=L.responseType),me&&([oe,je]=ul(me,!0),Oe.addEventListener("progress",oe)),fe&&Oe.upload&&([le,ht]=ul(fe),Oe.upload.addEventListener("progress",le),Oe.upload.addEventListener("loadend",ht)),(L.cancelToken||L.signal)&&(ve=He=>{Oe&&(P(!He||He.type?new $s(null,f,Oe):He),Oe.abort(),Oe=null)},L.cancelToken&&L.cancelToken.subscribe(ve),L.signal&&(L.signal.aborted?ve():L.signal.addEventListener("abort",ve)));const ct=Jf(L.url);if(ct&&Ir.protocols.indexOf(ct)===-1){P(new lt("Unsupported protocol "+ct+":",lt.ERR_BAD_REQUEST,f));return}Oe.send(G||null)})},nm=(f,v)=>{let k=new AbortController,P;const L=function(fe){if(!P){P=!0,T();const me=fe instanceof Error?fe:this.reason;k.abort(me instanceof lt?me:new $s(me instanceof Error?me.message:me))}};let G=v&&setTimeout(()=>{L(new lt(`timeout ${v} of ms exceeded`,lt.ETIMEDOUT))},v);const T=()=>{f&&(G&&clearTimeout(G),G=null,f.forEach(fe=>{fe&&(fe.removeEventListener?fe.removeEventListener("abort",L):fe.unsubscribe(L))}),f=null)};f.forEach(fe=>fe&&fe.addEventListener&&fe.addEventListener("abort",L));const{signal:c}=k;return c.unsubscribe=T,[c,()=>{G&&clearTimeout(G),G=null}]},sm=function*(f,v){let k=f.byteLength;if(!v||k<v){yield f;return}let P=0,L;for(;P<k;)L=P+v,yield f.slice(P,L),P=L},om=async function*(f,v,k){for await(const P of f)yield*sm(ArrayBuffer.isView(P)?P:await k(String(P)),v)},Cu=(f,v,k,P,L)=>{const G=om(f,v,L);let T=0,c,fe=me=>{c||(c=!0,P&&P(me))};return new ReadableStream({async pull(me){try{const{done:ve,value:le}=await G.next();if(ve){fe(),me.close();return}let oe=le.byteLength;if(k){let ht=T+=oe;k(ht)}me.enqueue(new Uint8Array(le))}catch(ve){throw fe(ve),ve}},cancel(me){return fe(me),G.return()}},{highWaterMark:2})},dl=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Eu=dl&&typeof ReadableStream=="function",Ac=dl&&(typeof TextEncoder=="function"?(f=>v=>f.encode(v))(new TextEncoder):async f=>new Uint8Array(await new Response(f).arrayBuffer())),Pu=(f,...v)=>{try{return!!f(...v)}catch{return!1}},am=Eu&&Pu(()=>{let f=!1;const v=new Request(Ir.origin,{body:new ReadableStream,method:"POST",get duplex(){return f=!0,"half"}}).headers.has("Content-Type");return f&&!v}),Au=64*1024,Mc=Eu&&Pu(()=>ge.isReadableStream(new Response("").body)),pl={stream:Mc&&(f=>f.body)};dl&&(f=>{["text","arrayBuffer","blob","formData","stream"].forEach(v=>{!pl[v]&&(pl[v]=ge.isFunction(f[v])?k=>k[v]():(k,P)=>{throw new lt(`Response type '${v}' is not supported`,lt.ERR_NOT_SUPPORT,P)})})})(new Response);const lm=async f=>{if(f==null)return 0;if(ge.isBlob(f))return f.size;if(ge.isSpecCompliantForm(f))return(await new Request(f).arrayBuffer()).byteLength;if(ge.isArrayBufferView(f)||ge.isArrayBuffer(f))return f.byteLength;if(ge.isURLSearchParams(f)&&(f=f+""),ge.isString(f))return(await Ac(f)).byteLength},cm=async(f,v)=>{const k=ge.toFiniteNumber(f.getContentLength());return k??lm(v)},zc={http:zf,xhr:rm,fetch:dl&&(async f=>{let{url:v,method:k,data:P,signal:L,cancelToken:G,timeout:T,onDownloadProgress:c,onUploadProgress:fe,responseType:me,headers:ve,withCredentials:le="same-origin",fetchOptions:oe}=Iu(f);me=me?(me+"").toLowerCase():"text";let[ht,je]=L||G||T?nm([L,G],T):[],Ke,Oe;const ft=()=>{!Ke&&setTimeout(()=>{ht&&ht.unsubscribe()}),Ke=!0};let ct;try{if(fe&&am&&k!=="get"&&k!=="head"&&(ct=await cm(ve,P))!==0){let Wt=new Request(v,{method:"POST",body:P,duplex:"half"}),jt;if(ge.isFormData(P)&&(jt=Wt.headers.get("content-type"))&&ve.setContentType(jt),Wt.body){const[Vr,bi]=wu(ct,ul(Su(fe)));P=Cu(Wt.body,Au,Vr,bi,Ac)}}ge.isString(le)||(le=le?"include":"omit"),Oe=new Request(v,{...oe,signal:ht,method:k.toUpperCase(),headers:ve.normalize().toJSON(),body:P,duplex:"half",credentials:le});let He=await fetch(Oe);const Ft=Mc&&(me==="stream"||me==="response");if(Mc&&(c||Ft)){const Wt={};["status","statusText","headers"].forEach(Nr=>{Wt[Nr]=He[Nr]});const jt=ge.toFiniteNumber(He.headers.get("content-length")),[Vr,bi]=c&&wu(jt,ul(Su(c),!0))||[];He=new Response(Cu(He.body,Au,Vr,()=>{bi&&bi(),Ft&&ft()},Ac),Wt)}me=me||"text";let It=await pl[ge.findKey(pl,me)||"text"](He,f);return!Ft&&ft(),je&&je(),await new Promise((Wt,jt)=>{bu(Wt,jt,{data:It,headers:Hi.from(He.headers),status:He.status,statusText:He.statusText,config:f,request:Oe})})}catch(He){throw ft(),He&&He.name==="TypeError"&&/fetch/i.test(He.message)?Object.assign(new lt("Network Error",lt.ERR_NETWORK,f,Oe),{cause:He.cause||He}):lt.from(He,He&&He.code,f,Oe)}})};ge.forEach(zc,(f,v)=>{if(f){try{Object.defineProperty(f,"name",{value:v})}catch{}Object.defineProperty(f,"adapterName",{value:v})}});const Mu=f=>`- ${f}`,hm=f=>ge.isFunction(f)||f===null||f===!1,zu={getAdapter:f=>{f=ge.isArray(f)?f:[f];const{length:v}=f;let k,P;const L={};for(let G=0;G<v;G++){k=f[G];let T;if(P=k,!hm(k)&&(P=zc[(T=String(k)).toLowerCase()],P===void 0))throw new lt(`Unknown adapter '${T}'`);if(P)break;L[T||"#"+G]=P}if(!P){const G=Object.entries(L).map(([c,fe])=>`adapter ${c} `+(fe===!1?"is not supported by the environment":"is not available in the build"));let T=v?G.length>1?`since :
|
583
|
+
`+G.map(Mu).join(`
|
584
|
+
`):" "+Mu(G[0]):"as no adapter specified";throw new lt("There is no suitable adapter to dispatch the request "+T,"ERR_NOT_SUPPORT")}return P},adapters:zc};function Dc(f){if(f.cancelToken&&f.cancelToken.throwIfRequested(),f.signal&&f.signal.aborted)throw new $s(null,f)}function Du(f){return Dc(f),f.headers=Hi.from(f.headers),f.data=Pc.call(f,f.transformRequest),["post","put","patch"].indexOf(f.method)!==-1&&f.headers.setContentType("application/x-www-form-urlencoded",!1),zu.getAdapter(f.adapter||$o.adapter)(f).then(function(P){return Dc(f),P.data=Pc.call(f,f.transformResponse,P),P.headers=Hi.from(P.headers),P},function(P){return vu(P)||(Dc(f),P&&P.response&&(P.response.data=Pc.call(f,f.transformResponse,P.response),P.response.headers=Hi.from(P.response.headers))),Promise.reject(P)})}const Lu="1.7.4",Lc={};["object","boolean","number","function","string","symbol"].forEach((f,v)=>{Lc[f]=function(P){return typeof P===f||"a"+(v<1?"n ":" ")+f}});const Ru={};Lc.transitional=function(v,k,P){function L(G,T){return"[Axios v"+Lu+"] Transitional option '"+G+"'"+T+(P?". "+P:"")}return(G,T,c)=>{if(v===!1)throw new lt(L(T," has been removed"+(k?" in "+k:"")),lt.ERR_DEPRECATED);return k&&!Ru[T]&&(Ru[T]=!0,console.warn(L(T," has been deprecated since v"+k+" and will be removed in the near future"))),v?v(G,T,c):!0}};function um(f,v,k){if(typeof f!="object")throw new lt("options must be an object",lt.ERR_BAD_OPTION_VALUE);const P=Object.keys(f);let L=P.length;for(;L-- >0;){const G=P[L],T=v[G];if(T){const c=f[G],fe=c===void 0||T(c,G,f);if(fe!==!0)throw new lt("option "+G+" must be "+fe,lt.ERR_BAD_OPTION_VALUE);continue}if(k!==!0)throw new lt("Unknown option "+G,lt.ERR_BAD_OPTION)}}const Rc={assertOptions:um,validators:Lc},In=Rc.validators;class rs{constructor(v){this.defaults=v,this.interceptors={request:new gu,response:new gu}}async request(v,k){try{return await this._request(v,k)}catch(P){if(P instanceof Error){let L;Error.captureStackTrace?Error.captureStackTrace(L={}):L=new Error;const G=L.stack?L.stack.replace(/^.+\n/,""):"";try{P.stack?G&&!String(P.stack).endsWith(G.replace(/^.+\n.+\n/,""))&&(P.stack+=`
|
585
|
+
`+G):P.stack=G}catch{}}throw P}}_request(v,k){typeof v=="string"?(k=k||{},k.url=v):k=v||{},k=is(this.defaults,k);const{transitional:P,paramsSerializer:L,headers:G}=k;P!==void 0&&Rc.assertOptions(P,{silentJSONParsing:In.transitional(In.boolean),forcedJSONParsing:In.transitional(In.boolean),clarifyTimeoutError:In.transitional(In.boolean)},!1),L!=null&&(ge.isFunction(L)?k.paramsSerializer={serialize:L}:Rc.assertOptions(L,{encode:In.function,serialize:In.function},!0)),k.method=(k.method||this.defaults.method||"get").toLowerCase();let T=G&&ge.merge(G.common,G[k.method]);G&&ge.forEach(["delete","get","head","post","put","patch","common"],je=>{delete G[je]}),k.headers=Hi.concat(T,G);const c=[];let fe=!0;this.interceptors.request.forEach(function(Ke){typeof Ke.runWhen=="function"&&Ke.runWhen(k)===!1||(fe=fe&&Ke.synchronous,c.unshift(Ke.fulfilled,Ke.rejected))});const me=[];this.interceptors.response.forEach(function(Ke){me.push(Ke.fulfilled,Ke.rejected)});let ve,le=0,oe;if(!fe){const je=[Du.bind(this),void 0];for(je.unshift.apply(je,c),je.push.apply(je,me),oe=je.length,ve=Promise.resolve(k);le<oe;)ve=ve.then(je[le++],je[le++]);return ve}oe=c.length;let ht=k;for(le=0;le<oe;){const je=c[le++],Ke=c[le++];try{ht=je(ht)}catch(Oe){Ke.call(this,Oe);break}}try{ve=Du.call(this,ht)}catch(je){return Promise.reject(je)}for(le=0,oe=me.length;le<oe;)ve=ve.then(me[le++],me[le++]);return ve}getUri(v){v=is(this.defaults,v);const k=Tu(v.baseURL,v.url);return mu(k,v.params,v.paramsSerializer)}}ge.forEach(["delete","get","head","options"],function(v){rs.prototype[v]=function(k,P){return this.request(is(P||{},{method:v,url:k,data:(P||{}).data}))}}),ge.forEach(["post","put","patch"],function(v){function k(P){return function(G,T,c){return this.request(is(c||{},{method:v,headers:P?{"Content-Type":"multipart/form-data"}:{},url:G,data:T}))}}rs.prototype[v]=k(),rs.prototype[v+"Form"]=k(!0)});class Bc{constructor(v){if(typeof v!="function")throw new TypeError("executor must be a function.");let k;this.promise=new Promise(function(G){k=G});const P=this;this.promise.then(L=>{if(!P._listeners)return;let G=P._listeners.length;for(;G-- >0;)P._listeners[G](L);P._listeners=null}),this.promise.then=L=>{let G;const T=new Promise(c=>{P.subscribe(c),G=c}).then(L);return T.cancel=function(){P.unsubscribe(G)},T},v(function(G,T,c){P.reason||(P.reason=new $s(G,T,c),k(P.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(v){if(this.reason){v(this.reason);return}this._listeners?this._listeners.push(v):this._listeners=[v]}unsubscribe(v){if(!this._listeners)return;const k=this._listeners.indexOf(v);k!==-1&&this._listeners.splice(k,1)}static source(){let v;return{token:new Bc(function(L){v=L}),cancel:v}}}function dm(f){return function(k){return f.apply(null,k)}}function pm(f){return ge.isObject(f)&&f.isAxiosError===!0}const Fc={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Fc).forEach(([f,v])=>{Fc[v]=f});function Bu(f){const v=new rs(f),k=Qh(rs.prototype.request,v);return ge.extend(k,rs.prototype,v,{allOwnKeys:!0}),ge.extend(k,v,null,{allOwnKeys:!0}),k.create=function(L){return Bu(is(f,L))},k}const Nt=Bu($o);Nt.Axios=rs,Nt.CanceledError=$s,Nt.CancelToken=Bc,Nt.isCancel=vu,Nt.VERSION=Lu,Nt.toFormData=cl,Nt.AxiosError=lt,Nt.Cancel=Nt.CanceledError,Nt.all=function(v){return Promise.all(v)},Nt.spread=dm,Nt.isAxiosError=pm,Nt.mergeConfig=is,Nt.AxiosHeaders=Hi,Nt.formToJSON=f=>yu(ge.isHTMLForm(f)?new FormData(f):f),Nt.getAdapter=zu.getAdapter,Nt.HttpStatusCode=Fc,Nt.default=Nt;const Oc=(f,v=300)=>{let k;return function(...L){clearTimeout(k),k=setTimeout(()=>{f.apply(this,L)},v)}};function fl(f,v,k={}){const P={type:"Feature"};return(k.id===0||k.id)&&(P.id=k.id),k.bbox&&(P.bbox=k.bbox),P.properties=v||{},P.geometry=f,P}function fm(f,v,k={}){if(!f)throw new Error("coordinates is required");if(!Array.isArray(f))throw new Error("coordinates must be an Array");if(f.length<2)throw new Error("coordinates must be at least 2 numbers long");if(!Nu(f[0])||!Nu(f[1]))throw new Error("coordinates must contain numbers");return fl({type:"Point",coordinates:f},v,k)}function Fu(f,v,k={}){for(const L of f){if(L.length<4)throw new Error("Each LinearRing of a Polygon must have 4 or more Positions.");if(L[L.length-1].length!==L[0].length)throw new Error("First and last Position are not equivalent.");for(let G=0;G<L[L.length-1].length;G++)if(L[L.length-1][G]!==L[0][G])throw new Error("First and last Position are not equivalent.")}return fl({type:"Polygon",coordinates:f},v,k)}function Ou(f,v,k={}){return fl({type:"MultiPoint",coordinates:f},v,k)}function Vu(f,v,k={}){return fl({type:"MultiPolygon",coordinates:f},v,k)}function Nu(f){return!isNaN(f)&&f!==null&&!Array.isArray(f)}function $u(f,v,k){if(f!==null)for(var P,L,G,T,c,fe,me,ve=0,le=0,oe,ht=f.type,je=ht==="FeatureCollection",Ke=ht==="Feature",Oe=je?f.features.length:1,ft=0;ft<Oe;ft++){me=je?f.features[ft].geometry:Ke?f.geometry:f,oe=me?me.type==="GeometryCollection":!1,c=oe?me.geometries.length:1;for(var ct=0;ct<c;ct++){var He=0,Ft=0;if(T=oe?me.geometries[ct]:me,T!==null){fe=T.coordinates;var It=T.type;switch(ve=0,It){case null:break;case"Point":if(v(fe,le,ft,He,Ft)===!1)return!1;le++,He++;break;case"LineString":case"MultiPoint":for(P=0;P<fe.length;P++){if(v(fe[P],le,ft,He,Ft)===!1)return!1;le++,It==="MultiPoint"&&He++}It==="LineString"&&He++;break;case"Polygon":case"MultiLineString":for(P=0;P<fe.length;P++){for(L=0;L<fe[P].length-ve;L++){if(v(fe[P][L],le,ft,He,Ft)===!1)return!1;le++}It==="MultiLineString"&&He++,It==="Polygon"&&Ft++}It==="Polygon"&&He++;break;case"MultiPolygon":for(P=0;P<fe.length;P++){for(Ft=0,L=0;L<fe[P].length;L++){for(G=0;G<fe[P][L].length-ve;G++){if(v(fe[P][L][G],le,ft,He,Ft)===!1)return!1;le++}Ft++}He++}break;case"GeometryCollection":for(P=0;P<T.geometries.length;P++)if($u(T.geometries[P],v)===!1)return!1;break;default:throw new Error("Unknown Geometry Type")}}}}}function ju(f,v={}){if(f.bbox!=null&&v.recompute!==!0)return f.bbox;const k=[1/0,1/0,-1/0,-1/0];return $u(f,P=>{k[0]>P[0]&&(k[0]=P[0]),k[1]>P[1]&&(k[1]=P[1]),k[2]<P[0]&&(k[2]=P[0]),k[3]<P[1]&&(k[3]=P[1])}),k}function Uu(f,v={}){const k=ju(f),P=(k[0]+k[2])/2,L=(k[1]+k[3])/2;return fm([P,L],v.properties,v)}const mm={mixins:[Oo],props:{map:{type:Object},baseLayers:{type:Array,default:[{id:"orto10",name:"Ortophoto 1:10К",url:"https://data.gki.com.ua/api-user/rtile/orto10/ua/{z}/{x}/{y}.png",service:"TMS",category:"Національна інфраструктура геопросторових даних",scale:1e4,year:2020,bounds:"ua",maxzoom:18,owner:"НДІГК (Інститут геодезії та картографії)",image:"https://data.gki.com.ua/api-user/rtile/orto10/ua/13/4954/2876.png",basemap:!0},{id:"graymap",name:"Сіра карта",url:"https://basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",service:"TMS",category:"Базові карти",attribution:"© <a href='http://www.openstreetmap.org/copyright'>OpenStreetMap</a>, © <a href='https://carto.com/attributions'>CARTO</a>",bounds1:"ua",image:"https://basemaps.cartocdn.com/light_all/10/601/348.png",position:0,owner:"OSM",basemap:!0},{id:"darkmap_carto",name:"Темна карта України",image:"https://basemaps.cartocdn.com/dark_all/13/4791/2762.png?ver=2023-04-14",url:"https://basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png",service:"TMS",category:"Базові карти",active:!1}]}},data(){return{selectedLayer:null}},watch:{map(f){f&&f.on("load",this.handleMapLoad)}},methods:{handleMapLoad(){var f;this.baseLayers.forEach(v=>{this.layerList.push(v)}),this.toggleLayerVisibility((f=this.baseLayers[0])==null?void 0:f.id)},toggleLayerVisibility(f){this.selectedLayer=f,this.changeBaseLayer(this.selectedLayer)}}},gm={class:"vs-map-slot-layers z-10 select-none"},_m=["onClick"],ym=["src"];function xm(f,v,k,P,L,G){return N.openBlock(),N.createElementBlock("div",gm,[(N.openBlock(!0),N.createElementBlock(N.Fragment,null,N.renderList(k.baseLayers,(T,c)=>(N.openBlock(),N.createElementBlock("div",{key:T.id,class:N.normalizeClass(["vs-map-slot-layers__layer relative",{focused:T.id==L.selectedLayer}]),onClick:fe=>G.toggleLayerVisibility(T.id)},[N.createElementVNode("img",{src:T.image,class:"vs-map-slot-layers__image"},null,8,ym),N.createElementVNode("div",{class:N.normalizeClass(["absolute py-2 px-4 text-sm text-stone-800 bg-white shadow-[0_10px_40px_10px_rgba(0,0,0,0.08)] rounded-lg top-[-46px] text-nowrap p-2 hidden whitespace-nowrap",[c===0?"left-[-10px]":"left-[50%] translate-x-[-50%] "]])},N.toDisplayString(T==null?void 0:T.name),3)],10,_m))),128))])}const vm=Fi(mm,[["render",xm],["__scopeId","data-v-679398b6"]]),bm={},wm={class:"shrink-0 size-3",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},Sm=[N.createElementVNode("path",{d:"M18 6 6 18"},null,-1),N.createElementVNode("path",{d:"m6 6 12 12"},null,-1)];function Tm(f,v){return N.openBlock(),N.createElementBlock("svg",wm,Sm)}const ml=Fi(bm,[["render",Tm]]),km={},Im={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Cm=[N.createElementVNode("path",{d:"M12 2L2 7L12 12L22 7L12 2Z",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"},null,-1),N.createElementVNode("path",{d:"M2 17L12 22L22 17",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"},null,-1),N.createElementVNode("path",{d:"M2 12L12 17L22 12",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)];function Em(f,v){return N.openBlock(),N.createElementBlock("svg",Im,Cm)}const Pm={components:{closeIcon:ml,layersIcon:Fi(km,[["render",Em]])},mixins:[Oo],props:{layers:{type:Array,default:()=>[]},map:{type:Object,default:null},basemapIds:{type:Array,default:()=>[]}},data(){return{isOpen:!1,selectedLayers:[],mounted:!1}},mounted(){this.mounted=!0},methods:{async handleLayerChange(f,v){await this.setVisible(f,v),v&&this.map.getStyle().layers.filter(L=>!this.basemapIds.includes(L.id)&&L.id!==f.id).map(L=>L.id).forEach(L=>{this.map.getLayer(L)&&this.map.moveLayer(L)})}}},Am=f=>(N.pushScopeId("data-v-4c33eaa0"),f=f(),N.popScopeId(),f),Mm={class:"p-[10px]"},zm={class:"select-none absolute left-[20px] top-[10px] border bg-white max-w-[250px] p-[10px] rounded-lg z-10"},Dm={class:"flex justify-between items-center border-b pb-[8px] text-[16px]"},Lm=Am(()=>N.createElementVNode("span",null,"Додаткові шари",-1)),Rm={class:"mt-2 max-h-[300px] overflow-auto [&::-webkit-scrollbar]:h-1.5 [&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-gray-300 [&::-webkit-scrollbar-track]:bg-transparent"},Bm=["id","value","onChange"],Fm=["for"];function Om(f,v,k,P,L,G){const T=N.resolveComponent("layersIcon"),c=N.resolveComponent("VsPopover"),fe=N.resolveComponent("closeIcon");return N.openBlock(),N.createElementBlock(N.Fragment,null,[!L.isOpen&&L.mounted?(N.openBlock(),N.createBlock(c,{key:0,teleport:"body",trigger:"hover",placement:"right",class:"select-none flex absolute left-[20px] top-[10px] border bg-white max-w-[250px] rounded-lg cursor-pointer z-10",onClick:v[0]||(v[0]=me=>L.isOpen=!L.isOpen)},{reference:N.withCtx(()=>[N.createElementVNode("div",Mm,[N.createVNode(T,{class:"h-5 w-5"})])]),default:N.withCtx(()=>[N.createTextVNode(" Додаткові шари ")]),_:1})):N.createCommentVNode("",!0),N.withDirectives(N.createElementVNode("div",zm,[N.createElementVNode("div",Dm,[Lm,L.mounted?(N.openBlock(),N.createBlock(c,{key:0,teleport:"body",trigger:"hover",placement:"bottom",class:"flex"},{reference:N.withCtx(()=>[N.createElementVNode("button",{type:"button",class:"size-6 inline-flex justify-center items-center gap-x-2 rounded-full border border-transparent bg-gray-100 text-gray-800 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 disabled:opacity-50 disabled:pointer-events-none dark:bg-neutral-700 dark:hover:bg-neutral-600 dark:text-neutral-400 dark:focus:bg-neutral-600",onClick:v[1]||(v[1]=me=>L.isOpen=!L.isOpen)},[N.createVNode(fe)])]),default:N.withCtx(()=>[N.createTextVNode(" Приховати панель ")]),_:1})):N.createCommentVNode("",!0)]),N.withDirectives(N.createElementVNode("div",Rm,[(N.openBlock(!0),N.createElementBlock(N.Fragment,null,N.renderList(k.layers,me=>(N.openBlock(),N.createElementBlock("div",{key:me.id,class:"flex items-center gap-2 text-sm"},[N.createElementVNode("input",{type:"checkbox",id:`layer-${me.id}`,value:me.id,class:"cursor-pointer",onChange:ve=>G.handleLayerChange(me,ve.target.checked)},null,40,Bm),N.createElementVNode("label",{for:`layer-${me.id}`,class:"cursor-pointer"},N.toDisplayString(me.name),9,Fm)]))),128))],512),[[N.vShow,L.isOpen]])],512),[[N.vShow,L.isOpen]])],64)}const Vm=Fi(Pm,[["render",Om],["__scopeId","data-v-4c33eaa0"]]),Nm={mixins:[Oo],components:{closeIcon:ml},props:{map:{type:Object,required:!0},compareLayers:{type:Array,default:()=>[]},table:{type:String,default:""}},mounted(){var f,v;this.currentLayer=((v=(f=this.compareLayers)==null?void 0:f[0])==null?void 0:v.id)||null,this.mounted=!0},data(){return{mounted:!1,currentLayer:null}},watch:{async currentLayer(f,v){const k=this.compareLayers.find(L=>L.id===v),P=this.compareLayers.find(L=>L.id===f);k&&await this.setVisible(k,!1,this.map),P&&await this.setVisible(P,!0,this.map),this.map.getStyle().layers.forEach(L=>{L.source===this.table&&this.map.getLayer(L.id)&&this.map.moveLayer(L.id)})}},methods:{selectBase(f){this.currentLayer=f==null?void 0:f.id}}},$m={class:"absolute w-full top-[10px] right-[60px] shadow-sm bg-white max-w-[250px] p-[10px] rounded-lg z-10 select-none"},jm={class:"flex items-start justify-between pb-1 border-b"},Um=N.createElementVNode("div",{class:"text-[16px[] max-w-[180px]"}," Базові шари порівняльної карти ",-1),qm={class:"pt-1 max-h-[300px] overflow-auto [&::-webkit-scrollbar]:h-1.5 [&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-gray-300 [&::-webkit-scrollbar-track]:bg-transparent"},Zm=["onClick"],Gm={class:"text-[14px]"},Hm={key:0,class:"text-blue-600"},Wm=[N.createElementVNode("svg",{width:"12",height:"9",viewBox:"0 0 12 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[N.createElementVNode("path",{d:"M11.3334 1L4.00002 8.33333L0.666687 5",stroke:"#1F2937","stroke-linecap":"round","stroke-linejoin":"round"})],-1)];function Xm(f,v,k,P,L,G){const T=N.resolveComponent("closeIcon"),c=N.resolveComponent("VsPopover");return N.openBlock(),N.createElementBlock("div",$m,[N.createElementVNode("div",jm,[Um,L.mounted?(N.openBlock(),N.createBlock(c,{key:0,trigger:"hover",placement:"bottom",teleport:"body"},{reference:N.withCtx(()=>[N.createElementVNode("button",{type:"button",class:"size-6 inline-flex justify-center items-center gap-x-2 rounded-full border border-transparent bg-gray-100 text-gray-800 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 disabled:opacity-50 disabled:pointer-events-none dark:bg-neutral-700 dark:hover:bg-neutral-600 dark:text-neutral-400 dark:focus:bg-neutral-600",onClick:v[0]||(v[0]=fe=>f.$emit("close"))},[N.createVNode(T,{class:"cursor-pointer"})])]),default:N.withCtx(()=>[N.createTextVNode(" Приховати панель ")]),_:1})):N.createCommentVNode("",!0)]),N.createElementVNode("div",qm,[(N.openBlock(!0),N.createElementBlock(N.Fragment,null,N.renderList(k.compareLayers,fe=>(N.openBlock(),N.createElementBlock("div",{key:fe.id,class:N.normalizeClass(["flex items-center justify-between py-1 cursor-pointer hover:text-blue-600",{"text-blue-600":fe.id===L.currentLayer}]),onClick:me=>G.selectBase(fe)},[N.createElementVNode("div",Gm,N.toDisplayString(fe.name),1),L.currentLayer===fe.id?(N.openBlock(),N.createElementBlock("div",Hm,Wm)):N.createCommentVNode("",!0)],10,Zm))),128))])])}const Jm=Fi(Nm,[["render",Xm]]),Km={},Ym={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Qm=[N.createElementVNode("path",{d:"M18 8L22 12L18 16",stroke:"#333333","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1),N.createElementVNode("path",{d:"M6 8L2 12L6 16",stroke:"#333333","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1),N.createElementVNode("path",{d:"M2 12H22",stroke:"#333333","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)];function eg(f,v,k,P,L,G){return N.openBlock(),N.createElementBlock("svg",Ym,Qm)}const tg={components:{closeIcon:ml,compareIcon:Fi(Km,[["render",eg]]),CompareBaseLayers:Jm},props:{map:{type:Object},compareLayers:{type:Array},table:{type:String}},data(){return{isOpen:!1,mounted:!1,afterMap:null,compare:null,isOpen:!1,afterMapLoaded:!1}},mounted(){this.mounted=!0,window.maplibregl=es,this.loadScripts()},computed:{modalButtonClasses(){return{"!bg-[#F2F2F2]":this.isOpen,"bg-white":!this.isOpen}}},methods:{loadScripts(){const f=document.createElement("link");f.setAttribute("rel","stylesheet"),f.setAttribute("href","https://cdn.jsdelivr.net/npm/@maplibre/maplibre-gl-compare@0.5.0/dist/maplibre-gl-compare.min.css"),document.head.appendChild(f);const v=document.createElement("script");v.setAttribute("src","https://cdn.jsdelivr.net/npm/@maplibre/maplibre-gl-compare@0.5.0/dist/maplibre-gl-compare.min.js"),document.head.appendChild(v)},initCompare(){const f=this.map,v={version:8,glyphs:"https://fonts.openmaptiles.org/{fontstack}/{range}.pbf",sources:{},layers:[]},k=new es.Map({container:"after",style:v,center:f.getCenter(),zoom:f.getZoom(),minZoom:f.getMinZoom()});if(k.addControl(new es.NavigationControl({visualizePitch:!0})),k.on("load",()=>{this.afterMapLoaded=!0,this.syncLayers()}),this.afterMap=k,window.maplibregl&&window.maplibregl.Compare){const P="#comparison-container";this.compare=new window.maplibregl.Compare(f,k,P,{mousemove:!1})}else console.error("Compare is not available on window.maplibregl")},destroyCompare(){this.compare&&(this.compare.remove(),this.compare=null),this.afterMap&&(this.afterMap.remove(),this.afterMap=null),this.isOpen=!1,this.afterMapLoaded=!1},toggleCompare(){this.isOpen=!this.isOpen,this.isOpen?this.$nextTick(()=>{this.initCompare(),this.resizeMaps()}):this.destroyCompare()},resizeMaps(){this.map.resize(),this.afterMap&&this.afterMap.resize()},syncLayers(){if(!this.map||!this.afterMap)return;const f=this.map,v=this.afterMap;f.getSource(this.table)&&(v.getSource(this.table)||v.addSource(this.table,f.getStyle().sources[this.table]));const P=f.getStyle().layers.filter(L=>L.source===this.table);P.length&&P.forEach(L=>{v.getLayer(L.id)||v.addLayer(L)})}}},ig={class:"w-[29px] h-[29px] flex items-center justify-center"},rg={key:2,id:"comparison-container",class:"absolute top-0 right-0 w-full h-full"},ng=[N.createElementVNode("div",{id:"after",class:"map-compare"},null,-1)];function sg(f,v,k,P,L,G){const T=N.resolveComponent("compareIcon"),c=N.resolveComponent("VsPopover"),fe=N.resolveComponent("CompareBaseLayers");return N.openBlock(),N.createElementBlock(N.Fragment,null,[L.mounted?(N.openBlock(),N.createBlock(c,{key:0,teleport:"body",trigger:"hover",placement:"left",class:N.normalizeClass(["flex absolute right-[10px] top-[120px] bg-white max-w-[250px] rounded-lg cursor-pointer z-10",G.modalButtonClasses]),onClick:G.toggleCompare,style:{"box-shadow":"0 0 0 2px rgba(0, 0, 0, 0.2)"}},{reference:N.withCtx(()=>[N.createElementVNode("div",ig,[N.createVNode(T,{class:"w-4 h-4"})])]),default:N.withCtx(()=>[N.createTextVNode(" Порівняти шари ")]),_:1},8,["class","onClick"])):N.createCommentVNode("",!0),L.isOpen&&L.afterMapLoaded?(N.openBlock(),N.createBlock(fe,{key:1,table:k.table,map:L.afterMap,compareLayers:k.compareLayers,onClose:G.destroyCompare},null,8,["table","map","compareLayers","onClose"])):N.createCommentVNode("",!0),L.isOpen?(N.openBlock(),N.createElementBlock("div",rg,ng)):N.createCommentVNode("",!0)],64)}const og=Fi(tg,[["render",sg]]),ag={props:["colors","strokes","title"],methods:{capitalizeFirstLetter(f){return f?f.charAt(0).toUpperCase()+f.slice(1):""}}},lg={class:"absolute left-[20px] bottom-[74px] bg-white max-w-[250px] p-[10px] rounded-lg z-10 border"},cg={key:0,class:"mb-[10px] text-[1rem]"},hg={key:1},ug={class:"legend-item flex items-center gap-2"},dg={class:"ml-1 text-[0.875rem]"},pg={class:"legend-item"},fg={key:0,class:"flex justify-start items-center gap-2"},mg={class:"ml-1 text-[0.875rem]"};function gg(f,v,k,P,L,G){var T;return N.openBlock(),N.createElementBlock("div",lg,[k.title?(N.openBlock(),N.createElementBlock("div",cg,N.toDisplayString(k.title),1)):N.createCommentVNode("",!0),(T=k.strokes)!=null&&T.length?(N.openBlock(),N.createElementBlock("div",hg,[(N.openBlock(!0),N.createElementBlock(N.Fragment,null,N.renderList(k.strokes,c=>(N.openBlock(),N.createElementBlock("div",ug,[N.createElementVNode("div",{class:"w-[15px] h-[4px]",style:N.normalizeStyle({background:`repeating-linear-gradient(to right, ${c.color}, ${c.color} 5px, transparent 5px, transparent 8px)`})},null,4),N.createElementVNode("div",dg,N.toDisplayString(G.capitalizeFirstLetter(c.text)),1)]))),256))])):N.createCommentVNode("",!0),(N.openBlock(!0),N.createElementBlock(N.Fragment,null,N.renderList(k.colors,c=>(N.openBlock(),N.createElementBlock("div",pg,[c.id>0?(N.openBlock(),N.createElementBlock("div",fg,[N.createElementVNode("div",{class:"w-[15px] h-[15px] rounded-[50%] min-w-[15px]",style:N.normalizeStyle({backgroundColor:c.color})},null,4),N.createElementVNode("div",mg,N.toDisplayString(G.capitalizeFirstLetter(c.text)),1)])):N.createCommentVNode("",!0)]))),256))])}const _g={components:{MapSlotLayers:vm,MapLegend:Fi(ag,[["render",gg]]),AdditionalLayers:Vm,MapCompare:og},props:{colorAttr:null,strokeAttr:null,zoom:{type:Array,default:()=>8},defaultColor:{type:String,default:"blue"},legendname:{type:String,default:()=>""},height:{type:String,default:()=>"100vh"},width:{type:String,default:"100vw"},center:{type:Array,default:[32,49]},maxBounds:{type:Array,default:[[22,44],[40,52]]},table:{type:String,default:""},zoom:{type:[String,Number],default:13},minZoom:{type:[String,Number],default:1},basemap:Array,additionalLayers:Array,filtersParam:{type:String,default:""},row:{type:Object,default:{}},pointZoom:{type:String,default:"12"},legend:{type:Boolean,default:()=>!0}},mixins:[Oo],data(){return{map:null,hoverObject:null,popup:null,colors:[]}},async mounted(){var f,v,k,P;try{if(await this.createMap(),(f=this.row)!=null&&f.geom){const{type:L,coordinates:G}=this.row.geom;let T;switch(L){case"Polygon":T=Fu(G);break;case"MultiPolygon":T=Vu(G);break;case"MultiPoint":T=Ou(G);break;default:(v=this.map)==null||v.fitBounds([G,G],{maxZoom:this.zoom,padding:30}),this.isSelectObj=!0;return}const c=Uu(T).geometry.coordinates;(k=this.map)==null||k.fitBounds([c,c],{maxZoom:this.zoom,padding:30})}(P=this.map)==null||P.fitBounds(this.center)}catch{}},watch:{filtersParam(f){this.setFilter(this.table,f)}},computed:{basemapIds(){return this.basemap.map(f=>f==null?void 0:f.id)},allLayers(){return[...this.basemap||[],...this.additionalLayers||[]]}},methods:{async getColorStyle(){var f=[["#69D2E7","#A7DBD8","#E0E4CC","#F38630","#FA6900"],["#FE4365","#FC9D9A","#F9CDAD","#C8C8A9","#83AF9B"],["#ECD078","#D95B43","#C02942","#542437","#53777A"]];if(!this.colorAttr)return this.defaultColor;try{const{data:{rows:v}}=await Nt.get(`/api/data/${this.table}/${this.colorAttr}`),k=v.reduce((P,L,G)=>L!=null&&L.id?[...P,L.id.toString(),L.color||f[0][G%5]]:P,["match",["get",this.colorAttr]]);return this.colors=[...v],k.push("gray"),k}catch(v){console.log(v)}},async getStrokeStyle(){if(!this.strokeAttr)return"transparent";try{const{data:{rows:f}}=await Nt.get(`/api/data/${this.table}/${this.strokeAttr}`),v=f.reduce((k,P,L)=>P!=null&&P.id?[...k,{id:P.id.toString(),color:P.color||"#000000",dash:P.dash||[2,2],text:P.text||P.id.toString()}]:k,[]);return this.strokes=[...v],["match",["get",this.strokeAttr],...v.flatMap(({id:k,color:P})=>[k,P]),"transparent"]}catch(f){return console.log(f),"transparent"}},async handleMapLoad(){var P,L;const f=await this.getStrokeStyle(),v=await this.getColorStyle(),k=((L=(P=location.search.split("&").find(G=>G.includes("filter=")))==null?void 0:P.split("filter="))==null?void 0:L[1])||"";await this.addLayer({id:this.table,service:"vector",url:`/api/vtile/${this.table}/ua/{z}/{x}/{y}.vmt?pointZoom=${this.pointZoom}&dt=${new Date().toISOString()}&filter=${k}`,layers:[{type:"fill","source-layer":this.table,paint:{"fill-color":v,"fill-opacity":.3,"fill-outline-color":["case",["==",["feature-state","hover"],!0],"red","#000000"]},filter:["all",["==",["geometry-type"],"Polygon"]]},{type:"circle","source-layer":this.table,filter:["all",["==",["geometry-type"],"Point"]],paint:{"circle-radius":{base:1.75,stops:[[10,5],[12,6],[18,12]]},"circle-stroke-color":["case",["==",["feature-state","hover"],!0],"red","#ccc"],"circle-stroke-width":["case",["==",["feature-state","hover"],!0],2,1],"circle-color":v}},{id:`${this.table}-stroke`,type:"line","source-layer":this.table,filter:["all",["==",["geometry-type"],"Polygon"]],paint:{"line-color":f,"line-width":2.5,"line-dasharray":[2,2]}}]})},async createMap(){const f={version:8,glyphs:"https://cdn.softpro.ua/data/fonts/{fontstack}/{range}.pbf",sources:{},layers:[]};this.map=await new es.Map({container:"maplibre-map",style:f,zoom:this.zoom,center:this.center,minZoom:this.minZoom}),this.$parent.map=this.map,this.map.addControl(new es.NavigationControl({visualizePitch:!0})),this.map.on("load",this.handleMapLoad)}}},yg={class:"vs-map-portal relative z-10",id:"mapwrapper"};function xg(f,v,k,P,L,G){var ve;const T=N.resolveComponent("MapLegend"),c=N.resolveComponent("MapSlotLayers"),fe=N.resolveComponent("MapCompare"),me=N.resolveComponent("AdditionalLayers");return N.openBlock(),N.createElementBlock("div",yg,[N.createElementVNode("div",{id:"maplibre-map",ref:"maplibreMap",class:"w-full",style:N.normalizeStyle({height:k.height})},null,4),N.withDirectives(N.createVNode(T,{colors:L.colors,title:k.legendname},null,8,["colors","title"]),[[N.vShow,k.legend]]),N.createVNode(c,{map:L.map,baseLayers:k.basemap},null,8,["map","baseLayers"]),N.createVNode(fe,{map:L.map,compareLayers:G.allLayers,table:k.table},null,8,["map","compareLayers","table"]),(ve=k.additionalLayers)!=null&&ve.length?(N.openBlock(),N.createBlock(me,{key:0,map:L.map,layers:k.additionalLayers,basemapIds:G.basemapIds},null,8,["map","layers","basemapIds"])):N.createCommentVNode("",!0)])}const vg=Fi(_g,[["render",xg]]),bg={},wg={class:"flex-shrink-0 size-3.5",xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},Sg=[N.createStaticVNode('<line x1="21" x2="14" y1="4" y2="4"></line><line x1="10" x2="3" y1="4" y2="4"></line><line x1="21" x2="12" y1="12" y2="12"></line><line x1="8" x2="3" y1="12" y2="12"></line><line x1="21" x2="16" y1="20" y2="20"></line><line x1="12" x2="3" y1="20" y2="20"></line><line x1="14" x2="14" y1="2" y2="6"></line><line x1="8" x2="8" y1="10" y2="14"></line><line x1="16" x2="16" y1="18" y2="22"></line>',9)];function Tg(f,v){return N.openBlock(),N.createElementBlock("svg",wg,Sg)}const kg=Fi(bg,[["render",Tg]]),Ig={},Cg={xmlns:"http://www.w3.org/2000/svg",width:"21",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round",class:"icon icon-tabler icons-tabler-outline icon-tabler-layout-sidebar-right-collapse"},Eg=[N.createElementVNode("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"},null,-1),N.createElementVNode("path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z"},null,-1),N.createElementVNode("path",{d:"M15 4v16"},null,-1),N.createElementVNode("path",{d:"M9 10l2 2l-2 2"},null,-1)];function Pg(f,v){return N.openBlock(),N.createElementBlock("svg",Cg,Eg)}const Ag=Fi(Ig,[["render",Pg]]),Mg={},zg={xmlns:"http://www.w3.org/2000/svg",width:"21",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round",class:"icon icon-tabler icons-tabler-outline icon-tabler-layout-sidebar-right-expand"},Dg=[N.createElementVNode("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"},null,-1),N.createElementVNode("path",{d:"M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z"},null,-1),N.createElementVNode("path",{d:"M15 4v16"},null,-1),N.createElementVNode("path",{d:"M10 10l-2 2l2 2"},null,-1)];function Lg(f,v){return N.openBlock(),N.createElementBlock("svg",zg,Dg)}const Rg=Fi(Mg,[["render",Lg]]),Bg={props:{visible:{type:Boolean,default:()=>!1},title:{type:String,default:()=>""},size:{type:String,default:()=>""}},emits:["update:visible","onClose"],name:"vs-dialog",mounted(){window.addEventListener("keydown",this.checkKey)},unmounted(){window.removeEventListener("keydown",this.checkKey)},computed:{hasSlot(){var f;return!!((f=this.$slots)!=null&&f.footer)},checkSize(){return this.size==="small"?"w-5/12":this.size==="medium"?"w-6/12":"lg:w-7/12 w-11/12"}},methods:{checkKey({key:f}){f==="Escape"&&this.handleClose()},handleClose(){this.$emit("update:visible",!1),this.$emit("onClose")}}},qu=f=>(N.pushScopeId("data-v-37405773"),f=f(),N.popScopeId(),f),Fg={class:"vsTailwind ui-dialog__wrapper"},Og={class:"w-full h-full fixed top-0 start-0 z-[80] bg-black bg-opacity-50"},Vg={class:"py-2.5 px-4 flex justify-between items-center border-b"},Ng={class:"font-medium text-gray-800"},$g=[qu(()=>N.createElementVNode("span",{class:"sr-only"},"Close",-1)),qu(()=>N.createElementVNode("svg",{class:"flex-shrink-0 w-4 h-4",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},[N.createElementVNode("path",{d:"M18 6 6 18"}),N.createElementVNode("path",{d:"m6 6 12 12"})],-1))],jg={class:"ui-dialog__content p-4"},Ug={key:0,class:"flex justify-end gap-x-2"};function qg(f,v,k,P,L,G){return N.openBlock(),N.createBlock(N.Teleport,{to:"#modal"},[N.createVNode(N.Transition,{name:"fade"},{default:N.withCtx(()=>[N.withDirectives(N.createElementVNode("div",Fg,[N.createElementVNode("div",Og,[N.createVNode(N.Transition,{name:"content",appear:""},{default:N.withCtx(()=>[N.createElementVNode("div",{class:N.normalizeClass(["ui-dialog__modal opacity-1 transition-all flex flex-col bg-white border pointer-events-auto shadow-[0_10px_40px_10px_rgba(0,0,0,0.08)] rounded-xl",[G.checkSize]])},[N.createElementVNode("div",Vg,[N.createElementVNode("h3",Ng,N.toDisplayString(k.title),1),N.createElementVNode("button",{type:"button",class:"size-8 inline-flex justify-center items-center gap-x-2 rounded-full border border-transparent bg-gray-100 text-gray-800 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 disabled:opacity-50 disabled:pointer-events-none dark:bg-neutral-700 dark:hover:bg-neutral-600 dark:text-neutral-400 dark:focus:bg-neutral-600",onClick:v[0]||(v[0]=(...T)=>G.handleClose&&G.handleClose(...T))},$g)]),N.createElementVNode("div",jg,[N.renderSlot(f.$slots,"default",{},void 0,!0)]),G.hasSlot?(N.openBlock(),N.createElementBlock("div",Ug,[N.renderSlot(f.$slots,"footer",{},void 0,!0)])):N.createCommentVNode("",!0)],2)]),_:3})])],512),[[N.vShow,k.visible]])]),_:3})])}const Zg=Fi(Bg,[["render",qg],["__scopeId","data-v-37405773"]]),Gg=N.defineComponent({props:{title:{type:String,default:()=>""},table:{type:String,default:()=>""},rows:{type:Object,default:()=>null},initTotal:{type:[Number,String],default:()=>""},colorAttr:{type:String,default:()=>""},strokeAttr:{type:String,default:()=>""},legendname:{type:String,default:()=>""},center:{type:Array},maxBounds:{type:Array,default:()=>[[22,44.4],[40,52.5]]},id:{type:String,default:()=>""},isAutocomplete:{type:Boolean,default:()=>!1},isAddressAutocomplete:{type:Boolean,default:()=>!1},zoom:{type:[Number,String],default:()=>"13"},minZoom:{type:[Number,String],default:()=>"1"},maskForSearch:{type:String,default:()=>null},searchShow:{type:Boolean,default:()=>!0},basemap:{type:Array},additionalLayers:{type:Array},pointZoom:{type:String,default:()=>"12"},legend:{type:Boolean,default:()=>!0},defaultColor:{type:String,default:()=>"blue"}},mixins:[Oo],components:{MapPortal:vg,NoData:Zp,FilterIcon:kg,VisibleMapIcon:Ag,HiddenMapIcon:Rg,CloseIcon:ml,VsDialog:Zg},data(){return{filters:"",search:"",limit:20,polyline:null,filtersParam:"",isSelectObj:!1,selectedId:"",searchRegion:"",searchAddress:"",marker:null,handleSearchRegionDebounced:Oc(f=>this.updateSearchRegionValue(f),500),handleSearchAddressDebounced:Oc(f=>this.updateSearchAddressValue(f),500),searchRegionResult:[],searchAddressResult:[],selectedRow:null,activeFilters:"",isMapVisible:!0,tabsIsVisible:!1,filterUrl:"",currentPage:1,regionOptionGeneral:null,isFilterVisible:!1,tableData:null,hoverData:null,atuData:[],map:null,legendName:null,total:null,filtered:null,filterValues:"",activeFiltersCount:"",visibleTrue:!0,regionSelectValue:null,addressSelectValue:null,currentBbox:null,mountedFilter:{},optionRowsCount:[{value:10,label:"10"},{value:20,label:"20"},{value:30,label:"30"}],handleDebouncedUpdateValue:Oc(f=>{this.handleSearchValue(f)},300)}},watch:{map(){this.map.on("mousemove",this.handleMapHover),this.map.on("click",this.handleMapClick)},activeFiltersCount(){var f,v;return(v=(f=this.$refs)==null?void 0:f.filter)==null?void 0:v.filteredActiveFiltersLength},activeFilters(){var f,v;return this.isSelectObj&&this.moveToDefaultPage(),(v=(f=this.$refs)==null?void 0:f.filter)==null?void 0:v.activeFilters},isFilterVisible(f){f||this.getData()},async regionSelectValue(f,v){var L,G;if(!this.regionSelectValue){this.map.removeSource("region-search-id");return}f&&this.selectedId&&this.closeObjCard(),this.polyline=this.regionSelectValue.encoded_geom,this.getData();const k=((L=this.regionSelectValue)==null?void 0:L.geom)||Tr.toGeoJSON(this.regionSelectValue.encoded_geom),P=this.map.getSource("region-search-id");if(this.currentBbox=ju(k),P)P.setData({type:"Feature",geometry:k});else{this.map.addSource("region-search-id",{type:"geojson",data:{type:"Feature",geometry:k}});const T={id:"region-search-id",type:"line",source:"region-search-id",paint:{"line-color":"blue","line-opacity":1}};await this.map.addLayer(T)}this.moveLayer("site.prc.parcel_object.table"),(G=this.map)==null||G.fitBounds(this.currentBbox,{zoom:this.setAtuZoom,padding:20}),this.getData()},async addressSelectValue(f,v){this.addressSelectValue&&(f&&this.selectedId&&this.closeObjCard(),this.getData())}},created(){this.legendName,this.tableData=this.rows,this.total=this.initTotal,this.id&&(this.selectedRow=this.rows[0],this.selectedId=this.id,this.isSelectObj=!0)},mounted(){this.rows||this.getData();const v=new URLSearchParams(window.location.search).get("filter"),k=v==null?void 0:v.split("|");k==null||k.forEach(L=>{const[G,T]=L.split("=");T!=null&&T.includes(",")?this.mountedFilter[G]=T==null?void 0:T.split(","):this.mountedFilter[G]=T});const P=new URLSearchParams(window.location.search);this.currentPage=P.get("page")||1,this.getFilter()},updated(){this.checkFilterLength()},computed:{setAtuZoom(){var f,v,k;return((f=this.regionSelectValue)==null?void 0:f.id)==="UA80000000000093317"||((v=this.regionSelectValue)==null?void 0:v.id)==="UA85000000000065278"?10:((k=this.regionSelectValue)==null?void 0:k.region)===""?7.5:11}},methods:{async updateSearchRegionValue(f){this.searchRegion=f,await this.getReginOptions()},async updateSearchAddressValue(f){this.searchAddress=f,await this.getAddressOptions()},async getData(){try{const f={search:this.search||null,limit:this.limit,page:this.currentPage,polyline:this.polyline};f.filter=this.filtersParam;const{data:v}=await Nt.get(`/api/data/${this.table}`,{params:f});this.tableData=v==null?void 0:v.rows,this.total=v.filtered,this.filtered=v.filtered}catch(f){console.error(f.message)}},moveToDefaultPage(){var P;const f=new URLSearchParams(window.location.search);f.delete("id");const k=`${window.location.pathname}?${f.toString()}`;(P=this.map)==null||P.fitBounds(this.maxBounds,{}),window.history.pushState({},"",k),this.isSelectObj=!1},regionFullName(f){return f.region?`${f.text} / ${f.region}`:f.text},getLabelById(f){const v=this.filters.find(k=>k.id===f);return v?v.label:f},getOptionsLabelById(f,v){if(Array.isArray(v)){const k=this.filters.find(P=>P.id===f);return k!=null&&k.options?k==null?void 0:k.options.filter(P=>v.includes(P.id)).map(P=>P.text).join(", "):v==null?void 0:v.length}else return v},async clearFilter(f){var v,k;(k=(v=this.$refs)==null?void 0:v.filter)==null||k.clearFilter(f),await this.updateTableAndMap(),await this.getData()},async getReginOptions(){if(this.searchRegion===""&&this.regionOptionGeneral)this.searchRegionResult=this.regionOptionGeneral;else try{const{data:f}=await Nt.get(`https://data.softpro.ua/api-user/suggest/atu.codifier.type.polyline.select.region?key=${this.searchRegion}`);this.searchRegionResult=f,this.regionOptionGeneral||(this.regionOptionGeneral=f)}catch(f){console.error(f.message)}},async getAddressOptions(){if(this.searchAddress===""&&this.addressOptionGeneral)this.searchAddressResult=this.addressOptionGeneral;else try{const{data:f}=await Nt.get(`/api/suggest/itree.address_id?key=${this.searchAddress}`);this.searchAddressResult=f,this.addressOptionGeneral||(this.addressOptionGeneral=f)}catch(f){console.error(f.message)}},handlePageChange(f){this.currentPage=f;const v=new URL(window.location.href),k=new URLSearchParams(window.location.search);k.set("page",f),v.search=decodeURI(k.toString()),window.history.pushState({},"",v),this.getData()},async getFilter(){var f;try{const{data:v}=await Nt.get(`/api/filter/${this.table}`);this.filters=(f=v==null?void 0:v.list)==null?void 0:f.map(k=>({...k,label:(k==null?void 0:k.label)||(k==null?void 0:k.ua),id:(k==null?void 0:k.id)||(k==null?void 0:k.name)}))}catch(v){console.error(v.message)}},async handleSearchValue(f){this.search=f,await this.getData()},closeObjCard(){var P;const f=new URLSearchParams(window.location.search);f.delete("id"),this.deletePulsePoint(),this.deleteHighlighPolygon();const k=`${window.location.pathname}?${f.toString()}`;(this.currentBbox||this.center)&&((P=this.map)==null||P.fitBounds(this.currentBbox||[this.center,this.center],{maxZoom:this.zoom})),window.history.pushState({},"",k),this.isSelectObj=!1,this.selectedRow=null,this.getData()},async handleSearchRegionValue(f){var k;const v=this.map.getLayer("region-search-id");this.searchRegion=f,f===""&&v?((k=this.map)==null||k.fitBounds(this.maxBounds,{}),this.currentBbox=null,this.polyline=null,this.map.removeLayer("region-search-id"),this.getData()):f===""&&this.getData()},async handleSearchAddressValue(f){var k;const v=this.map.getLayer("address-search-id");this.searchAddress=f,f===""&&v?((k=this.map)==null||k.fitBounds(this.maxBounds,{}),this.currentBbox=null,this.polyline=null,this.map.removeLayer("address-search-id"),this.getData()):f===""&&this.getData()},handleFilterChange(f){this.currentPage=f.state.page||1,this.filterUrl=f.url==="no-url"?null:f.url.split("|").filter(v=>!v.includes("page=")).join("|")},async updateTableAndMap(){var f,v;this.selectedRow||(this.filtersParam=this.filterUrl,this.activeFilters=(v=(f=this.$refs)==null?void 0:f.filter)==null?void 0:v.activeFilters,this.isFilterVisible=!1,this.getData())},handleFilterSubmit(){var f;this.isSelectObj="",this.selectedId="",this.selectedId=!1,(f=this.map)==null||f.fitBounds(this.maxBounds,{}),this.isFilterVisible=!1},toggleMapVisible(){this.isMapVisible=!this.isMapVisible},checkUrl(f=!0){const v=new URLSearchParams(window.location.search);v.has("id")?(this.isSelectObj=!0,this.isMapVisible=f,this.selectedId=v.get("id")):(this.isSelectObj=!1,this.selectedId="")},changeLimit(f){this.limit=f,this.currentPage=1,this.getData()},filterModalClose(){this.isFilterVisible=!1},resetFilters(){this.$refs.filter&&(this.$refs.filter.clearAll(),this.search="",this.isFilterVisible=!1,this.filtersParam="",this.polyline=null,this.regionSelectValue=null,this.addressSelectValue=null,this.currentBbox=null,this.activeFilters=null,this.tabsIsVisible=!1,this.handleSearchRegionValue(""),this.handleSearchAddressValue(""))},checkFilterLength(){var v,k;const f=(k=(v=this.$refs)==null?void 0:v.filter)==null?void 0:k.filteredActiveFiltersLength;f!==this.previousLength&&(this.previousLength=f,this.activeFiltersCount=f)},async handleMapClick(f){var G,T,c,fe,me,ve,le,oe;const v=this.map.queryRenderedFeatures(f.point);if((v==null?void 0:v.length)<1)return;const k=window.location.pathname,P=new URLSearchParams(window.location.search);P.set("id",`${(G=v[0])==null?void 0:G.properties.id}`),this.getObjectData((c=(T=v[0])==null?void 0:T.properties)==null?void 0:c.id);const L=`${k}?${P.toString()}`;window.history.pushState({},"",L),this.isSelectObj=!0,f.lngLat&&((oe=this.map)==null||oe.fitBounds([[(fe=f.lngLat)==null?void 0:fe.lng,(me=f.lngLat)==null?void 0:me.lat],[(ve=f.lngLat)==null?void 0:ve.lng,(le=f.lngLat)==null?void 0:le.lat]],{padding:30})),this.checkUrl()},async getObjectData(f){var v,k;try{const{data:P}=await Nt.get(`/api/data/${this.table}/${f}`);this.selectRow((v=P==null?void 0:P.rows)==null?void 0:v[0]),((k=P==null?void 0:P.rows)==null?void 0:k.lenght)<1&&this.deletePulsePoint()}catch(P){console.error(P.message)}},async selectRow(f,v=!0){var c,fe,me;this.isMapVisible=v;const P=await(await fetch(`/api/data/${this.table}/${f.id}`)).json();this.selectedRow=((c=P==null?void 0:P.rows)==null?void 0:c[0])||f;const L=window.location.pathname,G=new URLSearchParams(window.location.search);G.set("id",`${f.id}`);const T=`${L}?${G.toString()}`;if(window.history.pushState({},"",T),this.checkUrl(v),f!=null&&f.geom){const{type:ve,coordinates:le}=f.geom;let oe;switch(ve){case"Polygon":oe=Fu(le);break;case"MultiPolygon":oe=Vu(le);break;case"MultiPoint":oe=Ou(le);break;default:(fe=this.map)==null||fe.fitBounds([le,le],{maxZoom:15,padding:30}),this.isSelectObj=!0;return}const ht=Uu(oe).geometry.coordinates;(me=this.map)==null||me.fitBounds([ht,ht],{maxZoom:15,padding:30})}this.isSelectObj=!0},deletePulsePoint(){this.marker&&this.marker.remove()},addPulsePoint(f){this.deletePulsePoint();const v=document.createElement("div");v.className="gps-marker",v.style.width="10px",v.style.height="10px",v.style.position="relative";const k=document.createElement("div");k.className="gps-wave",v.appendChild(k),this.marker=new es.Marker({element:v,anchor:"center"}).setLngLat(f).addTo(this.map)},deleteHighlighPolygon(){var f,v,k;(f=this.map)!=null&&f.getLayer("highlighted-polygon")&&((v=this.map)==null||v.removeLayer("highlighted-polygon"),(k=this.map)==null||k.removeSource("highlighted-polygon"))},highlightPolygon(f){var v,k,P,L,G,T;this.deletePulsePoint(),this.deleteHighlighPolygon(),(L=this.map)==null||L.addSource("highlighted-polygon",{type:"geojson",data:{geometry:{type:(v=f==null?void 0:f.geom)==null?void 0:v.type,coordinates:(k=f==null?void 0:f.geom)==null?void 0:k.coordinates},type:"Feature",properties:{id:f==null?void 0:f.id,name:f==null?void 0:f.name,category:f==null?void 0:f.id},id:f==null?void 0:f.id,layer:{id:"site.rest_zone.table-0",type:"fill",source:"site.rest_zone.table",sourceLayer:"site.rest_zone.table",filter:["all",["==",["geometry-type"],(P=f==null?void 0:f.geom)==null?void 0:P.type]],paint:{"fill-color":"orange","fill-opacity":.5},layout:{}},source:"site.rest_zone.table",sourceLayer:"site.rest_zone.table",state:{hover:!0},table:"site.rest_zone.table"}}),(G=this.map)==null||G.addLayer({id:"highlighted-polygon",type:"fill",source:"highlighted-polygon",layout:{},minzoom:12,maxzoom:0,paint:{"fill-color":"orange","fill-opacity":.6}}),(T=this.map)==null||T.moveLayer("highlighted-polygon")},async handleMapHover(f){var L,G,T;this.hoverObject&&(this.map.setFeatureState(this.hoverObject,{hover:!1}),this.hoverObject=null),this.popup||(this.popup=new es.Popup({maxWidth:"400px",closeButton:!1,closeOnClick:!1}));const v=this.map.queryRenderedFeatures(f.point);if(this.map.getCanvas().style.cursor="pointer",!(v!=null&&v.length)||((L=v==null?void 0:v[0])==null?void 0:L.source)==="region-search-id"){this.map.getCanvas().style.cursor="",this.popup.remove();return}const k=v[0].geometry.coordinates.slice();v[0].source==="highlighted-polygon"&&v[1]?this.hoverData=(G=v[1])==null?void 0:G.properties:this.hoverData=(T=v[0])==null?void 0:T.properties;const P={source:v[0].source,sourceLayer:v[0].sourceLayer,id:v[0].id};if(P.source!=="region-search-id"){for(this.map.setFeatureState(P,{hover:!0}),this.hoverObject=P;Math.abs(f.lngLat.lng-k[0])>180;)k[0]+=f.lngLat.lng>k[0]?360:-360;this.popup.setLngLat(f.lngLat).setHTML(this.$refs.popup.innerHTML).addTo(this.map)}}}}),Hg={class:"ml-3 pt-[20px]"},Wg={class:"w-full gap-5 flex justify-between mb-[6px] pr-3"},Xg={class:"flex items-center gap-2 max-h-[38px] pt-[4px]"},Jg={class:"custom-filter-list"},Kg={key:0,class:"font-medium text-[10px] min-w-[16px] py-0.5 px-[5px] bg-gray-800 text-white leading-3 rounded-full"},Yg=["title"],Qg=N.createElementVNode("span",{class:"sr-only"},"Відкрити мапу",-1),e_={class:"flex"},t_={class:"py-[15px] pb-[24px] pl-2"},i_={class:"font-bold text-2xl mr-[10px]"},r_={class:"text-sm text-stone-500 font-medium"},n_=N.createElementVNode("span",{class:"text-sm text-stone-500 font-medium"}," об'єктів",-1),s_={class:"wrapperTable flex flex-col",style:{height:"calc(100vh - 302px)"}},o_={key:0,class:"flex gap-x-2 flex-wrap"},a_={class:"font-medium"},l_=N.createElementVNode("span",{class:"h-3 mx-2 border-s border-gray-200"},null,-1),c_={class:"text-gray-500"},h_=["onClick"],u_={key:0,class:"mb-[10px] py-1 ps-3 pe-1 inline-flex items-center bg-white border border-gray-200 text-gray-800 text-xs rounded-full"},d_=N.createElementVNode("span",{class:"font-medium"}," Очистити ",-1),p_={key:2,class:"text-center py-28"},f_=N.createElementVNode("h2",{class:"font-medium text-base text-gray-500 rounded-xl"}," За вашим запитом даних не знайдено! ",-1),m_=N.createElementVNode("p",{class:"font-normal text-sm text-gray-500 rounded-xl"}," Введіть, будь ласка, інші значення для пошуку. ",-1),g_={key:0},__={key:1,class:"my-5 pr-2"},y_={class:"flex justify-between"},x_={class:"w-2/4"},v_={class:"map-section"},b_={ref:"popup",style:{display:"none"}};function w_(f,v,k,P,L,G){var Oe,ft;const T=N.resolveComponent("VsTextMask"),c=N.resolveComponent("vs-text"),fe=N.resolveComponent("FilterIcon"),me=N.resolveComponent("VsFilterList"),ve=N.resolveComponent("VisibleMapIcon"),le=N.resolveComponent("HiddenMapIcon"),oe=N.resolveComponent("CloseIcon"),ht=N.resolveComponent("NoData"),je=N.resolveComponent("VsPagination"),Ke=N.resolveComponent("MapPortal");return N.openBlock(),N.createElementBlock("section",Hg,[N.createElementVNode("div",null,[N.createElementVNode("div",Wg,[N.createElementVNode("div",Xg,[f.maskForSearch?(N.openBlock(),N.createBlock(T,{key:0,"model-value":f.search,"onUpdate:modelValue":f.handleDebouncedUpdateValue,class:"w-full table-interface-search",placeholder:"Пошук",mask:f.maskForSearch,icon:"search",iconPosition:"left",clearable:"",style:{height:"38px","min-width":"300px","max-width":"300px"},ref:"searchInput"},null,8,["model-value","onUpdate:modelValue","mask"])):f.searchShow?(N.openBlock(),N.createBlock(c,{key:1,"model-value":f.search,"onUpdate:modelValue":f.handleDebouncedUpdateValue,class:"[&>input]:py-[7px] [&>input]:max-h-[38px] [&>input]:w-[220px] [&>input]:ps-10 [&>input]:pe-8 [&>input]:block [&>input]:w-full [&>input]:bg-gray-100 [&>input]:border-transparent [&>input]:rounded-lg [&>input]:text-sm [&>input]:focus:bg-white [&>input]:focus:border-blue-500 [&>input]:focus:ring-blue-500 [&>input]:disabled:opacity-50 [&>input]:disabled:pointer-events-none [&>input]:dark:bg-neutral-700 [&>input]:dark:border-transparent [&>input]:dark:text-neutral-400 [&>input]:dark:placeholder:text-neutral-400 dark:focus:bg-neutral-800 dark:focus:ring-neutral-600",placeholder:"Пошук",icon:"search","icon-position":"left",clearable:"",style:{height:"38px"},ref:"searchInput"},null,8,["model-value","onUpdate:modelValue"])):N.createCommentVNode("",!0),N.createElementVNode("div",Jg,[f.filters?(N.openBlock(),N.createBlock(me,{key:0,ref:"filter",modelValue:f.mountedFilter,"onUpdate:modelValue":v[0]||(v[0]=ct=>f.mountedFilter=ct),scheme:f.filters,isDialog:(Oe=f.filters)==null?void 0:Oe.some(ct=>!(ct!=null&&ct.inline)),"apply-vue-router":"",history:"",view:"plain",clearable:!1,name:"filter",onFilterChange:v[1]||(v[1]=async ct=>{await f.handleFilterChange(ct),await f.updateTableAndMap()})},{button:N.withCtx(({visible:ct})=>[N.createElementVNode("button",{type:"button",class:N.normalizeClass(["py-2 px-2.5 h-[40px] inline-flex items-center gap-x-1.5 text-sm font-medium rounded-lg bg-white text-gray-800 hover:bg-gray-50 focus:outline-none focus:bg-gray-50",[ct?"border border-blue-600 border-2":"border border-gray-200"]])},[N.createVNode(fe),N.createTextVNode(" Фільтри "),f.activeFiltersCount>=1?(N.openBlock(),N.createElementBlock("span",Kg,N.toDisplayString(f.activeFiltersCount),1)):N.createCommentVNode("",!0)],2)]),_:1},8,["modelValue","scheme","isDialog"])):N.createCommentVNode("",!0)])]),N.createElementVNode("button",{type:"button",class:"py-2 px-2 inline-flex items-center gap-x-1.5 text-sm rounded-lg border border-gray-200 bg-white text-gray-600 shadow-sm hover:bg-stone-50 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:bg-gray-100",title:f.isMapVisible?"Приховати карту":"Показати карту",onClick:v[2]||(v[2]=(...ct)=>f.toggleMapVisible&&f.toggleMapVisible(...ct))},[f.isMapVisible?(N.openBlock(),N.createBlock(ve,{key:0})):(N.openBlock(),N.createBlock(le,{key:1})),Qg],8,Yg)]),N.createElementVNode("div",e_,[N.createElementVNode("div",{class:N.normalizeClass(["relative overflow-hidden",f.isMapVisible?"w-2/4 mr-0":"w-full mr-3",f.isSelectObj?"hidden":""])},[N.createElementVNode("h1",t_,[N.createElementVNode("span",i_,N.toDisplayString(f.title),1),N.createElementVNode("span",r_,N.toDisplayString(f.total),1),n_]),N.createElementVNode("div",s_,[f.activeFilters?(N.openBlock(),N.createElementBlock("div",o_,[(N.openBlock(!0),N.createElementBlock(N.Fragment,null,N.renderList(f.activeFilters,(ct,He,Ft)=>(N.openBlock(),N.createElementBlock("span",{class:"mb-[10px] py-1 ps-3 pe-1 inline-flex items-center bg-white border border-gray-200 text-gray-800 text-xs rounded-full",key:Ft},[N.createElementVNode("span",a_,N.toDisplayString(f.getLabelById(He)),1),l_,N.createElementVNode("span",c_,N.toDisplayString(f.getOptionsLabelById(He,ct)),1),N.createElementVNode("button",{type:"button",class:"inline-flex shrink-0 justify-center items-center size-5 ms-1 rounded-full text-gray-600 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 text-sm",onClick:It=>f.clearFilter(He)},[N.createVNode(oe)],8,h_)]))),128)),((ft=Object.keys(f.activeFilters))==null?void 0:ft.length)>=2?(N.openBlock(),N.createElementBlock("span",u_,[d_,N.createElementVNode("button",{type:"button",class:"inline-flex shrink-0 justify-center items-center size-5 ms-1 rounded-full text-gray-600 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 text-sm",onClick:v[3]||(v[3]=ct=>f.mountedFilter={})},[N.createVNode(oe)])])):N.createCommentVNode("",!0)])):N.createCommentVNode("",!0),f.total>=1?N.renderSlot(f.$slots,"table",{key:1,rows:f.tableData,map:f.map,selectRow:f.selectRow,getData:f.getData,isMapVisible:f.isMapVisible}):(N.openBlock(),N.createElementBlock("div",p_,[N.createVNode(ht),f_,m_,N.createElementVNode("button",{type:"button",class:"mt-[10px] py-2 px-2.5 inline-flex items-center gap-x-1.5 text-xs rounded-lg border border-stone-200 bg-white text-stone-800 shadow-sm hover:bg-stone-50 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:bg-stone-100",onClick:v[4]||(v[4]=(...ct)=>f.resetFilters&&f.resetFilters(...ct))}," Очистити дані пошуку ")]))]),f.total>=1?(N.openBlock(),N.createElementBlock("hr",g_)):N.createCommentVNode("",!0),f.total>=1?(N.openBlock(),N.createElementBlock("div",__,[N.createElementVNode("div",y_,[N.createVNode(je,{total:f.total,maxPages:7,defaultPage:f.currentPage,pageSize:f.limit,goTo:!1,size:"medium",onPageChange:f.handlePageChange,backgroundColor:"#e5e7eb",borderedCellSelected:!0,pageSizes:[10,20,30],onPageSizeChange:f.changeLimit},null,8,["total","defaultPage","pageSize","onPageChange","onPageSizeChange"])])])):N.createCommentVNode("",!0)],2),f.isSelectObj?(N.openBlock(),N.createElementBlock("div",{key:0,class:N.normalizeClass(f.isMapVisible?"w-2/4 mr-0 pb-5":"w-full pb-5 mr-3"),style:{height:"calc(100vh - 152px)"}},[N.renderSlot(f.$slots,"details",{table:f.table,selectedId:f.selectedId,selectedRow:f.selectedRow,map:f.map,closeObjCard:f.closeObjCard,isMapVisible:f.isMapVisible})],2)):N.createCommentVNode("",!0),N.withDirectives(N.createElementVNode("div",x_,[N.createElementVNode("section",v_,[N.createVNode(Ke,{height:"calc(100vh - 152px)",width:"w-2/4",table:f.table,filtersParam:f.filtersParam,row:f.selectedRow,legendname:f.legendname,legend:f.legend,colorAttr:f.colorAttr,strokeAttr:f.strokeAttr,maxBounds:f.maxBounds,center:f.center,zoom:f.zoom,minZoom:f.minZoom,basemap:f.basemap,additionalLayers:f.additionalLayers,pointZoom:f.pointZoom,defaultColor:f.defaultColor},null,8,["table","filtersParam","row","legendname","legend","colorAttr","strokeAttr","maxBounds","center","zoom","minZoom","basemap","additionalLayers","pointZoom","defaultColor"])])],512),[[N.vShow,f.isMapVisible]])]),N.createElementVNode("div",b_,[N.renderSlot(f.$slots,"popup",{data:f.hoverData})],512)])])}const Zu=Fi(Gg,[["render",w_]]),Gu={install:f=>{f.component("VsPartsMap",Zu)},components:{VsPartsMap:Zu}};return typeof window<"u"&&(window.PartsMap=Gu),Gu});
|