@vlci/cdmciutat 42.0.0 → 43.0.1-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see ciclista.js.LICENSE.txt */
2
- !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ciclista=e():t.ciclista=e()}(self,()=>(()=>{var t={41(t,e,r){"use strict";var n=r(655),o=r(8068),i=r(9675),a=r(5795);t.exports=function(t,e,r){if(!t||"object"!=typeof t&&"function"!=typeof t)throw new i("`obj` must be an object or a function`");if("string"!=typeof e&&"symbol"!=typeof e)throw new i("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new i("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new i("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new i("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new i("`loose`, if provided, must be a boolean");var s=arguments.length>3?arguments[3]:null,u=arguments.length>4?arguments[4]:null,c=arguments.length>5?arguments[5]:null,l=arguments.length>6&&arguments[6],f=!!a&&a(t,e);if(n)n(t,e,{configurable:null===c&&f?f.configurable:!c,enumerable:null===s&&f?f.enumerable:!s,value:r,writable:null===u&&f?f.writable:!u});else{if(!l&&(s||u||c))throw new o("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");t[e]=r}}},76(t){"use strict";t.exports=Function.prototype.call},251(t,e){e.read=function(t,e,r,n,o){var i,a,s=8*o-n-1,u=(1<<s)-1,c=u>>1,l=-7,f=r?o-1:0,p=r?-1:1,h=t[e+f];for(f+=p,i=h&(1<<-l)-1,h>>=-l,l+=s;l>0;i=256*i+t[e+f],f+=p,l-=8);for(a=i&(1<<-l)-1,i>>=-l,l+=n;l>0;a=256*a+t[e+f],f+=p,l-=8);if(0===i)i=1-c;else{if(i===u)return a?NaN:1/0*(h?-1:1);a+=Math.pow(2,n),i-=c}return(h?-1:1)*a*Math.pow(2,i-n)},e.write=function(t,e,r,n,o,i){var a,s,u,c=8*i-o-1,l=(1<<c)-1,f=l>>1,p=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,h=n?0:i-1,y=n?1:-1,d=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,a=l):(a=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-a))<1&&(a--,u*=2),(e+=a+f>=1?p/u:p*Math.pow(2,1-f))*u>=2&&(a++,u/=2),a+f>=l?(s=0,a=l):a+f>=1?(s=(e*u-1)*Math.pow(2,o),a+=f):(s=e*Math.pow(2,f-1)*Math.pow(2,o),a=0));o>=8;t[r+h]=255&s,h+=y,s/=256,o-=8);for(a=a<<o|s,c+=o;c>0;t[r+h]=255&a,h+=y,a/=256,c-=8);t[r+h-y]|=128*d}},350(t,e,r){t.exports=u;var n=r(537),o=r(2957),i=r(740),a=r(4263),s=r(1199);function u(t,e){o.call(this),this.points=t||[],this.srid=e,this.points.length>0&&(this.hasZ=this.points[0].hasZ,this.hasM=this.points[0].hasM)}n.inherits(u,o),u.Z=function(t,e){var r=new u(t,e);return r.hasZ=!0,r},u.M=function(t,e){var r=new u(t,e);return r.hasM=!0,r},u.ZM=function(t,e){var r=new u(t,e);return r.hasZ=!0,r.hasM=!0,r},u._parseWkt=function(t,e){var r=new u;return r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"])||(t.expectGroupStart(),r.points.push.apply(r.points,t.matchCoordinates(e)),t.expectGroupEnd()),r},u._parseWkb=function(t,e){var r=new u;r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM;for(var n=t.readUInt32(),o=0;o<n;o++)r.points.push(a._readWkbPoint(t,e));return r},u._parseTwkb=function(t,e){var r=new u;if(r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty)return r;for(var n=new a(0,0,e.hasZ?0:void 0,e.hasM?0:void 0),o=t.readVarInt(),i=0;i<o;i++)r.points.push(a._readTwkbPoint(t,e,n));return r},u._parseGeoJSON=function(t){var e=new u;t.coordinates.length>0&&(e.hasZ=t.coordinates[0].length>2);for(var r=0;r<t.coordinates.length;r++)e.points.push(a._readGeoJSONPoint(t.coordinates[r]));return e},u.prototype.toWkt=function(){return 0===this.points.length?this._getWktType(i.wkt.LineString,!0):this._getWktType(i.wkt.LineString,!1)+this._toInnerWkt()},u.prototype._toInnerWkt=function(){for(var t="(",e=0;e<this.points.length;e++)t+=this._getWktCoordinate(this.points[e])+",";return(t=t.slice(0,-1))+")"},u.prototype.toWkb=function(t){var e=new s(this._getWkbSize());e.writeInt8(1),this._writeWkbType(e,i.wkb.LineString,t),e.writeUInt32LE(this.points.length);for(var r=0;r<this.points.length;r++)this.points[r]._writeWkbPoint(e);return e.buffer},u.prototype.toTwkb=function(){var t=new s(0,!0),e=o.getTwkbPrecision(5,0,0),r=0===this.points.length;if(this._writeTwkbHeader(t,i.wkb.LineString,e,r),this.points.length>0){t.writeVarInt(this.points.length);for(var n=new a(0,0,0,0),u=0;u<this.points.length;u++)this.points[u]._writeTwkbPoint(t,e,n)}return t.buffer},u.prototype._getWkbSize=function(){var t=16;return this.hasZ&&(t+=8),this.hasM&&(t+=8),9+this.points.length*t},u.prototype.toGeoJSON=function(t){var e=o.prototype.toGeoJSON.call(this,t);e.type=i.geoJSON.LineString,e.coordinates=[];for(var r=0;r<this.points.length;r++)this.hasZ?e.coordinates.push([this.points[r].x,this.points[r].y,this.points[r].z]):e.coordinates.push([this.points[r].x,this.points[r].y]);return e}},414(t){"use strict";t.exports=Math.round},453(t,e,r){"use strict";var n,o=r(9612),i=r(9383),a=r(1237),s=r(9290),u=r(9538),c=r(8068),l=r(9675),f=r(5345),p=r(1514),h=r(8968),y=r(6188),d=r(8002),g=r(5880),m=r(414),b=r(3093),w=Function,S=function(t){try{return w('"use strict"; return ('+t+").constructor;")()}catch(t){}},v=r(5795),A=r(655),M=function(){throw new l},E=v?function(){try{return M}catch(t){try{return v(arguments,"callee").get}catch(t){return M}}}():M,x=r(4039)(),I=r(3628),k=r(1064),O=r(8648),T=r(1002),P=r(76),B={},L="undefined"!=typeof Uint8Array&&I?I(Uint8Array):n,C={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":x&&I?I([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":B,"%AsyncGenerator%":B,"%AsyncGeneratorFunction%":B,"%AsyncIteratorPrototype%":B,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?n:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?n:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":i,"%eval%":eval,"%EvalError%":a,"%Float16Array%":"undefined"==typeof Float16Array?n:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":w,"%GeneratorFunction%":B,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":x&&I?I(I([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&x&&I?I((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":o,"%Object.getOwnPropertyDescriptor%":v,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":s,"%ReferenceError%":u,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&x&&I?I((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":x&&I?I(""[Symbol.iterator]()):n,"%Symbol%":x?Symbol:n,"%SyntaxError%":c,"%ThrowTypeError%":E,"%TypedArray%":L,"%TypeError%":l,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":f,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet,"%Function.prototype.call%":P,"%Function.prototype.apply%":T,"%Object.defineProperty%":A,"%Object.getPrototypeOf%":k,"%Math.abs%":p,"%Math.floor%":h,"%Math.max%":y,"%Math.min%":d,"%Math.pow%":g,"%Math.round%":m,"%Math.sign%":b,"%Reflect.getPrototypeOf%":O};if(I)try{null.error}catch(t){var _=I(I(t));C["%Error.prototype%"]=_}var R=function t(e){var r;if("%AsyncFunction%"===e)r=S("async function () {}");else if("%GeneratorFunction%"===e)r=S("function* () {}");else if("%AsyncGeneratorFunction%"===e)r=S("async function* () {}");else if("%AsyncGenerator%"===e){var n=t("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===e){var o=t("%AsyncGenerator%");o&&I&&(r=I(o.prototype))}return C[e]=r,r},F={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},N=r(6743),U=r(9957),D=N.call(P,Array.prototype.concat),$=N.call(T,Array.prototype.splice),j=N.call(P,String.prototype.replace),W=N.call(P,String.prototype.slice),G=N.call(P,RegExp.prototype.exec),Z=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,z=/\\(\\)?/g,J=function(t,e){var r,n=t;if(U(F,n)&&(n="%"+(r=F[n])[0]+"%"),U(C,n)){var o=C[n];if(o===B&&(o=R(n)),void 0===o&&!e)throw new l("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:o}}throw new c("intrinsic "+t+" does not exist!")};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new l('"allowMissing" argument must be a boolean');if(null===G(/^%?[^%]*%?$/,t))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=function(t){var e=W(t,0,1),r=W(t,-1);if("%"===e&&"%"!==r)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==e)throw new c("invalid intrinsic syntax, expected opening `%`");var n=[];return j(t,Z,function(t,e,r,o){n[n.length]=r?j(o,z,"$1"):e||t}),n}(t),n=r.length>0?r[0]:"",o=J("%"+n+"%",e),i=o.name,a=o.value,s=!1,u=o.alias;u&&(n=u[0],$(r,D([0,1],u)));for(var f=1,p=!0;f<r.length;f+=1){var h=r[f],y=W(h,0,1),d=W(h,-1);if(('"'===y||"'"===y||"`"===y||'"'===d||"'"===d||"`"===d)&&y!==d)throw new c("property names with quotes must have matching quotes");if("constructor"!==h&&p||(s=!0),U(C,i="%"+(n+="."+h)+"%"))a=C[i];else if(null!=a){if(!(h in a)){if(!e)throw new l("base intrinsic for "+t+" exists, but the property is not available.");return}if(v&&f+1>=r.length){var g=v(a,h);a=(p=!!g)&&"get"in g&&!("originalValue"in g.get)?g.get:a[h]}else p=U(a,h),a=a[h];p&&!s&&(C[i]=a)}}return a}},487(t,e,r){"use strict";var n=r(6897),o=r(655),i=r(3126),a=r(2205);t.exports=function(t){var e=i(arguments),r=t.length-(arguments.length-1);return n(e,1+(r>0?r:0),!0)},o?o(t.exports,"apply",{value:a}):t.exports.apply=a},537(t,e,r){var n=r(5606),o=Object.getOwnPropertyDescriptors||function(t){for(var e=Object.keys(t),r={},n=0;n<e.length;n++)r[e[n]]=Object.getOwnPropertyDescriptor(t,e[n]);return r},i=/%[sdj%]/g;e.format=function(t){if(!w(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(c(arguments[r]));return e.join(" ")}r=1;for(var n=arguments,o=n.length,a=String(t).replace(i,function(t){if("%%"===t)return"%";if(r>=o)return t;switch(t){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch(t){return"[Circular]"}default:return t}}),s=n[r];r<o;s=n[++r])m(s)||!A(s)?a+=" "+s:a+=" "+c(s);return a},e.deprecate=function(t,r){if(void 0!==n&&!0===n.noDeprecation)return t;if(void 0===n)return function(){return e.deprecate(t,r).apply(this,arguments)};var o=!1;return function(){if(!o){if(n.throwDeprecation)throw new Error(r);n.traceDeprecation?console.trace(r):console.error(r),o=!0}return t.apply(this,arguments)}};var a={},s=/^$/;if(n.env.NODE_DEBUG){var u=n.env.NODE_DEBUG;u=u.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),s=new RegExp("^"+u+"$","i")}function c(t,r){var n={seen:[],stylize:f};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),g(r)?n.showHidden=r:r&&e._extend(n,r),S(n.showHidden)&&(n.showHidden=!1),S(n.depth)&&(n.depth=2),S(n.colors)&&(n.colors=!1),S(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=l),p(n,t,n.depth)}function l(t,e){var r=c.styles[e];return r?"["+c.colors[r][0]+"m"+t+"["+c.colors[r][1]+"m":t}function f(t,e){return t}function p(t,r,n){if(t.customInspect&&r&&x(r.inspect)&&r.inspect!==e.inspect&&(!r.constructor||r.constructor.prototype!==r)){var o=r.inspect(n,t);return w(o)||(o=p(t,o,n)),o}var i=function(t,e){if(S(e))return t.stylize("undefined","undefined");if(w(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}return b(e)?t.stylize(""+e,"number"):g(e)?t.stylize(""+e,"boolean"):m(e)?t.stylize("null","null"):void 0}(t,r);if(i)return i;var a=Object.keys(r),s=function(t){var e={};return t.forEach(function(t,r){e[t]=!0}),e}(a);if(t.showHidden&&(a=Object.getOwnPropertyNames(r)),E(r)&&(a.indexOf("message")>=0||a.indexOf("description")>=0))return h(r);if(0===a.length){if(x(r)){var u=r.name?": "+r.name:"";return t.stylize("[Function"+u+"]","special")}if(v(r))return t.stylize(RegExp.prototype.toString.call(r),"regexp");if(M(r))return t.stylize(Date.prototype.toString.call(r),"date");if(E(r))return h(r)}var c,l="",f=!1,A=["{","}"];return d(r)&&(f=!0,A=["[","]"]),x(r)&&(l=" [Function"+(r.name?": "+r.name:"")+"]"),v(r)&&(l=" "+RegExp.prototype.toString.call(r)),M(r)&&(l=" "+Date.prototype.toUTCString.call(r)),E(r)&&(l=" "+h(r)),0!==a.length||f&&0!=r.length?n<0?v(r)?t.stylize(RegExp.prototype.toString.call(r),"regexp"):t.stylize("[Object]","special"):(t.seen.push(r),c=f?function(t,e,r,n,o){for(var i=[],a=0,s=e.length;a<s;++a)T(e,String(a))?i.push(y(t,e,r,n,String(a),!0)):i.push("");return o.forEach(function(o){o.match(/^\d+$/)||i.push(y(t,e,r,n,o,!0))}),i}(t,r,n,s,a):a.map(function(e){return y(t,r,n,s,e,f)}),t.seen.pop(),function(t,e,r){return t.reduce(function(t,e){return e.indexOf("\n"),t+e.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60?r[0]+(""===e?"":e+"\n ")+" "+t.join(",\n ")+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}(c,l,A)):A[0]+l+A[1]}function h(t){return"["+Error.prototype.toString.call(t)+"]"}function y(t,e,r,n,o,i){var a,s,u;if((u=Object.getOwnPropertyDescriptor(e,o)||{value:e[o]}).get?s=u.set?t.stylize("[Getter/Setter]","special"):t.stylize("[Getter]","special"):u.set&&(s=t.stylize("[Setter]","special")),T(n,o)||(a="["+o+"]"),s||(t.seen.indexOf(u.value)<0?(s=m(r)?p(t,u.value,null):p(t,u.value,r-1)).indexOf("\n")>-1&&(s=i?s.split("\n").map(function(t){return" "+t}).join("\n").slice(2):"\n"+s.split("\n").map(function(t){return" "+t}).join("\n")):s=t.stylize("[Circular]","special")),S(a)){if(i&&o.match(/^\d+$/))return s;(a=JSON.stringify(""+o)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(a=a.slice(1,-1),a=t.stylize(a,"name")):(a=a.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),a=t.stylize(a,"string"))}return a+": "+s}function d(t){return Array.isArray(t)}function g(t){return"boolean"==typeof t}function m(t){return null===t}function b(t){return"number"==typeof t}function w(t){return"string"==typeof t}function S(t){return void 0===t}function v(t){return A(t)&&"[object RegExp]"===I(t)}function A(t){return"object"==typeof t&&null!==t}function M(t){return A(t)&&"[object Date]"===I(t)}function E(t){return A(t)&&("[object Error]"===I(t)||t instanceof Error)}function x(t){return"function"==typeof t}function I(t){return Object.prototype.toString.call(t)}function k(t){return t<10?"0"+t.toString(10):t.toString(10)}e.debuglog=function(t){if(t=t.toUpperCase(),!a[t])if(s.test(t)){var r=n.pid;a[t]=function(){var n=e.format.apply(e,arguments);console.error("%s %d: %s",t,r,n)}}else a[t]=function(){};return a[t]},e.inspect=c,c.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},c.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},e.types=r(9032),e.isArray=d,e.isBoolean=g,e.isNull=m,e.isNullOrUndefined=function(t){return null==t},e.isNumber=b,e.isString=w,e.isSymbol=function(t){return"symbol"==typeof t},e.isUndefined=S,e.isRegExp=v,e.types.isRegExp=v,e.isObject=A,e.isDate=M,e.types.isDate=M,e.isError=E,e.types.isNativeError=E,e.isFunction=x,e.isPrimitive=function(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||void 0===t},e.isBuffer=r(1135);var O=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function T(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.log=function(){var t,r;console.log("%s - %s",(r=[k((t=new Date).getHours()),k(t.getMinutes()),k(t.getSeconds())].join(":"),[t.getDate(),O[t.getMonth()],r].join(" ")),e.format.apply(e,arguments))},e.inherits=r(6698),e._extend=function(t,e){if(!e||!A(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t};var P="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function B(t,e){if(!t){var r=new Error("Promise was rejected with a falsy value");r.reason=t,t=r}return e(t)}e.promisify=function(t){if("function"!=typeof t)throw new TypeError('The "original" argument must be of type Function');if(P&&t[P]){var e;if("function"!=typeof(e=t[P]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(e,P,{value:e,enumerable:!1,writable:!1,configurable:!0}),e}function e(){for(var e,r,n=new Promise(function(t,n){e=t,r=n}),o=[],i=0;i<arguments.length;i++)o.push(arguments[i]);o.push(function(t,n){t?r(t):e(n)});try{t.apply(this,o)}catch(t){r(t)}return n}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),P&&Object.defineProperty(e,P,{value:e,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(e,o(t))},e.promisify.custom=P,e.callbackify=function(t){if("function"!=typeof t)throw new TypeError('The "original" argument must be of type Function');function e(){for(var e=[],r=0;r<arguments.length;r++)e.push(arguments[r]);var o=e.pop();if("function"!=typeof o)throw new TypeError("The last argument must be of type Function");var i=this,a=function(){return o.apply(i,arguments)};t.apply(this,e).then(function(t){n.nextTick(a.bind(null,null,t))},function(t){n.nextTick(B.bind(null,t,a))})}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),Object.defineProperties(e,o(t)),e}},543(t,e,r){r(740),e.Geometry=r(2957),r(4263),r(350),r(743),r(3452),r(3959),r(9236),r(1141)},592(t,e,r){"use strict";var n=r(655),o=function(){return!!n};o.hasArrayLengthDefineBug=function(){if(!n)return null;try{return 1!==n([],"length",{value:1}).length}catch(t){return!0}},t.exports=o},655(t){"use strict";var e=Object.defineProperty||!1;if(e)try{e({},"a",{value:1})}catch(t){e=!1}t.exports=e},740(t){t.exports={wkt:{Point:"POINT",LineString:"LINESTRING",Polygon:"POLYGON",MultiPoint:"MULTIPOINT",MultiLineString:"MULTILINESTRING",MultiPolygon:"MULTIPOLYGON",GeometryCollection:"GEOMETRYCOLLECTION"},wkb:{Point:1,LineString:2,Polygon:3,MultiPoint:4,MultiLineString:5,MultiPolygon:6,GeometryCollection:7},geoJSON:{Point:"Point",LineString:"LineString",Polygon:"Polygon",MultiPoint:"MultiPoint",MultiLineString:"MultiLineString",MultiPolygon:"MultiPolygon",GeometryCollection:"GeometryCollection"}}},743(t,e,r){t.exports=u;var n=r(537),o=r(2957),i=r(740),a=r(4263),s=r(1199);function u(t,e,r){o.call(this),this.exteriorRing=t||[],this.interiorRings=e||[],this.srid=r,this.exteriorRing.length>0&&(this.hasZ=this.exteriorRing[0].hasZ,this.hasM=this.exteriorRing[0].hasM)}n.inherits(u,o),u.Z=function(t,e,r){var n=new u(t,e,r);return n.hasZ=!0,n},u.M=function(t,e,r){var n=new u(t,e,r);return n.hasM=!0,n},u.ZM=function(t,e,r){var n=new u(t,e,r);return n.hasZ=!0,n.hasM=!0,n},u._parseWkt=function(t,e){var r=new u;if(r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"]))return r;for(t.expectGroupStart(),t.expectGroupStart(),r.exteriorRing.push.apply(r.exteriorRing,t.matchCoordinates(e)),t.expectGroupEnd();t.isMatch([","]);)t.expectGroupStart(),r.interiorRings.push(t.matchCoordinates(e)),t.expectGroupEnd();return t.expectGroupEnd(),r},u._parseWkb=function(t,e){var r=new u;r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM;var n=t.readUInt32();if(n>0){for(var o=t.readUInt32(),i=0;i<o;i++)r.exteriorRing.push(a._readWkbPoint(t,e));for(i=1;i<n;i++){for(var s=[],c=t.readUInt32(),l=0;l<c;l++)s.push(a._readWkbPoint(t,e));r.interiorRings.push(s)}}return r},u._parseTwkb=function(t,e){var r=new u;if(r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty)return r;for(var n=new a(0,0,e.hasZ?0:void 0,e.hasM?0:void 0),o=t.readVarInt(),i=t.readVarInt(),s=0;s<i;s++)r.exteriorRing.push(a._readTwkbPoint(t,e,n));for(s=1;s<o;s++){for(var c=[],l=t.readVarInt(),f=0;f<l;f++)c.push(a._readTwkbPoint(t,e,n));r.interiorRings.push(c)}return r},u._parseGeoJSON=function(t){var e=new u;t.coordinates.length>0&&t.coordinates[0].length>0&&(e.hasZ=t.coordinates[0][0].length>2);for(var r=0;r<t.coordinates.length;r++){r>0&&e.interiorRings.push([]);for(var n=0;n<t.coordinates[r].length;n++)0===r?e.exteriorRing.push(a._readGeoJSONPoint(t.coordinates[r][n])):e.interiorRings[r-1].push(a._readGeoJSONPoint(t.coordinates[r][n]))}return e},u.prototype.toWkt=function(){return 0===this.exteriorRing.length?this._getWktType(i.wkt.Polygon,!0):this._getWktType(i.wkt.Polygon,!1)+this._toInnerWkt()},u.prototype._toInnerWkt=function(){for(var t="((",e=0;e<this.exteriorRing.length;e++)t+=this._getWktCoordinate(this.exteriorRing[e])+",";for(t=t.slice(0,-1),t+=")",e=0;e<this.interiorRings.length;e++){t+=",(";for(var r=0;r<this.interiorRings[e].length;r++)t+=this._getWktCoordinate(this.interiorRings[e][r])+",";t=t.slice(0,-1),t+=")"}return t+")"},u.prototype.toWkb=function(t){var e=new s(this._getWkbSize());e.writeInt8(1),this._writeWkbType(e,i.wkb.Polygon,t),this.exteriorRing.length>0?(e.writeUInt32LE(1+this.interiorRings.length),e.writeUInt32LE(this.exteriorRing.length)):e.writeUInt32LE(0);for(var r=0;r<this.exteriorRing.length;r++)this.exteriorRing[r]._writeWkbPoint(e);for(r=0;r<this.interiorRings.length;r++){e.writeUInt32LE(this.interiorRings[r].length);for(var n=0;n<this.interiorRings[r].length;n++)this.interiorRings[r][n]._writeWkbPoint(e)}return e.buffer},u.prototype.toTwkb=function(){var t=new s(0,!0),e=o.getTwkbPrecision(5,0,0),r=0===this.exteriorRing.length;if(this._writeTwkbHeader(t,i.wkb.Polygon,e,r),this.exteriorRing.length>0){t.writeVarInt(1+this.interiorRings.length),t.writeVarInt(this.exteriorRing.length);for(var n=new a(0,0,0,0),u=0;u<this.exteriorRing.length;u++)this.exteriorRing[u]._writeTwkbPoint(t,e,n);for(u=0;u<this.interiorRings.length;u++){t.writeVarInt(this.interiorRings[u].length);for(var c=0;c<this.interiorRings[u].length;c++)this.interiorRings[u][c]._writeTwkbPoint(t,e,n)}}return t.buffer},u.prototype._getWkbSize=function(){var t=16;this.hasZ&&(t+=8),this.hasM&&(t+=8);var e=9;this.exteriorRing.length>0&&(e+=4+this.exteriorRing.length*t);for(var r=0;r<this.interiorRings.length;r++)e+=4+this.interiorRings[r].length*t;return e},u.prototype.toGeoJSON=function(t){var e=o.prototype.toGeoJSON.call(this,t);if(e.type=i.geoJSON.Polygon,e.coordinates=[],this.exteriorRing.length>0){for(var r=[],n=0;n<this.exteriorRing.length;n++)this.hasZ?r.push([this.exteriorRing[n].x,this.exteriorRing[n].y,this.exteriorRing[n].z]):r.push([this.exteriorRing[n].x,this.exteriorRing[n].y]);e.coordinates.push(r)}for(var a=0;a<this.interiorRings.length;a++){for(var s=[],u=0;u<this.interiorRings[a].length;u++)this.hasZ?s.push([this.interiorRings[a][u].x,this.interiorRings[a][u].y,this.interiorRings[a][u].z]):s.push([this.interiorRings[a][u].x,this.interiorRings[a][u].y]);e.coordinates.push(s)}return e}},1002(t){"use strict";t.exports=Function.prototype.apply},1064(t,e,r){"use strict";var n=r(9612);t.exports=n.getPrototypeOf||null},1135(t){t.exports=function(t){return t&&"object"==typeof t&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},1141(t,e,r){t.exports=s;var n=r(537),o=r(740),i=r(2957),a=r(1199);function s(t,e){i.call(this),this.geometries=t||[],this.srid=e,this.geometries.length>0&&(this.hasZ=this.geometries[0].hasZ,this.hasM=this.geometries[0].hasM)}n.inherits(s,i),s.Z=function(t,e){var r=new s(t,e);return r.hasZ=!0,r},s.M=function(t,e){var r=new s(t,e);return r.hasM=!0,r},s.ZM=function(t,e){var r=new s(t,e);return r.hasZ=!0,r.hasM=!0,r},s._parseWkt=function(t,e){var r=new s;if(r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"]))return r;t.expectGroupStart();do{r.geometries.push(i.parse(t))}while(t.isMatch([","]));return t.expectGroupEnd(),r},s._parseWkb=function(t,e){var r=new s;r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM;for(var n=t.readUInt32(),o=0;o<n;o++)r.geometries.push(i.parse(t,e));return r},s._parseTwkb=function(t,e){var r=new s;if(r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty)return r;for(var n=t.readVarInt(),o=0;o<n;o++)r.geometries.push(i.parseTwkb(t));return r},s._parseGeoJSON=function(t){for(var e=new s,r=0;r<t.geometries.length;r++)e.geometries.push(i._parseGeoJSON(t.geometries[r],!0));return e.geometries.length>0&&(e.hasZ=e.geometries[0].hasZ),e},s.prototype.toWkt=function(){if(0===this.geometries.length)return this._getWktType(o.wkt.GeometryCollection,!0);for(var t=this._getWktType(o.wkt.GeometryCollection,!1)+"(",e=0;e<this.geometries.length;e++)t+=this.geometries[e].toWkt()+",";return(t=t.slice(0,-1))+")"},s.prototype.toWkb=function(){var t=new a(this._getWkbSize());t.writeInt8(1),this._writeWkbType(t,o.wkb.GeometryCollection),t.writeUInt32LE(this.geometries.length);for(var e=0;e<this.geometries.length;e++)t.writeBuffer(this.geometries[e].toWkb({srid:this.srid}));return t.buffer},s.prototype.toTwkb=function(){var t=new a(0,!0),e=i.getTwkbPrecision(5,0,0),r=0===this.geometries.length;if(this._writeTwkbHeader(t,o.wkb.GeometryCollection,e,r),this.geometries.length>0){t.writeVarInt(this.geometries.length);for(var n=0;n<this.geometries.length;n++)t.writeBuffer(this.geometries[n].toTwkb())}return t.buffer},s.prototype._getWkbSize=function(){for(var t=9,e=0;e<this.geometries.length;e++)t+=this.geometries[e]._getWkbSize();return t},s.prototype.toGeoJSON=function(t){var e=i.prototype.toGeoJSON.call(this,t);e.type=o.geoJSON.GeometryCollection,e.geometries=[];for(var r=0;r<this.geometries.length;r++)e.geometries.push(this.geometries[r].toGeoJSON());return e}},1199(t,e,r){var n=r(8287).hp;function o(t,e){this.buffer=new n(t),this.position=0,this.allowResize=e}function i(t,e){return function(r,n){this.ensureSize(e),t.call(this.buffer,r,this.position,n),this.position+=e}}t.exports=o,o.prototype.writeUInt8=i(n.prototype.writeUInt8,1),o.prototype.writeUInt16LE=i(n.prototype.writeUInt16LE,2),o.prototype.writeUInt16BE=i(n.prototype.writeUInt16BE,2),o.prototype.writeUInt32LE=i(n.prototype.writeUInt32LE,4),o.prototype.writeUInt32BE=i(n.prototype.writeUInt32BE,4),o.prototype.writeInt8=i(n.prototype.writeInt8,1),o.prototype.writeInt16LE=i(n.prototype.writeInt16LE,2),o.prototype.writeInt16BE=i(n.prototype.writeInt16BE,2),o.prototype.writeInt32LE=i(n.prototype.writeInt32LE,4),o.prototype.writeInt32BE=i(n.prototype.writeInt32BE,4),o.prototype.writeFloatLE=i(n.prototype.writeFloatLE,4),o.prototype.writeFloatBE=i(n.prototype.writeFloatBE,4),o.prototype.writeDoubleLE=i(n.prototype.writeDoubleLE,8),o.prototype.writeDoubleBE=i(n.prototype.writeDoubleBE,8),o.prototype.writeBuffer=function(t){this.ensureSize(t.length),t.copy(this.buffer,this.position,0,t.length),this.position+=t.length},o.prototype.writeVarInt=function(t){for(var e=1;4294967168&t;)this.writeUInt8(127&t|128),t>>>=7,e++;return this.writeUInt8(127&t),e},o.prototype.ensureSize=function(t){if(this.buffer.length<this.position+t){if(!this.allowResize)throw new RangeError("index out of range");var e=new n(this.position+t);this.buffer.copy(e,0,0,this.buffer.length),this.buffer=e}}},1237(t){"use strict";t.exports=EvalError},1333(t){"use strict";t.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},e=Symbol("test"),r=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(var n in t[e]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var o=Object.getOwnPropertySymbols(t);if(1!==o.length||o[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(t,e);if(42!==i.value||!0!==i.enumerable)return!1}return!0}},1514(t){"use strict";t.exports=Math.abs},1865(t){t.exports={encode:function(t){return t<<1^t>>31},decode:function(t){return t>>1^-(1&t)}}},2104(t,e,r){t.exports=i;var n=r(740),o=r(4263);function i(t){this.value=t,this.position=0}i.prototype.match=function(t){this.skipWhitespaces();for(var e=0;e<t.length;e++)if(0===this.value.substring(this.position).indexOf(t[e]))return this.position+=t[e].length,t[e];return null},i.prototype.matchRegex=function(t){this.skipWhitespaces();for(var e=0;e<t.length;e++){var r=this.value.substring(this.position).match(t[e]);if(r)return this.position+=r[0].length,r}return null},i.prototype.isMatch=function(t){this.skipWhitespaces();for(var e=0;e<t.length;e++)if(0===this.value.substring(this.position).indexOf(t[e]))return this.position+=t[e].length,!0;return!1},i.prototype.matchType=function(){var t=this.match([n.wkt.Point,n.wkt.LineString,n.wkt.Polygon,n.wkt.MultiPoint,n.wkt.MultiLineString,n.wkt.MultiPolygon,n.wkt.GeometryCollection]);if(!t)throw new Error("Expected geometry type");return t},i.prototype.matchDimension=function(){switch(this.match(["ZM","Z","M"])){case"ZM":return{hasZ:!0,hasM:!0};case"Z":return{hasZ:!0,hasM:!1};case"M":return{hasZ:!1,hasM:!0};default:return{hasZ:!1,hasM:!1}}},i.prototype.expectGroupStart=function(){if(!this.isMatch(["("]))throw new Error("Expected group start")},i.prototype.expectGroupEnd=function(){if(!this.isMatch([")"]))throw new Error("Expected group end")},i.prototype.matchCoordinate=function(t){var e;if(!(e=t.hasZ&&t.hasM?this.matchRegex([/^(\S*)\s+(\S*)\s+(\S*)\s+([^\s,)]*)/]):t.hasZ||t.hasM?this.matchRegex([/^(\S*)\s+(\S*)\s+([^\s,)]*)/]):this.matchRegex([/^(\S*)\s+([^\s,)]*)/])))throw new Error("Expected coordinates");return t.hasZ&&t.hasM?new o(parseFloat(e[1]),parseFloat(e[2]),parseFloat(e[3]),parseFloat(e[4])):t.hasZ?new o(parseFloat(e[1]),parseFloat(e[2]),parseFloat(e[3])):t.hasM?new o(parseFloat(e[1]),parseFloat(e[2]),void 0,parseFloat(e[3])):new o(parseFloat(e[1]),parseFloat(e[2]))},i.prototype.matchCoordinates=function(t){var e=[];do{var r=this.isMatch(["("]);e.push(this.matchCoordinate(t)),r&&this.expectGroupEnd()}while(this.isMatch([","]));return e},i.prototype.skipWhitespaces=function(){for(;this.position<this.value.length&&" "===this.value[this.position];)this.position++}},2205(t,e,r){"use strict";var n=r(6743),o=r(1002),i=r(3144);t.exports=function(){return i(n,o,arguments)}},2682(t,e,r){"use strict";var n=r(9600),o=Object.prototype.toString,i=Object.prototype.hasOwnProperty;t.exports=function(t,e,r){if(!n(e))throw new TypeError("iterator must be a function");var a,s;arguments.length>=3&&(a=r),s=t,"[object Array]"===o.call(s)?function(t,e,r){for(var n=0,o=t.length;n<o;n++)i.call(t,n)&&(null==r?e(t[n],n,t):e.call(r,t[n],n,t))}(t,e,a):"string"==typeof t?function(t,e,r){for(var n=0,o=t.length;n<o;n++)null==r?e(t.charAt(n),n,t):e.call(r,t.charAt(n),n,t)}(t,e,a):function(t,e,r){for(var n in t)i.call(t,n)&&(null==r?e(t[n],n,t):e.call(r,t[n],n,t))}(t,e,a)}},2725(t){var e;self,e=()=>(()=>{"use strict";var t={d:(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{MONTHS_YEAR:()=>i,MONTHS_YEAR_SHORT:()=>a,TEXTS_COMMON:()=>s,THRESHOLDS:()=>It,addPointInteger:()=>S,buildCamarasTrafico:()=>Lt,buildTableCalidadAire:()=>kt,calculateMaxYAxis:()=>L,calculatePentahoPath:()=>Ot,calculateXAxisStart:()=>B,capitalizarTexto:()=>x,checkAllGroupsCollapsed:()=>vt,configureDataBar:()=>W,configureDataGaugeCommon:()=>U,configureDataGaugeMonthCommon:()=>D,configureDataLine:()=>j,configureDataValidate:()=>Vt,configureLinesChartValidates:()=>qt,convertDateToInteger:()=>b,convertISODateToEUDate:()=>w,convertToLanguageSelectorDateRange:()=>ft,convertToTableTreeView:()=>St,downloadCSVTable:()=>At,downloadPDFTable:()=>Mt,formatCellMultiplesLines:()=>mt,formatDayMonthYear:()=>f,formatMilMillionEuros:()=>R,formatMonthAnyo:()=>l,formatName:()=>E,formatNameHeaderColumn:()=>gt,formatRoundTooltip:()=>_,formatShortMonthShortYear:()=>h,formatShortMonthYear:()=>p,formatToMillions:()=>v,formatToTons:()=>A,formatTooltip:()=>P,formatTooltipPie:()=>C,formatTrimestre:()=>y,formatWithPrefix:()=>M,getEnvironment:()=>Tt,getMaxFieldNumberFromData:()=>J,getMonth:()=>o,getMonthList:()=>d,getSelectCommonOptions:()=>it,getSelectTwoColumnsOptions:()=>at,initBarChart:()=>Ut,initBarChartComparationMonth:()=>Wt,initChart:()=>k,initContractAllGroups:()=>Et,initElement:()=>I,initExpandAllGroups:()=>xt,initStackedBarChart:()=>Rt,initStackedBarChartMonthSeries:()=>Nt,initTable:()=>dt,initValueDefaultDate:()=>ct,initialCalls:()=>Bt,loadIframeOnClickEvent:()=>Gt,printDataChart:()=>T,printDataInHTMLElements:()=>z,printEchart:()=>F,printNoDataChart:()=>O,resetFilter:()=>ot,resetFilterAndUpdate:()=>yt,resetFilterDate:()=>ut,resetFilterDates:()=>st,resetFilterToDefault:()=>pt,resultsetWithFields:()=>G,selectConfigDatasource:()=>rt,selectConfigDatasourceAllValue:()=>nt,selectFilterAll:()=>tt,selectFilterNumItemsDefault:()=>ht,selectValueDefaultInFilter:()=>lt,separateDayMonthYearToSlash:()=>u,splitDataset:()=>q,subtractOneDay:()=>g,subtractOneMonth:()=>m,traverseRows:()=>wt,updateDomElement:()=>V,updateObject:()=>Z,updateStackedBarOptions:()=>Ft});const r="es_ES",n=(new Map([["1","Enero"],["2","Febrero"],["3","Marzo"],["4","Abril"],["5","Mayo"],["6","Junio"],["7","Julio"],["8","Agosto"],["9","Septiembre"],["10","Octubre"],["11","Noviembre"],["12","Diciembre"]]),new Map([["1","Gener"],["2","Febrer"],["3","Març"],["4","Abril"],["5","Maig"],["6","Juny"],["7","Juliol"],["8","Agost"],["9","Setembre"],["10","Octubre"],["11","Novembre"],["12","Desembre"]]),{"01":"Enero","02":"Febrero","03":"Marzo","04":"Abril","05":"Mayo","06":"Junio","07":"Julio","08":"Agosto","09":"Septiembre",10:"Octubre",11:"Noviembre",12:"Diciembre"});function o(t){return{1:"Gen",2:"Feb",3:"Mar",4:"Abr",5:"Mai",6:"Jun",7:"Jul",8:"Ago",9:"Sep",10:"Oct",11:"Nov",12:"Des"}[parseInt(t.toString(),10)]}const i={es_ES:new Map([["1","Enero"],["2","Febrero"],["3","Marzo"],["4","Abril"],["5","Mayo"],["6","Junio"],["7","Julio"],["8","Agosto"],["9","Septiembre"],["10","Octubre"],["11","Noviembre"],["12","Diciembre"]]),ca_ES:new Map([["1","Gener"],["2","Febrer"],["3","Març"],["4","Abril"],["5","Maig"],["6","Juny"],["7","Juliol"],["8","Agost"],["9","Setembre"],["10","Octubre"],["11","Novembre"],["12","Desembre"]])},a={es_ES:new Map([["1","Ene"],["2","Feb"],["3","Mar"],["4","Abr"],["5","May"],["6","Jun"],["7","Jul"],["8","Ago"],["9","Sep"],["10","Oct"],["11","Nov"],["12","Dic"]]),ca_ES:new Map([["1","Gen"],["2","Feb"],["3","Mar"],["4","Abr"],["5","Mai"],["6","Jun"],["7","Jul"],["8","Ago"],["9","Set"],["10","Oct"],["11","Nov"],["12","Des"]])},s={es_ES:new Map([["last_update","Última actualización"]]),ca_ES:new Map([["last_update","Última actualització"]])};function u(t){return`${t.substring(6,8)}/${t.substring(4,6)}/${t.substring(0,4)}`}function c(t){return[t.substring(0,4),n[t.substring(4,6)]]}function l(t){const[e,r]=c(t);return`${r} ${e}`}function f(t){const[e,r,o]=function(t){return[t.substring(0,4),n[t.substring(4,6)],t.substring(6,8)]}(t);return`${o} ${r} ${e}`}function p(t){const[e,r]=c(t);return`${r.substring(0,3)} ${e}`}function h(t){const[e,r]=c(t);return`${r.substring(0,3)} '${e.substring(2,4)}`}function y(t){const[e,r]=t.split("-");return`${parseFloat(r)/3}T ${e}`}function d(){const t=i[r];return Array.from(t.values()).map(t=>t.slice(0,3))}function g(t){const e=Math.floor(t/1e4),r=new Date(e,t%1e4/100-1,t%100);return r.setDate(r.getDate()-1),`${r.getFullYear()}${(r.getMonth()+1).toString().padStart(2,"0")}${r.getDate().toString().padStart(2,"0")}`}function m(t){const e=new Date(Math.floor(t/100),t%100-1,0);return`${e.getFullYear()}${(e.getMonth()+1).toString().padStart(2,"0")}`}function b(t){return"string"==typeof t?parseInt(t.replace("-",""),10):t}function w(t){if(!t||"string"!=typeof t)return"";const[e,r,n]=t.split("-");return`${n}/${r}/${e}`}function S(t,e=2){let r=navigator.language||navigator.userLanguage;r=r.length<=2?`${r}-${r.toUpperCase()}`:r;const n={minimumFractionDigits:0,maximumFractionDigits:e};return"es-ES"===r?t.toLocaleString("de-DE",n):t.toLocaleString(r,n)}function v(t){const e=1e6;return t>=e?t/e+"M":t.toString()}function A(t){return t>=1e3?t/1e3+" Tn":t.toString()}function M(t){let e,r;return t>=1e6?(e=t/1e6,r="G"):t>=1e3?(e=t/1e3,r="M"):(e=t,r="k"),{value:Math.round(100*e)/100,prefix:r}}function E(t,e=29){if(t.length>=e){const r=t.split(" ");let n="",o="";return r.forEach(t=>{`${n} ${t}`.length<=e?n+=(n?" ":"")+t:(o+=`${n}\n`,n=t)}),o+=n,o}return t}function x(t){return t.includes("N/D")?t:t.toLowerCase().replace(/(^|\s|[.,;:!?¡¿(){}[\]])([^\s])/gu,(t,e,r)=>e+r[0].toUpperCase())}function I(t,e,r="MainContentLoadedCustom"){let n=document.getElementById(t);return n?Promise.resolve(e(n)):new Promise(o=>{document.body.addEventListener(r,()=>{n=document.getElementById(t),n?o(e(n)):(console.error(`El elemento con ID ${t} aún no está disponible después del evento.`),o(null))})})}function k(t,e){return I(t,t=>{const r=echarts.init(t);r.setOption(e,!0),window.addEventListener("resize",()=>{null!=r&&void 0!==r&&r.resize()});const n=document.getElementById("main-content");return n&&(n.addEventListener("shown.bs.collapse",()=>{r.resize()}),n.addEventListener("hidden.bs.collapse",()=>{r.resize()})),r})}function O(t,e){const r=t?document.querySelector(t):null,n=e?document.querySelector(e):null;r&&(r.hidden=!0),n&&(n.style.background="url('./build/images/nodata1.png') no-repeat top center",n.hidden=!1)}function T(t,e){const r=t?document.querySelector(t):null,n=e?document.querySelector(e):null;r&&(r.hidden=!0),n&&(n.style.background="#ffffff",n.hidden=!1)}function P(t,e=!1,r=!0,n=""){let o=`<p style="font-weight: 500;color: #565656;">${t[0].name}</p>`;return t.forEach(t=>{const i=e?Math.round(t.data):t.data,a=r?`<div style="font-weight: 400;color: #666;">${s=t.color,`<span style="display:inline-block;margin-right:5px;border-radius:10px;width:9px;height:9px;font-weight: 500;background-color:${s}"></span>`} ${t.seriesName}: \n <span style="float: right; margin-left:20px;font-weight: 600;color: #565656;">\n ${t.data?`${S(i)} ${n}`:"-"}\n </span>\n </div>`:`<div>\n <span style="font-weight: 600;color: #565656;">${t.data?`${S(i)} ${n}`:"-"}\n </span>\n </div>`;var s;o+=a}),o}function B(t){return 100*(t-120)/t}function L(t,e){const r=Math.max(...t);return r+(e-r%e)}function C(t,e=!1){const r=`<span style="display:inline-block;margin-right:5px;border-radius:10px;width:9px;height:9px;background-color:${t.color}"></span>`,n=e?`${t.percent}%`:S(t.value);return`<div> ${r} ${t.name} <span style="float: right; margin-left:20px;font-weight: 600;color: #333;"> ${n} </span></div>`}function _(t,e){let r=`${t.name} : `;return r+=`<span style="font-weight:500">${S(Math.round(t.value))}</span>`,e&&(r+=`<span> (${t.percent}%)</span>`),t.marker+r}function R(t){const e=1e6,r=Number(t);return r>=0&&r<e?`${S(r)} €`:r>=e?`${S(r/e)} M €`:"-"}function F(t,e,r){return 0===t.length?(O(`#${e}`,`#${r}`),!1):(T(`#${r}`,`#${e}`),!0)}function N(t,e,r=1){const n=Math.max(...t.map(t=>t[e]))*r;return 5e3*Math.ceil(n/5e3)}function U(t,e,r,n=30,o=15,i=30,a=-70,s=70,u=3){const c=N(t,e.data,1.1),l=s,f=r.slice(),p=[];let h=o,y=i,d=a;for(let r=0;r<t.length;r+=1)p.push({value:t[r][e.data],name:E(String(t[r][e.type]).replace(/\[.*?\]/g,"")),color:f.shift(),title:{offsetCenter:[`${String(d)}%`,`${String(h)}%`],fontFamily:"Montserrat",fontSize:n},detail:{offsetCenter:[`${String(d)}%`,`${String(y)}%`],fontFamily:"Montserrat",width:"33%",formatter:t=>S(Math.round(t))}}),d+=l,(r+1)%u===0&&(y+=i,h+=2*o,d=a);return[c,p]}function D(t,e,r,n=0){return[N(e,r.data,1),t=>function(t,e,r){const n=S(Math.round(e)),i=o(t[r][0]),a=t[r][1],s=`\n${i} ${a} : ${n}`,u=`${n}\n${i} ${a}`;return window.innerWidth<=1710?s:u}(e,t,n),[{value:e[n][r.data]}]]}function $(t,e){const{resultset:r}={resultset:t},n=new Set,o=new Set,i=r.map(([t,r,i])=>{const a=e?Math.round(i):i;return n.add(t),o.add(r),{day:r,type:t,value:a}}),a=Array.from(o.values()),s=Array.from(n.values());return s.sort((t,e)=>t.toLowerCase().localeCompare(e.toLowerCase(),"es",{ignorePunctuation:!0})),[s.map(t=>{const e=i.filter(e=>e.type===t).map(({day:e,value:r})=>[e,t,r]),r=a.map(t=>{const r=e.find(([e])=>e===t);return r?r[2]:null});return{name:t,data:r}}),s,o]}function j(t,e=[],r=!1){const[n,o,i]=$(t,r);return n.forEach(t=>{t.type="line",t.symbol="circle",t.symbolSize=6,t.smooth=.1,e.length>0&&(t.color=e.shift())}),[n,i,o]}function W(t,e,r=!1){const[n,o,i]=$(t,r);return n.forEach(t=>{t.type="bar",t.color=e.shift(),t.smooth=!1}),[n,i,o]}function G(t){const{resultset:e,metadata:r}=t,n=[];return e.forEach(t=>{const e={};t.forEach((t,n)=>{e[r[n].colName]=t}),n.push(e)}),n}function Z(t,e){const r={...t};return Object.keys(e).forEach(n=>{Object.prototype.hasOwnProperty.call(e,n)&&("series"===n&&Array.isArray(e[n])?r[n]=e[n].map((e,r)=>({...Array.isArray(t[n])&&t[n][r]||{},...e})):"object"!=typeof e[n]||null===e[n]||Array.isArray(e[n])?t[n]!==e[n]&&(r[n]=e[n]):r[n]=Z(t[n]||{},e[n]))}),r}function z(t,e){const r=()=>{t.forEach(t=>{t.id in e&&Object.entries(e[t.id]).forEach(r=>{const n=r[0],o=r[1];"object"==typeof o?o.className?document.querySelector(o.className).className=t[n]:o.element&&o.format&&(document.querySelector(o.element).textContent=e[t.id][n].format(t[n])):document.querySelector(o).textContent=t[n]})})};try{r()}catch(t){document.body.addEventListener("MainContentLoadedCustom",()=>{r()})}}function J(t,e){const r=G(t),n=[];let o=null;return r.forEach(t=>{const r=t[e];"number"!=typeof r||Number.isNaN(r)||n.push(r)}),n.length>0&&(o=Math.max(...n)),o}function V(t,e){const r=document.querySelector(t);r?r.textContent=e:console.warn(`Elemento ${t} no encontrado en el DOM`)}function q(t,e=!0){const r={Cont:[],Mob:[]};return t.forEach(t=>{"is-res-001-kgs-contenidors"===t[0]&&"total"===t[1]&&(e?r.Cont.push([t[3],t[4],t[2]]):r.Cont.push([t[3],t[2]])),"Mobles"===t[1]&&(e?r.Mob.push([t[3],t[4],t[2]]):r.Mob.push([t[3],t[2]]))}),r}const H=["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],Y=["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],K=["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"],X=["Dom","Lun","Mar","Mié","Juv","Vie","Sáb"],Q=["Do","Lu","Ma","Mi","Ju","Vi","Sá"];function tt(t){const e=t.resultset.map(t=>t[0]);return this.dashboard.fireChange(this.parameter,e),t}function et(t){for(const e of t)if(Array.isArray(e)){if(!et(e))return!1}else if("All"!==e)return!1;return!0}function rt(t,e,r,n){return et(e)?(t.queryDefinition.dataAccessId=r,t.dashboard.setParameter(t.parameter,["All"])):t.queryDefinition.dataAccessId=n,!0}function nt(t){return t.dashboard.setParameter(t.parameter,["All"]),!0}function ot(t){t.forEach(t=>{Dashboards.fireChange(t,["All"])})}function it(t="Todos"){return{input:{root:{id:"All"},indexes:{id:0,label:0}},component:{Root:{strings:{isDisabled:"No disponible",allItems:t,noItems:"Ninguno",btnApply:"Aceptar",btnCancel:"Cancelar"}},Group:{Strings:{allItems:"Todos",noItems:"Ninguno",btnApply:"Aceptar",btnCancel:"Cancelar"}}}}}function at(t="Todos"){const e=it(t);return e.input.indexes.id=1,e.input.indexes.label=0,e}function st(t,e,r,n){const o=Dashboards.getParameterValue(r),i=Dashboards.getParameterValue(n);return Dashboards.fireChange(t,[o]),Dashboards.fireChange(e,[i]),!0}function ut(t,e){const r=Dashboards.getParameterValue(e);return Dashboards.fireChange(t,[r]),!0}function ct(t,e){Dashboards.fireChange(e,t.resultset[0][0])}function lt(t,e){const r=Dashboards.getParameterValue(e),n=t.parameter;""!==r&&t.dashboard.setParameter(n,[r])}function ft(t){t.regional.es={monthNames:H,abbreviatedMonthNames:Y,dayNames:K,abbreviatedDayNames:X,dayNamesMin:Q,weekHeader:"Sm",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.setDefaults(t.regional.es)}function pt(t,e){const r=Dashboards.getParameterValue(e);return Dashboards.fireChange(t,Array.isArray(r)?r:[r]),!0}function ht(t,e,r,n=0){const o=t.resultset.slice(0,r).map(t=>t[n]);return Dashboards.setParameter(e,o),t}function yt(t,e,r){const n=Array.isArray(e)?e:[e];Dashboards.fireChange(t,n);const o=Dashboards.getComponent(r);o&&o.update()}function dt(t,e){return I(t,t=>new Tabulator(t,e))}function gt(t,e){let r=t.getValue();return r.length>e&&(r=`${r.substr(0,e)}<br>${r.substr(e)}`),r}function mt(t,e){const r=t.getValue().split(" ");let n="",o="";return r.forEach(t=>{(o+t).length<=e?o+=`${t} `:(n+=`${o}<br>`,o=`${t} `)}),n+=`${o}<br>`,n}function bt(t,e){"expand"===e?t.treeExpand():t.treeCollapse();const r=t.getTreeChildren();r.length>0&&r.forEach(t=>{t.getTreeChildren().length>0&&bt(t,e)})}function wt(t,e){t.getRows().forEach(t=>{t.getTreeChildren().length>0&&bt(t,e)})}function St(t,e,r,n){const o=[];return Object.keys(t).forEach(i=>{if(Object.prototype.hasOwnProperty.call(t,i)){const a=t[i],s={[e]:a[0],_children:[]};a.shift(),a.forEach((t,o)=>{const i={[e]:r[o],[n]:t};s._children.push(i)}),o.push(s)}}),o}function vt(t){let e=!0;return t.getGroups().forEach(t=>{t._group.visible&&(e=!1)}),e}function At(t,e,r){const n=document.getElementById(r),o=n.cloneNode(!0);n.parentNode.replaceChild(o,n),o.addEventListener("click",()=>{t.download("csv",`${e}.csv`,{delimiter:";",bom:!0})})}function Mt(t,e,r){const n=document.getElementById(r),o=n.cloneNode(!0);n.parentNode.replaceChild(o,n),o.addEventListener("click",()=>{const r=t.getRows().map(t=>t.getData()),n=t.getColumns(),o={};n.forEach((t,e)=>{const n=t.getField();n&&r.every(t=>{const e=t[n];return null==e||/^-?\d+([.,]\d+)?$/.test(e.toString().trim())})&&(o[e]={halign:"right"})}),t.download("pdf",`${e}.pdf`,{title:e,rowCalcStyles:{fontSize:8,fontStyle:"bold"},autoTable:{styles:{fontSize:8,lineWidth:.1,lineColor:[200,200,200]},headStyles:{halign:"center"},columnStyles:o}})})}function Et(t,e,r){const n=document.getElementById(r);n&&n.addEventListener("click",()=>{t.setGroupStartOpen(!1),t.setData(e)})}function xt(t,e,r){const n=document.getElementById(r);n&&n.addEventListener("click",()=>{t.setGroupStartOpen(!0),t.setData(e)})}const It={SO2:[100,200,350,500,750,751],NO2:[40,90,120,230,340,341],O3:[50,100,130,240,380,381],PM10:[20,40,50,100,150,151],PM25:[10,20,25,50,75,76]};function kt(t){const e=[],r={0:"b",1:"a",2:"d",3:"m",4:"mm",5:"em",6:"",7:"nd"};function n(t,e,n){const o=document.createElement("td");if(o.setAttribute("id",t),null!=e){o.innerHTML=e;const t=function(t,e){let n;return void 0===e?n=6:"ND"===e?n=7:(n=5,t.forEach((t,r)=>{e<=t&&5===n&&(n=r)})),r[n]}(n,e);o.classList.add(t)}return o}return t.forEach(t=>{const r=t;"noData"===r.operationalstatus&&(r.so2value="ND",r.no2value="ND",r.o3value="ND",r.pm10value="ND",r.pm25value="ND");const o=document.createElement("tr"),i=document.createElement("td");i.innerHTML=r.address,o.appendChild(i),o.appendChild(n(`${r.entityid}_so2`,r.so2value,It.SO2)),o.appendChild(n(`${r.entityid}_no2`,r.no2value,It.NO2)),o.appendChild(n(`${r.entityid}_o3`,r.o3value,It.O3)),o.appendChild(n(`${r.entityid}_pm10`,r.pm10value,It.PM10)),o.appendChild(n(`${r.entityid}_pm25`,r.pm25value,It.PM25)),e.push(o)}),e}function Ot(t){document.location=`${document.documentURI.split("%3A")[0]}%3A${document.documentURI.split("%3A")[1]}%3A${document.documentURI.split("%3A")[2]}%3A${document.documentURI.split("%3A")[3]}%3A${t}`}function Tt(){const t=window.location.href;let e="";return e=t.includes("localhost")?"local":t.includes("sc_valencia_pre")?"PRE":"PRO",e}function Pt(t,e){document.querySelectorAll(`[${t}]`).forEach(r=>{!function(t,e,r){const n=e;if(t){const e=new XMLHttpRequest;e.onreadystatechange=function(){4===this.readyState&&(200===this.status&&(n.innerHTML=this.responseText,r&&r()),404===this.status&&(n.innerHTML="No se ha podido cargar correctamente."))},e.open("GET",t,!0),e.send()}}(r.getAttribute(t),r,e)})}function Bt(t){window.realDashboardsInit=Dashboards.init,Dashboards.init=function(){console.warn("Dashboards.init bloqueado temporalmente")},Pt("include-html-cabecera",function(){!function(){const t=Tt();"PRO"!==t&&(document.title+=` (${t})`)}(),function(){const t=Tt();"PRO"!==t&&(document.querySelector("nav").querySelectorAll("span")[1].textContent+=` (${t})`)}()}),Pt("include-html-menu"),Pt("include-html-main-container",function(){document.body.dispatchEvent(new Event("MainContentLoadedCustom")),function(){const t=document.querySelector("body");t.classList.remove("inicio"),t.classList.add(document.documentURI.split("%3A")[4].match(/(.*?).wcdf/)[1])}(),t&&t()}),Pt("include-html-copyright"),function(t="MainContentLoadedCustom"){document.body.addEventListener(t,()=>{try{Dashboards.init=window.realDashboardsInit,Dashboards.init()}catch(t){console.warn("No se pudo restaurar Dashboards.init; la función original no está disponible.")}},{once:!0})}()}function Lt(t,e,r,n,o,i){let a=!1,s=!1;const u=document.querySelector(t),c=document.querySelector(e),l=()=>{"undefined"!=typeof Liferay&&"ca-ES"===Liferay.ThemeDisplay.getBCP47LanguageId()?(u&&u.setAttribute("src","https://camaras.valencia.es/camaras/ocimovil.html?camara=1&lang=cas"),c&&c.setAttribute("src","https://camaras.valencia.es/camaras/ocimovil.html?lang=cas")):(u&&u.setAttribute("src","https://camaras.valencia.es/camaras/ocimovil.html?camara=1&lang=val"),c&&c.setAttribute("src","https://camaras.valencia.es/camaras/ocimovil.html?lang=val"))};function f(t=!0){const e=document.querySelector(r);t?(u&&(u.src="about:blank"),c&&(c.src="about:blank"),e.classList.add("blur"),s=!0):(e.classList.remove("blur"),l(),s=!1)}const p=t=>{new IntersectionObserver(t=>{t.forEach(t=>{t.isIntersecting&&(s||l(),a||(a=!0,window.setTimeout(f,i)))})}).observe(t)};!function(){const{userAgent:t}=navigator;return/iPad|iPhone|iPod|Macintosh/.test(t)&&!window.MSStream}()?(u&&(u.setAttribute("sandbox","allow-scripts"),p(u)),c&&(c.setAttribute("sandbox","allow-scripts"),p(c)),document.querySelector(o).addEventListener("click",()=>{f(!1),window.setTimeout(f,i)})):document.querySelectorAll(n)[0].style.display="none"}const Ct={grid:{containLabel:!0},title:{left:"center",top:"0",textStyle:{fontSize:15,fontFamily:"Montserrat",fontWeight:500,color:"#666"}},legend:{orient:"horizontal",bottom:"0",left:"center",width:"100%",textStyle:{fontSize:11,fontFamily:"Montserrat",fontWeight:400,color:"#666"}},toolbox:{show:!0,right:"0",top:"0",feature:{restore:{textStyle:{fontSize:6,fontFamily:"Montserrat",fontWeight:300}},saveAsImage:{textStyle:{fontSize:6,fontFamily:"Montserrat",fontWeight:300}}},emphasis:{iconStyle:{borderColor:"#ffcd00",textFill:"#666"}}},tooltip:{textStyle:{fontFamily:"Montserrat",fontSize:12}},xAxis:[{type:"category",axisLabel:{show:!0,interval:0,textStyle:{fontFamily:"Montserrat",fontSize:11}},data:[]}],yAxis:[{type:"value",alignTicks:!0,position:"right",axisLabel:{textStyle:{fontSize:10,fontFamily:"Montserrat",fontWeight:400},formatter:t=>`${t}%`}},{type:"value",position:"left",axisLabel:{textStyle:{fontSize:10,fontFamily:"Montserrat",fontWeight:400},formatter:t=>`${v(t)}€`}}]},_t=(t,e)=>{e.sort((t,e)=>parseInt(t.anyo)-parseInt(e.anyo));const r={};e.forEach(e=>{const n=e[1],o=e[0];o!==t.seriesName||r[n]||(r[n]=0),o===t.seriesName&&(r[n]+=e[2])});let n=`<p>${t.seriesName}</p>`;for(const[e,o]of Object.entries(r))n+=`<div>${t.marker} ${e}: <span style="float: right; margin-left:20px;font-weight: 600;">${S(o)}</span></div>`;return n};function Rt(t,e,r=void 0,n=void 0){const o=null===n?void 0:n,i=new Set(e.map(t=>t[1]));let a;const s={title:{text:"SIN TITULO",left:"center",top:"top",textStyle:{fontSize:20,fontFamily:"Montserrat",fontWeight:600,color:"#666"}},tooltip:{axisPointer:{type:"shadow"},trigger:"item",formatter:t=>_t(t,e),textStyle:{fontFamily:"Montserrat"},position(t,e,r,n,o){const i={},a=o.contentSize[1]/2,s=o.viewSize[1],u=t[1];return u<a?i.top=10:u+a>s?i.bottom=10:i.top=u-a,t[0]<o.viewSize[0]/2?i.left=t[0]+20:i.right=o.viewSize[0]-t[0]+20,i}},legend:{padding:40,textStyle:{fontFamily:"Montserrat"}},grid:{left:"3%",right:"4%",bottom:"3%",containLabel:!0},xAxis:{type:"value",splitNumber:10,name:"SIN NOMBRE",nameLocation:"start",nameTextStyle:{fontWeight:"bold",fontFamily:"Montserrat",color:"#666",padding:-40},axisLabel:{margin:5,textStyle:{fontFamily:"Montserrat"},formatter:t=>S(t)},splitLine:{lineStyle:{color:"#DDD"}}},yAxis:{type:"category",data:Array.from(i),axisLabel:{textStyle:{fontFamily:"Montserrat"}}},series:(()=>{const t={name:"SIN NOMBRE",type:"bar",stack:"total",label:{show:!0,fontFamily:"Montserrat",fontSize:10,formatter:t=>S(Math.round(t.value))},itemStyle:void 0,emphasis:{focus:"series"},data:void 0};o&&o.itemStyle&&Array.isArray(o.itemStyle.borderColor)&&(a=[...o.itemStyle.borderColor],delete o.itemStyle.borderColor);const r=function(t){return t.reduce((t,e)=>{const r=e[0];return t[r]||(t[r]=[]),t[r].push(e),t},{})}(e),n=Object.keys(r);i.forEach(t=>{n.forEach(e=>{void 0===r[e].find(e=>e[1]===t)&&(r[e].push([r[e][0][0],t,void 0]),r[e].sort())})});const s=[];return Object.keys(r).forEach(e=>{a&&(t.itemStyle={borderColor:a.shift()}),t.name=e,t.data=r[e].map(t=>t[2]);let n={};n=void 0!==o?Z(t,o):t,s.push({...n})}),s})(),toolbox:{show:!0,feature:{restore:{title:"Restablir"},saveAsImage:{title:"Desar"}},right:50}};let u={};u=void 0!==r?Z(s,r):s,k(t,u)}function Ft(t){let e={};return e=Z(Ct,t),e}function Nt(t,e,r={},n={}){let i={};i=Z(r,{color:["#81B1CC","#ABD9EA","#C2EEF9","#F9E2AF","#F9C780","#FDAE61","#F46D43","#FDAE61","#F9E2AF","#C2EEF9","#ABD9EA","#81B1CC"],yAxis:{data:function(){const t=new Set;return e.forEach(e=>{t.add(e[1])}),Array.from(t).sort((t,e)=>t-e)}()}});const a={itemStyle:{borderWidth:2,borderColor:["#448DAD","#89CADB","#A0DEE8","#F4D28C","#F4B569","#F79646","#F25930","#F79646","#F4D28C","#A0DEE8","#89CADB","#448DAD"]}},s=null===n?a:Z(n,a),u=e;u.forEach((t,e)=>{u[e][0]=o(t[0])}),Rt(t,u,i,s)}function Ut(t,e=void 0){const r={title:{text:"SIN TITULO",left:"center",top:"top",padding:50,textStyle:{fontSize:14,fontFamily:"Montserrat",fontWeight:400,color:"#333"}},legend:{show:!1},grid:{top:"30%",bottom:"5%",left:"8%",right:"8%"},xAxis:{type:"value",show:!1},yAxis:{show:!1,type:"category"},tooltip:{show:!0,textStyle:{fontFamily:"Montserrat",fontWeight:"600"},appendToBody:!0,formatter:t=>_(t,!1)},series:[{type:"bar",showBackground:!0}]};let n={};n=void 0!==e?Z(r,e):r,k(t,n)}function Dt(t){return Math.max(...t.map(t=>Number(t[0])))}function $t(t){const e=t.filter(e=>Number(e[0])===Dt(t)),r=Array.from({length:12},()=>0);return e.forEach(([t,e,n])=>{const o=parseInt(e,10)-1;r[o]=n}),r}function jt(t){const e=t.filter(e=>Number(e[0])===Dt(t)-1),r=Array.from({length:12},()=>0);return e.forEach(([t,e,n])=>{const o=parseInt(e,10)-1;r[o]=n}),r}function Wt(t,e,r=void 0){const n=Dt(e).toString(),o=(Dt(e)-1).toString();Ut(t,Z({title:{left:"center",top:"-12%",textStyle:{fontSize:15,fontFamily:"Montserrat"}},legend:{top:"10%",show:!0,data:[o,n],textStyle:{fontFamily:"Montserrat"}},grid:{bottom:"8%",top:"20%",right:"2%"},xAxis:[{type:"category",data:d(),interval:0,margin:10,axisLabel:{textStyle:{fontSize:10,fontFamily:"Montserrat",fontWeight:400}}}],yAxis:[{type:"value",axisLabel:{formatter:t=>t.toLocaleString("es-ES"),textStyle:{fontSize:10,fontFamily:"Montserrat",fontWeight:400}}}],series:[{name:o,type:"bar",data:jt(e)},{name:n,type:"bar",barGap:0,data:$t(e)}]},r))}function Gt(t,e,r){const n=document.querySelector(e),o=document.querySelector(t);let i=!1;o.addEventListener("click",()=>{!1===i&&(i=!0,n.setAttribute("src","about:blank"),n.setAttribute("src",r),n.onload=()=>{i=!1})}),o.disabled=!1}const Zt="id",zt="fecha",Jt="value";function Vt(t,e,r,n,o="es_ES"){const[i,a]=function(t,e,r){const n=[],o=[];return t.forEach(t=>{e.includes(`${t[Zt]}`)?n.push(`${t[zt]}`):r.includes(`${t[Zt]}`)&&o.push(`${t[zt]}`)}),[n.map(t=>[t,0]),o.map(t=>[t,0])]}(t,r,n);let s="es_ES"==o?"Datos sin validar":"Dades sense validar";0===a.length&&(s="");const u={name:"Datos validados",type:"line",data:[...i,a[0]],lineStyle:{color:"#00A9A0",width:4},showSymbol:!1,tooltip:{show:!1}};let c="",l="";if(0===a.length){const e=t[t.length-1].fecha;c=e,l=e}else c=a[0][0],l=a[a.length-1][0];return[...e,u,{name:"Datos NO validados",type:"line",data:a,lineStyle:{color:"#80D4CF",width:4},showSymbol:!1,tooltip:{show:!1},markArea:{silent:!0,itemStyle:{opacity:.6,color:"#eee"},tooltip:{show:!1},label:{color:"#333",fontStyle:"normal",fontWeight:"400",fontFamily:"Montserrat",fontSize:11},data:[[{name:s,xAxis:c,yAxis:0},{name:"end",xAxis:l,yAxis:Math.max(...t.filter(t=>null!==t[Jt]).map(t=>parseInt(`${t[Jt]}`,10)))}]]}}]}function qt(t,e,r=void 0){k(t,Z({grid:{left:"2.5%",right:"5%",bottom:"70",top:"150",containLabel:!0},title:{left:"center",top:"top",textStyle:{fontSize:20,fontFamily:"Montserrat",fontWeight:600,color:"#666"}},legend:{type:"plain",top:"50",width:"98%",textStyle:{fontFamily:"Montserrat"}},tooltip:{trigger:"axis",show:!0,formatter:t=>P(t),textStyle:{fontFamily:"Montserrat"}},xAxis:{type:"category",boundaryGap:!1,splitLine:{show:!1},axisLabel:{textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#666"}}},yAxis:{type:"value",nameLocation:"end",nameGap:"0",nameTextStyle:{fontFamily:"Montserrat",fontWeight:"500",padding:[-25,0,0,-48],margin:0,align:"left",verticalAlign:"top",width:"auto"},scale:!0,splitNumber:"6",axisLabel:{margin:10,textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#666"}}},dataZoom:{end:100,borderColor:"#eee",fillerColor:"rgba(0,0,0,.05)",textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#333",textBorderColor:"#fff",textBorderWidth:3,fontWeight:"600"},selectedDataBackground:{lineStyle:{color:"#333"},areaStyle:{color:"#ffcd00"}},dataBackground:{backgroundColor:"rgba(0,0,0,1)",lineStyle:{color:"#333"},areaStyle:{color:"rgba(0,0,0,0.5)"}},handleStyle:{color:"rgba(0,0,0,0.2)"},moveHandleStyle:{color:"rgba(0,0,0,0.3)"},emphasis:{handleStyle:{color:"rgba(255,205,0,1)"},moveHandleStyle:{color:"rgba(255,205,0,1)"}}},toolbox:{feature:{restore:{title:"Restablir"},saveAsImage:{title:"Desar"}},right:"1%",top:"0%"},series:e},r))}return e})(),t.exports=e()},2957(t,e,r){var n=r(8287).hp;t.exports=g;var o=r(740),i=r(4263),a=r(350),s=r(743),u=r(3452),c=r(3959),l=r(9236),f=r(1141),p=r(4047),h=r(1199),y=r(2104),d=r(1865);function g(){this.srid=void 0,this.hasZ=!1,this.hasM=!1}g.parse=function(t,e){if("string"==typeof t||t instanceof y)return g._parseWkt(t);if(n.isBuffer(t)||t instanceof p)return g._parseWkb(t,e);throw new Error("first argument must be a string or Buffer")},g._parseWkt=function(t){var e,r,n=(e=t instanceof y?t:new y(t)).matchRegex([/^SRID=(\d+);/]);n&&(r=parseInt(n[1],10));var p=e.matchType(),h=e.matchDimension(),d={srid:r,hasZ:h.hasZ,hasM:h.hasM};switch(p){case o.wkt.Point:return i._parseWkt(e,d);case o.wkt.LineString:return a._parseWkt(e,d);case o.wkt.Polygon:return s._parseWkt(e,d);case o.wkt.MultiPoint:return u._parseWkt(e,d);case o.wkt.MultiLineString:return c._parseWkt(e,d);case o.wkt.MultiPolygon:return l._parseWkt(e,d);case o.wkt.GeometryCollection:return f._parseWkt(e,d)}},g._parseWkb=function(t,e){var r,n,h,y={};switch((r=t instanceof p?t:new p(t)).isBigEndian=!r.readInt8(),n=r.readUInt32(),y.hasSrid=!(536870912&~n),y.isEwkb=536870912&n||1073741824&n||2147483648&n,y.hasSrid&&(y.srid=r.readUInt32()),y.hasZ=!1,y.hasM=!1,y.isEwkb||e&&e.isEwkb?(2147483648&n&&(y.hasZ=!0),1073741824&n&&(y.hasM=!0),h=15&n):n>=1e3&&n<2e3?(y.hasZ=!0,h=n-1e3):n>=2e3&&n<3e3?(y.hasM=!0,h=n-2e3):n>=3e3&&n<4e3?(y.hasZ=!0,y.hasM=!0,h=n-3e3):h=n,h){case o.wkb.Point:return i._parseWkb(r,y);case o.wkb.LineString:return a._parseWkb(r,y);case o.wkb.Polygon:return s._parseWkb(r,y);case o.wkb.MultiPoint:return u._parseWkb(r,y);case o.wkb.MultiLineString:return c._parseWkb(r,y);case o.wkb.MultiPolygon:return l._parseWkb(r,y);case o.wkb.GeometryCollection:return f._parseWkb(r,y);default:throw new Error("GeometryType "+h+" not supported")}},g.parseTwkb=function(t){var e,r={},n=(e=t instanceof p?t:new p(t)).readUInt8(),h=e.readUInt8(),y=15&n;if(r.precision=d.decode(n>>4),r.precisionFactor=Math.pow(10,r.precision),r.hasBoundingBox=1&h,r.hasSizeAttribute=h>>1&1,r.hasIdList=h>>2&1,r.hasExtendedPrecision=h>>3&1,r.isEmpty=h>>4&1,r.hasExtendedPrecision){var g=e.readUInt8();r.hasZ=!(1&~g),r.hasM=!(2&~g),r.zPrecision=d.decode((28&g)>>2),r.zPrecisionFactor=Math.pow(10,r.zPrecision),r.mPrecision=d.decode((224&g)>>5),r.mPrecisionFactor=Math.pow(10,r.mPrecision)}else r.hasZ=!1,r.hasM=!1;if(r.hasSizeAttribute&&e.readVarInt(),r.hasBoundingBox){var m=2;r.hasZ&&m++,r.hasM&&m++;for(var b=0;b<m;b++)e.readVarInt(),e.readVarInt()}switch(y){case o.wkb.Point:return i._parseTwkb(e,r);case o.wkb.LineString:return a._parseTwkb(e,r);case o.wkb.Polygon:return s._parseTwkb(e,r);case o.wkb.MultiPoint:return u._parseTwkb(e,r);case o.wkb.MultiLineString:return c._parseTwkb(e,r);case o.wkb.MultiPolygon:return l._parseTwkb(e,r);case o.wkb.GeometryCollection:return f._parseTwkb(e,r);default:throw new Error("GeometryType "+y+" not supported")}},g.parseGeoJSON=function(t){return g._parseGeoJSON(t)},g._parseGeoJSON=function(t,e){var r;switch(t.type){case o.geoJSON.Point:r=i._parseGeoJSON(t);break;case o.geoJSON.LineString:r=a._parseGeoJSON(t);break;case o.geoJSON.Polygon:r=s._parseGeoJSON(t);break;case o.geoJSON.MultiPoint:r=u._parseGeoJSON(t);break;case o.geoJSON.MultiLineString:r=c._parseGeoJSON(t);break;case o.geoJSON.MultiPolygon:r=l._parseGeoJSON(t);break;case o.geoJSON.GeometryCollection:r=f._parseGeoJSON(t);break;default:throw new Error("GeometryType "+t.type+" not supported")}if(t.crs&&t.crs.type&&"name"===t.crs.type&&t.crs.properties&&t.crs.properties.name){var n=t.crs.properties.name;if(0===n.indexOf("EPSG:"))r.srid=parseInt(n.substring(5));else{if(0!==n.indexOf("urn:ogc:def:crs:EPSG::"))throw new Error("Unsupported crs: "+n);r.srid=parseInt(n.substring(22))}}else e||(r.srid=4326);return r},g.prototype.toEwkt=function(){return"SRID="+this.srid+";"+this.toWkt()},g.prototype.toEwkb=function(){var t=new h(this._getWkbSize()+4),e=this.toWkb();return t.writeInt8(1),t.writeUInt32LE((536870912|e.slice(1,5).readUInt32LE(0))>>>0,!0),t.writeUInt32LE(this.srid),t.writeBuffer(e.slice(5)),t.buffer},g.prototype._getWktType=function(t,e){var r=t;return this.hasZ&&this.hasM?r+=" ZM ":this.hasZ?r+=" Z ":this.hasM&&(r+=" M "),!e||this.hasZ||this.hasM||(r+=" "),e&&(r+="EMPTY"),r},g.prototype._getWktCoordinate=function(t){var e=t.x+" "+t.y;return this.hasZ&&(e+=" "+t.z),this.hasM&&(e+=" "+t.m),e},g.prototype._writeWkbType=function(t,e,r){var n=0;void 0!==this.srid||r&&void 0!==r.srid?(this.hasZ&&(n|=2147483648),this.hasM&&(n|=1073741824)):this.hasZ&&this.hasM?n+=3e3:this.hasZ?n+=1e3:this.hasM&&(n+=2e3),t.writeUInt32LE(n+e>>>0,!0)},g.getTwkbPrecision=function(t,e,r){return{xy:t,z:e,m:r,xyFactor:Math.pow(10,t),zFactor:Math.pow(10,e),mFactor:Math.pow(10,r)}},g.prototype._writeTwkbHeader=function(t,e,r,n){var o=(d.encode(r.xy)<<4)+e,i=(this.hasZ||this.hasM)<<3;if(i+=n<<4,t.writeUInt8(o),t.writeUInt8(i),this.hasZ||this.hasM){var a=0;this.hasZ&&(a|=1),this.hasM&&(a|=2),t.writeUInt8(a)}},g.prototype.toGeoJSON=function(t){var e={};return this.srid&&t&&(t.shortCrs?e.crs={type:"name",properties:{name:"EPSG:"+this.srid}}:t.longCrs&&(e.crs={type:"name",properties:{name:"urn:ogc:def:crs:EPSG::"+this.srid}})),e}},3093(t,e,r){"use strict";var n=r(4459);t.exports=function(t){return n(t)||0===t?t:t<0?-1:1}},3126(t,e,r){"use strict";var n=r(6743),o=r(9675),i=r(76),a=r(3144);t.exports=function(t){if(t.length<1||"function"!=typeof t[0])throw new o("a function is required");return a(n,i,t)}},3144(t,e,r){"use strict";var n=r(6743),o=r(1002),i=r(76),a=r(7119);t.exports=a||n.call(i,o)},3452(t,e,r){t.exports=u;var n=r(537),o=r(740),i=r(2957),a=r(4263),s=r(1199);function u(t,e){i.call(this),this.points=t||[],this.srid=e,this.points.length>0&&(this.hasZ=this.points[0].hasZ,this.hasM=this.points[0].hasM)}n.inherits(u,i),u.Z=function(t,e){var r=new u(t,e);return r.hasZ=!0,r},u.M=function(t,e){var r=new u(t,e);return r.hasM=!0,r},u.ZM=function(t,e){var r=new u(t,e);return r.hasZ=!0,r.hasM=!0,r},u._parseWkt=function(t,e){var r=new u;return r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"])||(t.expectGroupStart(),r.points.push.apply(r.points,t.matchCoordinates(e)),t.expectGroupEnd()),r},u._parseWkb=function(t,e){var r=new u;r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM;for(var n=t.readUInt32(),o=0;o<n;o++)r.points.push(i.parse(t,e));return r},u._parseTwkb=function(t,e){var r=new u;if(r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty)return r;for(var n=new a(0,0,e.hasZ?0:void 0,e.hasM?0:void 0),o=t.readVarInt(),i=0;i<o;i++)r.points.push(a._readTwkbPoint(t,e,n));return r},u._parseGeoJSON=function(t){var e=new u;t.coordinates.length>0&&(e.hasZ=t.coordinates[0].length>2);for(var r=0;r<t.coordinates.length;r++)e.points.push(a._parseGeoJSON({coordinates:t.coordinates[r]}));return e},u.prototype.toWkt=function(){if(0===this.points.length)return this._getWktType(o.wkt.MultiPoint,!0);for(var t=this._getWktType(o.wkt.MultiPoint,!1)+"(",e=0;e<this.points.length;e++)t+=this._getWktCoordinate(this.points[e])+",";return(t=t.slice(0,-1))+")"},u.prototype.toWkb=function(){var t=new s(this._getWkbSize());t.writeInt8(1),this._writeWkbType(t,o.wkb.MultiPoint),t.writeUInt32LE(this.points.length);for(var e=0;e<this.points.length;e++)t.writeBuffer(this.points[e].toWkb({srid:this.srid}));return t.buffer},u.prototype.toTwkb=function(){var t=new s(0,!0),e=i.getTwkbPrecision(5,0,0),r=0===this.points.length;if(this._writeTwkbHeader(t,o.wkb.MultiPoint,e,r),this.points.length>0){t.writeVarInt(this.points.length);for(var n=new a(0,0,0,0),u=0;u<this.points.length;u++)this.points[u]._writeTwkbPoint(t,e,n)}return t.buffer},u.prototype._getWkbSize=function(){var t=16;return this.hasZ&&(t+=8),this.hasM&&(t+=8),t+=5,9+this.points.length*t},u.prototype.toGeoJSON=function(t){var e=i.prototype.toGeoJSON.call(this,t);e.type=o.geoJSON.MultiPoint,e.coordinates=[];for(var r=0;r<this.points.length;r++)e.coordinates.push(this.points[r].toGeoJSON().coordinates);return e}},3628(t,e,r){"use strict";var n=r(8648),o=r(1064),i=r(7176);t.exports=n?function(t){return n(t)}:o?function(t){if(!t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("getProto: not an object");return o(t)}:i?function(t){return i(t)}:null},3959(t,e,r){t.exports=c;var n=r(537),o=r(740),i=r(2957),a=r(4263),s=r(350),u=r(1199);function c(t,e){i.call(this),this.lineStrings=t||[],this.srid=e,this.lineStrings.length>0&&(this.hasZ=this.lineStrings[0].hasZ,this.hasM=this.lineStrings[0].hasM)}n.inherits(c,i),c.Z=function(t,e){var r=new c(t,e);return r.hasZ=!0,r},c.M=function(t,e){var r=new c(t,e);return r.hasM=!0,r},c.ZM=function(t,e){var r=new c(t,e);return r.hasZ=!0,r.hasM=!0,r},c._parseWkt=function(t,e){var r=new c;if(r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"]))return r;t.expectGroupStart();do{t.expectGroupStart(),r.lineStrings.push(new s(t.matchCoordinates(e))),t.expectGroupEnd()}while(t.isMatch([","]));return t.expectGroupEnd(),r},c._parseWkb=function(t,e){var r=new c;r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM;for(var n=t.readUInt32(),o=0;o<n;o++)r.lineStrings.push(i.parse(t,e));return r},c._parseTwkb=function(t,e){var r=new c;if(r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty)return r;for(var n=new a(0,0,e.hasZ?0:void 0,e.hasM?0:void 0),o=t.readVarInt(),i=0;i<o;i++){var u=new s;u.hasZ=e.hasZ,u.hasM=e.hasM;for(var l=t.readVarInt(),f=0;f<l;f++)u.points.push(a._readTwkbPoint(t,e,n));r.lineStrings.push(u)}return r},c._parseGeoJSON=function(t){var e=new c;t.coordinates.length>0&&t.coordinates[0].length>0&&(e.hasZ=t.coordinates[0][0].length>2);for(var r=0;r<t.coordinates.length;r++)e.lineStrings.push(s._parseGeoJSON({coordinates:t.coordinates[r]}));return e},c.prototype.toWkt=function(){if(0===this.lineStrings.length)return this._getWktType(o.wkt.MultiLineString,!0);for(var t=this._getWktType(o.wkt.MultiLineString,!1)+"(",e=0;e<this.lineStrings.length;e++)t+=this.lineStrings[e]._toInnerWkt()+",";return(t=t.slice(0,-1))+")"},c.prototype.toWkb=function(){var t=new u(this._getWkbSize());t.writeInt8(1),this._writeWkbType(t,o.wkb.MultiLineString),t.writeUInt32LE(this.lineStrings.length);for(var e=0;e<this.lineStrings.length;e++)t.writeBuffer(this.lineStrings[e].toWkb({srid:this.srid}));return t.buffer},c.prototype.toTwkb=function(){var t=new u(0,!0),e=i.getTwkbPrecision(5,0,0),r=0===this.lineStrings.length;if(this._writeTwkbHeader(t,o.wkb.MultiLineString,e,r),this.lineStrings.length>0){t.writeVarInt(this.lineStrings.length);for(var n=new a(0,0,0,0),s=0;s<this.lineStrings.length;s++){t.writeVarInt(this.lineStrings[s].points.length);for(var c=0;c<this.lineStrings[s].points.length;c++)this.lineStrings[s].points[c]._writeTwkbPoint(t,e,n)}}return t.buffer},c.prototype._getWkbSize=function(){for(var t=9,e=0;e<this.lineStrings.length;e++)t+=this.lineStrings[e]._getWkbSize();return t},c.prototype.toGeoJSON=function(t){var e=i.prototype.toGeoJSON.call(this,t);e.type=o.geoJSON.MultiLineString,e.coordinates=[];for(var r=0;r<this.lineStrings.length;r++)e.coordinates.push(this.lineStrings[r].toGeoJSON().coordinates);return e}},4035(t,e,r){"use strict";var n,o=r(6556),i=r(9092)(),a=r(9957),s=r(5795);if(i){var u=o("RegExp.prototype.exec"),c={},l=function(){throw c},f={toString:l,valueOf:l};"symbol"==typeof Symbol.toPrimitive&&(f[Symbol.toPrimitive]=l),n=function(t){if(!t||"object"!=typeof t)return!1;var e=s(t,"lastIndex");if(!e||!a(e,"value"))return!1;try{u(t,f)}catch(t){return t===c}}}else{var p=o("Object.prototype.toString");n=function(t){return!(!t||"object"!=typeof t&&"function"!=typeof t)&&"[object RegExp]"===p(t)}}t.exports=n},4039(t,e,r){"use strict";var n="undefined"!=typeof Symbol&&Symbol,o=r(1333);t.exports=function(){return"function"==typeof n&&"function"==typeof Symbol&&"symbol"==typeof n("foo")&&"symbol"==typeof Symbol("bar")&&o()}},4047(t,e,r){var n=r(8287).hp;function o(t,e){this.buffer=t,this.position=0,this.isBigEndian=e||!1}function i(t,e,r){return function(){var n;return n=this.isBigEndian?e.call(this.buffer,this.position):t.call(this.buffer,this.position),this.position+=r,n}}t.exports=o,o.prototype.readUInt8=i(n.prototype.readUInt8,n.prototype.readUInt8,1),o.prototype.readUInt16=i(n.prototype.readUInt16LE,n.prototype.readUInt16BE,2),o.prototype.readUInt32=i(n.prototype.readUInt32LE,n.prototype.readUInt32BE,4),o.prototype.readInt8=i(n.prototype.readInt8,n.prototype.readInt8,1),o.prototype.readInt16=i(n.prototype.readInt16LE,n.prototype.readInt16BE,2),o.prototype.readInt32=i(n.prototype.readInt32LE,n.prototype.readInt32BE,4),o.prototype.readFloat=i(n.prototype.readFloatLE,n.prototype.readFloatBE,4),o.prototype.readDouble=i(n.prototype.readDoubleLE,n.prototype.readDoubleBE,8),o.prototype.readVarInt=function(){var t,e=0,r=0;do{e+=(127&(t=this.buffer[this.position+r]))<<7*r,r++}while(t>=128);return this.position+=r,e}},4233(t){"use strict";const e=function*(){}.constructor;t.exports=()=>e},4263(t,e,r){t.exports=u;var n=r(537),o=r(2957),i=r(740),a=r(1199),s=r(1865);function u(t,e,r,n,i){o.call(this),this.x=t,this.y=e,this.z=r,this.m=n,this.srid=i,this.hasZ=void 0!==this.z,this.hasM=void 0!==this.m}n.inherits(u,o),u.Z=function(t,e,r,n){var o=new u(t,e,r,void 0,n);return o.hasZ=!0,o},u.M=function(t,e,r,n){var o=new u(t,e,void 0,r,n);return o.hasM=!0,o},u.ZM=function(t,e,r,n,o){var i=new u(t,e,r,n,o);return i.hasZ=!0,i.hasM=!0,i},u._parseWkt=function(t,e){var r=new u;if(r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"]))return r;t.expectGroupStart();var n=t.matchCoordinate(e);return r.x=n.x,r.y=n.y,r.z=n.z,r.m=n.m,t.expectGroupEnd(),r},u._parseWkb=function(t,e){var r=u._readWkbPoint(t,e);return r.srid=e.srid,r},u._readWkbPoint=function(t,e){return new u(t.readDouble(),t.readDouble(),e.hasZ?t.readDouble():void 0,e.hasM?t.readDouble():void 0)},u._parseTwkb=function(t,e){var r=new u;return r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty||(r.x=s.decode(t.readVarInt())/e.precisionFactor,r.y=s.decode(t.readVarInt())/e.precisionFactor,r.z=e.hasZ?s.decode(t.readVarInt())/e.zPrecisionFactor:void 0,r.m=e.hasM?s.decode(t.readVarInt())/e.mPrecisionFactor:void 0),r},u._readTwkbPoint=function(t,e,r){return r.x+=s.decode(t.readVarInt())/e.precisionFactor,r.y+=s.decode(t.readVarInt())/e.precisionFactor,e.hasZ&&(r.z+=s.decode(t.readVarInt())/e.zPrecisionFactor),e.hasM&&(r.m+=s.decode(t.readVarInt())/e.mPrecisionFactor),new u(r.x,r.y,r.z,r.m)},u._parseGeoJSON=function(t){return u._readGeoJSONPoint(t.coordinates)},u._readGeoJSONPoint=function(t){return 0===t.length?new u:t.length>2?new u(t[0],t[1],t[2]):new u(t[0],t[1])},u.prototype.toWkt=function(){return void 0===this.x&&void 0===this.y&&void 0===this.z&&void 0===this.m?this._getWktType(i.wkt.Point,!0):this._getWktType(i.wkt.Point,!1)+"("+this._getWktCoordinate(this)+")"},u.prototype.toWkb=function(t){var e=new a(this._getWkbSize());return e.writeInt8(1),this._writeWkbType(e,i.wkb.Point,t),void 0===this.x&&void 0===this.y?(e.writeDoubleLE(NaN),e.writeDoubleLE(NaN),this.hasZ&&e.writeDoubleLE(NaN),this.hasM&&e.writeDoubleLE(NaN)):this._writeWkbPoint(e),e.buffer},u.prototype._writeWkbPoint=function(t){t.writeDoubleLE(this.x),t.writeDoubleLE(this.y),this.hasZ&&t.writeDoubleLE(this.z),this.hasM&&t.writeDoubleLE(this.m)},u.prototype.toTwkb=function(){var t=new a(0,!0),e=o.getTwkbPrecision(5,0,0),r=void 0===this.x&&void 0===this.y;return this._writeTwkbHeader(t,i.wkb.Point,e,r),r||this._writeTwkbPoint(t,e,new u(0,0,0,0)),t.buffer},u.prototype._writeTwkbPoint=function(t,e,r){var n=this.x*e.xyFactor,o=this.y*e.xyFactor,i=this.z*e.zFactor,a=this.m*e.mFactor;t.writeVarInt(s.encode(n-r.x)),t.writeVarInt(s.encode(o-r.y)),this.hasZ&&t.writeVarInt(s.encode(i-r.z)),this.hasM&&t.writeVarInt(s.encode(a-r.m)),r.x=n,r.y=o,r.z=i,r.m=a},u.prototype._getWkbSize=function(){var t=21;return this.hasZ&&(t+=8),this.hasM&&(t+=8),t},u.prototype.toGeoJSON=function(t){var e=o.prototype.toGeoJSON.call(this,t);return e.type=i.geoJSON.Point,void 0===this.x&&void 0===this.y?e.coordinates=[]:void 0!==this.z?e.coordinates=[this.x,this.y,this.z]:e.coordinates=[this.x,this.y],e}},4459(t){"use strict";t.exports=Number.isNaN||function(t){return t!=t}},5345(t){"use strict";t.exports=URIError},5606(t){var e,r,n=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function a(t){if(e===setTimeout)return setTimeout(t,0);if((e===o||!e)&&setTimeout)return e=setTimeout,setTimeout(t,0);try{return e(t,0)}catch(r){try{return e.call(null,t,0)}catch(r){return e.call(this,t,0)}}}!function(){try{e="function"==typeof setTimeout?setTimeout:o}catch(t){e=o}try{r="function"==typeof clearTimeout?clearTimeout:i}catch(t){r=i}}();var s,u=[],c=!1,l=-1;function f(){c&&s&&(c=!1,s.length?u=s.concat(u):l=-1,u.length&&p())}function p(){if(!c){var t=a(f);c=!0;for(var e=u.length;e;){for(s=u,u=[];++l<e;)s&&s[l].run();l=-1,e=u.length}s=null,c=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===i||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{return r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function h(t,e){this.fun=t,this.array=e}function y(){}n.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];u.push(new h(t,e)),1!==u.length||c||a(p)},h.prototype.run=function(){this.fun.apply(null,this.array)},n.title="browser",n.browser=!0,n.env={},n.argv=[],n.version="",n.versions={},n.on=y,n.addListener=y,n.once=y,n.off=y,n.removeListener=y,n.removeAllListeners=y,n.emit=y,n.prependListener=y,n.prependOnceListener=y,n.listeners=function(t){return[]},n.binding=function(t){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(t){throw new Error("process.chdir is not supported")},n.umask=function(){return 0}},5680(t,e,r){"use strict";var n=r(5767);t.exports=function(t){return!!n(t)}},5767(t,e,r){"use strict";var n=r(2682),o=r(9209),i=r(487),a=r(6556),s=r(5795),u=r(3628),c=a("Object.prototype.toString"),l=r(9092)(),f="undefined"==typeof globalThis?r.g:globalThis,p=o(),h=a("String.prototype.slice"),y=a("Array.prototype.indexOf",!0)||function(t,e){for(var r=0;r<t.length;r+=1)if(t[r]===e)return r;return-1},d={__proto__:null};n(p,l&&s&&u?function(t){var e=new f[t];if(Symbol.toStringTag in e&&u){var r=u(e),n=s(r,Symbol.toStringTag);if(!n&&r){var o=u(r);n=s(o,Symbol.toStringTag)}d["$"+t]=i(n.get)}}:function(t){var e=new f[t],r=e.slice||e.set;r&&(d["$"+t]=i(r))}),t.exports=function(t){if(!t||"object"!=typeof t)return!1;if(!l){var e=h(c(t),8,-1);return y(p,e)>-1?e:"Object"===e&&function(t){var e=!1;return n(d,function(r,n){if(!e)try{r(t),e=h(n,1)}catch(t){}}),e}(t)}return s?function(t){var e=!1;return n(d,function(r,n){if(!e)try{"$"+r(t)===n&&(e=h(n,1))}catch(t){}}),e}(t):null}},5795(t,e,r){"use strict";var n=r(6549);if(n)try{n([],"length")}catch(t){n=null}t.exports=n},5880(t){"use strict";t.exports=Math.pow},6188(t){"use strict";t.exports=Math.max},6549(t){"use strict";t.exports=Object.getOwnPropertyDescriptor},6556(t,e,r){"use strict";var n=r(453),o=r(3126),i=o([n("%String.prototype.indexOf%")]);t.exports=function(t,e){var r=n(t,!!e);return"function"==typeof r&&i(t,".prototype.")>-1?o([r]):r}},6578(t){"use strict";t.exports=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]},6698(t){"function"==typeof Object.create?t.exports=function(t,e){e&&(t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(t,e){if(e){t.super_=e;var r=function(){};r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t}}},6743(t,e,r){"use strict";var n=r(9353);t.exports=Function.prototype.bind||n},6897(t,e,r){"use strict";var n=r(453),o=r(41),i=r(592)(),a=r(5795),s=r(9675),u=n("%Math.floor%");t.exports=function(t,e){if("function"!=typeof t)throw new s("`fn` is not a function");if("number"!=typeof e||e<0||e>4294967295||u(e)!==e)throw new s("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],n=!0,c=!0;if("length"in t&&a){var l=a(t,"length");l&&!l.configurable&&(n=!1),l&&!l.writable&&(c=!1)}return(n||c||!r)&&(i?o(t,"length",e,!0,!0):o(t,"length",e)),t}},7119(t){"use strict";t.exports="undefined"!=typeof Reflect&&Reflect&&Reflect.apply},7176(t,e,r){"use strict";var n,o=r(3126),i=r(5795);try{n=[].__proto__===Array.prototype}catch(t){if(!t||"object"!=typeof t||!("code"in t)||"ERR_PROTO_ACCESS"!==t.code)throw t}var a=!!n&&i&&i(Object.prototype,"__proto__"),s=Object,u=s.getPrototypeOf;t.exports=a&&"function"==typeof a.get?o([a.get]):"function"==typeof u&&function(t){return u(null==t?t:s(t))}},7244(t,e,r){"use strict";var n=r(9092)(),o=r(6556)("Object.prototype.toString"),i=function(t){return!(n&&t&&"object"==typeof t&&Symbol.toStringTag in t)&&"[object Arguments]"===o(t)},a=function(t){return!!i(t)||null!==t&&"object"==typeof t&&"length"in t&&"number"==typeof t.length&&t.length>=0&&"[object Array]"!==o(t)&&"callee"in t&&"[object Function]"===o(t.callee)},s=function(){return i(arguments)}();i.isLegacyArguments=a,t.exports=s?i:a},7526(t,e){"use strict";e.byteLength=function(t){var e=s(t),r=e[0],n=e[1];return 3*(r+n)/4-n},e.toByteArray=function(t){var e,r,i=s(t),a=i[0],u=i[1],c=new o(function(t,e,r){return 3*(e+r)/4-r}(0,a,u)),l=0,f=u>0?a-4:a;for(r=0;r<f;r+=4)e=n[t.charCodeAt(r)]<<18|n[t.charCodeAt(r+1)]<<12|n[t.charCodeAt(r+2)]<<6|n[t.charCodeAt(r+3)],c[l++]=e>>16&255,c[l++]=e>>8&255,c[l++]=255&e;return 2===u&&(e=n[t.charCodeAt(r)]<<2|n[t.charCodeAt(r+1)]>>4,c[l++]=255&e),1===u&&(e=n[t.charCodeAt(r)]<<10|n[t.charCodeAt(r+1)]<<4|n[t.charCodeAt(r+2)]>>2,c[l++]=e>>8&255,c[l++]=255&e),c},e.fromByteArray=function(t){for(var e,n=t.length,o=n%3,i=[],a=16383,s=0,u=n-o;s<u;s+=a)i.push(c(t,s,s+a>u?u:s+a));return 1===o?(e=t[n-1],i.push(r[e>>2]+r[e<<4&63]+"==")):2===o&&(e=(t[n-2]<<8)+t[n-1],i.push(r[e>>10]+r[e>>4&63]+r[e<<2&63]+"=")),i.join("")};for(var r=[],n=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0;a<64;++a)r[a]=i[a],n[i.charCodeAt(a)]=a;function s(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");return-1===r&&(r=e),[r,r===e?0:4-r%4]}function u(t){return r[t>>18&63]+r[t>>12&63]+r[t>>6&63]+r[63&t]}function c(t,e,r){for(var n,o=[],i=e;i<r;i+=3)n=(t[i]<<16&16711680)+(t[i+1]<<8&65280)+(255&t[i+2]),o.push(u(n));return o.join("")}n["-".charCodeAt(0)]=62,n["_".charCodeAt(0)]=63},8002(t){"use strict";t.exports=Math.min},8068(t){"use strict";t.exports=SyntaxError},8184(t,e,r){"use strict";var n=r(6556),o=r(9721)(/^\s*(?:function)?\*/),i=r(9092)(),a=r(3628),s=n("Object.prototype.toString"),u=n("Function.prototype.toString"),c=r(4233);t.exports=function(t){if("function"!=typeof t)return!1;if(o(u(t)))return!0;if(!i)return"[object GeneratorFunction]"===s(t);if(!a)return!1;var e=c();return e&&a(t)===e.prototype}},8287(t,e,r){"use strict";const n=r(7526),o=r(251),i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;e.hp=u,e.IS=50;const a=2147483647;function s(t){if(t>a)throw new RangeError('The value "'+t+'" is invalid for option "size"');const e=new Uint8Array(t);return Object.setPrototypeOf(e,u.prototype),e}function u(t,e,r){if("number"==typeof t){if("string"==typeof e)throw new TypeError('The "string" argument must be of type string. Received type number');return f(t)}return c(t,e,r)}function c(t,e,r){if("string"==typeof t)return function(t,e){if("string"==typeof e&&""!==e||(e="utf8"),!u.isEncoding(e))throw new TypeError("Unknown encoding: "+e);const r=0|d(t,e);let n=s(r);const o=n.write(t,e);return o!==r&&(n=n.slice(0,o)),n}(t,e);if(ArrayBuffer.isView(t))return function(t){if(H(t,Uint8Array)){const e=new Uint8Array(t);return h(e.buffer,e.byteOffset,e.byteLength)}return p(t)}(t);if(null==t)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(H(t,ArrayBuffer)||t&&H(t.buffer,ArrayBuffer))return h(t,e,r);if("undefined"!=typeof SharedArrayBuffer&&(H(t,SharedArrayBuffer)||t&&H(t.buffer,SharedArrayBuffer)))return h(t,e,r);if("number"==typeof t)throw new TypeError('The "value" argument must not be of type number. Received type number');const n=t.valueOf&&t.valueOf();if(null!=n&&n!==t)return u.from(n,e,r);const o=function(t){if(u.isBuffer(t)){const e=0|y(t.length),r=s(e);return 0===r.length||t.copy(r,0,0,e),r}return void 0!==t.length?"number"!=typeof t.length||Y(t.length)?s(0):p(t):"Buffer"===t.type&&Array.isArray(t.data)?p(t.data):void 0}(t);if(o)return o;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof t[Symbol.toPrimitive])return u.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}function l(t){if("number"!=typeof t)throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function f(t){return l(t),s(t<0?0:0|y(t))}function p(t){const e=t.length<0?0:0|y(t.length),r=s(e);for(let n=0;n<e;n+=1)r[n]=255&t[n];return r}function h(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');let n;return n=void 0===e&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,e):new Uint8Array(t,e,r),Object.setPrototypeOf(n,u.prototype),n}function y(t){if(t>=a)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a.toString(16)+" bytes");return 0|t}function d(t,e){if(u.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||H(t,ArrayBuffer))return t.byteLength;if("string"!=typeof t)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);const r=t.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===r)return 0;let o=!1;for(;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return J(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return V(t).length;default:if(o)return n?-1:J(t).length;e=(""+e).toLowerCase(),o=!0}}function g(t,e,r){let n=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(e>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return P(this,e,r);case"utf8":case"utf-8":return I(this,e,r);case"ascii":return O(this,e,r);case"latin1":case"binary":return T(this,e,r);case"base64":return x(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return B(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}function m(t,e,r){const n=t[e];t[e]=t[r],t[r]=n}function b(t,e,r,n,o){if(0===t.length)return-1;if("string"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),Y(r=+r)&&(r=o?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(o)return-1;r=t.length-1}else if(r<0){if(!o)return-1;r=0}if("string"==typeof e&&(e=u.from(e,n)),u.isBuffer(e))return 0===e.length?-1:w(t,e,r,n,o);if("number"==typeof e)return e&=255,"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):w(t,[e],r,n,o);throw new TypeError("val must be string, number or Buffer")}function w(t,e,r,n,o){let i,a=1,s=t.length,u=e.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(t.length<2||e.length<2)return-1;a=2,s/=2,u/=2,r/=2}function c(t,e){return 1===a?t[e]:t.readUInt16BE(e*a)}if(o){let n=-1;for(i=r;i<s;i++)if(c(t,i)===c(e,-1===n?0:i-n)){if(-1===n&&(n=i),i-n+1===u)return n*a}else-1!==n&&(i-=i-n),n=-1}else for(r+u>s&&(r=s-u),i=r;i>=0;i--){let r=!0;for(let n=0;n<u;n++)if(c(t,i+n)!==c(e,n)){r=!1;break}if(r)return i}return-1}function S(t,e,r,n){r=Number(r)||0;const o=t.length-r;n?(n=Number(n))>o&&(n=o):n=o;const i=e.length;let a;for(n>i/2&&(n=i/2),a=0;a<n;++a){const n=parseInt(e.substr(2*a,2),16);if(Y(n))return a;t[r+a]=n}return a}function v(t,e,r,n){return q(J(e,t.length-r),t,r,n)}function A(t,e,r,n){return q(function(t){const e=[];for(let r=0;r<t.length;++r)e.push(255&t.charCodeAt(r));return e}(e),t,r,n)}function M(t,e,r,n){return q(V(e),t,r,n)}function E(t,e,r,n){return q(function(t,e){let r,n,o;const i=[];for(let a=0;a<t.length&&!((e-=2)<0);++a)r=t.charCodeAt(a),n=r>>8,o=r%256,i.push(o),i.push(n);return i}(e,t.length-r),t,r,n)}function x(t,e,r){return 0===e&&r===t.length?n.fromByteArray(t):n.fromByteArray(t.slice(e,r))}function I(t,e,r){r=Math.min(t.length,r);const n=[];let o=e;for(;o<r;){const e=t[o];let i=null,a=e>239?4:e>223?3:e>191?2:1;if(o+a<=r){let r,n,s,u;switch(a){case 1:e<128&&(i=e);break;case 2:r=t[o+1],128==(192&r)&&(u=(31&e)<<6|63&r,u>127&&(i=u));break;case 3:r=t[o+1],n=t[o+2],128==(192&r)&&128==(192&n)&&(u=(15&e)<<12|(63&r)<<6|63&n,u>2047&&(u<55296||u>57343)&&(i=u));break;case 4:r=t[o+1],n=t[o+2],s=t[o+3],128==(192&r)&&128==(192&n)&&128==(192&s)&&(u=(15&e)<<18|(63&r)<<12|(63&n)<<6|63&s,u>65535&&u<1114112&&(i=u))}}null===i?(i=65533,a=1):i>65535&&(i-=65536,n.push(i>>>10&1023|55296),i=56320|1023&i),n.push(i),o+=a}return function(t){const e=t.length;if(e<=k)return String.fromCharCode.apply(String,t);let r="",n=0;for(;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=k));return r}(n)}u.TYPED_ARRAY_SUPPORT=function(){try{const t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),42===t.foo()}catch(t){return!1}}(),u.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.buffer}}),Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.byteOffset}}),u.poolSize=8192,u.from=function(t,e,r){return c(t,e,r)},Object.setPrototypeOf(u.prototype,Uint8Array.prototype),Object.setPrototypeOf(u,Uint8Array),u.alloc=function(t,e,r){return function(t,e,r){return l(t),t<=0?s(t):void 0!==e?"string"==typeof r?s(t).fill(e,r):s(t).fill(e):s(t)}(t,e,r)},u.allocUnsafe=function(t){return f(t)},u.allocUnsafeSlow=function(t){return f(t)},u.isBuffer=function(t){return null!=t&&!0===t._isBuffer&&t!==u.prototype},u.compare=function(t,e){if(H(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),H(e,Uint8Array)&&(e=u.from(e,e.offset,e.byteLength)),!u.isBuffer(t)||!u.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===e)return 0;let r=t.length,n=e.length;for(let o=0,i=Math.min(r,n);o<i;++o)if(t[o]!==e[o]){r=t[o],n=e[o];break}return r<n?-1:n<r?1:0},u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},u.concat=function(t,e){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return u.alloc(0);let r;if(void 0===e)for(e=0,r=0;r<t.length;++r)e+=t[r].length;const n=u.allocUnsafe(e);let o=0;for(r=0;r<t.length;++r){let e=t[r];if(H(e,Uint8Array))o+e.length>n.length?(u.isBuffer(e)||(e=u.from(e)),e.copy(n,o)):Uint8Array.prototype.set.call(n,e,o);else{if(!u.isBuffer(e))throw new TypeError('"list" argument must be an Array of Buffers');e.copy(n,o)}o+=e.length}return n},u.byteLength=d,u.prototype._isBuffer=!0,u.prototype.swap16=function(){const t=this.length;if(t%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let e=0;e<t;e+=2)m(this,e,e+1);return this},u.prototype.swap32=function(){const t=this.length;if(t%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let e=0;e<t;e+=4)m(this,e,e+3),m(this,e+1,e+2);return this},u.prototype.swap64=function(){const t=this.length;if(t%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let e=0;e<t;e+=8)m(this,e,e+7),m(this,e+1,e+6),m(this,e+2,e+5),m(this,e+3,e+4);return this},u.prototype.toString=function(){const t=this.length;return 0===t?"":0===arguments.length?I(this,0,t):g.apply(this,arguments)},u.prototype.toLocaleString=u.prototype.toString,u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===u.compare(this,t)},u.prototype.inspect=function(){let t="";const r=e.IS;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"},i&&(u.prototype[i]=u.prototype.inspect),u.prototype.compare=function(t,e,r,n,o){if(H(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(void 0===e&&(e=0),void 0===r&&(r=t?t.length:0),void 0===n&&(n=0),void 0===o&&(o=this.length),e<0||r>t.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&e>=r)return 0;if(n>=o)return-1;if(e>=r)return 1;if(this===t)return 0;let i=(o>>>=0)-(n>>>=0),a=(r>>>=0)-(e>>>=0);const s=Math.min(i,a),c=this.slice(n,o),l=t.slice(e,r);for(let t=0;t<s;++t)if(c[t]!==l[t]){i=c[t],a=l[t];break}return i<a?-1:a<i?1:0},u.prototype.includes=function(t,e,r){return-1!==this.indexOf(t,e,r)},u.prototype.indexOf=function(t,e,r){return b(this,t,e,r,!0)},u.prototype.lastIndexOf=function(t,e,r){return b(this,t,e,r,!1)},u.prototype.write=function(t,e,r,n){if(void 0===e)n="utf8",r=this.length,e=0;else if(void 0===r&&"string"==typeof e)n=e,r=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e>>>=0,isFinite(r)?(r>>>=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}const o=this.length-e;if((void 0===r||r>o)&&(r=o),t.length>0&&(r<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");let i=!1;for(;;)switch(n){case"hex":return S(this,t,e,r);case"utf8":case"utf-8":return v(this,t,e,r);case"ascii":case"latin1":case"binary":return A(this,t,e,r);case"base64":return M(this,t,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return E(this,t,e,r);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const k=4096;function O(t,e,r){let n="";r=Math.min(t.length,r);for(let o=e;o<r;++o)n+=String.fromCharCode(127&t[o]);return n}function T(t,e,r){let n="";r=Math.min(t.length,r);for(let o=e;o<r;++o)n+=String.fromCharCode(t[o]);return n}function P(t,e,r){const n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);let o="";for(let n=e;n<r;++n)o+=K[t[n]];return o}function B(t,e,r){const n=t.slice(e,r);let o="";for(let t=0;t<n.length-1;t+=2)o+=String.fromCharCode(n[t]+256*n[t+1]);return o}function L(t,e,r){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}function C(t,e,r,n,o,i){if(!u.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>o||e<i)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}function _(t,e,r,n,o){W(e,n,o,t,r,7);let i=Number(e&BigInt(4294967295));t[r++]=i,i>>=8,t[r++]=i,i>>=8,t[r++]=i,i>>=8,t[r++]=i;let a=Number(e>>BigInt(32)&BigInt(4294967295));return t[r++]=a,a>>=8,t[r++]=a,a>>=8,t[r++]=a,a>>=8,t[r++]=a,r}function R(t,e,r,n,o){W(e,n,o,t,r,7);let i=Number(e&BigInt(4294967295));t[r+7]=i,i>>=8,t[r+6]=i,i>>=8,t[r+5]=i,i>>=8,t[r+4]=i;let a=Number(e>>BigInt(32)&BigInt(4294967295));return t[r+3]=a,a>>=8,t[r+2]=a,a>>=8,t[r+1]=a,a>>=8,t[r]=a,r+8}function F(t,e,r,n,o,i){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function N(t,e,r,n,i){return e=+e,r>>>=0,i||F(t,0,r,4),o.write(t,e,r,n,23,4),r+4}function U(t,e,r,n,i){return e=+e,r>>>=0,i||F(t,0,r,8),o.write(t,e,r,n,52,8),r+8}u.prototype.slice=function(t,e){const r=this.length;(t=~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),(e=void 0===e?r:~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),e<t&&(e=t);const n=this.subarray(t,e);return Object.setPrototypeOf(n,u.prototype),n},u.prototype.readUintLE=u.prototype.readUIntLE=function(t,e,r){t>>>=0,e>>>=0,r||L(t,e,this.length);let n=this[t],o=1,i=0;for(;++i<e&&(o*=256);)n+=this[t+i]*o;return n},u.prototype.readUintBE=u.prototype.readUIntBE=function(t,e,r){t>>>=0,e>>>=0,r||L(t,e,this.length);let n=this[t+--e],o=1;for(;e>0&&(o*=256);)n+=this[t+--e]*o;return n},u.prototype.readUint8=u.prototype.readUInt8=function(t,e){return t>>>=0,e||L(t,1,this.length),this[t]},u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,e){return t>>>=0,e||L(t,2,this.length),this[t]|this[t+1]<<8},u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,e){return t>>>=0,e||L(t,2,this.length),this[t]<<8|this[t+1]},u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,e){return t>>>=0,e||L(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,e){return t>>>=0,e||L(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},u.prototype.readBigUInt64LE=X(function(t){G(t>>>=0,"offset");const e=this[t],r=this[t+7];void 0!==e&&void 0!==r||Z(t,this.length-8);const n=e+256*this[++t]+65536*this[++t]+this[++t]*2**24,o=this[++t]+256*this[++t]+65536*this[++t]+r*2**24;return BigInt(n)+(BigInt(o)<<BigInt(32))}),u.prototype.readBigUInt64BE=X(function(t){G(t>>>=0,"offset");const e=this[t],r=this[t+7];void 0!==e&&void 0!==r||Z(t,this.length-8);const n=e*2**24+65536*this[++t]+256*this[++t]+this[++t],o=this[++t]*2**24+65536*this[++t]+256*this[++t]+r;return(BigInt(n)<<BigInt(32))+BigInt(o)}),u.prototype.readIntLE=function(t,e,r){t>>>=0,e>>>=0,r||L(t,e,this.length);let n=this[t],o=1,i=0;for(;++i<e&&(o*=256);)n+=this[t+i]*o;return o*=128,n>=o&&(n-=Math.pow(2,8*e)),n},u.prototype.readIntBE=function(t,e,r){t>>>=0,e>>>=0,r||L(t,e,this.length);let n=e,o=1,i=this[t+--n];for(;n>0&&(o*=256);)i+=this[t+--n]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i},u.prototype.readInt8=function(t,e){return t>>>=0,e||L(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},u.prototype.readInt16LE=function(t,e){t>>>=0,e||L(t,2,this.length);const r=this[t]|this[t+1]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt16BE=function(t,e){t>>>=0,e||L(t,2,this.length);const r=this[t+1]|this[t]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt32LE=function(t,e){return t>>>=0,e||L(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},u.prototype.readInt32BE=function(t,e){return t>>>=0,e||L(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},u.prototype.readBigInt64LE=X(function(t){G(t>>>=0,"offset");const e=this[t],r=this[t+7];void 0!==e&&void 0!==r||Z(t,this.length-8);const n=this[t+4]+256*this[t+5]+65536*this[t+6]+(r<<24);return(BigInt(n)<<BigInt(32))+BigInt(e+256*this[++t]+65536*this[++t]+this[++t]*2**24)}),u.prototype.readBigInt64BE=X(function(t){G(t>>>=0,"offset");const e=this[t],r=this[t+7];void 0!==e&&void 0!==r||Z(t,this.length-8);const n=(e<<24)+65536*this[++t]+256*this[++t]+this[++t];return(BigInt(n)<<BigInt(32))+BigInt(this[++t]*2**24+65536*this[++t]+256*this[++t]+r)}),u.prototype.readFloatLE=function(t,e){return t>>>=0,e||L(t,4,this.length),o.read(this,t,!0,23,4)},u.prototype.readFloatBE=function(t,e){return t>>>=0,e||L(t,4,this.length),o.read(this,t,!1,23,4)},u.prototype.readDoubleLE=function(t,e){return t>>>=0,e||L(t,8,this.length),o.read(this,t,!0,52,8)},u.prototype.readDoubleBE=function(t,e){return t>>>=0,e||L(t,8,this.length),o.read(this,t,!1,52,8)},u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,e,r,n){t=+t,e>>>=0,r>>>=0,n||C(this,t,e,r,Math.pow(2,8*r)-1,0);let o=1,i=0;for(this[e]=255&t;++i<r&&(o*=256);)this[e+i]=t/o&255;return e+r},u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,e,r,n){t=+t,e>>>=0,r>>>=0,n||C(this,t,e,r,Math.pow(2,8*r)-1,0);let o=r-1,i=1;for(this[e+o]=255&t;--o>=0&&(i*=256);)this[e+o]=t/i&255;return e+r},u.prototype.writeUint8=u.prototype.writeUInt8=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,1,255,0),this[e]=255&t,e+1},u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,2,65535,0),this[e]=255&t,this[e+1]=t>>>8,e+2},u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=255&t,e+2},u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,4,4294967295,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t,e+4},u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,4,4294967295,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},u.prototype.writeBigUInt64LE=X(function(t,e=0){return _(this,t,e,BigInt(0),BigInt("0xffffffffffffffff"))}),u.prototype.writeBigUInt64BE=X(function(t,e=0){return R(this,t,e,BigInt(0),BigInt("0xffffffffffffffff"))}),u.prototype.writeIntLE=function(t,e,r,n){if(t=+t,e>>>=0,!n){const n=Math.pow(2,8*r-1);C(this,t,e,r,n-1,-n)}let o=0,i=1,a=0;for(this[e]=255&t;++o<r&&(i*=256);)t<0&&0===a&&0!==this[e+o-1]&&(a=1),this[e+o]=(t/i|0)-a&255;return e+r},u.prototype.writeIntBE=function(t,e,r,n){if(t=+t,e>>>=0,!n){const n=Math.pow(2,8*r-1);C(this,t,e,r,n-1,-n)}let o=r-1,i=1,a=0;for(this[e+o]=255&t;--o>=0&&(i*=256);)t<0&&0===a&&0!==this[e+o+1]&&(a=1),this[e+o]=(t/i|0)-a&255;return e+r},u.prototype.writeInt8=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=255&t,e+1},u.prototype.writeInt16LE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,2,32767,-32768),this[e]=255&t,this[e+1]=t>>>8,e+2},u.prototype.writeInt16BE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=255&t,e+2},u.prototype.writeInt32LE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,4,2147483647,-2147483648),this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},u.prototype.writeInt32BE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},u.prototype.writeBigInt64LE=X(function(t,e=0){return _(this,t,e,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),u.prototype.writeBigInt64BE=X(function(t,e=0){return R(this,t,e,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),u.prototype.writeFloatLE=function(t,e,r){return N(this,t,e,!0,r)},u.prototype.writeFloatBE=function(t,e,r){return N(this,t,e,!1,r)},u.prototype.writeDoubleLE=function(t,e,r){return U(this,t,e,!0,r)},u.prototype.writeDoubleBE=function(t,e,r){return U(this,t,e,!1,r)},u.prototype.copy=function(t,e,r,n){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(r||(r=0),n||0===n||(n=this.length),e>=t.length&&(e=t.length),e||(e=0),n>0&&n<r&&(n=r),n===r)return 0;if(0===t.length||0===this.length)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-e<n-r&&(n=t.length-e+r);const o=n-r;return this===t&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(e,r,n):Uint8Array.prototype.set.call(t,this.subarray(r,n),e),o},u.prototype.fill=function(t,e,r,n){if("string"==typeof t){if("string"==typeof e?(n=e,e=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!u.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(1===t.length){const e=t.charCodeAt(0);("utf8"===n&&e<128||"latin1"===n)&&(t=e)}}else"number"==typeof t?t&=255:"boolean"==typeof t&&(t=Number(t));if(e<0||this.length<e||this.length<r)throw new RangeError("Out of range index");if(r<=e)return this;let o;if(e>>>=0,r=void 0===r?this.length:r>>>0,t||(t=0),"number"==typeof t)for(o=e;o<r;++o)this[o]=t;else{const i=u.isBuffer(t)?t:u.from(t,n),a=i.length;if(0===a)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(o=0;o<r-e;++o)this[o+e]=i[o%a]}return this};const D={};function $(t,e,r){D[t]=class extends r{constructor(){super(),Object.defineProperty(this,"message",{value:e.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${t}]`,this.stack,delete this.name}get code(){return t}set code(t){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:t,writable:!0})}toString(){return`${this.name} [${t}]: ${this.message}`}}}function j(t){let e="",r=t.length;const n="-"===t[0]?1:0;for(;r>=n+4;r-=3)e=`_${t.slice(r-3,r)}${e}`;return`${t.slice(0,r)}${e}`}function W(t,e,r,n,o,i){if(t>r||t<e){const n="bigint"==typeof e?"n":"";let o;throw o=i>3?0===e||e===BigInt(0)?`>= 0${n} and < 2${n} ** ${8*(i+1)}${n}`:`>= -(2${n} ** ${8*(i+1)-1}${n}) and < 2 ** ${8*(i+1)-1}${n}`:`>= ${e}${n} and <= ${r}${n}`,new D.ERR_OUT_OF_RANGE("value",o,t)}!function(t,e,r){G(e,"offset"),void 0!==t[e]&&void 0!==t[e+r]||Z(e,t.length-(r+1))}(n,o,i)}function G(t,e){if("number"!=typeof t)throw new D.ERR_INVALID_ARG_TYPE(e,"number",t)}function Z(t,e,r){if(Math.floor(t)!==t)throw G(t,r),new D.ERR_OUT_OF_RANGE(r||"offset","an integer",t);if(e<0)throw new D.ERR_BUFFER_OUT_OF_BOUNDS;throw new D.ERR_OUT_OF_RANGE(r||"offset",`>= ${r?1:0} and <= ${e}`,t)}$("ERR_BUFFER_OUT_OF_BOUNDS",function(t){return t?`${t} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),$("ERR_INVALID_ARG_TYPE",function(t,e){return`The "${t}" argument must be of type number. Received type ${typeof e}`},TypeError),$("ERR_OUT_OF_RANGE",function(t,e,r){let n=`The value of "${t}" is out of range.`,o=r;return Number.isInteger(r)&&Math.abs(r)>2**32?o=j(String(r)):"bigint"==typeof r&&(o=String(r),(r>BigInt(2)**BigInt(32)||r<-(BigInt(2)**BigInt(32)))&&(o=j(o)),o+="n"),n+=` It must be ${e}. Received ${o}`,n},RangeError);const z=/[^+/0-9A-Za-z-_]/g;function J(t,e){let r;e=e||1/0;const n=t.length;let o=null;const i=[];for(let a=0;a<n;++a){if(r=t.charCodeAt(a),r>55295&&r<57344){if(!o){if(r>56319){(e-=3)>-1&&i.push(239,191,189);continue}if(a+1===n){(e-=3)>-1&&i.push(239,191,189);continue}o=r;continue}if(r<56320){(e-=3)>-1&&i.push(239,191,189),o=r;continue}r=65536+(o-55296<<10|r-56320)}else o&&(e-=3)>-1&&i.push(239,191,189);if(o=null,r<128){if((e-=1)<0)break;i.push(r)}else if(r<2048){if((e-=2)<0)break;i.push(r>>6|192,63&r|128)}else if(r<65536){if((e-=3)<0)break;i.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return i}function V(t){return n.toByteArray(function(t){if((t=(t=t.split("=")[0]).trim().replace(z,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function q(t,e,r,n){let o;for(o=0;o<n&&!(o+r>=e.length||o>=t.length);++o)e[o+r]=t[o];return o}function H(t,e){return t instanceof e||null!=t&&null!=t.constructor&&null!=t.constructor.name&&t.constructor.name===e.name}function Y(t){return t!=t}const K=function(){const t="0123456789abcdef",e=new Array(256);for(let r=0;r<16;++r){const n=16*r;for(let o=0;o<16;++o)e[n+o]=t[r]+t[o]}return e}();function X(t){return"undefined"==typeof BigInt?Q:t}function Q(){throw new Error("BigInt not supported")}},8648(t){"use strict";t.exports="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null},8968(t){"use strict";t.exports=Math.floor},9032(t,e,r){"use strict";var n=r(7244),o=r(8184),i=r(5767),a=r(5680);function s(t){return t.call.bind(t)}var u="undefined"!=typeof BigInt,c="undefined"!=typeof Symbol,l=s(Object.prototype.toString),f=s(Number.prototype.valueOf),p=s(String.prototype.valueOf),h=s(Boolean.prototype.valueOf);if(u)var y=s(BigInt.prototype.valueOf);if(c)var d=s(Symbol.prototype.valueOf);function g(t,e){if("object"!=typeof t)return!1;try{return e(t),!0}catch(t){return!1}}function m(t){return"[object Map]"===l(t)}function b(t){return"[object Set]"===l(t)}function w(t){return"[object WeakMap]"===l(t)}function S(t){return"[object WeakSet]"===l(t)}function v(t){return"[object ArrayBuffer]"===l(t)}function A(t){return"undefined"!=typeof ArrayBuffer&&(v.working?v(t):t instanceof ArrayBuffer)}function M(t){return"[object DataView]"===l(t)}function E(t){return"undefined"!=typeof DataView&&(M.working?M(t):t instanceof DataView)}e.isArgumentsObject=n,e.isGeneratorFunction=o,e.isTypedArray=a,e.isPromise=function(t){return"undefined"!=typeof Promise&&t instanceof Promise||null!==t&&"object"==typeof t&&"function"==typeof t.then&&"function"==typeof t.catch},e.isArrayBufferView=function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):a(t)||E(t)},e.isUint8Array=function(t){return"Uint8Array"===i(t)},e.isUint8ClampedArray=function(t){return"Uint8ClampedArray"===i(t)},e.isUint16Array=function(t){return"Uint16Array"===i(t)},e.isUint32Array=function(t){return"Uint32Array"===i(t)},e.isInt8Array=function(t){return"Int8Array"===i(t)},e.isInt16Array=function(t){return"Int16Array"===i(t)},e.isInt32Array=function(t){return"Int32Array"===i(t)},e.isFloat32Array=function(t){return"Float32Array"===i(t)},e.isFloat64Array=function(t){return"Float64Array"===i(t)},e.isBigInt64Array=function(t){return"BigInt64Array"===i(t)},e.isBigUint64Array=function(t){return"BigUint64Array"===i(t)},m.working="undefined"!=typeof Map&&m(new Map),e.isMap=function(t){return"undefined"!=typeof Map&&(m.working?m(t):t instanceof Map)},b.working="undefined"!=typeof Set&&b(new Set),e.isSet=function(t){return"undefined"!=typeof Set&&(b.working?b(t):t instanceof Set)},w.working="undefined"!=typeof WeakMap&&w(new WeakMap),e.isWeakMap=function(t){return"undefined"!=typeof WeakMap&&(w.working?w(t):t instanceof WeakMap)},S.working="undefined"!=typeof WeakSet&&S(new WeakSet),e.isWeakSet=function(t){return S(t)},v.working="undefined"!=typeof ArrayBuffer&&v(new ArrayBuffer),e.isArrayBuffer=A,M.working="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView&&M(new DataView(new ArrayBuffer(1),0,1)),e.isDataView=E;var x="undefined"!=typeof SharedArrayBuffer?SharedArrayBuffer:void 0;function I(t){return"[object SharedArrayBuffer]"===l(t)}function k(t){return void 0!==x&&(void 0===I.working&&(I.working=I(new x)),I.working?I(t):t instanceof x)}function O(t){return g(t,f)}function T(t){return g(t,p)}function P(t){return g(t,h)}function B(t){return u&&g(t,y)}function L(t){return c&&g(t,d)}e.isSharedArrayBuffer=k,e.isAsyncFunction=function(t){return"[object AsyncFunction]"===l(t)},e.isMapIterator=function(t){return"[object Map Iterator]"===l(t)},e.isSetIterator=function(t){return"[object Set Iterator]"===l(t)},e.isGeneratorObject=function(t){return"[object Generator]"===l(t)},e.isWebAssemblyCompiledModule=function(t){return"[object WebAssembly.Module]"===l(t)},e.isNumberObject=O,e.isStringObject=T,e.isBooleanObject=P,e.isBigIntObject=B,e.isSymbolObject=L,e.isBoxedPrimitive=function(t){return O(t)||T(t)||P(t)||B(t)||L(t)},e.isAnyArrayBuffer=function(t){return"undefined"!=typeof Uint8Array&&(A(t)||k(t))},["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(t){Object.defineProperty(e,t,{enumerable:!1,value:function(){throw new Error(t+" is not supported in userland")}})})},9092(t,e,r){"use strict";var n=r(1333);t.exports=function(){return n()&&!!Symbol.toStringTag}},9209(t,e,r){"use strict";var n=r(6578),o="undefined"==typeof globalThis?r.g:globalThis;t.exports=function(){for(var t=[],e=0;e<n.length;e++)"function"==typeof o[n[e]]&&(t[t.length]=n[e]);return t}},9236(t,e,r){t.exports=c;var n=r(537),o=r(740),i=r(2957),a=r(4263),s=r(743),u=r(1199);function c(t,e){i.call(this),this.polygons=t||[],this.srid=e,this.polygons.length>0&&(this.hasZ=this.polygons[0].hasZ,this.hasM=this.polygons[0].hasM)}n.inherits(c,i),c.Z=function(t,e){var r=new c(t,e);return r.hasZ=!0,r},c.M=function(t,e){var r=new c(t,e);return r.hasM=!0,r},c.ZM=function(t,e){var r=new c(t,e);return r.hasZ=!0,r.hasM=!0,r},c._parseWkt=function(t,e){var r=new c;if(r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"]))return r;t.expectGroupStart();do{t.expectGroupStart();var n=[],o=[];for(t.expectGroupStart(),n.push.apply(n,t.matchCoordinates(e)),t.expectGroupEnd();t.isMatch([","]);)t.expectGroupStart(),o.push(t.matchCoordinates(e)),t.expectGroupEnd();r.polygons.push(new s(n,o)),t.expectGroupEnd()}while(t.isMatch([","]));return t.expectGroupEnd(),r},c._parseWkb=function(t,e){var r=new c;r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM;for(var n=t.readUInt32(),o=0;o<n;o++)r.polygons.push(i.parse(t,e));return r},c._parseTwkb=function(t,e){var r=new c;if(r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty)return r;for(var n=new a(0,0,e.hasZ?0:void 0,e.hasM?0:void 0),o=t.readVarInt(),i=0;i<o;i++){var u=new s;u.hasZ=e.hasZ,u.hasM=e.hasM;for(var l=t.readVarInt(),f=t.readVarInt(),p=0;p<f;p++)u.exteriorRing.push(a._readTwkbPoint(t,e,n));for(p=1;p<l;p++){for(var h=[],y=t.readVarInt(),d=0;d<y;d++)h.push(a._readTwkbPoint(t,e,n));u.interiorRings.push(h)}r.polygons.push(u)}return r},c._parseGeoJSON=function(t){var e=new c;t.coordinates.length>0&&t.coordinates[0].length>0&&t.coordinates[0][0].length>0&&(e.hasZ=t.coordinates[0][0][0].length>2);for(var r=0;r<t.coordinates.length;r++)e.polygons.push(s._parseGeoJSON({coordinates:t.coordinates[r]}));return e},c.prototype.toWkt=function(){if(0===this.polygons.length)return this._getWktType(o.wkt.MultiPolygon,!0);for(var t=this._getWktType(o.wkt.MultiPolygon,!1)+"(",e=0;e<this.polygons.length;e++)t+=this.polygons[e]._toInnerWkt()+",";return(t=t.slice(0,-1))+")"},c.prototype.toWkb=function(){var t=new u(this._getWkbSize());t.writeInt8(1),this._writeWkbType(t,o.wkb.MultiPolygon),t.writeUInt32LE(this.polygons.length);for(var e=0;e<this.polygons.length;e++)t.writeBuffer(this.polygons[e].toWkb({srid:this.srid}));return t.buffer},c.prototype.toTwkb=function(){var t=new u(0,!0),e=i.getTwkbPrecision(5,0,0),r=0===this.polygons.length;if(this._writeTwkbHeader(t,o.wkb.MultiPolygon,e,r),this.polygons.length>0){t.writeVarInt(this.polygons.length);for(var n=new a(0,0,0,0),s=0;s<this.polygons.length;s++){t.writeVarInt(1+this.polygons[s].interiorRings.length),t.writeVarInt(this.polygons[s].exteriorRing.length);for(var c=0;c<this.polygons[s].exteriorRing.length;c++)this.polygons[s].exteriorRing[c]._writeTwkbPoint(t,e,n);for(c=0;c<this.polygons[s].interiorRings.length;c++){t.writeVarInt(this.polygons[s].interiorRings[c].length);for(var l=0;l<this.polygons[s].interiorRings[c].length;l++)this.polygons[s].interiorRings[c][l]._writeTwkbPoint(t,e,n)}}}return t.buffer},c.prototype._getWkbSize=function(){for(var t=9,e=0;e<this.polygons.length;e++)t+=this.polygons[e]._getWkbSize();return t},c.prototype.toGeoJSON=function(t){var e=i.prototype.toGeoJSON.call(this,t);e.type=o.geoJSON.MultiPolygon,e.coordinates=[];for(var r=0;r<this.polygons.length;r++)e.coordinates.push(this.polygons[r].toGeoJSON().coordinates);return e}},9290(t){"use strict";t.exports=RangeError},9353(t){"use strict";var e=Object.prototype.toString,r=Math.max,n=function(t,e){for(var r=[],n=0;n<t.length;n+=1)r[n]=t[n];for(var o=0;o<e.length;o+=1)r[o+t.length]=e[o];return r};t.exports=function(t){var o=this;if("function"!=typeof o||"[object Function]"!==e.apply(o))throw new TypeError("Function.prototype.bind called on incompatible "+o);for(var i,a=function(t){for(var e=[],r=1,n=0;r<t.length;r+=1,n+=1)e[n]=t[r];return e}(arguments),s=r(0,o.length-a.length),u=[],c=0;c<s;c++)u[c]="$"+c;if(i=Function("binder","return function ("+function(t){for(var e="",r=0;r<t.length;r+=1)e+=t[r],r+1<t.length&&(e+=",");return e}(u)+"){ return binder.apply(this,arguments); }")(function(){if(this instanceof i){var e=o.apply(this,n(a,arguments));return Object(e)===e?e:this}return o.apply(t,n(a,arguments))}),o.prototype){var l=function(){};l.prototype=o.prototype,i.prototype=new l,l.prototype=null}return i}},9383(t){"use strict";t.exports=Error},9538(t){"use strict";t.exports=ReferenceError},9600(t){"use strict";var e,r,n=Function.prototype.toString,o="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof o&&"function"==typeof Object.defineProperty)try{e=Object.defineProperty({},"length",{get:function(){throw r}}),r={},o(function(){throw 42},null,e)}catch(t){t!==r&&(o=null)}else o=null;var i=/^\s*class\b/,a=function(t){try{var e=n.call(t);return i.test(e)}catch(t){return!1}},s=function(t){try{return!a(t)&&(n.call(t),!0)}catch(t){return!1}},u=Object.prototype.toString,c="function"==typeof Symbol&&!!Symbol.toStringTag,l=!(0 in[,]),f=function(){return!1};if("object"==typeof document){var p=document.all;u.call(p)===u.call(document.all)&&(f=function(t){if((l||!t)&&(void 0===t||"object"==typeof t))try{var e=u.call(t);return("[object HTMLAllCollection]"===e||"[object HTML document.all class]"===e||"[object HTMLCollection]"===e||"[object Object]"===e)&&null==t("")}catch(t){}return!1})}t.exports=o?function(t){if(f(t))return!0;if(!t)return!1;if("function"!=typeof t&&"object"!=typeof t)return!1;try{o(t,null,e)}catch(t){if(t!==r)return!1}return!a(t)&&s(t)}:function(t){if(f(t))return!0;if(!t)return!1;if("function"!=typeof t&&"object"!=typeof t)return!1;if(c)return s(t);if(a(t))return!1;var e=u.call(t);return!("[object Function]"!==e&&"[object GeneratorFunction]"!==e&&!/^\[object HTML/.test(e))&&s(t)}},9612(t){"use strict";t.exports=Object},9675(t){"use strict";t.exports=TypeError},9721(t,e,r){"use strict";var n=r(6556),o=r(4035),i=n("RegExp.prototype.exec"),a=r(9675);t.exports=function(t){if(!o(t))throw new a("`regex` must be a RegExp");return function(e){return null!==i(t,e)}}},9957(t,e,r){"use strict";var n=Function.prototype.call,o=Object.prototype.hasOwnProperty,i=r(6743);t.exports=i.call(n,o)}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={exports:{}};return t[n](i,i.exports,r),i.exports}r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};return(()=>{"use strict";r.r(n),r.d(n,{echartAccesosBarYear:()=>z,echartAccesosGaugeMonth:()=>V,echartAccesosGaugeYear:()=>H,echartAccesosLineMonth:()=>K,echartAcessosAnellCiclista:()=>W,echartAnellBarYear:()=>Z,echartAnellCiclista:()=>G,echartAnellGaugeMonth:()=>J,echartAnellGaugeYear:()=>q,echartAnellLineMonth:()=>Y,echartIntensidadAnualCiclista:()=>ut,echartIntensidadDiarialCiclista:()=>lt,echartIntensidadMensualCiclista:()=>ct,echartIntensidadRealTimeCiclista:()=>ft,echartPuntosMedidaBicis:()=>it,mapPuntosMedidaBicis:()=>ot,setDOMData:()=>dt,tramosBicis:()=>gt});var t=r(2725);const e="ca_ES",o="8%",i="2.5%",a="5%",s="18%",u="20%",c="10%",l="90%",f="1%",p="0%",h=["#9c89b8","#4ea8de","#05668d","#ffbf69","#e56b6f","#83c5be","#02c39a","#ee9b00","#cdb4db","#ffadad","#ce4257","#b7b7a4"],y=33,d=[39.46975,-.37739],g=27,m=30;function b(t){let e=navigator.language||navigator.userLanguage;e=e.length<=2?`${e}-${e.toUpperCase()}`:e;const r={minimumFractionDigits:0,maximumFractionDigits:2};return"es-ES"===e?t.toLocaleString("de-DE",r):t.toLocaleString(e,r)}function w(t){return 100*(1-17/t)}function S(t,e=!1){let r=`<p>${t[0].name}</p>`;return t.forEach(t=>{const n=e?Math.round(t.data):t.data,o=`<div>${i=t.color,`<span style="display:inline-block;margin-right:5px;border-radius:10px;width:9px;height:9px;background-color:${i}"></span>`} ${t.seriesName}: <strong style="float: right; margin-left:20px">${t.data?b(n):"-"}</strong></div>`;var i;r+=o}),r}function v(t){return b(t)}function A(t){return{1:"GENER",2:"FEBRER",3:"MARÇ",4:"ABRIL",5:"MAIG",6:"JUNY",7:"JULIO",8:"AGOST",9:"SETEMBRE",10:"OCTUBRE",11:"NOVEMBRE",12:"DESEMBRE"}[t]}function M(t,e){const r=t?document.querySelector(t):null,n=e?document.querySelector(e):null;r&&(r.hidden=!0),n&&(n.style.background="url('./build/images/nodata1.png') no-repeat top center",n.hidden=!1)}function E(t,e){const r=t?document.querySelector(t):null,n=e?document.querySelector(e):null;r&&(r.hidden=!0),n&&(n.style.background="#ffffff",n.hidden=!1)}function x(t,e){return t.reduce((t,r)=>{const n=r[e];return t[n]||(t[n]=[]),t[n].push(r),t},{})}function I(t,e,r=1){const n=Math.max(...t.map(t=>t[e]))*r;return 5e3*Math.ceil(n/5e3)}function k(t){return Math.round(document.getElementById(t).offsetWidth/y)}function O(t,e,r,n,o="",c="total",f=0,p=1,y=2,d=h){if(0===r.length)M(`#${t}`,`#${e}`);else{E(`#${e}`,`#${t}`);const h=[];let g=x(r,f);const m=new Set(r.map(t=>t[p])),A=Object.keys(g);m.forEach(t=>{A.forEach(e=>{void 0===g[e].find(e=>e[p]===t)&&(g[e].push([g[e][0][f],t,void 0]),g[e][0][1].length>4?g[e].sort((t,e)=>{const[r,n]=t[1].split("/"),[o,i]=e[1].split("/"),a=new Date(n,r-1,1),s=new Date(i,o-1,1);return a.getTime()-s.getTime()}):g[e].sort())})});const M=Object.entries(g).sort((t,e)=>t[0].localeCompare(e[0])),I=""===c?90:0;g=Object.fromEntries(M),Object.keys(g).forEach(t=>{h.push({name:t,type:"bar",stack:c,label:{show:!0,fontFamily:"Montserrat",rotate:I,formatter:t=>b(Math.round(t.value))},emphasis:{focus:"series"},data:g[t].map(t=>t[y])})});const k=""!==c?w(m.size):100*(1-7/m.size);U(t,{color:d,title:{text:o,left:"center",top:"top",textStyle:{fontSize:20,fontFamily:"Montserrat",fontWeight:600,color:"#666"}},tooltip:{trigger:"axis",axisPointer:{type:"shadow"},textStyle:{fontFamily:"Montserrat"},formatter:t=>S(t,!0)},legend:{padding:40,textStyle:{fontFamily:"Montserrat"}},grid:{left:i,right:a,bottom:s,top:u,heigh:l,containLabel:!0},yAxis:{type:"value",splitNumber:4,name:n,nameLocation:"end",nameTextStyle:{fontWeight:"bold",fontFamily:"Montserrat",color:"#666"},axisLabel:{formatter:v,textStyle:{fontSize:8,fontFamily:"Montserrat",color:"#666"}}},xAxis:{type:"category",data:[...m],axisLabel:{textStyle:{fontFamily:"Montserrat"}}},series:h,toolbox:{show:!0,feature:{restore:{title:"Restablir"},saveAsImage:{title:"Desar"}},right:50},dataZoom:[{show:!0,data:[...m],start:k,end:100,borderColor:"#eee",fillerColor:"rgba(0,0,0,.05)",textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#333",textBorderColor:"#fff",textBorderWidth:3,fontWeight:"600"},selectedDataBackground:{lineStyle:{color:"#333"},areaStyle:{color:"#ffcd00"}},dataBackground:{backgroundColor:"rgba(0,0,0,1)",lineStyle:{color:"#333"},areaStyle:{color:"rgba(0,0,0,0.5)"}},handleStyle:{color:"rgba(0,0,0,0.2)"},moveHandleStyle:{color:"rgba(0,0,0,0.3)"},emphasis:{handleStyle:{color:"rgba(255,205,0,1)"},moveHandleStyle:{color:"rgba(255,205,0,1)"}}}]})}}function T(t,e,r,n,o,i,a){if(0===o.length)M(`#${t}`,`#${r}`),M(`#${e}`,`#${n}`);else{E(`#${r}`,`#${t}`),E(`#${n}`,`#${e}`);const s=0,u=2,c=function(t,e){const r=I(t,e,1.1);let n=50,o=180;r>9999999&&(n=65,o=95);const i=x(t,1);let[a,s]=Object.values(i);return Object.values(i).slice(1).forEach(t=>{s=t}),[s,a,i,r,n,o]}(o,u),l=c[0],f=c[1],p=c[2],h=c[3],y=c[5],d=k(t),g=F(l,u,s,y,d),m=F(f,u,s,y,d);U(t,_(`${i}${A(String(Object.keys(p)[1]))}`,h,g,d)),U(e,_(`${a}${A(String(Object.keys(p)[0]))}`,h,m,d))}}function P(t,e,r,n){0===r.length?M(`#${t}`,`#${e}`):E(`#${e}`,`#${t}`);const o=I(r,1,1.1),i=k(t);let a=180;o>9999999&&(a=95);const s=F(r,1,0,a,i);U(t,_(`${n} ${r[0][2]}`,o,s,i))}function B(t,e){const r=`<span style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:${t.color};"></span>`;let n=`${t.name} : `;return n+=`<span style="font-weight:bold">${b(t.value)}</span>`,e&&(n+=`<span> (${t.percent}%)</span>`),r+n}function C(t,e,r,n){return{tooltip:{trigger:"item",formatter:t=>B(t,!1),textStyle:{fontSize:13.5,fontFamily:"Montserrat",fontWeight:400,color:"#333"}},title:{text:e,left:"center",top:"40%",textStyle:{fontSize:13.5,fontFamily:"Montserrat",fontWeight:400,color:"#333"}},legend:{left:"center",bottom:"0%",textStyle:{fontSize:10,fontFamily:"Montserrat",fontWeight:400,color:"#333"}},series:[{top:"0%",bottom:"15%",type:"pie",radius:r||["65%","75%"],avoidLabelOverlap:!1,itemStyle:{borderRadius:5,borderColor:"#f1f1f1",borderWidth:1},label:{show:!1,position:"center",textStyle:{fontSize:20,fontFamily:"Montserrat",fontWeight:400,color:"#333"}},emphasis:{label:{show:!1,fontSize:20}},labelLine:{show:!1},color:n||["#fcb9b2","#ffd97d","#64a6bd","#98c9a3","#ff9b85"],data:t}]}}function _(t,e,r,n){return{color:h,title:{text:t,left:"center",top:"top",padding:10,textStyle:{fontSize:n,fontFamily:"Montserrat",fontWeight:600,color:"#666"}},tooltip:{show:!0,textStyle:{fontFamily:"Montserrat"},formatter:t=>B(t,!1)},splitNumber:3,series:{type:"gauge",max:e,startAngle:-180,endAngle:0,splitNumber:2,pointer:{show:!1,icon:"roundRect"},progress:{show:!0,overlap:!1,roundCap:!0,clip:!0,itemStyle:{borderWidth:1,borderColor:"#464646"}},axisLine:{lineStyle:{width:60}},splitLine:{show:!0,distance:10,length:10},axisTick:{show:!0,splitNumber:5},axisLabel:{show:!0,distance:70,formatter:t=>b(Math.round(t)),fontFamily:"Montserrat",color:"#666"},data:r,detail:{fontSize:n/1.2,color:"inherit",formatter:t=>b(Math.round(t))}},toolbox:{show:!0,feature:{saveAsImage:{title:"Desar"}},right:g,top:m}}}function R(t){if(t.length>=29){const e=t.split(" ");let r="",n="";for(const t of e)`${r} ${t}`.length<=29?r+=(r?" ":"")+t:(n+=`${r}\n`,r=t);return n+=r,n}return t}function F(t,e,r,n,o){let i=20,a=35,s=-190,u=n;t.length<=2&&(s=-140,u+=100,i=25,a=42);const c=h.slice(),l=[];for(let n=0;n<t.length;n+=1)l.push({value:t[n][e],name:R(t[n][r]),color:c.shift(),title:{offsetCenter:[String(s),`${String(i)}%`],fontFamily:"Montserrat",fontSize:o-3},detail:{offsetCenter:[String(s),`${String(a)}%`],fontFamily:"Montserrat"}}),s+=u,(n+1)%3==0&&(a+=30,i+=30,s=-190);return l}function N(t,e,r=!1){const{resultset:n}={resultset:t},o=new Set,i=new Set,a=e,s=n.map(([t,e,n])=>{const a=r?Math.round(n):n;return o.add(t),i.add(e),{day:e,type:t,value:a}}),u=Array.from(i.values()),c=Array.from(o.values());return c.sort((t,e)=>t.toLowerCase().localeCompare(e.toLowerCase(),"es",{ignorePunctuation:!0})),[c.map(t=>{const e=s.filter(e=>e.type===t).map(({day:e,value:r})=>[e,t,r]),r=u.map(t=>{const r=e.find(([e])=>e===t);return r?r[2]:null});return{name:t,type:"line",symbol:"circle",color:a.shift(),symbolSize:6,smooth:!1,data:r}}),i,c]}function U(t,e){const r=document.getElementById(t);if(!r)return console.error(`No se pudo encontrar el elemento con ID ${t}.`),null;const n=echarts.init(r);return n.setOption(e,!0),$(window).on("resize",()=>{null!=n&&void 0!==n&&n.resize()}),n}function D(t){return 100*(t-120)/t}function j(t,e,r,n,y,d,g,m,b=!1,A=!1,x=void 0,I=!0,k=h.slice(),O=!1,T=void 0,P=void 0){const B=t.resultset||t;if(0===B.length)M(`#${d}`,`#${g}`),m&&M(`#${m}`,`#${g}`);else{E(`#${g}`,`#${d}`),m&&E(`#${g}`,`#${m}`);const t=N(B,k,O),h=t[0],M=t[1],C=t[2],_=I?C:null,R=A?(L=M,Array.from(L.values()).map(t=>{const[e,r]=t.split("/");return function(t){const e=t.slice(0,2);return`${t.slice(3,5)}/${e}`}(t)})):Array.from(M.values());void 0===x&&(x=b?w(M.size):D(M.size)),U(d,function(t,e,r,n,h,y,d,g=5,m="",b=h,w=100,A,M,E){return{title:{text:m,left:"center",top:"top",textStyle:{fontSize:20,fontFamily:"Montserrat",fontWeight:600,color:"#666"}},tooltip:{trigger:"axis",show:!0,formatter:t=>S(t),textStyle:{fontFamily:"Montserrat"}},legend:e?{type:"plain",data:e,textStyle:{fontFamily:"Montserrat"},top:M||o,selected:A}:null,grid:{left:i,right:a,bottom:s,top:e?M?"30%":u:c,heigh:l,containLabel:!0},xAxis:{type:"category",data:r,boundaryGap:!1,splitLine:{show:!1},axisLabel:{textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#666"}}},yAxis:{name:n,nameLocation:"end",nameTextStyle:{fontFamily:"Montserrat",fontWeight:"bold",padding:[0,0,0,d]},type:"value",scale:!0,min:E,axisLabel:{margin:g,formatter:v,textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#666"}}},series:t,dataZoom:[{show:y,data:r,start:b,end:w,borderColor:"#eee",fillerColor:"rgba(0,0,0,.05)",textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#333",textBorderColor:"#fff",textBorderWidth:3,fontWeight:"600"},selectedDataBackground:{lineStyle:{color:"#333"},areaStyle:{color:"#ffcd00"}},dataBackground:{backgroundColor:"rgba(0,0,0,1)",lineStyle:{color:"#333"},areaStyle:{color:"rgba(0,0,0,0.5)"}},handleStyle:{color:"rgba(0,0,0,0.2)"},moveHandleStyle:{color:"rgba(0,0,0,0.3)"},emphasis:{handleStyle:{color:"rgba(255,205,0,1)"},moveHandleStyle:{color:"rgba(255,205,0,1)"}}}],toolbox:{show:y,feature:{restore:{title:"Restablir"},saveAsImage:{title:"Desar"}},right:f,top:p}}}(h,_,R,y,x,e,r,void 0,n,void 0,void 0,void 0,T,P))}var L}function W(e,r){const n=h.slice(),o=N(r.resultset||r,n,!1),i=o[1],a=Array.from(i.values()),s=o[2],u=D(i.size),c=(0,t.resultsetWithFields)(r),l=(0,t.configureDataValidate)(c,o[0],["KpiValid-30-Trafico-Bicicletas-Accesos-Anillo","KpiValid-365-Trafico-Bicicletas-Accesos-Anillo"],["Kpi-Trafico-Bicicletas-Accesos-Anillo"]),f={title:{text:"TRÀNSIT CICLISTA: ACCESSOS ANELL CICLISTA"},legend:{show:!0,data:s},xAxis:{type:"category",data:a},yAxis:{name:"Bicicletes",axisLabel:{formatter:v}},dataZoom:{show:!0,data:a,start:u},toolbox:{show:!0}};(0,t.configureLinesChartValidates)("chartAccessosAnellCiclista",l,f)}function G(e,r){const n=h.slice(),o=N(r.resultset||r,n,!1),i=o[1],a=Array.from(i.values()),s=o[2],u=D(i.size),c=(0,t.resultsetWithFields)(r),l=(0,t.configureDataValidate)(c,o[0],["KpiValid-30-Trafico-Bicicletas-Anillo","KpiValid-365-Trafico-Bicicletas-Anillo"],["Kpi-Trafico-Bicicletas-Anillo"]),f={title:{text:"TRÀNSIT CICLISTA: ANELL CICLISTA"},legend:{show:!0,data:s},xAxis:{type:"category",data:a},yAxis:{name:"Bicicletes",axisLabel:{formatter:v}},dataZoom:{show:!0,data:a,start:u},toolbox:{show:!0}};(0,t.configureLinesChartValidates)("chartAnellCiclista",l,f)}function Z(t,e){O("chartAnellBar","no_dataAnellBar",e.resultset,"Bicicletes","ANELL CICLISTA: HISTÒRIC ANUAL","")}function z(t,e){O("chartAccessosAnellBar","no_dataAccessosAnellBar",e.resultset,"Bicicletes","ACCESSOS ANELL CICLISTA: HISTÒRIC ANUAL","")}function J(t,e){T("chartAnellMesActual","chartAnellMesAnterior","no_dataAnellMesActual","no_dataAnellMesAnterior",e.resultset,"ANELL CICLISTA: EVOLUCIÓ ","ANELL CICLISTA: EVOLUCIÓ ")}function V(t,e){document.querySelector("#tabAccessosAnellCiclista").addEventListener("click",()=>{requestAnimationFrame(()=>{T("chartAccessosAnellMesActual","chartAccessosAnellMesAnterior","no_dataAccessosAnellMesActual","no_dataAccessosAnellMesAnterior",e.resultset,"ACCESSOS ANELL CICLISTA: EVOLUCIÓ ","ACCESSOS ANELL CICLISTA: EVOLUCIÓ ")})})}function q(t,e){P("chartAnellGaugeYear","no_dataAnellGaugeYear",e.resultset,"ANELL CICLISTA: EVOLUCIÓ ANY")}function H(t,e){document.querySelector("#tabAccessosAnellCiclista").addEventListener("click",()=>{requestAnimationFrame(()=>{P("chartAccessosAnellGaugeYear","no_dataAcessosAnellGaugeYear",e.resultset,"ACCESSOS ANELL CICLISTA: EVOLUCIÓ ANY")})})}function Y(t,e){j(e,!0,1,"ANELL CICLISTA: HISTÒRIC MENSUAL","Bicicletes","chartAnellLineMonth","no_dataAnellLineMonth",void 0,!0)}function K(t,e){j(e,!0,1,"ACCESSOS ANELL CICLISTA: HISTÒRIC MENSUAL","Bicicletes","chartAccessosAnellLineMonth","no_dataAccessosAnellLineMonth",void 0,!0)}var X=r(8287),Q=r(543);let tt;function et(t,e=0,r=1,n=2){const o={type:"FeatureCollection",features:[]},i=[],a=new Set;return t.forEach(t=>{const e=t[n];e&&!a.has(e)&&(a.add(e),i.push(t))}),i.forEach(t=>{const i=Q.Geometry.parse(X.hp.from(t[n],"hex")),a={type:"Feature",properties:{objectoId:t[e],address:t[r]},geometry:i.toGeoJSON()};o.features.push(a)}),o}function rt(t,e,r,n,o,i){function a(t){return{iconUrl:(e=t,`${document.documentURI.split("%3A")[0]}%3A${document.documentURI.split("%3A")[1]}%3A${document.documentURI.split("%3A")[2]}%3A${document.documentURI.split("%3A")[3]}%3A${e}`),iconSize:[34,34],shadowSize:[50,64],iconAnchor:[17,17],shadowAnchor:[4,62],popupAnchor:[-3,-76]};var e}const s=L.icon(a(r)),u=L.icon(a(n));L.geoJSON(e,{onEachFeature:function(a,s){a.properties&&a.properties.address&&s.on("click",()=>{o.elementExist(a.properties.objectoId)?o.deleteElementOfList(a.properties.objectoId):o.listOfselectedElements.push(a.properties.objectoId),i&&Dashboards.fireChange(i,o.listOfselectedElements),rt(t,e,r,n,o,i)})},pointToLayer(t,e){let r=s;return o.elementExist(t.properties.objectoId)&&(r=u),L.marker(e,{icon:r})}}).addTo(t)}function nt(t,e,r,n,o="myMap",i=5,a=20,s=13){const u=L.map(o).setView([39.46975,-.37739],s),c=L.tileLayer("https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",{attribution:'&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors &copy; <a href="https://carto.com/attributions">CARTO</a>',subdomains:"abcd",maxZoom:20});u.setMinZoom(i),u.setMaxZoom(a),c.addTo(u),rt(u,t,e,r,{listOfselectedElements:[],elementExist(t){return this.listOfselectedElements.includes(t)},deleteElementOfList(t){const e=this.listOfselectedElements.indexOf(t);e>-1&&this.listOfselectedElements.splice(e,1)}},n)}function ot(t,e){document.querySelector("#tabPuntsMesuraCiclista").addEventListener("click",()=>{requestAnimationFrame(()=>{nt(et(e.resultset,0,1,3),"build/images/mapas/marker-icon-bicis.svg/content","build/images/mapas/marker-icon-selected-bicis.svg/content","puntoMedidaLaneId","idMapPuntsMesuraCiclista",5,20,14)})})}function it(t,e){j(e,!0,-6,"TRÀNSIT CICLISTA: PUNTS DE MESURA CICLISTA","Bicicletes","chartPuntsMesuraCiclista","no_dataPuntsMesuraCiclista")}function at(t,e){return{title:{text:t,padding:20,textStyle:{fontSize:16}},yAxis:{data:e.map(t=>t[0])},label:{show:!0,position:[15,"35%"],formatter:"{b}",fontSize:10,align:"left",color:"#000"},grid:{top:"20%"},series:[{data:e.map(t=>t[1]),itemStyle:{color:t=>["#B7C258","#A3BF62","#8EBC6D","#7AB877","#65B581","#50B28B"][t.dataIndex]}}]}}const st={es_ES:new Map([["graficaUmbral","Vehiculos / hora"],["graficaIntensidadMensual","Mayor intensidad mensual"],["graficaIntensidadAnual","Mayor intensidad anual"]]),ca_ES:new Map([["graficaUmbral","Vehicles / hora"],["graficaIntensidadMensual","Major intensitat mensual"],["graficaIntensidadAnual","Major intensitat anual"]])};function ut(r,n){const o=at(st[e].get("graficaIntensidadAnual"),n.resultset.reverse().map(t=>[t[0],t[1]]));(0,t.initBarChart)("chartIntensidadAnualCiclista",o)}function ct(r,n){const o=at(st[e].get("graficaIntensidadMensual"),n.resultset.reverse().map(t=>[t[0],t[1]]));(0,t.initBarChart)("chartIntensidadMensualCiclista",o)}function lt(t,e){U("chartIntensidadDiarialCiclista",C(e.resultset.map(([t,e])=>({name:t,value:e})),"Major intensitat diària",void 0,["#4EA8DE","#FFBF69","#83C5BE","#E56B6F","#CDB4DB"]))}function ft(t,e){U("chartIntensidadRealTimeCiclista",C(e.resultset.map(([t,e])=>({name:t,value:e})),"Major intensitat darrera hora"))}const pt={weight:5,color:"#ADB4B7",opacity:1,fillColor:"#ADB4B7"},ht={weight:5,color:"#9D8BB8",opacity:1,fillColor:"#9D8BB8"},yt=t=>{U("graficaRT",{series:[{type:"gauge",center:["50%","50%"],startAngle:200,endAngle:-20,min:0,max:100,splitNumber:0,progress:{show:!1,width:5,itemStyle:{color:"#666"}},axisLine:{lineStyle:{width:18}},axisTick:{show:!1},splitLine:{length:15,lineStyle:{width:2,color:"#999"}},axisLabel:{distance:25,color:"#999",fontSize:20,show:!1},anchor:{show:!0,showAbove:!0,size:25,itemStyle:{borderWidth:10},show:!1},pointer:{show:!0,icon:"path://M12.8,0.7l12,40.1H0.7L12.8,0.7z",length:"12%",width:20,offsetCenter:[0,"-40%"],itemStyle:{color:"#ccc"}},axisLine:{lineStyle:{width:35,color:[[.2,"#e56b6f"],[.5,"#ffbf69"],[1,"#a1c483"]]}},axisTick:{show:!1},splitLine:{show:!1},axisLabel:{show:!1},title:{show:!0,offsetCenter:[0,"45%"],textStyle:{color:"#000",fontStyle:"normal",fontWeight:"400",fontFamily:"Montserrat",fontSize:15}},detail:{fontSize:30,offsetCenter:[0,"90%"],valueAnimation:!0,color:"#666",textStyle:{color:"#000",fontStyle:"normal",fontWeight:"400",fontFamily:"Montserrat",fontSize:35}},data:[{value:t,name:st[e].get("graficaUmbral")}]}]})};function dt(t,e){const r=document.querySelector("#textoNombreTramo"),n=document.querySelector("#textoHoraActualizacion"),o=document.querySelector("#textoFechaActualizacion"),i=document.querySelector("#dataDia"),a=document.querySelector("#dataMes"),s=document.querySelector("#dataAnyo"),u=t.filter(t=>t[1].includes("daily")).map(t=>b(Math.round(t[3]))),c=t.filter(t=>t[1].includes("monthly")).map(t=>b(Math.round(t[3]))),l=t.filter(t=>t[1].includes("annual")).map(t=>b(Math.round(t[3]))),f=t.filter(t=>t[1].includes("rt")).map(t=>({intensidad:b(Math.round(t[3])),fecha:t[5]}));r.textContent=e,i.textContent=u,a.textContent=c,s.textContent=l,yt(f[0].intensidad),n.textContent=function(t){const e=t.toString().match(/(\d{2}:\d{2})/);return e?e[1]:null}(new Date(f[0].fecha)),o.textContent=function(t){let e=t.getUTCDate().toString();1===e.length&&(e=`0${e}`);let r=(t.getMonth()+1).toString();return 1===r.length&&(r=`0${r}`),`${e}/${r}/${t.getFullYear().toString()}`}(new Date(f[0].fecha))}function gt(t,e){const r=function(t){const e=t.map(t=>t[3]),r=Math.max(...e);return t.filter(t=>t[3]===r).flat()[2]}(e.resultset);document.querySelector("#tabIntensidadCiclista").addEventListener("click",()=>{const t=[];e.resultset.forEach(e=>{const r=function(t,e){const r=t.match(/_f\d{1,2}/);return r?e+r[0]:""}(e[1],e[2]);e.push(r),t.push(e)}),dt(e.resultset.filter(t=>t[2]===r),r);const n={id:6,addres:2,location:4},o={minZoom:5,maxZoom:20,initialZoom:14},i={unselected:pt,selected:ht};requestAnimationFrame(()=>{!function(t,e,r,n,o,i,a,s=!1){const u=et(r,e.id,e.addres,e.location),c=L.map(t).setView(d,a?a.initialZoom:13),l=L.tileLayer("https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",{attribution:'&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors &copy; <a href="https://carto.com/attributions">CARTO</a>',subdomains:"abcd",maxZoom:20});c.setMinZoom(a?a.minZoom:5),c.setMaxZoom(a?a.maxZoom:20),l.addTo(c),function(t,e,r,n,o,i,a,s){L.geoJSON(e,{onEachFeature(t,e){t.properties.address===a&&(tt=e),function(t,e,r,n,o){const i=r.properties.address,a=r.properties.objectoId;r.properties&&i&&n.on("click",()=>{const r=t.filter(t=>t[e.id]===a);o(r,i)})}(r,n,t,e,s),function(t,e,r,n){const o=t.properties.address;r&&(e.on("mouseover",()=>{e.bindPopup(o).openPopup()}),e.on("mouseout",()=>{e.closePopup()})),e.on("click",()=>{tt?(tt.setStyle(n.unselected),e.setStyle(n.selected)):e.setStyle(n.selected),tt=e})}(t,e,o,i)},style:t=>t.properties.address===a?i.selected:i.unselected}).addTo(t)}(c,u,r,e,s,n,o,i)}("mapBicis",n,e.resultset,i,r,dt,o,!0)})})}})(),n})());
2
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ciclista=e():t.ciclista=e()}(self,()=>(()=>{var t={41(t,e,r){"use strict";var n=r(655),o=r(8068),i=r(9675),a=r(5795);t.exports=function(t,e,r){if(!t||"object"!=typeof t&&"function"!=typeof t)throw new i("`obj` must be an object or a function`");if("string"!=typeof e&&"symbol"!=typeof e)throw new i("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new i("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new i("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new i("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new i("`loose`, if provided, must be a boolean");var s=arguments.length>3?arguments[3]:null,u=arguments.length>4?arguments[4]:null,c=arguments.length>5?arguments[5]:null,l=arguments.length>6&&arguments[6],f=!!a&&a(t,e);if(n)n(t,e,{configurable:null===c&&f?f.configurable:!c,enumerable:null===s&&f?f.enumerable:!s,value:r,writable:null===u&&f?f.writable:!u});else{if(!l&&(s||u||c))throw new o("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");t[e]=r}}},76(t){"use strict";t.exports=Function.prototype.call},251(t,e){e.read=function(t,e,r,n,o){var i,a,s=8*o-n-1,u=(1<<s)-1,c=u>>1,l=-7,f=r?o-1:0,p=r?-1:1,h=t[e+f];for(f+=p,i=h&(1<<-l)-1,h>>=-l,l+=s;l>0;i=256*i+t[e+f],f+=p,l-=8);for(a=i&(1<<-l)-1,i>>=-l,l+=n;l>0;a=256*a+t[e+f],f+=p,l-=8);if(0===i)i=1-c;else{if(i===u)return a?NaN:1/0*(h?-1:1);a+=Math.pow(2,n),i-=c}return(h?-1:1)*a*Math.pow(2,i-n)},e.write=function(t,e,r,n,o,i){var a,s,u,c=8*i-o-1,l=(1<<c)-1,f=l>>1,p=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,h=n?0:i-1,y=n?1:-1,d=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,a=l):(a=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-a))<1&&(a--,u*=2),(e+=a+f>=1?p/u:p*Math.pow(2,1-f))*u>=2&&(a++,u/=2),a+f>=l?(s=0,a=l):a+f>=1?(s=(e*u-1)*Math.pow(2,o),a+=f):(s=e*Math.pow(2,f-1)*Math.pow(2,o),a=0));o>=8;t[r+h]=255&s,h+=y,s/=256,o-=8);for(a=a<<o|s,c+=o;c>0;t[r+h]=255&a,h+=y,a/=256,c-=8);t[r+h-y]|=128*d}},350(t,e,r){t.exports=u;var n=r(537),o=r(2957),i=r(740),a=r(4263),s=r(1199);function u(t,e){o.call(this),this.points=t||[],this.srid=e,this.points.length>0&&(this.hasZ=this.points[0].hasZ,this.hasM=this.points[0].hasM)}n.inherits(u,o),u.Z=function(t,e){var r=new u(t,e);return r.hasZ=!0,r},u.M=function(t,e){var r=new u(t,e);return r.hasM=!0,r},u.ZM=function(t,e){var r=new u(t,e);return r.hasZ=!0,r.hasM=!0,r},u._parseWkt=function(t,e){var r=new u;return r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"])||(t.expectGroupStart(),r.points.push.apply(r.points,t.matchCoordinates(e)),t.expectGroupEnd()),r},u._parseWkb=function(t,e){var r=new u;r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM;for(var n=t.readUInt32(),o=0;o<n;o++)r.points.push(a._readWkbPoint(t,e));return r},u._parseTwkb=function(t,e){var r=new u;if(r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty)return r;for(var n=new a(0,0,e.hasZ?0:void 0,e.hasM?0:void 0),o=t.readVarInt(),i=0;i<o;i++)r.points.push(a._readTwkbPoint(t,e,n));return r},u._parseGeoJSON=function(t){var e=new u;t.coordinates.length>0&&(e.hasZ=t.coordinates[0].length>2);for(var r=0;r<t.coordinates.length;r++)e.points.push(a._readGeoJSONPoint(t.coordinates[r]));return e},u.prototype.toWkt=function(){return 0===this.points.length?this._getWktType(i.wkt.LineString,!0):this._getWktType(i.wkt.LineString,!1)+this._toInnerWkt()},u.prototype._toInnerWkt=function(){for(var t="(",e=0;e<this.points.length;e++)t+=this._getWktCoordinate(this.points[e])+",";return(t=t.slice(0,-1))+")"},u.prototype.toWkb=function(t){var e=new s(this._getWkbSize());e.writeInt8(1),this._writeWkbType(e,i.wkb.LineString,t),e.writeUInt32LE(this.points.length);for(var r=0;r<this.points.length;r++)this.points[r]._writeWkbPoint(e);return e.buffer},u.prototype.toTwkb=function(){var t=new s(0,!0),e=o.getTwkbPrecision(5,0,0),r=0===this.points.length;if(this._writeTwkbHeader(t,i.wkb.LineString,e,r),this.points.length>0){t.writeVarInt(this.points.length);for(var n=new a(0,0,0,0),u=0;u<this.points.length;u++)this.points[u]._writeTwkbPoint(t,e,n)}return t.buffer},u.prototype._getWkbSize=function(){var t=16;return this.hasZ&&(t+=8),this.hasM&&(t+=8),9+this.points.length*t},u.prototype.toGeoJSON=function(t){var e=o.prototype.toGeoJSON.call(this,t);e.type=i.geoJSON.LineString,e.coordinates=[];for(var r=0;r<this.points.length;r++)this.hasZ?e.coordinates.push([this.points[r].x,this.points[r].y,this.points[r].z]):e.coordinates.push([this.points[r].x,this.points[r].y]);return e}},414(t){"use strict";t.exports=Math.round},453(t,e,r){"use strict";var n,o=r(9612),i=r(9383),a=r(1237),s=r(9290),u=r(9538),c=r(8068),l=r(9675),f=r(5345),p=r(1514),h=r(8968),y=r(6188),d=r(8002),g=r(5880),m=r(414),b=r(3093),w=Function,S=function(t){try{return w('"use strict"; return ('+t+").constructor;")()}catch(t){}},v=r(5795),A=r(655),M=function(){throw new l},E=v?function(){try{return M}catch(t){try{return v(arguments,"callee").get}catch(t){return M}}}():M,x=r(4039)(),I=r(3628),k=r(1064),O=r(8648),T=r(1002),P=r(76),B={},L="undefined"!=typeof Uint8Array&&I?I(Uint8Array):n,C={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":x&&I?I([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":B,"%AsyncGenerator%":B,"%AsyncGeneratorFunction%":B,"%AsyncIteratorPrototype%":B,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?n:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?n:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":i,"%eval%":eval,"%EvalError%":a,"%Float16Array%":"undefined"==typeof Float16Array?n:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":w,"%GeneratorFunction%":B,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":x&&I?I(I([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&x&&I?I((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":o,"%Object.getOwnPropertyDescriptor%":v,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":s,"%ReferenceError%":u,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&x&&I?I((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":x&&I?I(""[Symbol.iterator]()):n,"%Symbol%":x?Symbol:n,"%SyntaxError%":c,"%ThrowTypeError%":E,"%TypedArray%":L,"%TypeError%":l,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":f,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet,"%Function.prototype.call%":P,"%Function.prototype.apply%":T,"%Object.defineProperty%":A,"%Object.getPrototypeOf%":k,"%Math.abs%":p,"%Math.floor%":h,"%Math.max%":y,"%Math.min%":d,"%Math.pow%":g,"%Math.round%":m,"%Math.sign%":b,"%Reflect.getPrototypeOf%":O};if(I)try{null.error}catch(t){var _=I(I(t));C["%Error.prototype%"]=_}var R=function t(e){var r;if("%AsyncFunction%"===e)r=S("async function () {}");else if("%GeneratorFunction%"===e)r=S("function* () {}");else if("%AsyncGeneratorFunction%"===e)r=S("async function* () {}");else if("%AsyncGenerator%"===e){var n=t("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===e){var o=t("%AsyncGenerator%");o&&I&&(r=I(o.prototype))}return C[e]=r,r},F={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},N=r(6743),U=r(9957),D=N.call(P,Array.prototype.concat),$=N.call(T,Array.prototype.splice),j=N.call(P,String.prototype.replace),W=N.call(P,String.prototype.slice),G=N.call(P,RegExp.prototype.exec),Z=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,z=/\\(\\)?/g,J=function(t,e){var r,n=t;if(U(F,n)&&(n="%"+(r=F[n])[0]+"%"),U(C,n)){var o=C[n];if(o===B&&(o=R(n)),void 0===o&&!e)throw new l("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:o}}throw new c("intrinsic "+t+" does not exist!")};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new l('"allowMissing" argument must be a boolean');if(null===G(/^%?[^%]*%?$/,t))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=function(t){var e=W(t,0,1),r=W(t,-1);if("%"===e&&"%"!==r)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==e)throw new c("invalid intrinsic syntax, expected opening `%`");var n=[];return j(t,Z,function(t,e,r,o){n[n.length]=r?j(o,z,"$1"):e||t}),n}(t),n=r.length>0?r[0]:"",o=J("%"+n+"%",e),i=o.name,a=o.value,s=!1,u=o.alias;u&&(n=u[0],$(r,D([0,1],u)));for(var f=1,p=!0;f<r.length;f+=1){var h=r[f],y=W(h,0,1),d=W(h,-1);if(('"'===y||"'"===y||"`"===y||'"'===d||"'"===d||"`"===d)&&y!==d)throw new c("property names with quotes must have matching quotes");if("constructor"!==h&&p||(s=!0),U(C,i="%"+(n+="."+h)+"%"))a=C[i];else if(null!=a){if(!(h in a)){if(!e)throw new l("base intrinsic for "+t+" exists, but the property is not available.");return}if(v&&f+1>=r.length){var g=v(a,h);a=(p=!!g)&&"get"in g&&!("originalValue"in g.get)?g.get:a[h]}else p=U(a,h),a=a[h];p&&!s&&(C[i]=a)}}return a}},487(t,e,r){"use strict";var n=r(6897),o=r(655),i=r(3126),a=r(2205);t.exports=function(t){var e=i(arguments),r=t.length-(arguments.length-1);return n(e,1+(r>0?r:0),!0)},o?o(t.exports,"apply",{value:a}):t.exports.apply=a},537(t,e,r){var n=r(5606),o=Object.getOwnPropertyDescriptors||function(t){for(var e=Object.keys(t),r={},n=0;n<e.length;n++)r[e[n]]=Object.getOwnPropertyDescriptor(t,e[n]);return r},i=/%[sdj%]/g;e.format=function(t){if(!w(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(c(arguments[r]));return e.join(" ")}r=1;for(var n=arguments,o=n.length,a=String(t).replace(i,function(t){if("%%"===t)return"%";if(r>=o)return t;switch(t){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch(t){return"[Circular]"}default:return t}}),s=n[r];r<o;s=n[++r])m(s)||!A(s)?a+=" "+s:a+=" "+c(s);return a},e.deprecate=function(t,r){if(void 0!==n&&!0===n.noDeprecation)return t;if(void 0===n)return function(){return e.deprecate(t,r).apply(this,arguments)};var o=!1;return function(){if(!o){if(n.throwDeprecation)throw new Error(r);n.traceDeprecation?console.trace(r):console.error(r),o=!0}return t.apply(this,arguments)}};var a={},s=/^$/;if(n.env.NODE_DEBUG){var u=n.env.NODE_DEBUG;u=u.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),s=new RegExp("^"+u+"$","i")}function c(t,r){var n={seen:[],stylize:f};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),g(r)?n.showHidden=r:r&&e._extend(n,r),S(n.showHidden)&&(n.showHidden=!1),S(n.depth)&&(n.depth=2),S(n.colors)&&(n.colors=!1),S(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=l),p(n,t,n.depth)}function l(t,e){var r=c.styles[e];return r?"["+c.colors[r][0]+"m"+t+"["+c.colors[r][1]+"m":t}function f(t,e){return t}function p(t,r,n){if(t.customInspect&&r&&x(r.inspect)&&r.inspect!==e.inspect&&(!r.constructor||r.constructor.prototype!==r)){var o=r.inspect(n,t);return w(o)||(o=p(t,o,n)),o}var i=function(t,e){if(S(e))return t.stylize("undefined","undefined");if(w(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}return b(e)?t.stylize(""+e,"number"):g(e)?t.stylize(""+e,"boolean"):m(e)?t.stylize("null","null"):void 0}(t,r);if(i)return i;var a=Object.keys(r),s=function(t){var e={};return t.forEach(function(t,r){e[t]=!0}),e}(a);if(t.showHidden&&(a=Object.getOwnPropertyNames(r)),E(r)&&(a.indexOf("message")>=0||a.indexOf("description")>=0))return h(r);if(0===a.length){if(x(r)){var u=r.name?": "+r.name:"";return t.stylize("[Function"+u+"]","special")}if(v(r))return t.stylize(RegExp.prototype.toString.call(r),"regexp");if(M(r))return t.stylize(Date.prototype.toString.call(r),"date");if(E(r))return h(r)}var c,l="",f=!1,A=["{","}"];return d(r)&&(f=!0,A=["[","]"]),x(r)&&(l=" [Function"+(r.name?": "+r.name:"")+"]"),v(r)&&(l=" "+RegExp.prototype.toString.call(r)),M(r)&&(l=" "+Date.prototype.toUTCString.call(r)),E(r)&&(l=" "+h(r)),0!==a.length||f&&0!=r.length?n<0?v(r)?t.stylize(RegExp.prototype.toString.call(r),"regexp"):t.stylize("[Object]","special"):(t.seen.push(r),c=f?function(t,e,r,n,o){for(var i=[],a=0,s=e.length;a<s;++a)T(e,String(a))?i.push(y(t,e,r,n,String(a),!0)):i.push("");return o.forEach(function(o){o.match(/^\d+$/)||i.push(y(t,e,r,n,o,!0))}),i}(t,r,n,s,a):a.map(function(e){return y(t,r,n,s,e,f)}),t.seen.pop(),function(t,e,r){return t.reduce(function(t,e){return e.indexOf("\n"),t+e.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60?r[0]+(""===e?"":e+"\n ")+" "+t.join(",\n ")+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}(c,l,A)):A[0]+l+A[1]}function h(t){return"["+Error.prototype.toString.call(t)+"]"}function y(t,e,r,n,o,i){var a,s,u;if((u=Object.getOwnPropertyDescriptor(e,o)||{value:e[o]}).get?s=u.set?t.stylize("[Getter/Setter]","special"):t.stylize("[Getter]","special"):u.set&&(s=t.stylize("[Setter]","special")),T(n,o)||(a="["+o+"]"),s||(t.seen.indexOf(u.value)<0?(s=m(r)?p(t,u.value,null):p(t,u.value,r-1)).indexOf("\n")>-1&&(s=i?s.split("\n").map(function(t){return" "+t}).join("\n").slice(2):"\n"+s.split("\n").map(function(t){return" "+t}).join("\n")):s=t.stylize("[Circular]","special")),S(a)){if(i&&o.match(/^\d+$/))return s;(a=JSON.stringify(""+o)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(a=a.slice(1,-1),a=t.stylize(a,"name")):(a=a.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),a=t.stylize(a,"string"))}return a+": "+s}function d(t){return Array.isArray(t)}function g(t){return"boolean"==typeof t}function m(t){return null===t}function b(t){return"number"==typeof t}function w(t){return"string"==typeof t}function S(t){return void 0===t}function v(t){return A(t)&&"[object RegExp]"===I(t)}function A(t){return"object"==typeof t&&null!==t}function M(t){return A(t)&&"[object Date]"===I(t)}function E(t){return A(t)&&("[object Error]"===I(t)||t instanceof Error)}function x(t){return"function"==typeof t}function I(t){return Object.prototype.toString.call(t)}function k(t){return t<10?"0"+t.toString(10):t.toString(10)}e.debuglog=function(t){if(t=t.toUpperCase(),!a[t])if(s.test(t)){var r=n.pid;a[t]=function(){var n=e.format.apply(e,arguments);console.error("%s %d: %s",t,r,n)}}else a[t]=function(){};return a[t]},e.inspect=c,c.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},c.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},e.types=r(9032),e.isArray=d,e.isBoolean=g,e.isNull=m,e.isNullOrUndefined=function(t){return null==t},e.isNumber=b,e.isString=w,e.isSymbol=function(t){return"symbol"==typeof t},e.isUndefined=S,e.isRegExp=v,e.types.isRegExp=v,e.isObject=A,e.isDate=M,e.types.isDate=M,e.isError=E,e.types.isNativeError=E,e.isFunction=x,e.isPrimitive=function(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||void 0===t},e.isBuffer=r(1135);var O=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function T(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.log=function(){var t,r;console.log("%s - %s",(r=[k((t=new Date).getHours()),k(t.getMinutes()),k(t.getSeconds())].join(":"),[t.getDate(),O[t.getMonth()],r].join(" ")),e.format.apply(e,arguments))},e.inherits=r(6698),e._extend=function(t,e){if(!e||!A(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t};var P="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function B(t,e){if(!t){var r=new Error("Promise was rejected with a falsy value");r.reason=t,t=r}return e(t)}e.promisify=function(t){if("function"!=typeof t)throw new TypeError('The "original" argument must be of type Function');if(P&&t[P]){var e;if("function"!=typeof(e=t[P]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(e,P,{value:e,enumerable:!1,writable:!1,configurable:!0}),e}function e(){for(var e,r,n=new Promise(function(t,n){e=t,r=n}),o=[],i=0;i<arguments.length;i++)o.push(arguments[i]);o.push(function(t,n){t?r(t):e(n)});try{t.apply(this,o)}catch(t){r(t)}return n}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),P&&Object.defineProperty(e,P,{value:e,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(e,o(t))},e.promisify.custom=P,e.callbackify=function(t){if("function"!=typeof t)throw new TypeError('The "original" argument must be of type Function');function e(){for(var e=[],r=0;r<arguments.length;r++)e.push(arguments[r]);var o=e.pop();if("function"!=typeof o)throw new TypeError("The last argument must be of type Function");var i=this,a=function(){return o.apply(i,arguments)};t.apply(this,e).then(function(t){n.nextTick(a.bind(null,null,t))},function(t){n.nextTick(B.bind(null,t,a))})}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),Object.defineProperties(e,o(t)),e}},543(t,e,r){r(740),e.Geometry=r(2957),r(4263),r(350),r(743),r(3452),r(3959),r(9236),r(1141)},592(t,e,r){"use strict";var n=r(655),o=function(){return!!n};o.hasArrayLengthDefineBug=function(){if(!n)return null;try{return 1!==n([],"length",{value:1}).length}catch(t){return!0}},t.exports=o},655(t){"use strict";var e=Object.defineProperty||!1;if(e)try{e({},"a",{value:1})}catch(t){e=!1}t.exports=e},740(t){t.exports={wkt:{Point:"POINT",LineString:"LINESTRING",Polygon:"POLYGON",MultiPoint:"MULTIPOINT",MultiLineString:"MULTILINESTRING",MultiPolygon:"MULTIPOLYGON",GeometryCollection:"GEOMETRYCOLLECTION"},wkb:{Point:1,LineString:2,Polygon:3,MultiPoint:4,MultiLineString:5,MultiPolygon:6,GeometryCollection:7},geoJSON:{Point:"Point",LineString:"LineString",Polygon:"Polygon",MultiPoint:"MultiPoint",MultiLineString:"MultiLineString",MultiPolygon:"MultiPolygon",GeometryCollection:"GeometryCollection"}}},743(t,e,r){t.exports=u;var n=r(537),o=r(2957),i=r(740),a=r(4263),s=r(1199);function u(t,e,r){o.call(this),this.exteriorRing=t||[],this.interiorRings=e||[],this.srid=r,this.exteriorRing.length>0&&(this.hasZ=this.exteriorRing[0].hasZ,this.hasM=this.exteriorRing[0].hasM)}n.inherits(u,o),u.Z=function(t,e,r){var n=new u(t,e,r);return n.hasZ=!0,n},u.M=function(t,e,r){var n=new u(t,e,r);return n.hasM=!0,n},u.ZM=function(t,e,r){var n=new u(t,e,r);return n.hasZ=!0,n.hasM=!0,n},u._parseWkt=function(t,e){var r=new u;if(r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"]))return r;for(t.expectGroupStart(),t.expectGroupStart(),r.exteriorRing.push.apply(r.exteriorRing,t.matchCoordinates(e)),t.expectGroupEnd();t.isMatch([","]);)t.expectGroupStart(),r.interiorRings.push(t.matchCoordinates(e)),t.expectGroupEnd();return t.expectGroupEnd(),r},u._parseWkb=function(t,e){var r=new u;r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM;var n=t.readUInt32();if(n>0){for(var o=t.readUInt32(),i=0;i<o;i++)r.exteriorRing.push(a._readWkbPoint(t,e));for(i=1;i<n;i++){for(var s=[],c=t.readUInt32(),l=0;l<c;l++)s.push(a._readWkbPoint(t,e));r.interiorRings.push(s)}}return r},u._parseTwkb=function(t,e){var r=new u;if(r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty)return r;for(var n=new a(0,0,e.hasZ?0:void 0,e.hasM?0:void 0),o=t.readVarInt(),i=t.readVarInt(),s=0;s<i;s++)r.exteriorRing.push(a._readTwkbPoint(t,e,n));for(s=1;s<o;s++){for(var c=[],l=t.readVarInt(),f=0;f<l;f++)c.push(a._readTwkbPoint(t,e,n));r.interiorRings.push(c)}return r},u._parseGeoJSON=function(t){var e=new u;t.coordinates.length>0&&t.coordinates[0].length>0&&(e.hasZ=t.coordinates[0][0].length>2);for(var r=0;r<t.coordinates.length;r++){r>0&&e.interiorRings.push([]);for(var n=0;n<t.coordinates[r].length;n++)0===r?e.exteriorRing.push(a._readGeoJSONPoint(t.coordinates[r][n])):e.interiorRings[r-1].push(a._readGeoJSONPoint(t.coordinates[r][n]))}return e},u.prototype.toWkt=function(){return 0===this.exteriorRing.length?this._getWktType(i.wkt.Polygon,!0):this._getWktType(i.wkt.Polygon,!1)+this._toInnerWkt()},u.prototype._toInnerWkt=function(){for(var t="((",e=0;e<this.exteriorRing.length;e++)t+=this._getWktCoordinate(this.exteriorRing[e])+",";for(t=t.slice(0,-1),t+=")",e=0;e<this.interiorRings.length;e++){t+=",(";for(var r=0;r<this.interiorRings[e].length;r++)t+=this._getWktCoordinate(this.interiorRings[e][r])+",";t=t.slice(0,-1),t+=")"}return t+")"},u.prototype.toWkb=function(t){var e=new s(this._getWkbSize());e.writeInt8(1),this._writeWkbType(e,i.wkb.Polygon,t),this.exteriorRing.length>0?(e.writeUInt32LE(1+this.interiorRings.length),e.writeUInt32LE(this.exteriorRing.length)):e.writeUInt32LE(0);for(var r=0;r<this.exteriorRing.length;r++)this.exteriorRing[r]._writeWkbPoint(e);for(r=0;r<this.interiorRings.length;r++){e.writeUInt32LE(this.interiorRings[r].length);for(var n=0;n<this.interiorRings[r].length;n++)this.interiorRings[r][n]._writeWkbPoint(e)}return e.buffer},u.prototype.toTwkb=function(){var t=new s(0,!0),e=o.getTwkbPrecision(5,0,0),r=0===this.exteriorRing.length;if(this._writeTwkbHeader(t,i.wkb.Polygon,e,r),this.exteriorRing.length>0){t.writeVarInt(1+this.interiorRings.length),t.writeVarInt(this.exteriorRing.length);for(var n=new a(0,0,0,0),u=0;u<this.exteriorRing.length;u++)this.exteriorRing[u]._writeTwkbPoint(t,e,n);for(u=0;u<this.interiorRings.length;u++){t.writeVarInt(this.interiorRings[u].length);for(var c=0;c<this.interiorRings[u].length;c++)this.interiorRings[u][c]._writeTwkbPoint(t,e,n)}}return t.buffer},u.prototype._getWkbSize=function(){var t=16;this.hasZ&&(t+=8),this.hasM&&(t+=8);var e=9;this.exteriorRing.length>0&&(e+=4+this.exteriorRing.length*t);for(var r=0;r<this.interiorRings.length;r++)e+=4+this.interiorRings[r].length*t;return e},u.prototype.toGeoJSON=function(t){var e=o.prototype.toGeoJSON.call(this,t);if(e.type=i.geoJSON.Polygon,e.coordinates=[],this.exteriorRing.length>0){for(var r=[],n=0;n<this.exteriorRing.length;n++)this.hasZ?r.push([this.exteriorRing[n].x,this.exteriorRing[n].y,this.exteriorRing[n].z]):r.push([this.exteriorRing[n].x,this.exteriorRing[n].y]);e.coordinates.push(r)}for(var a=0;a<this.interiorRings.length;a++){for(var s=[],u=0;u<this.interiorRings[a].length;u++)this.hasZ?s.push([this.interiorRings[a][u].x,this.interiorRings[a][u].y,this.interiorRings[a][u].z]):s.push([this.interiorRings[a][u].x,this.interiorRings[a][u].y]);e.coordinates.push(s)}return e}},1002(t){"use strict";t.exports=Function.prototype.apply},1064(t,e,r){"use strict";var n=r(9612);t.exports=n.getPrototypeOf||null},1135(t){t.exports=function(t){return t&&"object"==typeof t&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},1141(t,e,r){t.exports=s;var n=r(537),o=r(740),i=r(2957),a=r(1199);function s(t,e){i.call(this),this.geometries=t||[],this.srid=e,this.geometries.length>0&&(this.hasZ=this.geometries[0].hasZ,this.hasM=this.geometries[0].hasM)}n.inherits(s,i),s.Z=function(t,e){var r=new s(t,e);return r.hasZ=!0,r},s.M=function(t,e){var r=new s(t,e);return r.hasM=!0,r},s.ZM=function(t,e){var r=new s(t,e);return r.hasZ=!0,r.hasM=!0,r},s._parseWkt=function(t,e){var r=new s;if(r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"]))return r;t.expectGroupStart();do{r.geometries.push(i.parse(t))}while(t.isMatch([","]));return t.expectGroupEnd(),r},s._parseWkb=function(t,e){var r=new s;r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM;for(var n=t.readUInt32(),o=0;o<n;o++)r.geometries.push(i.parse(t,e));return r},s._parseTwkb=function(t,e){var r=new s;if(r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty)return r;for(var n=t.readVarInt(),o=0;o<n;o++)r.geometries.push(i.parseTwkb(t));return r},s._parseGeoJSON=function(t){for(var e=new s,r=0;r<t.geometries.length;r++)e.geometries.push(i._parseGeoJSON(t.geometries[r],!0));return e.geometries.length>0&&(e.hasZ=e.geometries[0].hasZ),e},s.prototype.toWkt=function(){if(0===this.geometries.length)return this._getWktType(o.wkt.GeometryCollection,!0);for(var t=this._getWktType(o.wkt.GeometryCollection,!1)+"(",e=0;e<this.geometries.length;e++)t+=this.geometries[e].toWkt()+",";return(t=t.slice(0,-1))+")"},s.prototype.toWkb=function(){var t=new a(this._getWkbSize());t.writeInt8(1),this._writeWkbType(t,o.wkb.GeometryCollection),t.writeUInt32LE(this.geometries.length);for(var e=0;e<this.geometries.length;e++)t.writeBuffer(this.geometries[e].toWkb({srid:this.srid}));return t.buffer},s.prototype.toTwkb=function(){var t=new a(0,!0),e=i.getTwkbPrecision(5,0,0),r=0===this.geometries.length;if(this._writeTwkbHeader(t,o.wkb.GeometryCollection,e,r),this.geometries.length>0){t.writeVarInt(this.geometries.length);for(var n=0;n<this.geometries.length;n++)t.writeBuffer(this.geometries[n].toTwkb())}return t.buffer},s.prototype._getWkbSize=function(){for(var t=9,e=0;e<this.geometries.length;e++)t+=this.geometries[e]._getWkbSize();return t},s.prototype.toGeoJSON=function(t){var e=i.prototype.toGeoJSON.call(this,t);e.type=o.geoJSON.GeometryCollection,e.geometries=[];for(var r=0;r<this.geometries.length;r++)e.geometries.push(this.geometries[r].toGeoJSON());return e}},1199(t,e,r){var n=r(8287).hp;function o(t,e){this.buffer=new n(t),this.position=0,this.allowResize=e}function i(t,e){return function(r,n){this.ensureSize(e),t.call(this.buffer,r,this.position,n),this.position+=e}}t.exports=o,o.prototype.writeUInt8=i(n.prototype.writeUInt8,1),o.prototype.writeUInt16LE=i(n.prototype.writeUInt16LE,2),o.prototype.writeUInt16BE=i(n.prototype.writeUInt16BE,2),o.prototype.writeUInt32LE=i(n.prototype.writeUInt32LE,4),o.prototype.writeUInt32BE=i(n.prototype.writeUInt32BE,4),o.prototype.writeInt8=i(n.prototype.writeInt8,1),o.prototype.writeInt16LE=i(n.prototype.writeInt16LE,2),o.prototype.writeInt16BE=i(n.prototype.writeInt16BE,2),o.prototype.writeInt32LE=i(n.prototype.writeInt32LE,4),o.prototype.writeInt32BE=i(n.prototype.writeInt32BE,4),o.prototype.writeFloatLE=i(n.prototype.writeFloatLE,4),o.prototype.writeFloatBE=i(n.prototype.writeFloatBE,4),o.prototype.writeDoubleLE=i(n.prototype.writeDoubleLE,8),o.prototype.writeDoubleBE=i(n.prototype.writeDoubleBE,8),o.prototype.writeBuffer=function(t){this.ensureSize(t.length),t.copy(this.buffer,this.position,0,t.length),this.position+=t.length},o.prototype.writeVarInt=function(t){for(var e=1;4294967168&t;)this.writeUInt8(127&t|128),t>>>=7,e++;return this.writeUInt8(127&t),e},o.prototype.ensureSize=function(t){if(this.buffer.length<this.position+t){if(!this.allowResize)throw new RangeError("index out of range");var e=new n(this.position+t);this.buffer.copy(e,0,0,this.buffer.length),this.buffer=e}}},1237(t){"use strict";t.exports=EvalError},1333(t){"use strict";t.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},e=Symbol("test"),r=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(var n in t[e]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var o=Object.getOwnPropertySymbols(t);if(1!==o.length||o[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(t,e);if(42!==i.value||!0!==i.enumerable)return!1}return!0}},1514(t){"use strict";t.exports=Math.abs},1865(t){t.exports={encode:function(t){return t<<1^t>>31},decode:function(t){return t>>1^-(1&t)}}},2104(t,e,r){t.exports=i;var n=r(740),o=r(4263);function i(t){this.value=t,this.position=0}i.prototype.match=function(t){this.skipWhitespaces();for(var e=0;e<t.length;e++)if(0===this.value.substring(this.position).indexOf(t[e]))return this.position+=t[e].length,t[e];return null},i.prototype.matchRegex=function(t){this.skipWhitespaces();for(var e=0;e<t.length;e++){var r=this.value.substring(this.position).match(t[e]);if(r)return this.position+=r[0].length,r}return null},i.prototype.isMatch=function(t){this.skipWhitespaces();for(var e=0;e<t.length;e++)if(0===this.value.substring(this.position).indexOf(t[e]))return this.position+=t[e].length,!0;return!1},i.prototype.matchType=function(){var t=this.match([n.wkt.Point,n.wkt.LineString,n.wkt.Polygon,n.wkt.MultiPoint,n.wkt.MultiLineString,n.wkt.MultiPolygon,n.wkt.GeometryCollection]);if(!t)throw new Error("Expected geometry type");return t},i.prototype.matchDimension=function(){switch(this.match(["ZM","Z","M"])){case"ZM":return{hasZ:!0,hasM:!0};case"Z":return{hasZ:!0,hasM:!1};case"M":return{hasZ:!1,hasM:!0};default:return{hasZ:!1,hasM:!1}}},i.prototype.expectGroupStart=function(){if(!this.isMatch(["("]))throw new Error("Expected group start")},i.prototype.expectGroupEnd=function(){if(!this.isMatch([")"]))throw new Error("Expected group end")},i.prototype.matchCoordinate=function(t){var e;if(!(e=t.hasZ&&t.hasM?this.matchRegex([/^(\S*)\s+(\S*)\s+(\S*)\s+([^\s,)]*)/]):t.hasZ||t.hasM?this.matchRegex([/^(\S*)\s+(\S*)\s+([^\s,)]*)/]):this.matchRegex([/^(\S*)\s+([^\s,)]*)/])))throw new Error("Expected coordinates");return t.hasZ&&t.hasM?new o(parseFloat(e[1]),parseFloat(e[2]),parseFloat(e[3]),parseFloat(e[4])):t.hasZ?new o(parseFloat(e[1]),parseFloat(e[2]),parseFloat(e[3])):t.hasM?new o(parseFloat(e[1]),parseFloat(e[2]),void 0,parseFloat(e[3])):new o(parseFloat(e[1]),parseFloat(e[2]))},i.prototype.matchCoordinates=function(t){var e=[];do{var r=this.isMatch(["("]);e.push(this.matchCoordinate(t)),r&&this.expectGroupEnd()}while(this.isMatch([","]));return e},i.prototype.skipWhitespaces=function(){for(;this.position<this.value.length&&" "===this.value[this.position];)this.position++}},2205(t,e,r){"use strict";var n=r(6743),o=r(1002),i=r(3144);t.exports=function(){return i(n,o,arguments)}},2682(t,e,r){"use strict";var n=r(9600),o=Object.prototype.toString,i=Object.prototype.hasOwnProperty;t.exports=function(t,e,r){if(!n(e))throw new TypeError("iterator must be a function");var a,s;arguments.length>=3&&(a=r),s=t,"[object Array]"===o.call(s)?function(t,e,r){for(var n=0,o=t.length;n<o;n++)i.call(t,n)&&(null==r?e(t[n],n,t):e.call(r,t[n],n,t))}(t,e,a):"string"==typeof t?function(t,e,r){for(var n=0,o=t.length;n<o;n++)null==r?e(t.charAt(n),n,t):e.call(r,t.charAt(n),n,t)}(t,e,a):function(t,e,r){for(var n in t)i.call(t,n)&&(null==r?e(t[n],n,t):e.call(r,t[n],n,t))}(t,e,a)}},2725(t){var e;self,e=()=>(()=>{"use strict";var t={d:(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{MONTHS_YEAR:()=>i,MONTHS_YEAR_SHORT:()=>a,TEXTS_COMMON:()=>s,THRESHOLDS:()=>It,addPointInteger:()=>S,buildCamarasTrafico:()=>Lt,buildTableCalidadAire:()=>kt,calculateMaxYAxis:()=>L,calculatePentahoPath:()=>Ot,calculateXAxisStart:()=>B,capitalizarTexto:()=>x,checkAllGroupsCollapsed:()=>vt,configureDataBar:()=>W,configureDataGaugeCommon:()=>U,configureDataGaugeMonthCommon:()=>D,configureDataLine:()=>j,configureDataValidate:()=>Vt,configureLinesChartValidates:()=>qt,convertDateToInteger:()=>b,convertISODateToEUDate:()=>w,convertToLanguageSelectorDateRange:()=>ft,convertToTableTreeView:()=>St,downloadCSVTable:()=>At,downloadPDFTable:()=>Mt,formatCellMultiplesLines:()=>mt,formatDayMonthYear:()=>f,formatMilMillionEuros:()=>R,formatMonthAnyo:()=>l,formatName:()=>E,formatNameHeaderColumn:()=>gt,formatRoundTooltip:()=>_,formatShortMonthShortYear:()=>h,formatShortMonthYear:()=>p,formatToMillions:()=>v,formatToTons:()=>A,formatTooltip:()=>P,formatTooltipPie:()=>C,formatTrimestre:()=>y,formatWithPrefix:()=>M,getEnvironment:()=>Tt,getMaxFieldNumberFromData:()=>J,getMonth:()=>o,getMonthList:()=>d,getSelectCommonOptions:()=>it,getSelectTwoColumnsOptions:()=>at,initBarChart:()=>Ut,initBarChartComparationMonth:()=>Wt,initChart:()=>k,initContractAllGroups:()=>Et,initElement:()=>I,initExpandAllGroups:()=>xt,initStackedBarChart:()=>Rt,initStackedBarChartMonthSeries:()=>Nt,initTable:()=>dt,initValueDefaultDate:()=>ct,initialCalls:()=>Bt,loadIframeOnClickEvent:()=>Gt,printDataChart:()=>T,printDataInHTMLElements:()=>z,printEchart:()=>F,printNoDataChart:()=>O,resetFilter:()=>ot,resetFilterAndUpdate:()=>yt,resetFilterDate:()=>ut,resetFilterDates:()=>st,resetFilterToDefault:()=>pt,resultsetWithFields:()=>G,selectConfigDatasource:()=>rt,selectConfigDatasourceAllValue:()=>nt,selectFilterAll:()=>tt,selectFilterNumItemsDefault:()=>ht,selectValueDefaultInFilter:()=>lt,separateDayMonthYearToSlash:()=>u,splitDataset:()=>q,subtractOneDay:()=>g,subtractOneMonth:()=>m,traverseRows:()=>wt,updateDomElement:()=>V,updateObject:()=>Z,updateStackedBarOptions:()=>Ft});const r="es_ES",n=(new Map([["1","Enero"],["2","Febrero"],["3","Marzo"],["4","Abril"],["5","Mayo"],["6","Junio"],["7","Julio"],["8","Agosto"],["9","Septiembre"],["10","Octubre"],["11","Noviembre"],["12","Diciembre"]]),new Map([["1","Gener"],["2","Febrer"],["3","Març"],["4","Abril"],["5","Maig"],["6","Juny"],["7","Juliol"],["8","Agost"],["9","Setembre"],["10","Octubre"],["11","Novembre"],["12","Desembre"]]),{"01":"Enero","02":"Febrero","03":"Marzo","04":"Abril","05":"Mayo","06":"Junio","07":"Julio","08":"Agosto","09":"Septiembre",10:"Octubre",11:"Noviembre",12:"Diciembre"});function o(t){return{1:"Gen",2:"Feb",3:"Mar",4:"Abr",5:"Mai",6:"Jun",7:"Jul",8:"Ago",9:"Sep",10:"Oct",11:"Nov",12:"Des"}[parseInt(t.toString(),10)]}const i={es_ES:new Map([["1","Enero"],["2","Febrero"],["3","Marzo"],["4","Abril"],["5","Mayo"],["6","Junio"],["7","Julio"],["8","Agosto"],["9","Septiembre"],["10","Octubre"],["11","Noviembre"],["12","Diciembre"]]),ca_ES:new Map([["1","Gener"],["2","Febrer"],["3","Març"],["4","Abril"],["5","Maig"],["6","Juny"],["7","Juliol"],["8","Agost"],["9","Setembre"],["10","Octubre"],["11","Novembre"],["12","Desembre"]])},a={es_ES:new Map([["1","Ene"],["2","Feb"],["3","Mar"],["4","Abr"],["5","May"],["6","Jun"],["7","Jul"],["8","Ago"],["9","Sep"],["10","Oct"],["11","Nov"],["12","Dic"]]),ca_ES:new Map([["1","Gen"],["2","Feb"],["3","Mar"],["4","Abr"],["5","Mai"],["6","Jun"],["7","Jul"],["8","Ago"],["9","Set"],["10","Oct"],["11","Nov"],["12","Des"]])},s={es_ES:new Map([["last_update","Última actualización"]]),ca_ES:new Map([["last_update","Última actualització"]])};function u(t){return`${t.substring(6,8)}/${t.substring(4,6)}/${t.substring(0,4)}`}function c(t){return[t.substring(0,4),n[t.substring(4,6)]]}function l(t){const[e,r]=c(t);return`${r} ${e}`}function f(t){const[e,r,o]=function(t){return[t.substring(0,4),n[t.substring(4,6)],t.substring(6,8)]}(t);return`${o} ${r} ${e}`}function p(t){const[e,r]=c(t);return`${r.substring(0,3)} ${e}`}function h(t){const[e,r]=c(t);return`${r.substring(0,3)} '${e.substring(2,4)}`}function y(t){const[e,r]=t.split("-");return`${parseFloat(r)/3}T ${e}`}function d(){const t=i[r];return Array.from(t.values()).map(t=>t.slice(0,3))}function g(t){const e=Math.floor(t/1e4),r=new Date(e,t%1e4/100-1,t%100);return r.setDate(r.getDate()-1),`${r.getFullYear()}${(r.getMonth()+1).toString().padStart(2,"0")}${r.getDate().toString().padStart(2,"0")}`}function m(t){const e=new Date(Math.floor(t/100),t%100-1,0);return`${e.getFullYear()}${(e.getMonth()+1).toString().padStart(2,"0")}`}function b(t){return"string"==typeof t?parseInt(t.replace("-",""),10):t}function w(t){if(!t||"string"!=typeof t)return"";const[e,r,n]=t.split("-");return`${n}/${r}/${e}`}function S(t,e=2){let r=navigator.language||navigator.userLanguage;r=r.length<=2?`${r}-${r.toUpperCase()}`:r;const n={minimumFractionDigits:0,maximumFractionDigits:e};return"es-ES"===r?t.toLocaleString("de-DE",n):t.toLocaleString(r,n)}function v(t){const e=1e6;return t>=e?t/e+"M":t.toString()}function A(t){return t>=1e3?t/1e3+" Tn":t.toString()}function M(t){let e,r;return t>=1e6?(e=t/1e6,r="G"):t>=1e3?(e=t/1e3,r="M"):(e=t,r="k"),{value:Math.round(100*e)/100,prefix:r}}function E(t,e=29){if(t.length>=e){const r=t.split(" ");let n="",o="";return r.forEach(t=>{`${n} ${t}`.length<=e?n+=(n?" ":"")+t:(o+=`${n}\n`,n=t)}),o+=n,o}return t}function x(t){return t.includes("N/D")?t:t.toLowerCase().replace(/(^|\s|[.,;:!?¡¿(){}[\]])([^\s])/gu,(t,e,r)=>e+r[0].toUpperCase())}function I(t,e,r="MainContentLoadedCustom"){let n=document.getElementById(t);return n?Promise.resolve(e(n)):new Promise(o=>{document.body.addEventListener(r,()=>{n=document.getElementById(t),n?o(e(n)):(console.error(`El elemento con ID ${t} aún no está disponible después del evento.`),o(null))})})}function k(t,e){return I(t,t=>{const r=echarts.init(t);r.setOption(e,!0),window.addEventListener("resize",()=>{null!=r&&void 0!==r&&r.resize()});const n=document.getElementById("main-content");return n&&(n.addEventListener("shown.bs.collapse",()=>{r.resize()}),n.addEventListener("hidden.bs.collapse",()=>{r.resize()})),r})}function O(t,e){const r=t?document.querySelector(t):null,n=e?document.querySelector(e):null;r&&(r.hidden=!0),n&&(n.style.background="url('./build/images/nodata1.png') no-repeat top center",n.hidden=!1)}function T(t,e){const r=t?document.querySelector(t):null,n=e?document.querySelector(e):null;r&&(r.hidden=!0),n&&(n.style.background="#ffffff",n.hidden=!1)}function P(t,e=!1,r=!0,n=""){let o=`<p style="font-weight: 500;color: #565656;">${t[0].name}</p>`;return t.forEach(t=>{const i=e?Math.round(t.data):t.data,a=r?`<div style="font-weight: 400;color: #666;">${s=t.color,`<span style="display:inline-block;margin-right:5px;border-radius:10px;width:9px;height:9px;font-weight: 500;background-color:${s}"></span>`} ${t.seriesName}: \n <span style="float: right; margin-left:20px;font-weight: 600;color: #565656;">\n ${t.data?`${S(i)} ${n}`:"-"}\n </span>\n </div>`:`<div>\n <span style="font-weight: 600;color: #565656;">${t.data?`${S(i)} ${n}`:"-"}\n </span>\n </div>`;var s;o+=a}),o}function B(t){return 100*(t-120)/t}function L(t,e){const r=Math.max(...t);return r+(e-r%e)}function C(t,e=!1){const r=`<span style="display:inline-block;margin-right:5px;border-radius:10px;width:9px;height:9px;background-color:${t.color}"></span>`,n=e?`${t.percent}%`:S(t.value);return`<div> ${r} ${t.name} <span style="float: right; margin-left:20px;font-weight: 600;color: #333;"> ${n} </span></div>`}function _(t,e){let r=`${t.name} : `;return r+=`<span style="font-weight:500">${S(Math.round(t.value))}</span>`,e&&(r+=`<span> (${t.percent}%)</span>`),t.marker+r}function R(t){const e=1e6,r=Number(t);return r>=0&&r<e?`${S(r)} €`:r>=e?`${S(r/e)} M €`:"-"}function F(t,e,r){return 0===t.length?(O(`#${e}`,`#${r}`),!1):(T(`#${r}`,`#${e}`),!0)}function N(t,e,r=1){const n=Math.max(...t.map(t=>t[e]))*r;return 5e3*Math.ceil(n/5e3)}function U(t,e,r,n=30,o=15,i=30,a=-70,s=70,u=3){const c=N(t,e.data,1.1),l=s,f=r.slice(),p=[];let h=o,y=i,d=a;for(let r=0;r<t.length;r+=1)p.push({value:t[r][e.data],name:E(String(t[r][e.type]).replace(/\[.*?\]/g,"")),color:f.shift(),title:{offsetCenter:[`${String(d)}%`,`${String(h)}%`],fontFamily:"Montserrat",fontSize:n},detail:{offsetCenter:[`${String(d)}%`,`${String(y)}%`],fontFamily:"Montserrat",width:"33%",formatter:t=>S(Math.round(t))}}),d+=l,(r+1)%u===0&&(y+=i,h+=2*o,d=a);return[c,p]}function D(t,e,r,n=0){return[N(e,r.data,1),t=>function(t,e,r){const n=S(Math.round(e)),i=o(t[r][0]),a=t[r][1],s=`\n${i} ${a} : ${n}`,u=`${n}\n${i} ${a}`;return window.innerWidth<=1710?s:u}(e,t,n),[{value:e[n][r.data]}]]}function $(t,e){const{resultset:r}={resultset:t},n=new Set,o=new Set,i=r.map(([t,r,i])=>{const a=e?Math.round(i):i;return n.add(t),o.add(r),{day:r,type:t,value:a}}),a=Array.from(o.values()),s=Array.from(n.values());return s.sort((t,e)=>t.toLowerCase().localeCompare(e.toLowerCase(),"es",{ignorePunctuation:!0})),[s.map(t=>{const e=i.filter(e=>e.type===t).map(({day:e,value:r})=>[e,t,r]),r=a.map(t=>{const r=e.find(([e])=>e===t);return r?r[2]:null});return{name:t,data:r}}),s,o]}function j(t,e=[],r=!1){const[n,o,i]=$(t,r);return n.forEach(t=>{t.type="line",t.symbol="circle",t.symbolSize=6,t.smooth=.1,e.length>0&&(t.color=e.shift())}),[n,i,o]}function W(t,e,r=!1){const[n,o,i]=$(t,r);return n.forEach(t=>{t.type="bar",t.color=e.shift(),t.smooth=!1}),[n,i,o]}function G(t){const{resultset:e,metadata:r}=t,n=[];return e.forEach(t=>{const e={};t.forEach((t,n)=>{e[r[n].colName]=t}),n.push(e)}),n}function Z(t,e){const r={...t};return Object.keys(e).forEach(n=>{Object.prototype.hasOwnProperty.call(e,n)&&("series"===n&&Array.isArray(e[n])?r[n]=e[n].map((e,r)=>({...Array.isArray(t[n])&&t[n][r]||{},...e})):"object"!=typeof e[n]||null===e[n]||Array.isArray(e[n])?t[n]!==e[n]&&(r[n]=e[n]):r[n]=Z(t[n]||{},e[n]))}),r}function z(t,e){const r=()=>{t.forEach(t=>{t.id in e&&Object.entries(e[t.id]).forEach(r=>{const n=r[0],o=r[1];"object"==typeof o?o.className?document.querySelector(o.className).className=t[n]:o.element&&o.format&&(document.querySelector(o.element).textContent=e[t.id][n].format(t[n])):document.querySelector(o).textContent=t[n]})})};try{r()}catch(t){document.body.addEventListener("MainContentLoadedCustom",()=>{r()})}}function J(t,e){const r=G(t),n=[];let o=null;return r.forEach(t=>{const r=t[e];"number"!=typeof r||Number.isNaN(r)||n.push(r)}),n.length>0&&(o=Math.max(...n)),o}function V(t,e){const r=document.querySelector(t);r?r.textContent=e:console.warn(`Elemento ${t} no encontrado en el DOM`)}function q(t,e=!0){const r={Cont:[],Mob:[]};return t.forEach(t=>{"is-res-001-kgs-contenidors"===t[0]&&"total"===t[1]&&(e?r.Cont.push([t[3],t[4],t[2]]):r.Cont.push([t[3],t[2]])),"Mobles"===t[1]&&(e?r.Mob.push([t[3],t[4],t[2]]):r.Mob.push([t[3],t[2]]))}),r}const H=["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],Y=["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],K=["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"],X=["Dom","Lun","Mar","Mié","Juv","Vie","Sáb"],Q=["Do","Lu","Ma","Mi","Ju","Vi","Sá"];function tt(t){const e=t.resultset.map(t=>t[0]);return this.dashboard.fireChange(this.parameter,e),t}function et(t){for(const e of t)if(Array.isArray(e)){if(!et(e))return!1}else if("All"!==e)return!1;return!0}function rt(t,e,r,n){return et(e)?(t.queryDefinition.dataAccessId=r,t.dashboard.setParameter(t.parameter,["All"])):t.queryDefinition.dataAccessId=n,!0}function nt(t){return t.dashboard.setParameter(t.parameter,["All"]),!0}function ot(t){t.forEach(t=>{Dashboards.fireChange(t,["All"])})}function it(t="Todos"){return{input:{root:{id:"All"},indexes:{id:0,label:0}},component:{Root:{strings:{isDisabled:"No disponible",allItems:t,noItems:"Ninguno",btnApply:"Aceptar",btnCancel:"Cancelar"}},Group:{Strings:{allItems:"Todos",noItems:"Ninguno",btnApply:"Aceptar",btnCancel:"Cancelar"}}}}}function at(t="Todos"){const e=it(t);return e.input.indexes.id=1,e.input.indexes.label=0,e}function st(t,e,r,n){const o=Dashboards.getParameterValue(r),i=Dashboards.getParameterValue(n);return Dashboards.fireChange(t,[o]),Dashboards.fireChange(e,[i]),!0}function ut(t,e){const r=Dashboards.getParameterValue(e);return Dashboards.fireChange(t,[r]),!0}function ct(t,e){Dashboards.fireChange(e,t.resultset[0][0])}function lt(t,e){const r=Dashboards.getParameterValue(e),n=t.parameter;""!==r&&t.dashboard.setParameter(n,[r])}function ft(t){t.regional.es={monthNames:H,abbreviatedMonthNames:Y,dayNames:K,abbreviatedDayNames:X,dayNamesMin:Q,weekHeader:"Sm",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.setDefaults(t.regional.es)}function pt(t,e){const r=Dashboards.getParameterValue(e);return Dashboards.fireChange(t,Array.isArray(r)?r:[r]),!0}function ht(t,e,r,n=0){const o=t.resultset.slice(0,r).map(t=>t[n]);return Dashboards.setParameter(e,o),t}function yt(t,e,r){const n=Array.isArray(e)?e:[e];Dashboards.fireChange(t,n);const o=Dashboards.getComponent(r);o&&o.update()}function dt(t,e){return I(t,t=>new Tabulator(t,e))}function gt(t,e){let r=t.getValue();return r.length>e&&(r=`${r.substr(0,e)}<br>${r.substr(e)}`),r}function mt(t,e){const r=t.getValue().split(" ");let n="",o="";return r.forEach(t=>{(o+t).length<=e?o+=`${t} `:(n+=`${o}<br>`,o=`${t} `)}),n+=`${o}<br>`,n}function bt(t,e){"expand"===e?t.treeExpand():t.treeCollapse();const r=t.getTreeChildren();r.length>0&&r.forEach(t=>{t.getTreeChildren().length>0&&bt(t,e)})}function wt(t,e){t.getRows().forEach(t=>{t.getTreeChildren().length>0&&bt(t,e)})}function St(t,e,r,n){const o=[];return Object.keys(t).forEach(i=>{if(Object.prototype.hasOwnProperty.call(t,i)){const a=t[i],s={[e]:a[0],_children:[]};a.shift(),a.forEach((t,o)=>{const i={[e]:r[o],[n]:t};s._children.push(i)}),o.push(s)}}),o}function vt(t){let e=!0;return t.getGroups().forEach(t=>{t._group.visible&&(e=!1)}),e}function At(t,e,r){const n=document.getElementById(r),o=n.cloneNode(!0);n.parentNode.replaceChild(o,n),o.addEventListener("click",()=>{t.download("csv",`${e}.csv`,{delimiter:";",bom:!0})})}function Mt(t,e,r){const n=document.getElementById(r),o=n.cloneNode(!0);n.parentNode.replaceChild(o,n),o.addEventListener("click",()=>{const r=t.getRows().map(t=>t.getData()),n=t.getColumns(),o={};n.forEach((t,e)=>{const n=t.getField();n&&r.every(t=>{const e=t[n];return null==e||/^-?\d+([.,]\d+)?$/.test(e.toString().trim())})&&(o[e]={halign:"right"})}),t.download("pdf",`${e}.pdf`,{title:e,rowCalcStyles:{fontSize:8,fontStyle:"bold"},autoTable:{styles:{fontSize:8,lineWidth:.1,lineColor:[200,200,200]},headStyles:{halign:"center"},columnStyles:o}})})}function Et(t,e,r){const n=document.getElementById(r);n&&n.addEventListener("click",()=>{t.setGroupStartOpen(!1),t.setData(e)})}function xt(t,e,r){const n=document.getElementById(r);n&&n.addEventListener("click",()=>{t.setGroupStartOpen(!0),t.setData(e)})}const It={SO2:[100,200,350,500,750,751],NO2:[40,90,120,230,340,341],O3:[50,100,130,240,380,381],PM10:[20,40,50,100,150,151],PM25:[10,20,25,50,75,76]};function kt(t){const e=[],r={0:"b",1:"a",2:"d",3:"m",4:"mm",5:"em",6:"",7:"nd"};function n(t,e,n){const o=document.createElement("td");if(o.setAttribute("id",t),null!=e){o.innerHTML=e;const t=function(t,e){let n;return void 0===e?n=6:"ND"===e?n=7:(n=5,t.forEach((t,r)=>{e<=t&&5===n&&(n=r)})),r[n]}(n,e);o.classList.add(t)}return o}return t.forEach(t=>{const r=t;"noData"===r.operationalstatus&&(r.so2value="ND",r.no2value="ND",r.o3value="ND",r.pm10value="ND",r.pm25value="ND");const o=document.createElement("tr"),i=document.createElement("td");i.innerHTML=r.address,o.appendChild(i),o.appendChild(n(`${r.entityid}_so2`,r.so2value,It.SO2)),o.appendChild(n(`${r.entityid}_no2`,r.no2value,It.NO2)),o.appendChild(n(`${r.entityid}_o3`,r.o3value,It.O3)),o.appendChild(n(`${r.entityid}_pm10`,r.pm10value,It.PM10)),o.appendChild(n(`${r.entityid}_pm25`,r.pm25value,It.PM25)),e.push(o)}),e}function Ot(t){document.location=`${document.documentURI.split("%3A")[0]}%3A${document.documentURI.split("%3A")[1]}%3A${document.documentURI.split("%3A")[2]}%3A${document.documentURI.split("%3A")[3]}%3A${t}`}function Tt(){const t=window.location.href;let e="";return e=t.includes("localhost")?"local":t.includes("sc_valencia_pre")?"PRE":"PRO",e}function Pt(t,e){document.querySelectorAll(`[${t}]`).forEach(r=>{!function(t,e,r){const n=e;if(t){const e=new XMLHttpRequest;e.onreadystatechange=function(){4===this.readyState&&(200===this.status&&(n.innerHTML=this.responseText,r&&r()),404===this.status&&(n.innerHTML="No se ha podido cargar correctamente."))},e.open("GET",t,!0),e.send()}}(r.getAttribute(t),r,e)})}function Bt(t){window.realDashboardsInit=Dashboards.init,Dashboards.init=function(){console.warn("Dashboards.init bloqueado temporalmente")},Pt("include-html-cabecera",function(){!function(){const t=Tt();"PRO"!==t&&(document.title+=` (${t})`)}(),function(){const t=Tt();"PRO"!==t&&(document.querySelector("nav").querySelectorAll("span")[1].textContent+=` (${t})`)}()}),Pt("include-html-menu"),Pt("include-html-main-container",function(){document.body.dispatchEvent(new Event("MainContentLoadedCustom")),function(){const t=document.querySelector("body");t.classList.remove("inicio"),t.classList.add(document.documentURI.split("%3A")[4].match(/(.*?).wcdf/)[1])}(),t&&t()}),Pt("include-html-copyright"),function(t="MainContentLoadedCustom"){document.body.addEventListener(t,()=>{try{Dashboards.init=window.realDashboardsInit,Dashboards.init()}catch(t){console.warn("No se pudo restaurar Dashboards.init; la función original no está disponible.")}},{once:!0})}()}function Lt(t,e,r,n,o,i){let a=!1,s=!1;const u=document.querySelector(t),c=document.querySelector(e),l=()=>{"undefined"!=typeof Liferay&&"ca-ES"===Liferay.ThemeDisplay.getBCP47LanguageId()?(u&&u.setAttribute("src","https://camaras.valencia.es/camaras/ocimovil.html?camara=1&lang=cas"),c&&c.setAttribute("src","https://camaras.valencia.es/camaras/ocimovil.html?lang=cas")):(u&&u.setAttribute("src","https://camaras.valencia.es/camaras/ocimovil.html?camara=1&lang=val"),c&&c.setAttribute("src","https://camaras.valencia.es/camaras/ocimovil.html?lang=val"))};function f(t=!0){const e=document.querySelector(r);t?(u&&(u.src="about:blank"),c&&(c.src="about:blank"),e.classList.add("blur"),s=!0):(e.classList.remove("blur"),l(),s=!1)}const p=t=>{new IntersectionObserver(t=>{t.forEach(t=>{t.isIntersecting&&(s||l(),a||(a=!0,window.setTimeout(f,i)))})}).observe(t)};!function(){const{userAgent:t}=navigator;return/iPad|iPhone|iPod|Macintosh/.test(t)&&!window.MSStream}()?(u&&(u.setAttribute("sandbox","allow-scripts"),p(u)),c&&(c.setAttribute("sandbox","allow-scripts"),p(c)),document.querySelector(o).addEventListener("click",()=>{f(!1),window.setTimeout(f,i)})):document.querySelectorAll(n)[0].style.display="none"}const Ct={grid:{containLabel:!0},title:{left:"center",top:"0",textStyle:{fontSize:15,fontFamily:"Montserrat",fontWeight:500,color:"#666"}},legend:{orient:"horizontal",bottom:"0",left:"center",width:"100%",textStyle:{fontSize:11,fontFamily:"Montserrat",fontWeight:400,color:"#666"}},toolbox:{show:!0,right:"0",top:"0",feature:{restore:{textStyle:{fontSize:6,fontFamily:"Montserrat",fontWeight:300}},saveAsImage:{textStyle:{fontSize:6,fontFamily:"Montserrat",fontWeight:300}}},emphasis:{iconStyle:{borderColor:"#ffcd00",textFill:"#666"}}},tooltip:{textStyle:{fontFamily:"Montserrat",fontSize:12}},xAxis:[{type:"category",axisLabel:{show:!0,interval:0,textStyle:{fontFamily:"Montserrat",fontSize:11}},data:[]}],yAxis:[{type:"value",alignTicks:!0,position:"right",axisLabel:{textStyle:{fontSize:10,fontFamily:"Montserrat",fontWeight:400},formatter:t=>`${t}%`}},{type:"value",position:"left",axisLabel:{textStyle:{fontSize:10,fontFamily:"Montserrat",fontWeight:400},formatter:t=>`${v(t)}€`}}]},_t=(t,e)=>{e.sort((t,e)=>parseInt(t.anyo)-parseInt(e.anyo));const r={};e.forEach(e=>{const n=e[1],o=e[0];o!==t.seriesName||r[n]||(r[n]=0),o===t.seriesName&&(r[n]+=e[2])});let n=`<p>${t.seriesName}</p>`;for(const[e,o]of Object.entries(r))n+=`<div>${t.marker} ${e}: <span style="float: right; margin-left:20px;font-weight: 600;">${S(o)}</span></div>`;return n};function Rt(t,e,r=void 0,n=void 0){const o=null===n?void 0:n,i=new Set(e.map(t=>t[1]));let a;const s={title:{text:"SIN TITULO",left:"center",top:"top",textStyle:{fontSize:20,fontFamily:"Montserrat",fontWeight:600,color:"#666"}},tooltip:{axisPointer:{type:"shadow"},trigger:"item",formatter:t=>_t(t,e),textStyle:{fontFamily:"Montserrat"},position(t,e,r,n,o){const i={},a=o.contentSize[1]/2,s=o.viewSize[1],u=t[1];return u<a?i.top=10:u+a>s?i.bottom=10:i.top=u-a,t[0]<o.viewSize[0]/2?i.left=t[0]+20:i.right=o.viewSize[0]-t[0]+20,i}},legend:{padding:40,textStyle:{fontFamily:"Montserrat"}},grid:{left:"3%",right:"4%",bottom:"3%",containLabel:!0},xAxis:{type:"value",splitNumber:10,name:"SIN NOMBRE",nameLocation:"start",nameTextStyle:{fontWeight:"bold",fontFamily:"Montserrat",color:"#666",padding:-40},axisLabel:{margin:5,textStyle:{fontFamily:"Montserrat"},formatter:t=>S(t)},splitLine:{lineStyle:{color:"#DDD"}}},yAxis:{type:"category",data:Array.from(i),axisLabel:{textStyle:{fontFamily:"Montserrat"}}},series:(()=>{const t={name:"SIN NOMBRE",type:"bar",stack:"total",label:{show:!0,fontFamily:"Montserrat",fontSize:10,formatter:t=>S(Math.round(t.value))},itemStyle:void 0,emphasis:{focus:"series"},data:void 0};o&&o.itemStyle&&Array.isArray(o.itemStyle.borderColor)&&(a=[...o.itemStyle.borderColor],delete o.itemStyle.borderColor);const r=function(t){return t.reduce((t,e)=>{const r=e[0];return t[r]||(t[r]=[]),t[r].push(e),t},{})}(e),n=Object.keys(r);i.forEach(t=>{n.forEach(e=>{void 0===r[e].find(e=>e[1]===t)&&(r[e].push([r[e][0][0],t,void 0]),r[e].sort())})});const s=[];return Object.keys(r).forEach(e=>{a&&(t.itemStyle={borderColor:a.shift()}),t.name=e,t.data=r[e].map(t=>t[2]);let n={};n=void 0!==o?Z(t,o):t,s.push({...n})}),s})(),toolbox:{show:!0,feature:{restore:{title:"Restablir"},saveAsImage:{title:"Desar"}},right:50}};let u={};u=void 0!==r?Z(s,r):s,k(t,u)}function Ft(t){let e={};return e=Z(Ct,t),e}function Nt(t,e,r={},n={}){let i={};i=Z(r,{color:["#81B1CC","#ABD9EA","#C2EEF9","#F9E2AF","#F9C780","#FDAE61","#F46D43","#FDAE61","#F9E2AF","#C2EEF9","#ABD9EA","#81B1CC"],yAxis:{data:function(){const t=new Set;return e.forEach(e=>{t.add(e[1])}),Array.from(t).sort((t,e)=>t-e)}()}});const a={itemStyle:{borderWidth:2,borderColor:["#448DAD","#89CADB","#A0DEE8","#F4D28C","#F4B569","#F79646","#F25930","#F79646","#F4D28C","#A0DEE8","#89CADB","#448DAD"]}},s=null===n?a:Z(n,a),u=e;u.forEach((t,e)=>{u[e][0]=o(t[0])}),Rt(t,u,i,s)}function Ut(t,e=void 0){const r={title:{text:"SIN TITULO",left:"center",top:"top",padding:50,textStyle:{fontSize:14,fontFamily:"Montserrat",fontWeight:400,color:"#333"}},legend:{show:!1},grid:{top:"30%",bottom:"5%",left:"8%",right:"8%"},xAxis:{type:"value",show:!1},yAxis:{show:!1,type:"category"},tooltip:{show:!0,textStyle:{fontFamily:"Montserrat",fontWeight:"600"},appendToBody:!0,formatter:t=>_(t,!1)},series:[{type:"bar",showBackground:!0}]};let n={};n=void 0!==e?Z(r,e):r,k(t,n)}function Dt(t){return Math.max(...t.map(t=>Number(t[0])))}function $t(t){const e=t.filter(e=>Number(e[0])===Dt(t)),r=Array.from({length:12},()=>0);return e.forEach(([t,e,n])=>{const o=parseInt(e,10)-1;r[o]=n}),r}function jt(t){const e=t.filter(e=>Number(e[0])===Dt(t)-1),r=Array.from({length:12},()=>0);return e.forEach(([t,e,n])=>{const o=parseInt(e,10)-1;r[o]=n}),r}function Wt(t,e,r=void 0){const n=Dt(e).toString(),o=(Dt(e)-1).toString();Ut(t,Z({title:{left:"center",top:"-12%",textStyle:{fontSize:15,fontFamily:"Montserrat"}},legend:{top:"10%",show:!0,data:[o,n],textStyle:{fontFamily:"Montserrat"}},grid:{bottom:"8%",top:"20%",right:"2%"},xAxis:[{type:"category",data:d(),interval:0,margin:10,axisLabel:{textStyle:{fontSize:10,fontFamily:"Montserrat",fontWeight:400}}}],yAxis:[{type:"value",axisLabel:{formatter:t=>t.toLocaleString("es-ES"),textStyle:{fontSize:10,fontFamily:"Montserrat",fontWeight:400}}}],series:[{name:o,type:"bar",data:jt(e)},{name:n,type:"bar",barGap:0,data:$t(e)}]},r))}function Gt(t,e,r){const n=document.querySelector(e),o=document.querySelector(t);let i=!1;o.addEventListener("click",()=>{!1===i&&(i=!0,n.setAttribute("src","about:blank"),n.setAttribute("src",r),n.onload=()=>{i=!1})}),o.disabled=!1}const Zt="id",zt="fecha",Jt="value";function Vt(t,e,r,n,o="es_ES"){const[i,a]=function(t,e,r){const n=[],o=[];return t.forEach(t=>{e.includes(`${t[Zt]}`)?n.push(`${t[zt]}`):r.includes(`${t[Zt]}`)&&o.push(`${t[zt]}`)}),[n.map(t=>[t,0]),o.map(t=>[t,0])]}(t,r,n);let s="es_ES"==o?"Datos sin validar":"Dades sense validar";0===a.length&&(s="");const u={name:"Datos validados",type:"line",data:[...i,a[0]],lineStyle:{color:"#00A9A0",width:4},showSymbol:!1,tooltip:{show:!1}};let c="",l="";if(0===a.length){const e=t[t.length-1].fecha;c=e,l=e}else c=a[0][0],l=a[a.length-1][0];return[...e,u,{name:"Datos NO validados",type:"line",data:a,lineStyle:{color:"#80D4CF",width:4},showSymbol:!1,tooltip:{show:!1},markArea:{silent:!0,itemStyle:{opacity:.6,color:"#eee"},tooltip:{show:!1},label:{color:"#333",fontStyle:"normal",fontWeight:"400",fontFamily:"Montserrat",fontSize:11},data:[[{name:s,xAxis:c,yAxis:0},{name:"end",xAxis:l,yAxis:Math.max(...t.filter(t=>null!==t[Jt]).map(t=>parseInt(`${t[Jt]}`,10)))}]]}}]}function qt(t,e,r=void 0){k(t,Z({grid:{left:"2.5%",right:"5%",bottom:"70",top:"150",containLabel:!0},title:{left:"center",top:"top",textStyle:{fontSize:20,fontFamily:"Montserrat",fontWeight:600,color:"#666"}},legend:{type:"plain",top:"50",width:"98%",textStyle:{fontFamily:"Montserrat"}},tooltip:{trigger:"axis",show:!0,formatter:t=>P(t),textStyle:{fontFamily:"Montserrat"}},xAxis:{type:"category",boundaryGap:!1,splitLine:{show:!1},axisLabel:{textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#666"}}},yAxis:{type:"value",nameLocation:"end",nameGap:"0",nameTextStyle:{fontFamily:"Montserrat",fontWeight:"500",padding:[-25,0,0,-48],margin:0,align:"left",verticalAlign:"top",width:"auto"},scale:!0,splitNumber:"6",axisLabel:{margin:10,textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#666"}}},dataZoom:{end:100,borderColor:"#eee",fillerColor:"rgba(0,0,0,.05)",textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#333",textBorderColor:"#fff",textBorderWidth:3,fontWeight:"600"},selectedDataBackground:{lineStyle:{color:"#333"},areaStyle:{color:"#ffcd00"}},dataBackground:{backgroundColor:"rgba(0,0,0,1)",lineStyle:{color:"#333"},areaStyle:{color:"rgba(0,0,0,0.5)"}},handleStyle:{color:"rgba(0,0,0,0.2)"},moveHandleStyle:{color:"rgba(0,0,0,0.3)"},emphasis:{handleStyle:{color:"rgba(255,205,0,1)"},moveHandleStyle:{color:"rgba(255,205,0,1)"}}},toolbox:{feature:{restore:{title:"Restablir"},saveAsImage:{title:"Desar"}},right:"1%",top:"0%"},series:e},r))}return e})(),t.exports=e()},2957(t,e,r){var n=r(8287).hp;t.exports=g;var o=r(740),i=r(4263),a=r(350),s=r(743),u=r(3452),c=r(3959),l=r(9236),f=r(1141),p=r(4047),h=r(1199),y=r(2104),d=r(1865);function g(){this.srid=void 0,this.hasZ=!1,this.hasM=!1}g.parse=function(t,e){if("string"==typeof t||t instanceof y)return g._parseWkt(t);if(n.isBuffer(t)||t instanceof p)return g._parseWkb(t,e);throw new Error("first argument must be a string or Buffer")},g._parseWkt=function(t){var e,r,n=(e=t instanceof y?t:new y(t)).matchRegex([/^SRID=(\d+);/]);n&&(r=parseInt(n[1],10));var p=e.matchType(),h=e.matchDimension(),d={srid:r,hasZ:h.hasZ,hasM:h.hasM};switch(p){case o.wkt.Point:return i._parseWkt(e,d);case o.wkt.LineString:return a._parseWkt(e,d);case o.wkt.Polygon:return s._parseWkt(e,d);case o.wkt.MultiPoint:return u._parseWkt(e,d);case o.wkt.MultiLineString:return c._parseWkt(e,d);case o.wkt.MultiPolygon:return l._parseWkt(e,d);case o.wkt.GeometryCollection:return f._parseWkt(e,d)}},g._parseWkb=function(t,e){var r,n,h,y={};switch((r=t instanceof p?t:new p(t)).isBigEndian=!r.readInt8(),n=r.readUInt32(),y.hasSrid=!(536870912&~n),y.isEwkb=536870912&n||1073741824&n||2147483648&n,y.hasSrid&&(y.srid=r.readUInt32()),y.hasZ=!1,y.hasM=!1,y.isEwkb||e&&e.isEwkb?(2147483648&n&&(y.hasZ=!0),1073741824&n&&(y.hasM=!0),h=15&n):n>=1e3&&n<2e3?(y.hasZ=!0,h=n-1e3):n>=2e3&&n<3e3?(y.hasM=!0,h=n-2e3):n>=3e3&&n<4e3?(y.hasZ=!0,y.hasM=!0,h=n-3e3):h=n,h){case o.wkb.Point:return i._parseWkb(r,y);case o.wkb.LineString:return a._parseWkb(r,y);case o.wkb.Polygon:return s._parseWkb(r,y);case o.wkb.MultiPoint:return u._parseWkb(r,y);case o.wkb.MultiLineString:return c._parseWkb(r,y);case o.wkb.MultiPolygon:return l._parseWkb(r,y);case o.wkb.GeometryCollection:return f._parseWkb(r,y);default:throw new Error("GeometryType "+h+" not supported")}},g.parseTwkb=function(t){var e,r={},n=(e=t instanceof p?t:new p(t)).readUInt8(),h=e.readUInt8(),y=15&n;if(r.precision=d.decode(n>>4),r.precisionFactor=Math.pow(10,r.precision),r.hasBoundingBox=1&h,r.hasSizeAttribute=h>>1&1,r.hasIdList=h>>2&1,r.hasExtendedPrecision=h>>3&1,r.isEmpty=h>>4&1,r.hasExtendedPrecision){var g=e.readUInt8();r.hasZ=!(1&~g),r.hasM=!(2&~g),r.zPrecision=d.decode((28&g)>>2),r.zPrecisionFactor=Math.pow(10,r.zPrecision),r.mPrecision=d.decode((224&g)>>5),r.mPrecisionFactor=Math.pow(10,r.mPrecision)}else r.hasZ=!1,r.hasM=!1;if(r.hasSizeAttribute&&e.readVarInt(),r.hasBoundingBox){var m=2;r.hasZ&&m++,r.hasM&&m++;for(var b=0;b<m;b++)e.readVarInt(),e.readVarInt()}switch(y){case o.wkb.Point:return i._parseTwkb(e,r);case o.wkb.LineString:return a._parseTwkb(e,r);case o.wkb.Polygon:return s._parseTwkb(e,r);case o.wkb.MultiPoint:return u._parseTwkb(e,r);case o.wkb.MultiLineString:return c._parseTwkb(e,r);case o.wkb.MultiPolygon:return l._parseTwkb(e,r);case o.wkb.GeometryCollection:return f._parseTwkb(e,r);default:throw new Error("GeometryType "+y+" not supported")}},g.parseGeoJSON=function(t){return g._parseGeoJSON(t)},g._parseGeoJSON=function(t,e){var r;switch(t.type){case o.geoJSON.Point:r=i._parseGeoJSON(t);break;case o.geoJSON.LineString:r=a._parseGeoJSON(t);break;case o.geoJSON.Polygon:r=s._parseGeoJSON(t);break;case o.geoJSON.MultiPoint:r=u._parseGeoJSON(t);break;case o.geoJSON.MultiLineString:r=c._parseGeoJSON(t);break;case o.geoJSON.MultiPolygon:r=l._parseGeoJSON(t);break;case o.geoJSON.GeometryCollection:r=f._parseGeoJSON(t);break;default:throw new Error("GeometryType "+t.type+" not supported")}if(t.crs&&t.crs.type&&"name"===t.crs.type&&t.crs.properties&&t.crs.properties.name){var n=t.crs.properties.name;if(0===n.indexOf("EPSG:"))r.srid=parseInt(n.substring(5));else{if(0!==n.indexOf("urn:ogc:def:crs:EPSG::"))throw new Error("Unsupported crs: "+n);r.srid=parseInt(n.substring(22))}}else e||(r.srid=4326);return r},g.prototype.toEwkt=function(){return"SRID="+this.srid+";"+this.toWkt()},g.prototype.toEwkb=function(){var t=new h(this._getWkbSize()+4),e=this.toWkb();return t.writeInt8(1),t.writeUInt32LE((536870912|e.slice(1,5).readUInt32LE(0))>>>0,!0),t.writeUInt32LE(this.srid),t.writeBuffer(e.slice(5)),t.buffer},g.prototype._getWktType=function(t,e){var r=t;return this.hasZ&&this.hasM?r+=" ZM ":this.hasZ?r+=" Z ":this.hasM&&(r+=" M "),!e||this.hasZ||this.hasM||(r+=" "),e&&(r+="EMPTY"),r},g.prototype._getWktCoordinate=function(t){var e=t.x+" "+t.y;return this.hasZ&&(e+=" "+t.z),this.hasM&&(e+=" "+t.m),e},g.prototype._writeWkbType=function(t,e,r){var n=0;void 0!==this.srid||r&&void 0!==r.srid?(this.hasZ&&(n|=2147483648),this.hasM&&(n|=1073741824)):this.hasZ&&this.hasM?n+=3e3:this.hasZ?n+=1e3:this.hasM&&(n+=2e3),t.writeUInt32LE(n+e>>>0,!0)},g.getTwkbPrecision=function(t,e,r){return{xy:t,z:e,m:r,xyFactor:Math.pow(10,t),zFactor:Math.pow(10,e),mFactor:Math.pow(10,r)}},g.prototype._writeTwkbHeader=function(t,e,r,n){var o=(d.encode(r.xy)<<4)+e,i=(this.hasZ||this.hasM)<<3;if(i+=n<<4,t.writeUInt8(o),t.writeUInt8(i),this.hasZ||this.hasM){var a=0;this.hasZ&&(a|=1),this.hasM&&(a|=2),t.writeUInt8(a)}},g.prototype.toGeoJSON=function(t){var e={};return this.srid&&t&&(t.shortCrs?e.crs={type:"name",properties:{name:"EPSG:"+this.srid}}:t.longCrs&&(e.crs={type:"name",properties:{name:"urn:ogc:def:crs:EPSG::"+this.srid}})),e}},3093(t,e,r){"use strict";var n=r(4459);t.exports=function(t){return n(t)||0===t?t:t<0?-1:1}},3126(t,e,r){"use strict";var n=r(6743),o=r(9675),i=r(76),a=r(3144);t.exports=function(t){if(t.length<1||"function"!=typeof t[0])throw new o("a function is required");return a(n,i,t)}},3144(t,e,r){"use strict";var n=r(6743),o=r(1002),i=r(76),a=r(7119);t.exports=a||n.call(i,o)},3452(t,e,r){t.exports=u;var n=r(537),o=r(740),i=r(2957),a=r(4263),s=r(1199);function u(t,e){i.call(this),this.points=t||[],this.srid=e,this.points.length>0&&(this.hasZ=this.points[0].hasZ,this.hasM=this.points[0].hasM)}n.inherits(u,i),u.Z=function(t,e){var r=new u(t,e);return r.hasZ=!0,r},u.M=function(t,e){var r=new u(t,e);return r.hasM=!0,r},u.ZM=function(t,e){var r=new u(t,e);return r.hasZ=!0,r.hasM=!0,r},u._parseWkt=function(t,e){var r=new u;return r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"])||(t.expectGroupStart(),r.points.push.apply(r.points,t.matchCoordinates(e)),t.expectGroupEnd()),r},u._parseWkb=function(t,e){var r=new u;r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM;for(var n=t.readUInt32(),o=0;o<n;o++)r.points.push(i.parse(t,e));return r},u._parseTwkb=function(t,e){var r=new u;if(r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty)return r;for(var n=new a(0,0,e.hasZ?0:void 0,e.hasM?0:void 0),o=t.readVarInt(),i=0;i<o;i++)r.points.push(a._readTwkbPoint(t,e,n));return r},u._parseGeoJSON=function(t){var e=new u;t.coordinates.length>0&&(e.hasZ=t.coordinates[0].length>2);for(var r=0;r<t.coordinates.length;r++)e.points.push(a._parseGeoJSON({coordinates:t.coordinates[r]}));return e},u.prototype.toWkt=function(){if(0===this.points.length)return this._getWktType(o.wkt.MultiPoint,!0);for(var t=this._getWktType(o.wkt.MultiPoint,!1)+"(",e=0;e<this.points.length;e++)t+=this._getWktCoordinate(this.points[e])+",";return(t=t.slice(0,-1))+")"},u.prototype.toWkb=function(){var t=new s(this._getWkbSize());t.writeInt8(1),this._writeWkbType(t,o.wkb.MultiPoint),t.writeUInt32LE(this.points.length);for(var e=0;e<this.points.length;e++)t.writeBuffer(this.points[e].toWkb({srid:this.srid}));return t.buffer},u.prototype.toTwkb=function(){var t=new s(0,!0),e=i.getTwkbPrecision(5,0,0),r=0===this.points.length;if(this._writeTwkbHeader(t,o.wkb.MultiPoint,e,r),this.points.length>0){t.writeVarInt(this.points.length);for(var n=new a(0,0,0,0),u=0;u<this.points.length;u++)this.points[u]._writeTwkbPoint(t,e,n)}return t.buffer},u.prototype._getWkbSize=function(){var t=16;return this.hasZ&&(t+=8),this.hasM&&(t+=8),t+=5,9+this.points.length*t},u.prototype.toGeoJSON=function(t){var e=i.prototype.toGeoJSON.call(this,t);e.type=o.geoJSON.MultiPoint,e.coordinates=[];for(var r=0;r<this.points.length;r++)e.coordinates.push(this.points[r].toGeoJSON().coordinates);return e}},3628(t,e,r){"use strict";var n=r(8648),o=r(1064),i=r(7176);t.exports=n?function(t){return n(t)}:o?function(t){if(!t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("getProto: not an object");return o(t)}:i?function(t){return i(t)}:null},3959(t,e,r){t.exports=c;var n=r(537),o=r(740),i=r(2957),a=r(4263),s=r(350),u=r(1199);function c(t,e){i.call(this),this.lineStrings=t||[],this.srid=e,this.lineStrings.length>0&&(this.hasZ=this.lineStrings[0].hasZ,this.hasM=this.lineStrings[0].hasM)}n.inherits(c,i),c.Z=function(t,e){var r=new c(t,e);return r.hasZ=!0,r},c.M=function(t,e){var r=new c(t,e);return r.hasM=!0,r},c.ZM=function(t,e){var r=new c(t,e);return r.hasZ=!0,r.hasM=!0,r},c._parseWkt=function(t,e){var r=new c;if(r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"]))return r;t.expectGroupStart();do{t.expectGroupStart(),r.lineStrings.push(new s(t.matchCoordinates(e))),t.expectGroupEnd()}while(t.isMatch([","]));return t.expectGroupEnd(),r},c._parseWkb=function(t,e){var r=new c;r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM;for(var n=t.readUInt32(),o=0;o<n;o++)r.lineStrings.push(i.parse(t,e));return r},c._parseTwkb=function(t,e){var r=new c;if(r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty)return r;for(var n=new a(0,0,e.hasZ?0:void 0,e.hasM?0:void 0),o=t.readVarInt(),i=0;i<o;i++){var u=new s;u.hasZ=e.hasZ,u.hasM=e.hasM;for(var l=t.readVarInt(),f=0;f<l;f++)u.points.push(a._readTwkbPoint(t,e,n));r.lineStrings.push(u)}return r},c._parseGeoJSON=function(t){var e=new c;t.coordinates.length>0&&t.coordinates[0].length>0&&(e.hasZ=t.coordinates[0][0].length>2);for(var r=0;r<t.coordinates.length;r++)e.lineStrings.push(s._parseGeoJSON({coordinates:t.coordinates[r]}));return e},c.prototype.toWkt=function(){if(0===this.lineStrings.length)return this._getWktType(o.wkt.MultiLineString,!0);for(var t=this._getWktType(o.wkt.MultiLineString,!1)+"(",e=0;e<this.lineStrings.length;e++)t+=this.lineStrings[e]._toInnerWkt()+",";return(t=t.slice(0,-1))+")"},c.prototype.toWkb=function(){var t=new u(this._getWkbSize());t.writeInt8(1),this._writeWkbType(t,o.wkb.MultiLineString),t.writeUInt32LE(this.lineStrings.length);for(var e=0;e<this.lineStrings.length;e++)t.writeBuffer(this.lineStrings[e].toWkb({srid:this.srid}));return t.buffer},c.prototype.toTwkb=function(){var t=new u(0,!0),e=i.getTwkbPrecision(5,0,0),r=0===this.lineStrings.length;if(this._writeTwkbHeader(t,o.wkb.MultiLineString,e,r),this.lineStrings.length>0){t.writeVarInt(this.lineStrings.length);for(var n=new a(0,0,0,0),s=0;s<this.lineStrings.length;s++){t.writeVarInt(this.lineStrings[s].points.length);for(var c=0;c<this.lineStrings[s].points.length;c++)this.lineStrings[s].points[c]._writeTwkbPoint(t,e,n)}}return t.buffer},c.prototype._getWkbSize=function(){for(var t=9,e=0;e<this.lineStrings.length;e++)t+=this.lineStrings[e]._getWkbSize();return t},c.prototype.toGeoJSON=function(t){var e=i.prototype.toGeoJSON.call(this,t);e.type=o.geoJSON.MultiLineString,e.coordinates=[];for(var r=0;r<this.lineStrings.length;r++)e.coordinates.push(this.lineStrings[r].toGeoJSON().coordinates);return e}},4035(t,e,r){"use strict";var n,o=r(6556),i=r(9092)(),a=r(9957),s=r(5795);if(i){var u=o("RegExp.prototype.exec"),c={},l=function(){throw c},f={toString:l,valueOf:l};"symbol"==typeof Symbol.toPrimitive&&(f[Symbol.toPrimitive]=l),n=function(t){if(!t||"object"!=typeof t)return!1;var e=s(t,"lastIndex");if(!e||!a(e,"value"))return!1;try{u(t,f)}catch(t){return t===c}}}else{var p=o("Object.prototype.toString");n=function(t){return!(!t||"object"!=typeof t&&"function"!=typeof t)&&"[object RegExp]"===p(t)}}t.exports=n},4039(t,e,r){"use strict";var n="undefined"!=typeof Symbol&&Symbol,o=r(1333);t.exports=function(){return"function"==typeof n&&"function"==typeof Symbol&&"symbol"==typeof n("foo")&&"symbol"==typeof Symbol("bar")&&o()}},4047(t,e,r){var n=r(8287).hp;function o(t,e){this.buffer=t,this.position=0,this.isBigEndian=e||!1}function i(t,e,r){return function(){var n;return n=this.isBigEndian?e.call(this.buffer,this.position):t.call(this.buffer,this.position),this.position+=r,n}}t.exports=o,o.prototype.readUInt8=i(n.prototype.readUInt8,n.prototype.readUInt8,1),o.prototype.readUInt16=i(n.prototype.readUInt16LE,n.prototype.readUInt16BE,2),o.prototype.readUInt32=i(n.prototype.readUInt32LE,n.prototype.readUInt32BE,4),o.prototype.readInt8=i(n.prototype.readInt8,n.prototype.readInt8,1),o.prototype.readInt16=i(n.prototype.readInt16LE,n.prototype.readInt16BE,2),o.prototype.readInt32=i(n.prototype.readInt32LE,n.prototype.readInt32BE,4),o.prototype.readFloat=i(n.prototype.readFloatLE,n.prototype.readFloatBE,4),o.prototype.readDouble=i(n.prototype.readDoubleLE,n.prototype.readDoubleBE,8),o.prototype.readVarInt=function(){var t,e=0,r=0;do{e+=(127&(t=this.buffer[this.position+r]))<<7*r,r++}while(t>=128);return this.position+=r,e}},4233(t){"use strict";const e=function*(){}.constructor;t.exports=()=>e},4263(t,e,r){t.exports=u;var n=r(537),o=r(2957),i=r(740),a=r(1199),s=r(1865);function u(t,e,r,n,i){o.call(this),this.x=t,this.y=e,this.z=r,this.m=n,this.srid=i,this.hasZ=void 0!==this.z,this.hasM=void 0!==this.m}n.inherits(u,o),u.Z=function(t,e,r,n){var o=new u(t,e,r,void 0,n);return o.hasZ=!0,o},u.M=function(t,e,r,n){var o=new u(t,e,void 0,r,n);return o.hasM=!0,o},u.ZM=function(t,e,r,n,o){var i=new u(t,e,r,n,o);return i.hasZ=!0,i.hasM=!0,i},u._parseWkt=function(t,e){var r=new u;if(r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"]))return r;t.expectGroupStart();var n=t.matchCoordinate(e);return r.x=n.x,r.y=n.y,r.z=n.z,r.m=n.m,t.expectGroupEnd(),r},u._parseWkb=function(t,e){var r=u._readWkbPoint(t,e);return r.srid=e.srid,r},u._readWkbPoint=function(t,e){return new u(t.readDouble(),t.readDouble(),e.hasZ?t.readDouble():void 0,e.hasM?t.readDouble():void 0)},u._parseTwkb=function(t,e){var r=new u;return r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty||(r.x=s.decode(t.readVarInt())/e.precisionFactor,r.y=s.decode(t.readVarInt())/e.precisionFactor,r.z=e.hasZ?s.decode(t.readVarInt())/e.zPrecisionFactor:void 0,r.m=e.hasM?s.decode(t.readVarInt())/e.mPrecisionFactor:void 0),r},u._readTwkbPoint=function(t,e,r){return r.x+=s.decode(t.readVarInt())/e.precisionFactor,r.y+=s.decode(t.readVarInt())/e.precisionFactor,e.hasZ&&(r.z+=s.decode(t.readVarInt())/e.zPrecisionFactor),e.hasM&&(r.m+=s.decode(t.readVarInt())/e.mPrecisionFactor),new u(r.x,r.y,r.z,r.m)},u._parseGeoJSON=function(t){return u._readGeoJSONPoint(t.coordinates)},u._readGeoJSONPoint=function(t){return 0===t.length?new u:t.length>2?new u(t[0],t[1],t[2]):new u(t[0],t[1])},u.prototype.toWkt=function(){return void 0===this.x&&void 0===this.y&&void 0===this.z&&void 0===this.m?this._getWktType(i.wkt.Point,!0):this._getWktType(i.wkt.Point,!1)+"("+this._getWktCoordinate(this)+")"},u.prototype.toWkb=function(t){var e=new a(this._getWkbSize());return e.writeInt8(1),this._writeWkbType(e,i.wkb.Point,t),void 0===this.x&&void 0===this.y?(e.writeDoubleLE(NaN),e.writeDoubleLE(NaN),this.hasZ&&e.writeDoubleLE(NaN),this.hasM&&e.writeDoubleLE(NaN)):this._writeWkbPoint(e),e.buffer},u.prototype._writeWkbPoint=function(t){t.writeDoubleLE(this.x),t.writeDoubleLE(this.y),this.hasZ&&t.writeDoubleLE(this.z),this.hasM&&t.writeDoubleLE(this.m)},u.prototype.toTwkb=function(){var t=new a(0,!0),e=o.getTwkbPrecision(5,0,0),r=void 0===this.x&&void 0===this.y;return this._writeTwkbHeader(t,i.wkb.Point,e,r),r||this._writeTwkbPoint(t,e,new u(0,0,0,0)),t.buffer},u.prototype._writeTwkbPoint=function(t,e,r){var n=this.x*e.xyFactor,o=this.y*e.xyFactor,i=this.z*e.zFactor,a=this.m*e.mFactor;t.writeVarInt(s.encode(n-r.x)),t.writeVarInt(s.encode(o-r.y)),this.hasZ&&t.writeVarInt(s.encode(i-r.z)),this.hasM&&t.writeVarInt(s.encode(a-r.m)),r.x=n,r.y=o,r.z=i,r.m=a},u.prototype._getWkbSize=function(){var t=21;return this.hasZ&&(t+=8),this.hasM&&(t+=8),t},u.prototype.toGeoJSON=function(t){var e=o.prototype.toGeoJSON.call(this,t);return e.type=i.geoJSON.Point,void 0===this.x&&void 0===this.y?e.coordinates=[]:void 0!==this.z?e.coordinates=[this.x,this.y,this.z]:e.coordinates=[this.x,this.y],e}},4459(t){"use strict";t.exports=Number.isNaN||function(t){return t!=t}},5345(t){"use strict";t.exports=URIError},5606(t){var e,r,n=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function a(t){if(e===setTimeout)return setTimeout(t,0);if((e===o||!e)&&setTimeout)return e=setTimeout,setTimeout(t,0);try{return e(t,0)}catch(r){try{return e.call(null,t,0)}catch(r){return e.call(this,t,0)}}}!function(){try{e="function"==typeof setTimeout?setTimeout:o}catch(t){e=o}try{r="function"==typeof clearTimeout?clearTimeout:i}catch(t){r=i}}();var s,u=[],c=!1,l=-1;function f(){c&&s&&(c=!1,s.length?u=s.concat(u):l=-1,u.length&&p())}function p(){if(!c){var t=a(f);c=!0;for(var e=u.length;e;){for(s=u,u=[];++l<e;)s&&s[l].run();l=-1,e=u.length}s=null,c=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===i||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{return r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function h(t,e){this.fun=t,this.array=e}function y(){}n.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];u.push(new h(t,e)),1!==u.length||c||a(p)},h.prototype.run=function(){this.fun.apply(null,this.array)},n.title="browser",n.browser=!0,n.env={},n.argv=[],n.version="",n.versions={},n.on=y,n.addListener=y,n.once=y,n.off=y,n.removeListener=y,n.removeAllListeners=y,n.emit=y,n.prependListener=y,n.prependOnceListener=y,n.listeners=function(t){return[]},n.binding=function(t){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(t){throw new Error("process.chdir is not supported")},n.umask=function(){return 0}},5680(t,e,r){"use strict";var n=r(5767);t.exports=function(t){return!!n(t)}},5767(t,e,r){"use strict";var n=r(2682),o=r(9209),i=r(487),a=r(6556),s=r(5795),u=r(3628),c=a("Object.prototype.toString"),l=r(9092)(),f="undefined"==typeof globalThis?r.g:globalThis,p=o(),h=a("String.prototype.slice"),y=a("Array.prototype.indexOf",!0)||function(t,e){for(var r=0;r<t.length;r+=1)if(t[r]===e)return r;return-1},d={__proto__:null};n(p,l&&s&&u?function(t){var e=new f[t];if(Symbol.toStringTag in e&&u){var r=u(e),n=s(r,Symbol.toStringTag);if(!n&&r){var o=u(r);n=s(o,Symbol.toStringTag)}if(n&&n.get){var a=i(n.get);d["$"+t]=a}}}:function(t){var e=new f[t],r=e.slice||e.set;if(r){var n=i(r);d["$"+t]=n}}),t.exports=function(t){if(!t||"object"!=typeof t)return!1;if(!l){var e=h(c(t),8,-1);return y(p,e)>-1?e:"Object"===e&&function(t){var e=!1;return n(d,function(r,n){if(!e)try{r(t),e=h(n,1)}catch(t){}}),e}(t)}return s?function(t){var e=!1;return n(d,function(r,n){if(!e)try{"$"+r(t)===n&&(e=h(n,1))}catch(t){}}),e}(t):null}},5795(t,e,r){"use strict";var n=r(6549);if(n)try{n([],"length")}catch(t){n=null}t.exports=n},5880(t){"use strict";t.exports=Math.pow},6188(t){"use strict";t.exports=Math.max},6549(t){"use strict";t.exports=Object.getOwnPropertyDescriptor},6556(t,e,r){"use strict";var n=r(453),o=r(3126),i=o([n("%String.prototype.indexOf%")]);t.exports=function(t,e){var r=n(t,!!e);return"function"==typeof r&&i(t,".prototype.")>-1?o([r]):r}},6578(t){"use strict";t.exports=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]},6698(t){"function"==typeof Object.create?t.exports=function(t,e){e&&(t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(t,e){if(e){t.super_=e;var r=function(){};r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t}}},6743(t,e,r){"use strict";var n=r(9353);t.exports=Function.prototype.bind||n},6897(t,e,r){"use strict";var n=r(453),o=r(41),i=r(592)(),a=r(5795),s=r(9675),u=n("%Math.floor%");t.exports=function(t,e){if("function"!=typeof t)throw new s("`fn` is not a function");if("number"!=typeof e||e<0||e>4294967295||u(e)!==e)throw new s("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],n=!0,c=!0;if("length"in t&&a){var l=a(t,"length");l&&!l.configurable&&(n=!1),l&&!l.writable&&(c=!1)}return(n||c||!r)&&(i?o(t,"length",e,!0,!0):o(t,"length",e)),t}},7119(t){"use strict";t.exports="undefined"!=typeof Reflect&&Reflect&&Reflect.apply},7176(t,e,r){"use strict";var n,o=r(3126),i=r(5795);try{n=[].__proto__===Array.prototype}catch(t){if(!t||"object"!=typeof t||!("code"in t)||"ERR_PROTO_ACCESS"!==t.code)throw t}var a=!!n&&i&&i(Object.prototype,"__proto__"),s=Object,u=s.getPrototypeOf;t.exports=a&&"function"==typeof a.get?o([a.get]):"function"==typeof u&&function(t){return u(null==t?t:s(t))}},7244(t,e,r){"use strict";var n=r(9092)(),o=r(6556)("Object.prototype.toString"),i=function(t){return!(n&&t&&"object"==typeof t&&Symbol.toStringTag in t)&&"[object Arguments]"===o(t)},a=function(t){return!!i(t)||null!==t&&"object"==typeof t&&"length"in t&&"number"==typeof t.length&&t.length>=0&&"[object Array]"!==o(t)&&"callee"in t&&"[object Function]"===o(t.callee)},s=function(){return i(arguments)}();i.isLegacyArguments=a,t.exports=s?i:a},7526(t,e){"use strict";e.byteLength=function(t){var e=s(t),r=e[0],n=e[1];return 3*(r+n)/4-n},e.toByteArray=function(t){var e,r,i=s(t),a=i[0],u=i[1],c=new o(function(t,e,r){return 3*(e+r)/4-r}(0,a,u)),l=0,f=u>0?a-4:a;for(r=0;r<f;r+=4)e=n[t.charCodeAt(r)]<<18|n[t.charCodeAt(r+1)]<<12|n[t.charCodeAt(r+2)]<<6|n[t.charCodeAt(r+3)],c[l++]=e>>16&255,c[l++]=e>>8&255,c[l++]=255&e;return 2===u&&(e=n[t.charCodeAt(r)]<<2|n[t.charCodeAt(r+1)]>>4,c[l++]=255&e),1===u&&(e=n[t.charCodeAt(r)]<<10|n[t.charCodeAt(r+1)]<<4|n[t.charCodeAt(r+2)]>>2,c[l++]=e>>8&255,c[l++]=255&e),c},e.fromByteArray=function(t){for(var e,n=t.length,o=n%3,i=[],a=16383,s=0,u=n-o;s<u;s+=a)i.push(c(t,s,s+a>u?u:s+a));return 1===o?(e=t[n-1],i.push(r[e>>2]+r[e<<4&63]+"==")):2===o&&(e=(t[n-2]<<8)+t[n-1],i.push(r[e>>10]+r[e>>4&63]+r[e<<2&63]+"=")),i.join("")};for(var r=[],n=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0;a<64;++a)r[a]=i[a],n[i.charCodeAt(a)]=a;function s(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");return-1===r&&(r=e),[r,r===e?0:4-r%4]}function u(t){return r[t>>18&63]+r[t>>12&63]+r[t>>6&63]+r[63&t]}function c(t,e,r){for(var n,o=[],i=e;i<r;i+=3)n=(t[i]<<16&16711680)+(t[i+1]<<8&65280)+(255&t[i+2]),o.push(u(n));return o.join("")}n["-".charCodeAt(0)]=62,n["_".charCodeAt(0)]=63},8002(t){"use strict";t.exports=Math.min},8068(t){"use strict";t.exports=SyntaxError},8184(t,e,r){"use strict";var n=r(6556),o=r(9721)(/^\s*(?:function)?\*/),i=r(9092)(),a=r(3628),s=n("Object.prototype.toString"),u=n("Function.prototype.toString"),c=r(4233);t.exports=function(t){if("function"!=typeof t)return!1;if(o(u(t)))return!0;if(!i)return"[object GeneratorFunction]"===s(t);if(!a)return!1;var e=c();return e&&a(t)===e.prototype}},8287(t,e,r){"use strict";const n=r(7526),o=r(251),i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;e.hp=u,e.IS=50;const a=2147483647;function s(t){if(t>a)throw new RangeError('The value "'+t+'" is invalid for option "size"');const e=new Uint8Array(t);return Object.setPrototypeOf(e,u.prototype),e}function u(t,e,r){if("number"==typeof t){if("string"==typeof e)throw new TypeError('The "string" argument must be of type string. Received type number');return f(t)}return c(t,e,r)}function c(t,e,r){if("string"==typeof t)return function(t,e){if("string"==typeof e&&""!==e||(e="utf8"),!u.isEncoding(e))throw new TypeError("Unknown encoding: "+e);const r=0|d(t,e);let n=s(r);const o=n.write(t,e);return o!==r&&(n=n.slice(0,o)),n}(t,e);if(ArrayBuffer.isView(t))return function(t){if(H(t,Uint8Array)){const e=new Uint8Array(t);return h(e.buffer,e.byteOffset,e.byteLength)}return p(t)}(t);if(null==t)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(H(t,ArrayBuffer)||t&&H(t.buffer,ArrayBuffer))return h(t,e,r);if("undefined"!=typeof SharedArrayBuffer&&(H(t,SharedArrayBuffer)||t&&H(t.buffer,SharedArrayBuffer)))return h(t,e,r);if("number"==typeof t)throw new TypeError('The "value" argument must not be of type number. Received type number');const n=t.valueOf&&t.valueOf();if(null!=n&&n!==t)return u.from(n,e,r);const o=function(t){if(u.isBuffer(t)){const e=0|y(t.length),r=s(e);return 0===r.length||t.copy(r,0,0,e),r}return void 0!==t.length?"number"!=typeof t.length||Y(t.length)?s(0):p(t):"Buffer"===t.type&&Array.isArray(t.data)?p(t.data):void 0}(t);if(o)return o;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof t[Symbol.toPrimitive])return u.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}function l(t){if("number"!=typeof t)throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function f(t){return l(t),s(t<0?0:0|y(t))}function p(t){const e=t.length<0?0:0|y(t.length),r=s(e);for(let n=0;n<e;n+=1)r[n]=255&t[n];return r}function h(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');let n;return n=void 0===e&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,e):new Uint8Array(t,e,r),Object.setPrototypeOf(n,u.prototype),n}function y(t){if(t>=a)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a.toString(16)+" bytes");return 0|t}function d(t,e){if(u.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||H(t,ArrayBuffer))return t.byteLength;if("string"!=typeof t)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);const r=t.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===r)return 0;let o=!1;for(;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return J(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return V(t).length;default:if(o)return n?-1:J(t).length;e=(""+e).toLowerCase(),o=!0}}function g(t,e,r){let n=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(e>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return P(this,e,r);case"utf8":case"utf-8":return I(this,e,r);case"ascii":return O(this,e,r);case"latin1":case"binary":return T(this,e,r);case"base64":return x(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return B(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}function m(t,e,r){const n=t[e];t[e]=t[r],t[r]=n}function b(t,e,r,n,o){if(0===t.length)return-1;if("string"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),Y(r=+r)&&(r=o?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(o)return-1;r=t.length-1}else if(r<0){if(!o)return-1;r=0}if("string"==typeof e&&(e=u.from(e,n)),u.isBuffer(e))return 0===e.length?-1:w(t,e,r,n,o);if("number"==typeof e)return e&=255,"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):w(t,[e],r,n,o);throw new TypeError("val must be string, number or Buffer")}function w(t,e,r,n,o){let i,a=1,s=t.length,u=e.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(t.length<2||e.length<2)return-1;a=2,s/=2,u/=2,r/=2}function c(t,e){return 1===a?t[e]:t.readUInt16BE(e*a)}if(o){let n=-1;for(i=r;i<s;i++)if(c(t,i)===c(e,-1===n?0:i-n)){if(-1===n&&(n=i),i-n+1===u)return n*a}else-1!==n&&(i-=i-n),n=-1}else for(r+u>s&&(r=s-u),i=r;i>=0;i--){let r=!0;for(let n=0;n<u;n++)if(c(t,i+n)!==c(e,n)){r=!1;break}if(r)return i}return-1}function S(t,e,r,n){r=Number(r)||0;const o=t.length-r;n?(n=Number(n))>o&&(n=o):n=o;const i=e.length;let a;for(n>i/2&&(n=i/2),a=0;a<n;++a){const n=parseInt(e.substr(2*a,2),16);if(Y(n))return a;t[r+a]=n}return a}function v(t,e,r,n){return q(J(e,t.length-r),t,r,n)}function A(t,e,r,n){return q(function(t){const e=[];for(let r=0;r<t.length;++r)e.push(255&t.charCodeAt(r));return e}(e),t,r,n)}function M(t,e,r,n){return q(V(e),t,r,n)}function E(t,e,r,n){return q(function(t,e){let r,n,o;const i=[];for(let a=0;a<t.length&&!((e-=2)<0);++a)r=t.charCodeAt(a),n=r>>8,o=r%256,i.push(o),i.push(n);return i}(e,t.length-r),t,r,n)}function x(t,e,r){return 0===e&&r===t.length?n.fromByteArray(t):n.fromByteArray(t.slice(e,r))}function I(t,e,r){r=Math.min(t.length,r);const n=[];let o=e;for(;o<r;){const e=t[o];let i=null,a=e>239?4:e>223?3:e>191?2:1;if(o+a<=r){let r,n,s,u;switch(a){case 1:e<128&&(i=e);break;case 2:r=t[o+1],128==(192&r)&&(u=(31&e)<<6|63&r,u>127&&(i=u));break;case 3:r=t[o+1],n=t[o+2],128==(192&r)&&128==(192&n)&&(u=(15&e)<<12|(63&r)<<6|63&n,u>2047&&(u<55296||u>57343)&&(i=u));break;case 4:r=t[o+1],n=t[o+2],s=t[o+3],128==(192&r)&&128==(192&n)&&128==(192&s)&&(u=(15&e)<<18|(63&r)<<12|(63&n)<<6|63&s,u>65535&&u<1114112&&(i=u))}}null===i?(i=65533,a=1):i>65535&&(i-=65536,n.push(i>>>10&1023|55296),i=56320|1023&i),n.push(i),o+=a}return function(t){const e=t.length;if(e<=k)return String.fromCharCode.apply(String,t);let r="",n=0;for(;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=k));return r}(n)}u.TYPED_ARRAY_SUPPORT=function(){try{const t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),42===t.foo()}catch(t){return!1}}(),u.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.buffer}}),Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.byteOffset}}),u.poolSize=8192,u.from=function(t,e,r){return c(t,e,r)},Object.setPrototypeOf(u.prototype,Uint8Array.prototype),Object.setPrototypeOf(u,Uint8Array),u.alloc=function(t,e,r){return function(t,e,r){return l(t),t<=0?s(t):void 0!==e?"string"==typeof r?s(t).fill(e,r):s(t).fill(e):s(t)}(t,e,r)},u.allocUnsafe=function(t){return f(t)},u.allocUnsafeSlow=function(t){return f(t)},u.isBuffer=function(t){return null!=t&&!0===t._isBuffer&&t!==u.prototype},u.compare=function(t,e){if(H(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),H(e,Uint8Array)&&(e=u.from(e,e.offset,e.byteLength)),!u.isBuffer(t)||!u.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===e)return 0;let r=t.length,n=e.length;for(let o=0,i=Math.min(r,n);o<i;++o)if(t[o]!==e[o]){r=t[o],n=e[o];break}return r<n?-1:n<r?1:0},u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},u.concat=function(t,e){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return u.alloc(0);let r;if(void 0===e)for(e=0,r=0;r<t.length;++r)e+=t[r].length;const n=u.allocUnsafe(e);let o=0;for(r=0;r<t.length;++r){let e=t[r];if(H(e,Uint8Array))o+e.length>n.length?(u.isBuffer(e)||(e=u.from(e)),e.copy(n,o)):Uint8Array.prototype.set.call(n,e,o);else{if(!u.isBuffer(e))throw new TypeError('"list" argument must be an Array of Buffers');e.copy(n,o)}o+=e.length}return n},u.byteLength=d,u.prototype._isBuffer=!0,u.prototype.swap16=function(){const t=this.length;if(t%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let e=0;e<t;e+=2)m(this,e,e+1);return this},u.prototype.swap32=function(){const t=this.length;if(t%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let e=0;e<t;e+=4)m(this,e,e+3),m(this,e+1,e+2);return this},u.prototype.swap64=function(){const t=this.length;if(t%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let e=0;e<t;e+=8)m(this,e,e+7),m(this,e+1,e+6),m(this,e+2,e+5),m(this,e+3,e+4);return this},u.prototype.toString=function(){const t=this.length;return 0===t?"":0===arguments.length?I(this,0,t):g.apply(this,arguments)},u.prototype.toLocaleString=u.prototype.toString,u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===u.compare(this,t)},u.prototype.inspect=function(){let t="";const r=e.IS;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"},i&&(u.prototype[i]=u.prototype.inspect),u.prototype.compare=function(t,e,r,n,o){if(H(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(void 0===e&&(e=0),void 0===r&&(r=t?t.length:0),void 0===n&&(n=0),void 0===o&&(o=this.length),e<0||r>t.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&e>=r)return 0;if(n>=o)return-1;if(e>=r)return 1;if(this===t)return 0;let i=(o>>>=0)-(n>>>=0),a=(r>>>=0)-(e>>>=0);const s=Math.min(i,a),c=this.slice(n,o),l=t.slice(e,r);for(let t=0;t<s;++t)if(c[t]!==l[t]){i=c[t],a=l[t];break}return i<a?-1:a<i?1:0},u.prototype.includes=function(t,e,r){return-1!==this.indexOf(t,e,r)},u.prototype.indexOf=function(t,e,r){return b(this,t,e,r,!0)},u.prototype.lastIndexOf=function(t,e,r){return b(this,t,e,r,!1)},u.prototype.write=function(t,e,r,n){if(void 0===e)n="utf8",r=this.length,e=0;else if(void 0===r&&"string"==typeof e)n=e,r=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e>>>=0,isFinite(r)?(r>>>=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}const o=this.length-e;if((void 0===r||r>o)&&(r=o),t.length>0&&(r<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");let i=!1;for(;;)switch(n){case"hex":return S(this,t,e,r);case"utf8":case"utf-8":return v(this,t,e,r);case"ascii":case"latin1":case"binary":return A(this,t,e,r);case"base64":return M(this,t,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return E(this,t,e,r);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const k=4096;function O(t,e,r){let n="";r=Math.min(t.length,r);for(let o=e;o<r;++o)n+=String.fromCharCode(127&t[o]);return n}function T(t,e,r){let n="";r=Math.min(t.length,r);for(let o=e;o<r;++o)n+=String.fromCharCode(t[o]);return n}function P(t,e,r){const n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);let o="";for(let n=e;n<r;++n)o+=K[t[n]];return o}function B(t,e,r){const n=t.slice(e,r);let o="";for(let t=0;t<n.length-1;t+=2)o+=String.fromCharCode(n[t]+256*n[t+1]);return o}function L(t,e,r){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}function C(t,e,r,n,o,i){if(!u.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>o||e<i)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}function _(t,e,r,n,o){W(e,n,o,t,r,7);let i=Number(e&BigInt(4294967295));t[r++]=i,i>>=8,t[r++]=i,i>>=8,t[r++]=i,i>>=8,t[r++]=i;let a=Number(e>>BigInt(32)&BigInt(4294967295));return t[r++]=a,a>>=8,t[r++]=a,a>>=8,t[r++]=a,a>>=8,t[r++]=a,r}function R(t,e,r,n,o){W(e,n,o,t,r,7);let i=Number(e&BigInt(4294967295));t[r+7]=i,i>>=8,t[r+6]=i,i>>=8,t[r+5]=i,i>>=8,t[r+4]=i;let a=Number(e>>BigInt(32)&BigInt(4294967295));return t[r+3]=a,a>>=8,t[r+2]=a,a>>=8,t[r+1]=a,a>>=8,t[r]=a,r+8}function F(t,e,r,n,o,i){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function N(t,e,r,n,i){return e=+e,r>>>=0,i||F(t,0,r,4),o.write(t,e,r,n,23,4),r+4}function U(t,e,r,n,i){return e=+e,r>>>=0,i||F(t,0,r,8),o.write(t,e,r,n,52,8),r+8}u.prototype.slice=function(t,e){const r=this.length;(t=~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),(e=void 0===e?r:~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),e<t&&(e=t);const n=this.subarray(t,e);return Object.setPrototypeOf(n,u.prototype),n},u.prototype.readUintLE=u.prototype.readUIntLE=function(t,e,r){t>>>=0,e>>>=0,r||L(t,e,this.length);let n=this[t],o=1,i=0;for(;++i<e&&(o*=256);)n+=this[t+i]*o;return n},u.prototype.readUintBE=u.prototype.readUIntBE=function(t,e,r){t>>>=0,e>>>=0,r||L(t,e,this.length);let n=this[t+--e],o=1;for(;e>0&&(o*=256);)n+=this[t+--e]*o;return n},u.prototype.readUint8=u.prototype.readUInt8=function(t,e){return t>>>=0,e||L(t,1,this.length),this[t]},u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,e){return t>>>=0,e||L(t,2,this.length),this[t]|this[t+1]<<8},u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,e){return t>>>=0,e||L(t,2,this.length),this[t]<<8|this[t+1]},u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,e){return t>>>=0,e||L(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,e){return t>>>=0,e||L(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},u.prototype.readBigUInt64LE=X(function(t){G(t>>>=0,"offset");const e=this[t],r=this[t+7];void 0!==e&&void 0!==r||Z(t,this.length-8);const n=e+256*this[++t]+65536*this[++t]+this[++t]*2**24,o=this[++t]+256*this[++t]+65536*this[++t]+r*2**24;return BigInt(n)+(BigInt(o)<<BigInt(32))}),u.prototype.readBigUInt64BE=X(function(t){G(t>>>=0,"offset");const e=this[t],r=this[t+7];void 0!==e&&void 0!==r||Z(t,this.length-8);const n=e*2**24+65536*this[++t]+256*this[++t]+this[++t],o=this[++t]*2**24+65536*this[++t]+256*this[++t]+r;return(BigInt(n)<<BigInt(32))+BigInt(o)}),u.prototype.readIntLE=function(t,e,r){t>>>=0,e>>>=0,r||L(t,e,this.length);let n=this[t],o=1,i=0;for(;++i<e&&(o*=256);)n+=this[t+i]*o;return o*=128,n>=o&&(n-=Math.pow(2,8*e)),n},u.prototype.readIntBE=function(t,e,r){t>>>=0,e>>>=0,r||L(t,e,this.length);let n=e,o=1,i=this[t+--n];for(;n>0&&(o*=256);)i+=this[t+--n]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i},u.prototype.readInt8=function(t,e){return t>>>=0,e||L(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},u.prototype.readInt16LE=function(t,e){t>>>=0,e||L(t,2,this.length);const r=this[t]|this[t+1]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt16BE=function(t,e){t>>>=0,e||L(t,2,this.length);const r=this[t+1]|this[t]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt32LE=function(t,e){return t>>>=0,e||L(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},u.prototype.readInt32BE=function(t,e){return t>>>=0,e||L(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},u.prototype.readBigInt64LE=X(function(t){G(t>>>=0,"offset");const e=this[t],r=this[t+7];void 0!==e&&void 0!==r||Z(t,this.length-8);const n=this[t+4]+256*this[t+5]+65536*this[t+6]+(r<<24);return(BigInt(n)<<BigInt(32))+BigInt(e+256*this[++t]+65536*this[++t]+this[++t]*2**24)}),u.prototype.readBigInt64BE=X(function(t){G(t>>>=0,"offset");const e=this[t],r=this[t+7];void 0!==e&&void 0!==r||Z(t,this.length-8);const n=(e<<24)+65536*this[++t]+256*this[++t]+this[++t];return(BigInt(n)<<BigInt(32))+BigInt(this[++t]*2**24+65536*this[++t]+256*this[++t]+r)}),u.prototype.readFloatLE=function(t,e){return t>>>=0,e||L(t,4,this.length),o.read(this,t,!0,23,4)},u.prototype.readFloatBE=function(t,e){return t>>>=0,e||L(t,4,this.length),o.read(this,t,!1,23,4)},u.prototype.readDoubleLE=function(t,e){return t>>>=0,e||L(t,8,this.length),o.read(this,t,!0,52,8)},u.prototype.readDoubleBE=function(t,e){return t>>>=0,e||L(t,8,this.length),o.read(this,t,!1,52,8)},u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,e,r,n){t=+t,e>>>=0,r>>>=0,n||C(this,t,e,r,Math.pow(2,8*r)-1,0);let o=1,i=0;for(this[e]=255&t;++i<r&&(o*=256);)this[e+i]=t/o&255;return e+r},u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,e,r,n){t=+t,e>>>=0,r>>>=0,n||C(this,t,e,r,Math.pow(2,8*r)-1,0);let o=r-1,i=1;for(this[e+o]=255&t;--o>=0&&(i*=256);)this[e+o]=t/i&255;return e+r},u.prototype.writeUint8=u.prototype.writeUInt8=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,1,255,0),this[e]=255&t,e+1},u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,2,65535,0),this[e]=255&t,this[e+1]=t>>>8,e+2},u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=255&t,e+2},u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,4,4294967295,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t,e+4},u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,4,4294967295,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},u.prototype.writeBigUInt64LE=X(function(t,e=0){return _(this,t,e,BigInt(0),BigInt("0xffffffffffffffff"))}),u.prototype.writeBigUInt64BE=X(function(t,e=0){return R(this,t,e,BigInt(0),BigInt("0xffffffffffffffff"))}),u.prototype.writeIntLE=function(t,e,r,n){if(t=+t,e>>>=0,!n){const n=Math.pow(2,8*r-1);C(this,t,e,r,n-1,-n)}let o=0,i=1,a=0;for(this[e]=255&t;++o<r&&(i*=256);)t<0&&0===a&&0!==this[e+o-1]&&(a=1),this[e+o]=(t/i|0)-a&255;return e+r},u.prototype.writeIntBE=function(t,e,r,n){if(t=+t,e>>>=0,!n){const n=Math.pow(2,8*r-1);C(this,t,e,r,n-1,-n)}let o=r-1,i=1,a=0;for(this[e+o]=255&t;--o>=0&&(i*=256);)t<0&&0===a&&0!==this[e+o+1]&&(a=1),this[e+o]=(t/i|0)-a&255;return e+r},u.prototype.writeInt8=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=255&t,e+1},u.prototype.writeInt16LE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,2,32767,-32768),this[e]=255&t,this[e+1]=t>>>8,e+2},u.prototype.writeInt16BE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=255&t,e+2},u.prototype.writeInt32LE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,4,2147483647,-2147483648),this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},u.prototype.writeInt32BE=function(t,e,r){return t=+t,e>>>=0,r||C(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},u.prototype.writeBigInt64LE=X(function(t,e=0){return _(this,t,e,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),u.prototype.writeBigInt64BE=X(function(t,e=0){return R(this,t,e,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),u.prototype.writeFloatLE=function(t,e,r){return N(this,t,e,!0,r)},u.prototype.writeFloatBE=function(t,e,r){return N(this,t,e,!1,r)},u.prototype.writeDoubleLE=function(t,e,r){return U(this,t,e,!0,r)},u.prototype.writeDoubleBE=function(t,e,r){return U(this,t,e,!1,r)},u.prototype.copy=function(t,e,r,n){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(r||(r=0),n||0===n||(n=this.length),e>=t.length&&(e=t.length),e||(e=0),n>0&&n<r&&(n=r),n===r)return 0;if(0===t.length||0===this.length)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-e<n-r&&(n=t.length-e+r);const o=n-r;return this===t&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(e,r,n):Uint8Array.prototype.set.call(t,this.subarray(r,n),e),o},u.prototype.fill=function(t,e,r,n){if("string"==typeof t){if("string"==typeof e?(n=e,e=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!u.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(1===t.length){const e=t.charCodeAt(0);("utf8"===n&&e<128||"latin1"===n)&&(t=e)}}else"number"==typeof t?t&=255:"boolean"==typeof t&&(t=Number(t));if(e<0||this.length<e||this.length<r)throw new RangeError("Out of range index");if(r<=e)return this;let o;if(e>>>=0,r=void 0===r?this.length:r>>>0,t||(t=0),"number"==typeof t)for(o=e;o<r;++o)this[o]=t;else{const i=u.isBuffer(t)?t:u.from(t,n),a=i.length;if(0===a)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(o=0;o<r-e;++o)this[o+e]=i[o%a]}return this};const D={};function $(t,e,r){D[t]=class extends r{constructor(){super(),Object.defineProperty(this,"message",{value:e.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${t}]`,this.stack,delete this.name}get code(){return t}set code(t){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:t,writable:!0})}toString(){return`${this.name} [${t}]: ${this.message}`}}}function j(t){let e="",r=t.length;const n="-"===t[0]?1:0;for(;r>=n+4;r-=3)e=`_${t.slice(r-3,r)}${e}`;return`${t.slice(0,r)}${e}`}function W(t,e,r,n,o,i){if(t>r||t<e){const n="bigint"==typeof e?"n":"";let o;throw o=i>3?0===e||e===BigInt(0)?`>= 0${n} and < 2${n} ** ${8*(i+1)}${n}`:`>= -(2${n} ** ${8*(i+1)-1}${n}) and < 2 ** ${8*(i+1)-1}${n}`:`>= ${e}${n} and <= ${r}${n}`,new D.ERR_OUT_OF_RANGE("value",o,t)}!function(t,e,r){G(e,"offset"),void 0!==t[e]&&void 0!==t[e+r]||Z(e,t.length-(r+1))}(n,o,i)}function G(t,e){if("number"!=typeof t)throw new D.ERR_INVALID_ARG_TYPE(e,"number",t)}function Z(t,e,r){if(Math.floor(t)!==t)throw G(t,r),new D.ERR_OUT_OF_RANGE(r||"offset","an integer",t);if(e<0)throw new D.ERR_BUFFER_OUT_OF_BOUNDS;throw new D.ERR_OUT_OF_RANGE(r||"offset",`>= ${r?1:0} and <= ${e}`,t)}$("ERR_BUFFER_OUT_OF_BOUNDS",function(t){return t?`${t} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),$("ERR_INVALID_ARG_TYPE",function(t,e){return`The "${t}" argument must be of type number. Received type ${typeof e}`},TypeError),$("ERR_OUT_OF_RANGE",function(t,e,r){let n=`The value of "${t}" is out of range.`,o=r;return Number.isInteger(r)&&Math.abs(r)>2**32?o=j(String(r)):"bigint"==typeof r&&(o=String(r),(r>BigInt(2)**BigInt(32)||r<-(BigInt(2)**BigInt(32)))&&(o=j(o)),o+="n"),n+=` It must be ${e}. Received ${o}`,n},RangeError);const z=/[^+/0-9A-Za-z-_]/g;function J(t,e){let r;e=e||1/0;const n=t.length;let o=null;const i=[];for(let a=0;a<n;++a){if(r=t.charCodeAt(a),r>55295&&r<57344){if(!o){if(r>56319){(e-=3)>-1&&i.push(239,191,189);continue}if(a+1===n){(e-=3)>-1&&i.push(239,191,189);continue}o=r;continue}if(r<56320){(e-=3)>-1&&i.push(239,191,189),o=r;continue}r=65536+(o-55296<<10|r-56320)}else o&&(e-=3)>-1&&i.push(239,191,189);if(o=null,r<128){if((e-=1)<0)break;i.push(r)}else if(r<2048){if((e-=2)<0)break;i.push(r>>6|192,63&r|128)}else if(r<65536){if((e-=3)<0)break;i.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return i}function V(t){return n.toByteArray(function(t){if((t=(t=t.split("=")[0]).trim().replace(z,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function q(t,e,r,n){let o;for(o=0;o<n&&!(o+r>=e.length||o>=t.length);++o)e[o+r]=t[o];return o}function H(t,e){return t instanceof e||null!=t&&null!=t.constructor&&null!=t.constructor.name&&t.constructor.name===e.name}function Y(t){return t!=t}const K=function(){const t="0123456789abcdef",e=new Array(256);for(let r=0;r<16;++r){const n=16*r;for(let o=0;o<16;++o)e[n+o]=t[r]+t[o]}return e}();function X(t){return"undefined"==typeof BigInt?Q:t}function Q(){throw new Error("BigInt not supported")}},8648(t){"use strict";t.exports="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null},8968(t){"use strict";t.exports=Math.floor},9032(t,e,r){"use strict";var n=r(7244),o=r(8184),i=r(5767),a=r(5680);function s(t){return t.call.bind(t)}var u="undefined"!=typeof BigInt,c="undefined"!=typeof Symbol,l=s(Object.prototype.toString),f=s(Number.prototype.valueOf),p=s(String.prototype.valueOf),h=s(Boolean.prototype.valueOf);if(u)var y=s(BigInt.prototype.valueOf);if(c)var d=s(Symbol.prototype.valueOf);function g(t,e){if("object"!=typeof t)return!1;try{return e(t),!0}catch(t){return!1}}function m(t){return"[object Map]"===l(t)}function b(t){return"[object Set]"===l(t)}function w(t){return"[object WeakMap]"===l(t)}function S(t){return"[object WeakSet]"===l(t)}function v(t){return"[object ArrayBuffer]"===l(t)}function A(t){return"undefined"!=typeof ArrayBuffer&&(v.working?v(t):t instanceof ArrayBuffer)}function M(t){return"[object DataView]"===l(t)}function E(t){return"undefined"!=typeof DataView&&(M.working?M(t):t instanceof DataView)}e.isArgumentsObject=n,e.isGeneratorFunction=o,e.isTypedArray=a,e.isPromise=function(t){return"undefined"!=typeof Promise&&t instanceof Promise||null!==t&&"object"==typeof t&&"function"==typeof t.then&&"function"==typeof t.catch},e.isArrayBufferView=function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):a(t)||E(t)},e.isUint8Array=function(t){return"Uint8Array"===i(t)},e.isUint8ClampedArray=function(t){return"Uint8ClampedArray"===i(t)},e.isUint16Array=function(t){return"Uint16Array"===i(t)},e.isUint32Array=function(t){return"Uint32Array"===i(t)},e.isInt8Array=function(t){return"Int8Array"===i(t)},e.isInt16Array=function(t){return"Int16Array"===i(t)},e.isInt32Array=function(t){return"Int32Array"===i(t)},e.isFloat32Array=function(t){return"Float32Array"===i(t)},e.isFloat64Array=function(t){return"Float64Array"===i(t)},e.isBigInt64Array=function(t){return"BigInt64Array"===i(t)},e.isBigUint64Array=function(t){return"BigUint64Array"===i(t)},m.working="undefined"!=typeof Map&&m(new Map),e.isMap=function(t){return"undefined"!=typeof Map&&(m.working?m(t):t instanceof Map)},b.working="undefined"!=typeof Set&&b(new Set),e.isSet=function(t){return"undefined"!=typeof Set&&(b.working?b(t):t instanceof Set)},w.working="undefined"!=typeof WeakMap&&w(new WeakMap),e.isWeakMap=function(t){return"undefined"!=typeof WeakMap&&(w.working?w(t):t instanceof WeakMap)},S.working="undefined"!=typeof WeakSet&&S(new WeakSet),e.isWeakSet=function(t){return S(t)},v.working="undefined"!=typeof ArrayBuffer&&v(new ArrayBuffer),e.isArrayBuffer=A,M.working="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView&&M(new DataView(new ArrayBuffer(1),0,1)),e.isDataView=E;var x="undefined"!=typeof SharedArrayBuffer?SharedArrayBuffer:void 0;function I(t){return"[object SharedArrayBuffer]"===l(t)}function k(t){return void 0!==x&&(void 0===I.working&&(I.working=I(new x)),I.working?I(t):t instanceof x)}function O(t){return g(t,f)}function T(t){return g(t,p)}function P(t){return g(t,h)}function B(t){return u&&g(t,y)}function L(t){return c&&g(t,d)}e.isSharedArrayBuffer=k,e.isAsyncFunction=function(t){return"[object AsyncFunction]"===l(t)},e.isMapIterator=function(t){return"[object Map Iterator]"===l(t)},e.isSetIterator=function(t){return"[object Set Iterator]"===l(t)},e.isGeneratorObject=function(t){return"[object Generator]"===l(t)},e.isWebAssemblyCompiledModule=function(t){return"[object WebAssembly.Module]"===l(t)},e.isNumberObject=O,e.isStringObject=T,e.isBooleanObject=P,e.isBigIntObject=B,e.isSymbolObject=L,e.isBoxedPrimitive=function(t){return O(t)||T(t)||P(t)||B(t)||L(t)},e.isAnyArrayBuffer=function(t){return"undefined"!=typeof Uint8Array&&(A(t)||k(t))},["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(t){Object.defineProperty(e,t,{enumerable:!1,value:function(){throw new Error(t+" is not supported in userland")}})})},9092(t,e,r){"use strict";var n=r(1333);t.exports=function(){return n()&&!!Symbol.toStringTag}},9209(t,e,r){"use strict";var n=r(6578),o="undefined"==typeof globalThis?r.g:globalThis;t.exports=function(){for(var t=[],e=0;e<n.length;e++)"function"==typeof o[n[e]]&&(t[t.length]=n[e]);return t}},9236(t,e,r){t.exports=c;var n=r(537),o=r(740),i=r(2957),a=r(4263),s=r(743),u=r(1199);function c(t,e){i.call(this),this.polygons=t||[],this.srid=e,this.polygons.length>0&&(this.hasZ=this.polygons[0].hasZ,this.hasM=this.polygons[0].hasM)}n.inherits(c,i),c.Z=function(t,e){var r=new c(t,e);return r.hasZ=!0,r},c.M=function(t,e){var r=new c(t,e);return r.hasM=!0,r},c.ZM=function(t,e){var r=new c(t,e);return r.hasZ=!0,r.hasM=!0,r},c._parseWkt=function(t,e){var r=new c;if(r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM,t.isMatch(["EMPTY"]))return r;t.expectGroupStart();do{t.expectGroupStart();var n=[],o=[];for(t.expectGroupStart(),n.push.apply(n,t.matchCoordinates(e)),t.expectGroupEnd();t.isMatch([","]);)t.expectGroupStart(),o.push(t.matchCoordinates(e)),t.expectGroupEnd();r.polygons.push(new s(n,o)),t.expectGroupEnd()}while(t.isMatch([","]));return t.expectGroupEnd(),r},c._parseWkb=function(t,e){var r=new c;r.srid=e.srid,r.hasZ=e.hasZ,r.hasM=e.hasM;for(var n=t.readUInt32(),o=0;o<n;o++)r.polygons.push(i.parse(t,e));return r},c._parseTwkb=function(t,e){var r=new c;if(r.hasZ=e.hasZ,r.hasM=e.hasM,e.isEmpty)return r;for(var n=new a(0,0,e.hasZ?0:void 0,e.hasM?0:void 0),o=t.readVarInt(),i=0;i<o;i++){var u=new s;u.hasZ=e.hasZ,u.hasM=e.hasM;for(var l=t.readVarInt(),f=t.readVarInt(),p=0;p<f;p++)u.exteriorRing.push(a._readTwkbPoint(t,e,n));for(p=1;p<l;p++){for(var h=[],y=t.readVarInt(),d=0;d<y;d++)h.push(a._readTwkbPoint(t,e,n));u.interiorRings.push(h)}r.polygons.push(u)}return r},c._parseGeoJSON=function(t){var e=new c;t.coordinates.length>0&&t.coordinates[0].length>0&&t.coordinates[0][0].length>0&&(e.hasZ=t.coordinates[0][0][0].length>2);for(var r=0;r<t.coordinates.length;r++)e.polygons.push(s._parseGeoJSON({coordinates:t.coordinates[r]}));return e},c.prototype.toWkt=function(){if(0===this.polygons.length)return this._getWktType(o.wkt.MultiPolygon,!0);for(var t=this._getWktType(o.wkt.MultiPolygon,!1)+"(",e=0;e<this.polygons.length;e++)t+=this.polygons[e]._toInnerWkt()+",";return(t=t.slice(0,-1))+")"},c.prototype.toWkb=function(){var t=new u(this._getWkbSize());t.writeInt8(1),this._writeWkbType(t,o.wkb.MultiPolygon),t.writeUInt32LE(this.polygons.length);for(var e=0;e<this.polygons.length;e++)t.writeBuffer(this.polygons[e].toWkb({srid:this.srid}));return t.buffer},c.prototype.toTwkb=function(){var t=new u(0,!0),e=i.getTwkbPrecision(5,0,0),r=0===this.polygons.length;if(this._writeTwkbHeader(t,o.wkb.MultiPolygon,e,r),this.polygons.length>0){t.writeVarInt(this.polygons.length);for(var n=new a(0,0,0,0),s=0;s<this.polygons.length;s++){t.writeVarInt(1+this.polygons[s].interiorRings.length),t.writeVarInt(this.polygons[s].exteriorRing.length);for(var c=0;c<this.polygons[s].exteriorRing.length;c++)this.polygons[s].exteriorRing[c]._writeTwkbPoint(t,e,n);for(c=0;c<this.polygons[s].interiorRings.length;c++){t.writeVarInt(this.polygons[s].interiorRings[c].length);for(var l=0;l<this.polygons[s].interiorRings[c].length;l++)this.polygons[s].interiorRings[c][l]._writeTwkbPoint(t,e,n)}}}return t.buffer},c.prototype._getWkbSize=function(){for(var t=9,e=0;e<this.polygons.length;e++)t+=this.polygons[e]._getWkbSize();return t},c.prototype.toGeoJSON=function(t){var e=i.prototype.toGeoJSON.call(this,t);e.type=o.geoJSON.MultiPolygon,e.coordinates=[];for(var r=0;r<this.polygons.length;r++)e.coordinates.push(this.polygons[r].toGeoJSON().coordinates);return e}},9290(t){"use strict";t.exports=RangeError},9353(t){"use strict";var e=Object.prototype.toString,r=Math.max,n=function(t,e){for(var r=[],n=0;n<t.length;n+=1)r[n]=t[n];for(var o=0;o<e.length;o+=1)r[o+t.length]=e[o];return r};t.exports=function(t){var o=this;if("function"!=typeof o||"[object Function]"!==e.apply(o))throw new TypeError("Function.prototype.bind called on incompatible "+o);for(var i,a=function(t){for(var e=[],r=1,n=0;r<t.length;r+=1,n+=1)e[n]=t[r];return e}(arguments),s=r(0,o.length-a.length),u=[],c=0;c<s;c++)u[c]="$"+c;if(i=Function("binder","return function ("+function(t){for(var e="",r=0;r<t.length;r+=1)e+=t[r],r+1<t.length&&(e+=",");return e}(u)+"){ return binder.apply(this,arguments); }")(function(){if(this instanceof i){var e=o.apply(this,n(a,arguments));return Object(e)===e?e:this}return o.apply(t,n(a,arguments))}),o.prototype){var l=function(){};l.prototype=o.prototype,i.prototype=new l,l.prototype=null}return i}},9383(t){"use strict";t.exports=Error},9538(t){"use strict";t.exports=ReferenceError},9600(t){"use strict";var e,r,n=Function.prototype.toString,o="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof o&&"function"==typeof Object.defineProperty)try{e=Object.defineProperty({},"length",{get:function(){throw r}}),r={},o(function(){throw 42},null,e)}catch(t){t!==r&&(o=null)}else o=null;var i=/^\s*class\b/,a=function(t){try{var e=n.call(t);return i.test(e)}catch(t){return!1}},s=function(t){try{return!a(t)&&(n.call(t),!0)}catch(t){return!1}},u=Object.prototype.toString,c="function"==typeof Symbol&&!!Symbol.toStringTag,l=!(0 in[,]),f=function(){return!1};if("object"==typeof document){var p=document.all;u.call(p)===u.call(document.all)&&(f=function(t){if((l||!t)&&(void 0===t||"object"==typeof t))try{var e=u.call(t);return("[object HTMLAllCollection]"===e||"[object HTML document.all class]"===e||"[object HTMLCollection]"===e||"[object Object]"===e)&&null==t("")}catch(t){}return!1})}t.exports=o?function(t){if(f(t))return!0;if(!t)return!1;if("function"!=typeof t&&"object"!=typeof t)return!1;try{o(t,null,e)}catch(t){if(t!==r)return!1}return!a(t)&&s(t)}:function(t){if(f(t))return!0;if(!t)return!1;if("function"!=typeof t&&"object"!=typeof t)return!1;if(c)return s(t);if(a(t))return!1;var e=u.call(t);return!("[object Function]"!==e&&"[object GeneratorFunction]"!==e&&!/^\[object HTML/.test(e))&&s(t)}},9612(t){"use strict";t.exports=Object},9675(t){"use strict";t.exports=TypeError},9721(t,e,r){"use strict";var n=r(6556),o=r(4035),i=n("RegExp.prototype.exec"),a=r(9675);t.exports=function(t){if(!o(t))throw new a("`regex` must be a RegExp");return function(e){return null!==i(t,e)}}},9957(t,e,r){"use strict";var n=Function.prototype.call,o=Object.prototype.hasOwnProperty,i=r(6743);t.exports=i.call(n,o)}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={exports:{}};return t[n](i,i.exports,r),i.exports}r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};return(()=>{"use strict";r.r(n),r.d(n,{echartAccesosBarYear:()=>z,echartAccesosGaugeMonth:()=>V,echartAccesosGaugeYear:()=>H,echartAccesosLineMonth:()=>K,echartAcessosAnellCiclista:()=>W,echartAnellBarYear:()=>Z,echartAnellCiclista:()=>G,echartAnellGaugeMonth:()=>J,echartAnellGaugeYear:()=>q,echartAnellLineMonth:()=>Y,echartIntensidadAnualCiclista:()=>ut,echartIntensidadDiarialCiclista:()=>lt,echartIntensidadMensualCiclista:()=>ct,echartIntensidadRealTimeCiclista:()=>ft,echartPuntosMedidaBicis:()=>it,mapPuntosMedidaBicis:()=>ot,setDOMData:()=>dt,tramosBicis:()=>gt});var t=r(2725);const e="ca_ES",o="8%",i="2.5%",a="5%",s="18%",u="20%",c="10%",l="90%",f="1%",p="0%",h=["#9c89b8","#4ea8de","#05668d","#ffbf69","#e56b6f","#83c5be","#02c39a","#ee9b00","#cdb4db","#ffadad","#ce4257","#b7b7a4"],y=33,d=[39.46975,-.37739],g=27,m=30;function b(t){let e=navigator.language||navigator.userLanguage;e=e.length<=2?`${e}-${e.toUpperCase()}`:e;const r={minimumFractionDigits:0,maximumFractionDigits:2};return"es-ES"===e?t.toLocaleString("de-DE",r):t.toLocaleString(e,r)}function w(t){return 100*(1-17/t)}function S(t,e=!1){let r=`<p>${t[0].name}</p>`;return t.forEach(t=>{const n=e?Math.round(t.data):t.data,o=`<div>${i=t.color,`<span style="display:inline-block;margin-right:5px;border-radius:10px;width:9px;height:9px;background-color:${i}"></span>`} ${t.seriesName}: <strong style="float: right; margin-left:20px">${t.data?b(n):"-"}</strong></div>`;var i;r+=o}),r}function v(t){return b(t)}function A(t){return{1:"GENER",2:"FEBRER",3:"MARÇ",4:"ABRIL",5:"MAIG",6:"JUNY",7:"JULIO",8:"AGOST",9:"SETEMBRE",10:"OCTUBRE",11:"NOVEMBRE",12:"DESEMBRE"}[t]}function M(t,e){const r=t?document.querySelector(t):null,n=e?document.querySelector(e):null;r&&(r.hidden=!0),n&&(n.style.background="url('./build/images/nodata1.png') no-repeat top center",n.hidden=!1)}function E(t,e){const r=t?document.querySelector(t):null,n=e?document.querySelector(e):null;r&&(r.hidden=!0),n&&(n.style.background="#ffffff",n.hidden=!1)}function x(t,e){return t.reduce((t,r)=>{const n=r[e];return t[n]||(t[n]=[]),t[n].push(r),t},{})}function I(t,e,r=1){const n=Math.max(...t.map(t=>t[e]))*r;return 5e3*Math.ceil(n/5e3)}function k(t){return Math.round(document.getElementById(t).offsetWidth/y)}function O(t,e,r,n,o="",c="total",f=0,p=1,y=2,d=h){if(0===r.length)M(`#${t}`,`#${e}`);else{E(`#${e}`,`#${t}`);const h=[];let g=x(r,f);const m=new Set(r.map(t=>t[p])),A=Object.keys(g);m.forEach(t=>{A.forEach(e=>{void 0===g[e].find(e=>e[p]===t)&&(g[e].push([g[e][0][f],t,void 0]),g[e][0][1].length>4?g[e].sort((t,e)=>{const[r,n]=t[1].split("/"),[o,i]=e[1].split("/"),a=new Date(n,r-1,1),s=new Date(i,o-1,1);return a.getTime()-s.getTime()}):g[e].sort())})});const M=Object.entries(g).sort((t,e)=>t[0].localeCompare(e[0])),I=""===c?90:0;g=Object.fromEntries(M),Object.keys(g).forEach(t=>{h.push({name:t,type:"bar",stack:c,label:{show:!0,fontFamily:"Montserrat",rotate:I,formatter:t=>b(Math.round(t.value))},emphasis:{focus:"series"},data:g[t].map(t=>t[y])})});const k=""!==c?w(m.size):100*(1-7/m.size);U(t,{color:d,title:{text:o,left:"center",top:"top",textStyle:{fontSize:20,fontFamily:"Montserrat",fontWeight:600,color:"#666"}},tooltip:{trigger:"axis",axisPointer:{type:"shadow"},textStyle:{fontFamily:"Montserrat"},formatter:t=>S(t,!0)},legend:{padding:40,textStyle:{fontFamily:"Montserrat"}},grid:{left:i,right:a,bottom:s,top:u,heigh:l,containLabel:!0},yAxis:{type:"value",splitNumber:4,name:n,nameLocation:"end",nameTextStyle:{fontWeight:"bold",fontFamily:"Montserrat",color:"#666"},axisLabel:{formatter:v,textStyle:{fontSize:8,fontFamily:"Montserrat",color:"#666"}}},xAxis:{type:"category",data:[...m],axisLabel:{textStyle:{fontFamily:"Montserrat"}}},series:h,toolbox:{show:!0,feature:{restore:{title:"Restablir"},saveAsImage:{title:"Desar"}},right:50},dataZoom:[{show:!0,data:[...m],start:k,end:100,borderColor:"#eee",fillerColor:"rgba(0,0,0,.05)",textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#333",textBorderColor:"#fff",textBorderWidth:3,fontWeight:"600"},selectedDataBackground:{lineStyle:{color:"#333"},areaStyle:{color:"#ffcd00"}},dataBackground:{backgroundColor:"rgba(0,0,0,1)",lineStyle:{color:"#333"},areaStyle:{color:"rgba(0,0,0,0.5)"}},handleStyle:{color:"rgba(0,0,0,0.2)"},moveHandleStyle:{color:"rgba(0,0,0,0.3)"},emphasis:{handleStyle:{color:"rgba(255,205,0,1)"},moveHandleStyle:{color:"rgba(255,205,0,1)"}}}]})}}function T(t,e,r,n,o,i,a){if(0===o.length)M(`#${t}`,`#${r}`),M(`#${e}`,`#${n}`);else{E(`#${r}`,`#${t}`),E(`#${n}`,`#${e}`);const s=0,u=2,c=function(t,e){const r=I(t,e,1.1);let n=50,o=180;r>9999999&&(n=65,o=95);const i=x(t,1);let[a,s]=Object.values(i);return Object.values(i).slice(1).forEach(t=>{s=t}),[s,a,i,r,n,o]}(o,u),l=c[0],f=c[1],p=c[2],h=c[3],y=c[5],d=k(t),g=F(l,u,s,y,d),m=F(f,u,s,y,d);U(t,_(`${i}${A(String(Object.keys(p)[1]))}`,h,g,d)),U(e,_(`${a}${A(String(Object.keys(p)[0]))}`,h,m,d))}}function P(t,e,r,n){0===r.length?M(`#${t}`,`#${e}`):E(`#${e}`,`#${t}`);const o=I(r,1,1.1),i=k(t);let a=180;o>9999999&&(a=95);const s=F(r,1,0,a,i);U(t,_(`${n} ${r[0][2]}`,o,s,i))}function B(t,e){const r=`<span style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:${t.color};"></span>`;let n=`${t.name} : `;return n+=`<span style="font-weight:bold">${b(t.value)}</span>`,e&&(n+=`<span> (${t.percent}%)</span>`),r+n}function C(t,e,r,n){return{tooltip:{trigger:"item",formatter:t=>B(t,!1),textStyle:{fontSize:13.5,fontFamily:"Montserrat",fontWeight:400,color:"#333"}},title:{text:e,left:"center",top:"40%",textStyle:{fontSize:13.5,fontFamily:"Montserrat",fontWeight:400,color:"#333"}},legend:{left:"center",bottom:"0%",textStyle:{fontSize:10,fontFamily:"Montserrat",fontWeight:400,color:"#333"}},series:[{top:"0%",bottom:"15%",type:"pie",radius:r||["65%","75%"],avoidLabelOverlap:!1,itemStyle:{borderRadius:5,borderColor:"#f1f1f1",borderWidth:1},label:{show:!1,position:"center",textStyle:{fontSize:20,fontFamily:"Montserrat",fontWeight:400,color:"#333"}},emphasis:{label:{show:!1,fontSize:20}},labelLine:{show:!1},color:n||["#fcb9b2","#ffd97d","#64a6bd","#98c9a3","#ff9b85"],data:t}]}}function _(t,e,r,n){return{color:h,title:{text:t,left:"center",top:"top",padding:10,textStyle:{fontSize:n,fontFamily:"Montserrat",fontWeight:600,color:"#666"}},tooltip:{show:!0,textStyle:{fontFamily:"Montserrat"},formatter:t=>B(t,!1)},splitNumber:3,series:{type:"gauge",max:e,startAngle:-180,endAngle:0,splitNumber:2,pointer:{show:!1,icon:"roundRect"},progress:{show:!0,overlap:!1,roundCap:!0,clip:!0,itemStyle:{borderWidth:1,borderColor:"#464646"}},axisLine:{lineStyle:{width:60}},splitLine:{show:!0,distance:10,length:10},axisTick:{show:!0,splitNumber:5},axisLabel:{show:!0,distance:70,formatter:t=>b(Math.round(t)),fontFamily:"Montserrat",color:"#666"},data:r,detail:{fontSize:n/1.2,color:"inherit",formatter:t=>b(Math.round(t))}},toolbox:{show:!0,feature:{saveAsImage:{title:"Desar"}},right:g,top:m}}}function R(t){if(t.length>=29){const e=t.split(" ");let r="",n="";for(const t of e)`${r} ${t}`.length<=29?r+=(r?" ":"")+t:(n+=`${r}\n`,r=t);return n+=r,n}return t}function F(t,e,r,n,o){let i=20,a=35,s=-190,u=n;t.length<=2&&(s=-140,u+=100,i=25,a=42);const c=h.slice(),l=[];for(let n=0;n<t.length;n+=1)l.push({value:t[n][e],name:R(t[n][r]),color:c.shift(),title:{offsetCenter:[String(s),`${String(i)}%`],fontFamily:"Montserrat",fontSize:o-3},detail:{offsetCenter:[String(s),`${String(a)}%`],fontFamily:"Montserrat"}}),s+=u,(n+1)%3==0&&(a+=30,i+=30,s=-190);return l}function N(t,e,r=!1){const{resultset:n}={resultset:t},o=new Set,i=new Set,a=e,s=n.map(([t,e,n])=>{const a=r?Math.round(n):n;return o.add(t),i.add(e),{day:e,type:t,value:a}}),u=Array.from(i.values()),c=Array.from(o.values());return c.sort((t,e)=>t.toLowerCase().localeCompare(e.toLowerCase(),"es",{ignorePunctuation:!0})),[c.map(t=>{const e=s.filter(e=>e.type===t).map(({day:e,value:r})=>[e,t,r]),r=u.map(t=>{const r=e.find(([e])=>e===t);return r?r[2]:null});return{name:t,type:"line",symbol:"circle",color:a.shift(),symbolSize:6,smooth:!1,data:r}}),i,c]}function U(t,e){const r=document.getElementById(t);if(!r)return console.error(`No se pudo encontrar el elemento con ID ${t}.`),null;const n=echarts.init(r);return n.setOption(e,!0),$(window).on("resize",()=>{null!=n&&void 0!==n&&n.resize()}),n}function D(t){return 100*(t-120)/t}function j(t,e,r,n,y,d,g,m,b=!1,A=!1,x=void 0,I=!0,k=h.slice(),O=!1,T=void 0,P=void 0){const B=t.resultset||t;if(0===B.length)M(`#${d}`,`#${g}`),m&&M(`#${m}`,`#${g}`);else{E(`#${g}`,`#${d}`),m&&E(`#${g}`,`#${m}`);const t=N(B,k,O),h=t[0],M=t[1],C=t[2],_=I?C:null,R=A?(L=M,Array.from(L.values()).map(t=>{const[e,r]=t.split("/");return function(t){const e=t.slice(0,2);return`${t.slice(3,5)}/${e}`}(t)})):Array.from(M.values());void 0===x&&(x=b?w(M.size):D(M.size)),U(d,function(t,e,r,n,h,y,d,g=5,m="",b=h,w=100,A,M,E){return{title:{text:m,left:"center",top:"top",textStyle:{fontSize:20,fontFamily:"Montserrat",fontWeight:600,color:"#666"}},tooltip:{trigger:"axis",show:!0,formatter:t=>S(t),textStyle:{fontFamily:"Montserrat"}},legend:e?{type:"plain",data:e,textStyle:{fontFamily:"Montserrat"},top:M||o,selected:A}:null,grid:{left:i,right:a,bottom:s,top:e?M?"30%":u:c,heigh:l,containLabel:!0},xAxis:{type:"category",data:r,boundaryGap:!1,splitLine:{show:!1},axisLabel:{textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#666"}}},yAxis:{name:n,nameLocation:"end",nameTextStyle:{fontFamily:"Montserrat",fontWeight:"bold",padding:[0,0,0,d]},type:"value",scale:!0,min:E,axisLabel:{margin:g,formatter:v,textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#666"}}},series:t,dataZoom:[{show:y,data:r,start:b,end:w,borderColor:"#eee",fillerColor:"rgba(0,0,0,.05)",textStyle:{fontSize:10,fontFamily:"Montserrat",color:"#333",textBorderColor:"#fff",textBorderWidth:3,fontWeight:"600"},selectedDataBackground:{lineStyle:{color:"#333"},areaStyle:{color:"#ffcd00"}},dataBackground:{backgroundColor:"rgba(0,0,0,1)",lineStyle:{color:"#333"},areaStyle:{color:"rgba(0,0,0,0.5)"}},handleStyle:{color:"rgba(0,0,0,0.2)"},moveHandleStyle:{color:"rgba(0,0,0,0.3)"},emphasis:{handleStyle:{color:"rgba(255,205,0,1)"},moveHandleStyle:{color:"rgba(255,205,0,1)"}}}],toolbox:{show:y,feature:{restore:{title:"Restablir"},saveAsImage:{title:"Desar"}},right:f,top:p}}}(h,_,R,y,x,e,r,void 0,n,void 0,void 0,void 0,T,P))}var L}function W(e,r){const n=h.slice(),o=N(r.resultset||r,n,!1),i=o[1],a=Array.from(i.values()),s=o[2],u=D(i.size),c=(0,t.resultsetWithFields)(r),l=(0,t.configureDataValidate)(c,o[0],["KpiValid-30-Trafico-Bicicletas-Accesos-Anillo","KpiValid-365-Trafico-Bicicletas-Accesos-Anillo"],["Kpi-Trafico-Bicicletas-Accesos-Anillo"]),f={title:{text:"TRÀNSIT CICLISTA: ACCESSOS ANELL CICLISTA"},legend:{show:!0,data:s},xAxis:{type:"category",data:a},yAxis:{name:"Bicicletes",axisLabel:{formatter:v}},dataZoom:{show:!0,data:a,start:u},toolbox:{show:!0}};(0,t.configureLinesChartValidates)("chartAccessosAnellCiclista",l,f)}function G(e,r){const n=h.slice(),o=N(r.resultset||r,n,!1),i=o[1],a=Array.from(i.values()),s=o[2],u=D(i.size),c=(0,t.resultsetWithFields)(r),l=(0,t.configureDataValidate)(c,o[0],["KpiValid-30-Trafico-Bicicletas-Anillo","KpiValid-365-Trafico-Bicicletas-Anillo"],["Kpi-Trafico-Bicicletas-Anillo"]),f={title:{text:"TRÀNSIT CICLISTA: ANELL CICLISTA"},legend:{show:!0,data:s},xAxis:{type:"category",data:a},yAxis:{name:"Bicicletes",axisLabel:{formatter:v}},dataZoom:{show:!0,data:a,start:u},toolbox:{show:!0}};(0,t.configureLinesChartValidates)("chartAnellCiclista",l,f)}function Z(t,e){O("chartAnellBar","no_dataAnellBar",e.resultset,"Bicicletes","ANELL CICLISTA: HISTÒRIC ANUAL","")}function z(t,e){O("chartAccessosAnellBar","no_dataAccessosAnellBar",e.resultset,"Bicicletes","ACCESSOS ANELL CICLISTA: HISTÒRIC ANUAL","")}function J(t,e){T("chartAnellMesActual","chartAnellMesAnterior","no_dataAnellMesActual","no_dataAnellMesAnterior",e.resultset,"ANELL CICLISTA: EVOLUCIÓ ","ANELL CICLISTA: EVOLUCIÓ ")}function V(t,e){document.querySelector("#tabAccessosAnellCiclista").addEventListener("click",()=>{requestAnimationFrame(()=>{T("chartAccessosAnellMesActual","chartAccessosAnellMesAnterior","no_dataAccessosAnellMesActual","no_dataAccessosAnellMesAnterior",e.resultset,"ACCESSOS ANELL CICLISTA: EVOLUCIÓ ","ACCESSOS ANELL CICLISTA: EVOLUCIÓ ")})})}function q(t,e){P("chartAnellGaugeYear","no_dataAnellGaugeYear",e.resultset,"ANELL CICLISTA: EVOLUCIÓ ANY")}function H(t,e){document.querySelector("#tabAccessosAnellCiclista").addEventListener("click",()=>{requestAnimationFrame(()=>{P("chartAccessosAnellGaugeYear","no_dataAcessosAnellGaugeYear",e.resultset,"ACCESSOS ANELL CICLISTA: EVOLUCIÓ ANY")})})}function Y(t,e){j(e,!0,1,"ANELL CICLISTA: HISTÒRIC MENSUAL","Bicicletes","chartAnellLineMonth","no_dataAnellLineMonth",void 0,!0)}function K(t,e){j(e,!0,1,"ACCESSOS ANELL CICLISTA: HISTÒRIC MENSUAL","Bicicletes","chartAccessosAnellLineMonth","no_dataAccessosAnellLineMonth",void 0,!0)}var X=r(8287),Q=r(543);let tt;function et(t,e=0,r=1,n=2){const o={type:"FeatureCollection",features:[]},i=[],a=new Set;return t.forEach(t=>{const e=t[n];e&&!a.has(e)&&(a.add(e),i.push(t))}),i.forEach(t=>{const i=Q.Geometry.parse(X.hp.from(t[n],"hex")),a={type:"Feature",properties:{objectoId:t[e],address:t[r]},geometry:i.toGeoJSON()};o.features.push(a)}),o}function rt(t,e,r,n,o,i){function a(t){return{iconUrl:(e=t,`${document.documentURI.split("%3A")[0]}%3A${document.documentURI.split("%3A")[1]}%3A${document.documentURI.split("%3A")[2]}%3A${document.documentURI.split("%3A")[3]}%3A${e}`),iconSize:[34,34],shadowSize:[50,64],iconAnchor:[17,17],shadowAnchor:[4,62],popupAnchor:[-3,-76]};var e}const s=L.icon(a(r)),u=L.icon(a(n));L.geoJSON(e,{onEachFeature:function(a,s){a.properties&&a.properties.address&&s.on("click",()=>{o.elementExist(a.properties.objectoId)?o.deleteElementOfList(a.properties.objectoId):o.listOfselectedElements.push(a.properties.objectoId),i&&Dashboards.fireChange(i,o.listOfselectedElements),rt(t,e,r,n,o,i)})},pointToLayer(t,e){let r=s;return o.elementExist(t.properties.objectoId)&&(r=u),L.marker(e,{icon:r})}}).addTo(t)}function nt(t,e,r,n,o="myMap",i=5,a=20,s=13){const u=L.map(o).setView([39.46975,-.37739],s),c=L.tileLayer("https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",{attribution:'&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors &copy; <a href="https://carto.com/attributions">CARTO</a>',subdomains:"abcd",maxZoom:20});u.setMinZoom(i),u.setMaxZoom(a),c.addTo(u),rt(u,t,e,r,{listOfselectedElements:[],elementExist(t){return this.listOfselectedElements.includes(t)},deleteElementOfList(t){const e=this.listOfselectedElements.indexOf(t);e>-1&&this.listOfselectedElements.splice(e,1)}},n)}function ot(t,e){document.querySelector("#tabPuntsMesuraCiclista").addEventListener("click",()=>{requestAnimationFrame(()=>{nt(et(e.resultset,0,1,3),"build/images/mapas/marker-icon-bicis.svg/content","build/images/mapas/marker-icon-selected-bicis.svg/content","puntoMedidaLaneId","idMapPuntsMesuraCiclista",5,20,14)})})}function it(t,e){j(e,!0,-6,"TRÀNSIT CICLISTA: PUNTS DE MESURA CICLISTA","Bicicletes","chartPuntsMesuraCiclista","no_dataPuntsMesuraCiclista")}function at(t,e){return{title:{text:t,padding:20,textStyle:{fontSize:16}},yAxis:{data:e.map(t=>t[0])},label:{show:!0,position:[15,"35%"],formatter:"{b}",fontSize:10,align:"left",color:"#000"},grid:{top:"20%"},series:[{data:e.map(t=>t[1]),itemStyle:{color:t=>["#B7C258","#A3BF62","#8EBC6D","#7AB877","#65B581","#50B28B"][t.dataIndex]}}]}}const st={es_ES:new Map([["graficaUmbral","Vehiculos / hora"],["graficaIntensidadMensual","Mayor intensidad mensual"],["graficaIntensidadAnual","Mayor intensidad anual"]]),ca_ES:new Map([["graficaUmbral","Vehicles / hora"],["graficaIntensidadMensual","Major intensitat mensual"],["graficaIntensidadAnual","Major intensitat anual"]])};function ut(r,n){const o=at(st[e].get("graficaIntensidadAnual"),n.resultset.reverse().map(t=>[t[0],t[1]]));(0,t.initBarChart)("chartIntensidadAnualCiclista",o)}function ct(r,n){const o=at(st[e].get("graficaIntensidadMensual"),n.resultset.reverse().map(t=>[t[0],t[1]]));(0,t.initBarChart)("chartIntensidadMensualCiclista",o)}function lt(t,e){U("chartIntensidadDiarialCiclista",C(e.resultset.map(([t,e])=>({name:t,value:e})),"Major intensitat diària",void 0,["#4EA8DE","#FFBF69","#83C5BE","#E56B6F","#CDB4DB"]))}function ft(t,e){U("chartIntensidadRealTimeCiclista",C(e.resultset.map(([t,e])=>({name:t,value:e})),"Major intensitat darrera hora"))}const pt={weight:5,color:"#ADB4B7",opacity:1,fillColor:"#ADB4B7"},ht={weight:5,color:"#9D8BB8",opacity:1,fillColor:"#9D8BB8"},yt=t=>{U("graficaRT",{series:[{type:"gauge",center:["50%","50%"],startAngle:200,endAngle:-20,min:0,max:100,splitNumber:0,progress:{show:!1,width:5,itemStyle:{color:"#666"}},axisLine:{lineStyle:{width:18}},axisTick:{show:!1},splitLine:{length:15,lineStyle:{width:2,color:"#999"}},axisLabel:{distance:25,color:"#999",fontSize:20,show:!1},anchor:{show:!0,showAbove:!0,size:25,itemStyle:{borderWidth:10},show:!1},pointer:{show:!0,icon:"path://M12.8,0.7l12,40.1H0.7L12.8,0.7z",length:"12%",width:20,offsetCenter:[0,"-40%"],itemStyle:{color:"#ccc"}},axisLine:{lineStyle:{width:35,color:[[.2,"#e56b6f"],[.5,"#ffbf69"],[1,"#a1c483"]]}},axisTick:{show:!1},splitLine:{show:!1},axisLabel:{show:!1},title:{show:!0,offsetCenter:[0,"45%"],textStyle:{color:"#000",fontStyle:"normal",fontWeight:"400",fontFamily:"Montserrat",fontSize:15}},detail:{fontSize:30,offsetCenter:[0,"90%"],valueAnimation:!0,color:"#666",textStyle:{color:"#000",fontStyle:"normal",fontWeight:"400",fontFamily:"Montserrat",fontSize:35}},data:[{value:t,name:st[e].get("graficaUmbral")}]}]})};function dt(t,e){const r=document.querySelector("#textoNombreTramo"),n=document.querySelector("#textoHoraActualizacion"),o=document.querySelector("#textoFechaActualizacion"),i=document.querySelector("#dataDia"),a=document.querySelector("#dataMes"),s=document.querySelector("#dataAnyo"),u=t.filter(t=>t[1].includes("daily")).map(t=>b(Math.round(t[3]))),c=t.filter(t=>t[1].includes("monthly")).map(t=>b(Math.round(t[3]))),l=t.filter(t=>t[1].includes("annual")).map(t=>b(Math.round(t[3]))),f=t.filter(t=>t[1].includes("rt")).map(t=>({intensidad:b(Math.round(t[3])),fecha:t[5]}));r.textContent=e,i.textContent=u,a.textContent=c,s.textContent=l,yt(f[0].intensidad),n.textContent=function(t){const e=t.toString().match(/(\d{2}:\d{2})/);return e?e[1]:null}(new Date(f[0].fecha)),o.textContent=function(t){let e=t.getUTCDate().toString();1===e.length&&(e=`0${e}`);let r=(t.getMonth()+1).toString();return 1===r.length&&(r=`0${r}`),`${e}/${r}/${t.getFullYear().toString()}`}(new Date(f[0].fecha))}function gt(t,e){const r=function(t){const e=t.map(t=>t[3]),r=Math.max(...e);return t.filter(t=>t[3]===r).flat()[2]}(e.resultset);document.querySelector("#tabIntensidadCiclista").addEventListener("click",()=>{const t=[];e.resultset.forEach(e=>{const r=function(t,e){const r=t.match(/_f\d{1,2}/);return r?e+r[0]:""}(e[1],e[2]);e.push(r),t.push(e)}),dt(e.resultset.filter(t=>t[2]===r),r);const n={id:6,addres:2,location:4},o={minZoom:5,maxZoom:20,initialZoom:14},i={unselected:pt,selected:ht};requestAnimationFrame(()=>{!function(t,e,r,n,o,i,a,s=!1){const u=et(r,e.id,e.addres,e.location),c=L.map(t).setView(d,a?a.initialZoom:13),l=L.tileLayer("https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",{attribution:'&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors &copy; <a href="https://carto.com/attributions">CARTO</a>',subdomains:"abcd",maxZoom:20});c.setMinZoom(a?a.minZoom:5),c.setMaxZoom(a?a.maxZoom:20),l.addTo(c),function(t,e,r,n,o,i,a,s){L.geoJSON(e,{onEachFeature(t,e){t.properties.address===a&&(tt=e),function(t,e,r,n,o){const i=r.properties.address,a=r.properties.objectoId;r.properties&&i&&n.on("click",()=>{const r=t.filter(t=>t[e.id]===a);o(r,i)})}(r,n,t,e,s),function(t,e,r,n){const o=t.properties.address;r&&(e.on("mouseover",()=>{e.bindPopup(o).openPopup()}),e.on("mouseout",()=>{e.closePopup()})),e.on("click",()=>{tt?(tt.setStyle(n.unselected),e.setStyle(n.selected)):e.setStyle(n.selected),tt=e})}(t,e,o,i)},style:t=>t.properties.address===a?i.selected:i.unselected}).addTo(t)}(c,u,r,e,s,n,o,i)}("mapBicis",n,e.resultset,i,r,dt,o,!0)})})}})(),n})());