{"version":3,"file":"9224.8d156b898c93e1af21ac.js","mappings":"0HAIA,MAAMA,EAAE,WAAAC,GAAcC,KAAKC,OAAO,IAAIC,GAAG,CAAC,KAAAC,GAAQH,KAAKC,OAAOE,OAAO,CAAC,SAAIC,GAAQ,OAAO,IAAIJ,KAAKC,OAAOI,IAAI,CAAC,GAAAC,CAAIR,EAAES,GAAG,OAAOP,KAAKC,OAAOK,IAAIR,IAAIQ,IAAIC,EAAE,CAAC,GAAAC,CAAIV,EAAES,EAAEE,GAAG,MAAMC,EAAEV,KAAKC,OAAOK,IAAIR,GAAGY,EAAEA,EAAEF,IAAID,EAAEE,GAAGT,KAAKC,OAAOO,IAAIV,EAAE,IAAII,IAAI,CAAC,CAACK,EAAEE,KAAK,CAAC,OAAOX,EAAES,GAAG,MAAME,EAAET,KAAKC,OAAOK,IAAIR,GAAGW,IAAIA,EAAEE,OAAOJ,GAAG,IAAIE,EAAEJ,MAAML,KAAKC,OAAOU,OAAOb,GAAG,CAAC,OAAAc,CAAQd,GAAGE,KAAKC,OAAOW,SAAQ,CAAEL,EAAEE,IAAIX,EAAES,EAAEE,IAAI,E,2cCA9R,MAAMF,EAAE,WAAAR,CAAYD,GAAGE,KAAKa,MAAMf,EAAEE,KAAKc,OAAO,IAAI,GAAC,CAAC,OAAAC,GAAUf,KAAKc,OAAOF,SAASH,GAAGA,EAAEG,SAASH,GAAGA,EAAEM,cAAcf,KAAKc,OAAOX,OAAO,CAAC,OAAAa,CAAQP,EAAEF,EAAEG,EAAEO,GAAG,MAAMC,EAAElB,KAAKc,OAAOR,IAAIG,EAAEF,GAAG,GAAG,MAAMW,EAAE,OAAOA,EAAEC,MAAMD,EAAE,MAAME,EAAE,IAAI,IAAEpB,KAAKa,MAAMJ,EAAEF,EAAEG,EAAEO,GAAG,OAAOG,EAAED,MAAMnB,KAAKc,OAAON,IAAIC,EAAEF,EAAEa,GAAGA,CAAC,CAAC,QAAIC,GAAO,IAAIZ,EAAE,EAAE,OAAOT,KAAKc,OAAOF,SAASd,GAAGA,EAAEc,SAASd,GAAGW,GAAGX,EAAEwB,UAAU,EAAE,MAAM,CAACC,0BAA0Bd,EAAE,E,kBCA7e,SAASF,EAAEA,GAAG,MAAMiB,QAAQC,EAAEC,MAAMT,GAAGV,EAAE,MAAM,iBAAiBkB,EAAER,EAAE,CAAC,SAASQ,EAAEA,GAAG,IAAIR,EAAE,GAAG,IAAI,MAAMnB,KAAK2B,EAAE,CAAC,MAAME,EAAEF,EAAE3B,GAAG,GAAG,kBAAkB6B,EAAEA,IAAIV,GAAG,WAAWnB,YAAY,GAAG,iBAAiB6B,EAAEV,GAAG,WAAWnB,KAAK6B,EAAEC,mBAAmB,GAAG,iBAAiBD,EAAE,GAAGpB,EAAEoB,GAAG,CAAC,MAAMD,MAAMnB,EAAEiB,QAAQC,EAAEI,UAAUC,GAAGH,EAAEjB,EAAEoB,EAAE,GAAGA,KAAK,GAAG,IAAI,MAAMhC,KAAK2B,EAAER,GAAG,WAAWP,IAAIZ,KAAK2B,EAAE3B,GAAG8B,cAAcX,GAAG,WAAWnB,KAAKY,IAAIH,KAAK,KAAK,CAAC,MAAMA,EAAEoB,EAAEH,QAAQ,IAAIC,EAAE,EAAE,IAAI,MAAM3B,KAAKS,EAAEU,GAAG,WAAWV,EAAET,OAAO2B,KAAKG,cAAcX,GAAG,WAAWnB,KAAKS,EAAEoB,EAAED,UAAU,CAAC,CAAC,OAAOT,CAAC,C","sources":["webpack://wingismaps/./node_modules/@arcgis/core/core/NestedMap.js","webpack://wingismaps/./node_modules/@arcgis/core/views/webgl/ProgramCache.js","webpack://wingismaps/./node_modules/@arcgis/core/views/webgl/programUtils.js"],"sourcesContent":["/*\nAll material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://js.arcgis.com/4.28/esri/copyright.txt for details.\n*/\nclass t{constructor(){this._outer=new Map}clear(){this._outer.clear()}get empty(){return 0===this._outer.size}get(t,e){return this._outer.get(t)?.get(e)}set(t,e,r){const s=this._outer.get(t);s?s.set(e,r):this._outer.set(t,new Map([[e,r]]))}delete(t,e){const r=this._outer.get(t);r&&(r.delete(e),0===r.size&&this._outer.delete(t))}forEach(t){this._outer.forEach(((e,r)=>t(e,r)))}}export{t as NestedMap};\n","/*\nAll material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://js.arcgis.com/4.28/esri/copyright.txt for details.\n*/\nimport{NestedMap as r}from\"../../core/NestedMap.js\";import{Program as t}from\"./Program.js\";class e{constructor(t){this._rctx=t,this._store=new r}dispose(){this._store.forEach((r=>r.forEach((r=>r.dispose())))),this._store.clear()}acquire(r,e,s,o){const c=this._store.get(r,e);if(null!=c)return c.ref(),c;const h=new t(this._rctx,r,e,s,o);return h.ref(),this._store.set(r,e,h),h}get test(){let r=0;return this._store.forEach((t=>t.forEach((t=>r+=t.hasGLName?2:1)))),{cachedWebGLProgramObjects:r}}}export{e as ProgramCache};\n","/*\nAll material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://js.arcgis.com/4.28/esri/copyright.txt for details.\n*/\nfunction e(e){const{options:n,value:o}=e;return\"number\"==typeof n[o]}function n(n){let o=\"\";for(const t in n){const i=n[t];if(\"boolean\"==typeof i)i&&(o+=`#define ${t}\\n`);else if(\"number\"==typeof i)o+=`#define ${t} ${i.toFixed()}\\n`;else if(\"object\"==typeof i)if(e(i)){const{value:e,options:n,namespace:f}=i,s=f?`${f}_`:\"\";for(const t in n)o+=`#define ${s}${t} ${n[t].toFixed()}\\n`;o+=`#define ${t} ${s}${e}\\n`}else{const e=i.options;let n=0;for(const t in e)o+=`#define ${e[t]} ${(n++).toFixed()}\\n`;o+=`#define ${t} ${e[i.value]}\\n`}}return o}export{n as glslifyDefineMap};\n"],"names":["t","constructor","this","_outer","Map","clear","empty","size","get","e","set","r","s","delete","forEach","_rctx","_store","dispose","acquire","o","c","ref","h","test","hasGLName","cachedWebGLProgramObjects","options","n","value","i","toFixed","namespace","f"],"sourceRoot":""}