@aibee/crc-bmap 0.14.26 → 0.14.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.cjs +10 -10
- package/lib/index.esm.min.js +11 -11
- package/lib/meta.json +23 -7
- package/lib/src/factory/model.d.ts +10 -0
- package/lib/src/utils/road2.d.ts +48 -1
- package/lib/worker/{path.worker-6PRVSLKC.js → path.worker-VZGSKDYR.js} +29 -29
- package/lib/worker/{recommend.worker-W52NOBNN.js → recommend.worker-GACCZKX6.js} +36 -36
- package/package.json +1 -1
package/lib/index.esm.min.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Pa=Object.create;var Ws=Object.defineProperty;var Ma=Object.getOwnPropertyDescriptor;var _a=Object.getOwnPropertyNames,jo=Object.getOwnPropertySymbols,ba=Object.getPrototypeOf,Vo=Object.prototype.hasOwnProperty,Ea=Object.prototype.propertyIsEnumerable;var zs=(a,t,e)=>t in a?Ws(a,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):a[t]=e,Ze=(a,t)=>{for(var e in t||(t={}))Vo.call(t,e)&&zs(a,e,t[e]);if(jo)for(var e of jo(t))Ea.call(t,e)&&zs(a,e,t[e]);return a};var re=(a,t)=>()=>(t||a((t={exports:{}}).exports,t),t.exports);var Sa=(a,t,e,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of _a(t))!Vo.call(a,s)&&s!==e&&Ws(a,s,{get:()=>t[s],enumerable:!(i=Ma(t,s))||i.enumerable});return a};var Us=(a,t,e)=>(e=a!=null?Pa(ba(a)):{},Sa(t||!a||!a.__esModule?Ws(e,"default",{value:a,enumerable:!0}):e,a));var tt=(a,t,e)=>zs(a,typeof t!="symbol"?t+"":t,e);var g=(a,t,e)=>new Promise((i,s)=>{var o=h=>{try{r(e.next(h))}catch(c){s(c)}},n=h=>{try{r(e.throw(h))}catch(c){s(c)}},r=h=>h.done?i(h.value):Promise.resolve(h.value).then(o,n);r((e=e.apply(a,t)).next())});var nn=re((Mm,on)=>{on.exports=function(t,e){return t[0]=e[0],t[1]=e[1],t}});var hn=re((_m,an)=>{var rn=nn();an.exports=function(a,t){Array.isArray(t)||(t=[]),a.length>0&&t.push(rn([0,0],a[0]));for(var e=0;e<a.length-1;e++){var i=a[e],s=a[e+1],o=i[0],n=i[1],r=s[0],h=s[1],c=[.75*o+.25*r,.75*n+.25*h],l=[.25*o+.75*r,.25*n+.75*h];t.push(c),t.push(l)}return a.length>1&&t.push(rn([0,0],a[a.length-1])),t}});var fn=re((km,mn)=>{var Ks=class{constructor(){this.keys=new Set,this.queue=[]}sort(){this.queue.sort((t,e)=>t.priority-e.priority)}set(t,e){let i=Number(e);if(isNaN(i))throw new TypeError('"priority" must be a number');return this.keys.has(t)?this.queue.map(s=>(s.key===t&&Object.assign(s,{priority:i}),s)):(this.keys.add(t),this.queue.push({key:t,priority:i})),this.sort(),this.queue.length}next(){let t=this.queue.shift();return this.keys.delete(t.key),t}isEmpty(){return this.queue.length===0}has(t){return this.keys.has(t)}get(t){return this.queue.find(e=>e.key===t)}};mn.exports=Ks});var vn=re((Dm,yn)=>{function gn(a,t){let e=new Map;for(let[i,s]of a)i!==t&&s instanceof Map?e.set(i,gn(s,t)):i!==t&&e.set(i,s);return e}yn.exports=gn});var Pn=re((Am,wn)=>{function za(a){let t=Number(a);return!(isNaN(t)||t<=0)}function xn(a){let t=new Map;return Object.keys(a).forEach(i=>{let s=a[i];if(s!==null&&typeof s=="object"&&!Array.isArray(s))return t.set(i,xn(s));if(!za(s))throw new Error(`Could not add node at key "${i}", make sure it's a valid node`,s);return t.set(i,Number(s))}),t}wn.exports=xn});var bn=re((Om,_n)=>{function Mn(a){if(!(a instanceof Map))throw new Error(`Invalid graph: Expected Map instead found ${typeof a}`);a.forEach((t,e)=>{if(typeof t=="object"&&t instanceof Map){Mn(t);return}if(typeof t!="number"||t<=0)throw new Error(`Values must be numbers greater than 0. Found value ${t} at ${e}`)})}_n.exports=Mn});var Ys=re((Rm,Cn)=>{var Wa=fn(),Ua=vn(),En=Pn(),Sn=bn(),Xs=class{constructor(t){t instanceof Map?(Sn(t),this.graph=t):t?this.graph=En(t):this.graph=new Map}addNode(t,e){let i;return e instanceof Map?(Sn(e),i=e):i=En(e),this.graph.set(t,i),this}addVertex(t,e){return this.addNode(t,e)}removeNode(t){return this.graph=Ua(this.graph,t),this}path(t,e,i={}){if(!this.graph.size)return i.cost?{path:null,cost:0}:null;let s=new Set,o=new Wa,n=new Map,r=[],h=0,c=[];if(i.avoid&&(c=[].concat(i.avoid)),c.includes(t))throw new Error(`Starting node (${t}) cannot be avoided`);if(c.includes(e))throw new Error(`Ending node (${e}) cannot be avoided`);for(o.set(t,0);!o.isEmpty();){let l=o.next();if(l.key===e){h=l.priority;let d=l.key;for(;n.has(d);)r.push(d),d=n.get(d);break}s.add(l.key),(this.graph.get(l.key)||new Map).forEach((d,u)=>{if(s.has(u)||c.includes(u))return null;if(!o.has(u))return n.set(u,l.key),o.set(u,l.priority+d);let m=o.get(u).priority,v=l.priority+d;return v<m?(n.set(u,l.key),o.set(u,v)):null})}return r.length?(i.trim?r.shift():r=r.concat([t]),i.reverse||(r=r.reverse()),i.cost?{path:r,cost:h}:r):i.cost?{path:null,cost:0}:null}shortestPath(...t){return this.path(...t)}};Cn.exports=Xs});function w(){return w=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(t[s]=i[s])}return t},w.apply(this,arguments)}import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.json.stringify.js";import{Box3 as td,EventDispatcher as ed,Sprite as _o,Vector3 as bo}from"three";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/web.dom-collections.iterator.js";var H=class{requestAnimationFrame(t){let e=window.requestAnimationFrame(()=>{this.tasks.requestAnimation.delete(e),t()});return this.tasks.requestAnimation.add(e),e}cancelAnimationFrame(t){this.tasks.requestAnimation.delete(t),window.cancelAnimationFrame(t)}setTimeout(t,e){let i=window.setTimeout(()=>{this.tasks.timeout.delete(i),t()},e);return this.tasks.timeout.add(i),i}clearTimeout(t){this.tasks.timeout.delete(t),window.clearTimeout(t)}setInterval(t,e){let i=window.setInterval(()=>{t()},e);return this.tasks.interval.add(i),i}clearInterval(t){this.tasks.interval.delete(t),window.clearInterval(t)}requestIdleCallback(t,e){let i=window.requestIdleCallback(s=>{this.tasks.requestIdleCallback.delete(i),t(s)},e);return this.tasks.requestIdleCallback.add(i),i}cancelIdleCallback(t){this.tasks.requestIdleCallback.delete(t),window.cancelIdleCallback(t)}dispose(){this.tasks.requestAnimation.forEach(t=>{window.cancelAnimationFrame(t)}),this.tasks.requestAnimation.clear(),this.tasks.requestIdleCallback.forEach(t=>{window.cancelIdleCallback(t)}),this.tasks.requestIdleCallback.clear(),this.tasks.timeout.forEach(t=>{window.clearTimeout(t)}),this.tasks.timeout.clear(),this.tasks.interval.forEach(t=>{window.clearInterval(t)}),this.tasks.interval.clear()}constructor(){this.tasks={requestAnimation:new Set,requestIdleCallback:new Set,timeout:new Set,interval:new Set}}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{Shape as Ca,Group as La,DirectionalLight as Ta,AmbientLight as ka,Path as Da,Vector2 as Ko}from"three";function Xo(){let a=new La,t=new ka(16777215,.3);return a.add(t),a}function pi(a,t){t===void 0&&(t=[]);let e=new Ca(a.map(i=>new Ko(...i)));return t.length&&t.forEach(i=>{var s=new Da(i.map(o=>new Ko(...o)));e.holes.push(s)}),e}function Yo(a,t){a===void 0&&(a=16777215),t===void 0&&(t=1);let e=new Ta(a,t);return e.castShadow=!0,e.shadow.radius=8,e.shadow.bias=-.001,e.shadow.mapSize.set(256,256),e.shadow.camera.left=-200,e.shadow.camera.right=200,e.shadow.camera.top=200,e.shadow.camera.bottom=-200,e}function A(a,t){if(t&&a.children&&a.children.length&&a.children.forEach(e=>{A(e,t)}),a.isMesh){let e=a;e.geometry&&e.geometry.dispose(),e.material&&(Array.isArray(e.material)?e.material.forEach(i=>{i.dispose()}):e.material.dispose())}a.isLight&&(a.dispose==null||a.dispose.call(a))}import"core-js/modules/es.regexp.exec.js";function qo(a){return/[\u4E00-\u9FA5]+/g.test(a)}import"core-js/modules/web.dom-collections.iterator.js";import{Vector3 as ui,Vector2 as jt,Matrix3 as di}from"three";import{point as Aa,featureCollection as Oa,center as Ra}from"@turf/turf";function L(a,t,e,i){let s=a.clone().project(t),o=e/2,n=i/2,r=Math.round(s.x*o+o),h=Math.round(-s.y*n+n);return{x:r,y:h}}function Wu(a,t,e,i,s){if(!s)return null;e=Math.min(1,e),i=Math.min(1,i);let o=a/e*2-1,n=1-t/i*2;return new ui(o,n,0).unproject(s)}function mi(a){let t=Oa(a.map(i=>Aa(i)));return Ra(t).geometry.coordinates}function ee(a,t,e){return a.x>=t.x&&a.x<=e.x&&a.y>=t.y&&a.y<=e.y}function Uu(a){let t=0,e=new ui;for(let i=1;i<a.length;i++){let s=new ui(a[i-1][0],a[i-1][1],0),o=new ui(a[i][0],a[i][1],0),n=o.distanceTo(s);n>t&&(t=n,e=o.clone().sub(s).normalize())}return e}function T(a,t){return Math.sqrt((t[0]-a[0])**2+(t[1]-a[1])**2)}function ut(a){let t=0;for(let e=0;e<a.length-1;e++)t+=T(a[e],a[e+1]);return t}function ye(a,t,e){let i=new jt(t[0]-a[0],t[1]-a[1]),s=new jt(t[0]-e[0],t[1]-e[1]),n=i.angleTo(s)*180/Math.PI,r=new jt(t[0]-a[0],t[1]-a[1]);return new jt(e[0]-a[0],e[1]-a[1]).cross(r)>0?n:-n}function Hu(a,t){let e=Math.min(T(a[0][0],a[0][1]),T(a[0][2],a[0][1]))-1;t||(t=mi(a[0]));let i=Ia(t,e),s=new jt(a[0][0][0],a[0][0][1]),o=new jt(a[0][1][0],a[0][1][1]),n=new jt(a[0][2][0],a[0][2][1]),h=(s.distanceTo(o)>o.distanceTo(n)?o.clone().sub(s):n.clone().sub(o)).angleTo(new jt(0,1)),c=new di;return c.multiply(new di().translate(t[0],t[1])).multiply(new di().rotate(h)).multiply(new di().translate(-t[0],-t[1])),[i.map(l=>{let p=new jt(l[0],l[1]).applyMatrix3(c);return[p.x,p.y]})]}function Ia(a,t){let e=t/2;return[[a[0]-e,a[1]+e],[a[0]+e,a[1]+e],[a[0]+e,a[1]-e],[a[0]-e,a[1]-e],[a[0]-e,a[1]+e]]}function Vt(a,t){let e=0,i=1/0,[s,o]=t;for(let n=0;n<a.length-1;n++){let[r,h]=a[n],[c,l]=a[n+1],p=Math.min(r,c)<=s&&s<=Math.max(r,c),d=Math.min(h,l)<=o&&o<=Math.max(h,l);if(p&&d){let u=Math.abs((c-r)*(o-h)-(l-h)*(s-r));u<i&&(i=u,e=n)}}return e}function $o(a,t){let e=a[0],i=a[1],s=!1;for(let o=0,n=t.length-1;o<t.length;n=o++){let r=t[o][0],h=t[o][1],c=t[n][0],l=t[n][1];h>i!=l>i&&e<(c-r)*(i-h)/(l-h)+r&&(s=!s)}return s}import"core-js/modules/es.reflect.to-string-tag.js";function ve(a,t){return new Proxy(a,{get:(e,i,s)=>Reflect.get(e,i,s),set:(e,i,s,o)=>{let n=Reflect.get(e,i,o),r=Reflect.set(e,i,s,o);return n!==s&&t.dispatchEvent({type:"change-"+i,value:s}),r}})}import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.error.cause.js";function Mt(a,t){return Promise.race([a,new Promise((e,i)=>{setTimeout(()=>i(new Error("Promise timeout")),t)})])}function fi(a){return document.createElementNS("http://www.w3.org/2000/svg",a)}function Jo(a,t){let e=fi("svg");return e.setAttribute("width",a),e.setAttribute("height",t),e.style.cssText="position: absolute; left: 0; top: 0; pointer-events: none;",e}function It(a,t){a===void 0&&(a="2");let e=fi("circle");return e.setAttribute("r",a),e.setAttribute("fill",t),e}function Kt(a){let t=fi("line");return t.setAttribute("stroke",a),t}function mt(a,t){let e=fi("rect");return e.setAttribute("stroke",a),e.setAttribute("fill",t),e}function ft(a,t,e){a.setAttribute("cx",""+t),a.setAttribute("cy",""+e)}function rt(a,t,e){t&&(a.setAttribute("x1",""+t.x),a.setAttribute("y1",""+t.y)),e&&(a.setAttribute("x2",""+e.x),a.setAttribute("y2",""+e.y))}function U(a,t,e,i,s){a.setAttribute("x",""+t),a.setAttribute("y",""+e),a.setAttribute("width",""+i),a.setAttribute("height",""+s)}function Qo(){return Promise.resolve()}function Hs(){return new Promise(a=>{requestAnimationFrame(a)})}function tn(a){return a===void 0&&(a=1),new Promise(t=>{function e(){a<=0?t(!0):(a--,window.requestAnimationFrame(e))}window.requestAnimationFrame(e)})}import"core-js/modules/es.string.replace.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/es.string.trim.js";function tm(a){return parseInt(a.replace("#","0x"),16)}function em(a,t){let e=parseInt(a.substring(1,3),16),i=parseInt(a.substring(3,5),16),s=parseInt(a.substring(5,7),16),o=Math.round(e*t),n=Math.round(i*t),r=Math.round(s*t);return"#"+(1<<24|o<<16|n<<8|r).toString(16).slice(1)}function Xt(a,t){t===void 0&&(t=.85);let e,i,s;if(a.startsWith("#"))e=parseInt(a.substring(1,3),16),i=parseInt(a.substring(3,5),16),s=parseInt(a.substring(5,7),16);else{let n=a.slice(4,-1).split(",");e=parseInt(n[0].trim()),i=parseInt(n[1].trim()),s=parseInt(n[2].trim())}return e=Math.min(Math.floor(e*t),255),i=Math.min(Math.floor(i*t),255),s=Math.min(Math.floor(s*t),255),"#"+((1<<24)+(e<<16)+(i<<8)+s).toString(16).slice(1)}function Ns(a,t){a=a.replace(/^#/,"");let e=parseInt(a.substring(0,2),16),i=parseInt(a.substring(2,4),16),s=parseInt(a.substring(4,6),16);return t!==void 0?"rgba("+e+", "+i+", "+s+", "+t+")":"rgb("+e+", "+i+", "+s+")"}import"core-js/modules/es.regexp.exec.js";var xe=navigator.userAgent.toUpperCase().indexOf("MAC")>=0,en=(navigator.userAgent||"").toLocaleLowerCase(),Yt=/ios|iphone/i.test(en),om=/android|adr|linux/gi.test(en);function we(a){return xe?a==="Meta":a==="Control"}import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/web.dom-collections.iterator.js";var Zs="__once__",sn=class{on(t,e){if(typeof e!="function")return;let i=this.events.get(t);return i?i.add(e):this.events.set(t,new Set([e]))}once(t,e){if(typeof e!="function")return;let i=""+Zs+t,s=this.events.get(i);return s?s.add(e):this.events.set(i,new Set([e]))}off(t,e){let i=this.events.get(t),s=this.events.get(""+Zs+t);!i&&!s||(e===void 0&&(i==null||i.clear(),s==null||s.clear()),i!=null&&i.has(e)&&i.delete(e),s!=null&&s.has(e)&&s.delete(e))}offAll(){this.events.clear()}emit(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),s=1;s<e;s++)i[s-1]=arguments[s];let o=this.events.get(t),n=this.events.get(""+Zs+t);!o&&!n||(o==null||o.forEach(r=>{typeof r=="function"&&r(...i)}),n==null||n.forEach(r=>{typeof r=="function"&&r(...i)}),n==null||n.clear())}constructor(){this.events=new Map}};var ct=function(a){return a.SWITCH_FLOOR_BEFORE="switch_floor_before",a.SWITCH_FLOOR_GROUND="switch_floor_ground",a.SWITCH_FLOOR_AFTER="switch_floor_after",a}({});import"core-js/modules/es.array.sort.js";function qt(a){return a?typeof a=="string"||typeof a=="number"||typeof a=="boolean"?a.toString():Object.keys(a).sort().map(t=>t+"="+qt(a[t])).join("&"):""}function wm(a,t){return new Promise((e,i)=>{let s=new XMLHttpRequest;s.open("GET",a,!0),Object.keys(t.headers||{}).forEach(o=>{s.setRequestHeader(o,t.headers[o])}),t.responseType&&(s.responseType=t.responseType),s.onload=()=>{if(s.status>=200&&s.status<300)if(t.responseType==="arraybuffer")e(s.response);else try{let o=JSON.parse(s.responseText);e(o)}catch(o){i(o)}else i(s.statusText)},s.onerror=()=>{i(s.statusText)},s.send()})}var cn=Us(hn(),1);import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{Vector2 as je}from"three";function Fa(a,t){let e=a.clone().normalize(),i=t.clone().normalize();return Math.acos(e.dot(i))}function Ga(a){let t=0;return a.reduce((e,i)=>{let[s,o]=e,[n,r]=i;return t+=Math.sqrt((n-s)**2+(r-o)**2),[n,r]}),t/a.length}function ln(a,t){if(t===void 0&&(t=.25),Ga(a)<t)return a;let e=(0,cn.default)(a);return ln(e,t)}function gi(a,t,e,i,s,o){t===void 0&&(t=!1),e===void 0&&(e=!0),i===void 0&&(i=5),s===void 0&&(s=150),o===void 0&&(o=3);let n=[],r=!t;if(n.push(a[0]),a.length<2)return n;for(let c=0;c<a.length-2;c+=1){let l=a[c],p=a[c+1],d=a[c+2],u=new je(l[0]-p[0],l[1]-p[1]),m=new je(d[0]-p[0],d[1]-p[1]),v=Fa(u,m)/Math.PI*180,f=u.length()+m.length();(!r||v<s&&f>.01||f>i)&&(n.push(a[c+1]),r=!0)}if(n.push(a[a.length-1]),!e)return n;let h=[];h.push(n[0]);for(let c=0;c<n.length-2;c+=1){let l=new je(n[c][0],n[c][1]),p=new je(n[c+1][0],n[c+1][1]),d=new je(n[c+2][0],n[c+2][1]),u=l.distanceTo(p)/2,m=d.distanceTo(p)/2,v=p.clone(),f=p.clone();v.add(l.clone().sub(p).normalize().multiplyScalar(u>o?o/2:u)),f.add(d.clone().sub(p).normalize().multiplyScalar(m>o?o/2:m));let x=[[v.x,v.y],[p.x,p.y],[f.x,f.y]];h.push(...ln(x,o/25))}return h.push(n[n.length-1]),Ba(h)}function Ba(a){if(a.length<=1)return a;let t=[],e;return a.forEach(i=>{let[s,o]=i;e?s===e[0]&&o===e[1]||(e=[s,o],t.push([s,o])):(e=[s,o],t.push([s,o]))}),t}function pn(a,t,e){let i=Math.sqrt((e[0]-t[0])**2+(e[1]-t[1])**2);if(i===0)return{distance:Math.sqrt((a[0]-t[0])**2+(a[1]-t[1])**2),closestPoint:t.slice(0)};let s=Math.max(0,Math.min(1,((a[0]-t[0])*(e[0]-t[0])+(a[1]-t[1])*(e[1]-t[1]))/i**2)),o=[t[0]+s*(e[0]-t[0]),t[1]+s*(e[1]-t[1])];return{distance:Math.sqrt((a[0]-o[0])**2+(a[1]-o[1])**2),closestPoint:o}}function Lm(a,t,e){let[i,s]=a,[o,n]=t,r=Math.sqrt(Math.pow(o-i,2)+Math.pow(n-s,2));if(r===0||r<e)return[...t];let h=e/r,c=i+(o-i)*h,l=s+(n-s)*h;return[c,l]}var $t=function(a){return a.START="start",a.END="end",a.FRONT="front",a.RIGHT="right",a.LEFT="left",a.RIGHT_FRONT="right_front",a.LEFT_FRONT="left_front",a.RIGHT_BACK="right_back",a.LEFT_BACK="left_back",a}({});function js(a,t,e){let i=ye(a,t,e);return Vs(i)}function Vs(a){return 180-Math.abs(a)<15?"front":a>135?"right_front":a<-135?"left_front":a<=135&&a>=60?"right":a>=-135&&a<=-60?"left":a<60&&a>0?"right_back":a>-60&&a<0?"left_back":"front"}function dn(a){if(!a.length)return[];if(a.length===1)return[{direction:"start",distance:0,points:a}];let t=[{direction:"start",distance:T(a[0],a[1]),points:[a[0],a[1]]}];for(let e=2;e<a.length;e++){let i=js(a[e-2],a[e-1],a[e]);if(i==="front"){let s=t[t.length-1],o=T(a[e-1],a[e]);s.distance+=o,e!==2&&s.points.push(a[e-1])}else t.push({direction:i,distance:T(a[e-1],a[e]),points:[a[e-1],a[e]]})}return t.push({direction:"end",distance:0,points:[a[a.length-1]]}),t}function un(a,t){if(a.length<2)return-1;let e=0;for(let i=1;i<a.length;i++){let s=a[i-1],o=a[i],n=[t[0]-s[0],t[1]-s[1]],r=[o[0]-s[0],o[1]-s[1]],h=Math.min(o[0],s[0])<=t[0]&&t[0]<=Math.max(o[0],s[0]),c=Math.min(o[1],s[1])<=t[1]&&t[1]<=Math.max(o[1],s[1]);if(h&&c){let l=n[0]*r[1]-n[1]*r[0];if(Math.abs(l)<1e-6){let p=Math.sqrt((t[0]-s[0])**2+(t[1]-s[1])**2);return e+p}}e+=Math.sqrt((o[0]-s[0])**2+(o[1]-s[1])**2)}return-1}function Pe(a,t){if(a.length<2){var e;return(e=a[0])!=null?e:null}let i=0;for(let s=1;s<a.length;s++){let o=a[s-1],n=a[s],r=Math.sqrt((n[0]-o[0])**2+(n[1]-o[1])**2);if(i+=r,i>=t){let h=(t-(i-r))/r,c=o[0]+(n[0]-o[0])*h,l=o[1]+(n[1]-o[1])*h;return[c,l]}}return null}var Ft=Us(Ys(),1);import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.regexp.exec.js";var _t="___",Ln=class{initRoute(t){this.clear(),this.roadInfo=t,t.length&&(t.forEach(e=>{e.points.forEach(i=>{let s=""+e.floor+_t+i.id;if(this.pointMap.set(s,i),this.nodeMap.set(""+i.floor+_t+i.nodeId,s),i.type==="straightLadder"){let o=this.straightLadderMap.get(i.name)||[];o.push(w({},i)),this.straightLadderMap.set(i.name,o)}if(i.type==="staircase"){let o=this.staircaseMap.get(i.name)||[];o.push(w({},i)),this.staircaseMap.set(i.name,o)}if(i.type==="escalator"){let o=this.escalatorMap.get(i.name)||{};i.escalatorDirection==="exit"?o.end={floor:i.floor,id:i.id}:o.start={floor:i.floor,id:i.id},this.escalatorMap.set(i.name,o)}if(i.type==="facility"){let o=this.facilityMap.get(i.targetId)||[];o.push(w({},i)),this.facilityMap.set(i.targetId,o)}}),e.lines.filter(i=>i.direction!=="no").forEach(i=>{var s,o;let n=""+e.floor+_t+i.from,r=""+e.floor+_t+i.to,h=(s=this.pointMap.get(n))==null?void 0:s.cds,c=(o=this.pointMap.get(r))==null?void 0:o.cds;if(h!=null&&h.length&&(c!=null&&c.length)){let l=T(h,c);this.addLineItem(n,r,l),i.direction==="double"&&this.addLineItem(r,n,l)}})}),this.initBaseRoute(),this.initEscalatorRoute(),this.initStraightLadderRoute())}addLineItem(t,e,i,s){s===void 0&&(s=this.lineMap);let o=s.get(t)||new Map;o.set(e,i),s.set(t,o)}addFacilityToLineMap(t,e,i,s){[...this.straightLadderMap,...this.staircaseMap].forEach(o=>{let[n,r]=o;if(!(r.length<2))for(let l=0;l<r.length;l++){let p=""+r[l].floor+_t+r[l].id;for(let d=0;d<r.length;d++)if(l!==d){var h,c;let u=""+r[d].floor+_t+r[d].id,m=(h=this.pointMap.get(p))==null?void 0:h.cds,v=(c=this.pointMap.get(u))==null?void 0:c.cds;if(m!=null&&m.length&&(v!=null&&v.length))if(r[l].type==="straightLadder"){let f=e;this.addLineItem(p,u,f,s)}else{let f=i;this.addLineItem(p,u,f,s)}}}}),this.escalatorMap.forEach((o,n)=>{if(o.start&&o.end){var r,h;let c=""+o.start.floor+_t+o.start.id,l=""+o.end.floor+_t+o.end.id,p=(r=this.pointMap.get(c))==null?void 0:r.cds,d=(h=this.pointMap.get(l))==null?void 0:h.cds;if(p!=null&&p.length&&(d!=null&&d.length)){let u=t;this.addLineItem(c,l,u,s)}}})}initBaseRoute(){let t=new Map([...this.lineMap]);this.addFacilityToLineMap(1,this.lift_priority,3e4,t),this.baseRoute=new Ft.default(t)}initEscalatorRoute(){let t=new Map([...this.lineMap]),e=1e4;this.addFacilityToLineMap(1*e,this.lift_priority*e,3e4*e,t),this.escalatorRoute=new Ft.default(t)}initStraightLadderRoute(){let t=new Map([...this.lineMap]),e=1e4;this.addFacilityToLineMap(3*e,1*e,3e4*e,t),this.straightLadderRoute=new Ft.default(t)}checkStart(t){return!(!t.floor||!t.nodeId&&(!t.coord||t.coord.length<2))}checkEnd(t){return t.facility?!0:this.checkStart(t)}transformStart(t){var e;if(t.nodeId){let i=this.nodeMap.get(""+t.floor+_t+t.nodeId);if(i){let[s,o]=i.split(_t);return{floor:s,id:o}}}if((e=t.coord)!=null&&e.length){let i=this.roadInfo.find(o=>o.floor===t.floor);if(!i)return null;let s=i.points.reduce((o,n)=>{let r=T(t.coord,n.cds);return r<o.min&&(o.min=r,o.point=n),o},{min:1/0,point:i.points[0]});return{floor:s.point.floor,id:s.point.id}}return null}transformEnd(t){if(t.floor){let e=this.transformStart(t);if(e)return e}if(t.facility){let e=this.facilityMap.get(t.facility);if(e!=null&&e.length)return{floor:t.floor,facility:t.facility}}return null}getPath(t,e,i){if(i===void 0&&(i=""),!this.checkStart(t))return"start-error";if(!this.checkEnd(e))return"end-error";let s=this.transformStart(t);if(!s)return"no-start";let o=this.transformEnd(e);if(!o)return"no-end";let n=this.getBasePath.bind(this);switch(i){case"escalator":n=this.getEscalatorPath.bind(this);break;case"straightLadder":n=this.getStraightLadderPath.bind(this);break;default:n=this.getBasePath.bind(this);break}if(o.id)return n(s,o);if(o.facility){let r=this.facilityMap.get(o.facility).filter(c=>o.floor?c.floor===o.floor:!0);if(!r.length)return null;let h=r.map(c=>n(s,{floor:c.floor,id:c.id})).filter(c=>!!c);return h.reduce((c,l)=>{let p=l.reduce((d,u)=>d+ut(u.points),0);return p<c.distance&&(c.distance=p,c.path=l),c},{distance:1/0,path:h[0]}).path}}getRoutePath(t,e,i){let s=""+t.floor+_t+t.id,o=""+e.floor+_t+e.id,n=i.path(s,o);if(!n)return null;let r=[];return n.map(h=>{let c=this.pointMap.get(h);if(c){var l;let{floor:p}=c;if(((l=r[r.length-1])==null?void 0:l.floor)===p){let d=r[r.length-1];d.points.push(c.cds),d.endType=c.type,d.destId=c.nodeId,d.distance=ut(d.points)}else r.push({floor:p,points:[c.cds],endType:c.type,destId:c.nodeId,distance:0})}}),r}getBasePath(t,e){return this.getRoutePath(t,e,this.baseRoute)}getEscalatorPath(t,e){return this.getRoutePath(t,e,this.escalatorRoute)}getStraightLadderPath(t,e){return this.getRoutePath(t,e,this.straightLadderRoute)}clear(){this.roadInfo=[],this.pointMap.clear(),this.nodeMap.clear(),this.facilityMap.clear(),this.straightLadderMap.clear(),this.escalatorMap.clear(),this.staircaseMap.clear(),this.lineMap.clear(),this.baseRoute=new Ft.default,this.escalatorRoute=new Ft.default,this.straightLadderRoute=new Ft.default}constructor(t=3){this.lift_priority=t,this.roadInfo=[],this.pointMap=new Map,this.nodeMap=new Map,this.facilityMap=new Map,this.straightLadderMap=new Map,this.escalatorMap=new Map,this.staircaseMap=new Map,this.lineMap=new Map,this.baseRoute=new Ft.default,this.escalatorRoute=new Ft.default,this.straightLadderRoute=new Ft.default}};var at=Us(Ys(),1);import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/es.array.flat.js";import"core-js/modules/es.array.unscopables.flat.js";import{isNil as yi}from"lodash";import{Vector2 as qs}from"three";var k="___";function ie(a){let t=new Map;return a.forEach((e,i)=>{t.set(i,new Map(e))}),t}var Me=class{setLiftPriority(t){this.lift_priority=t}isFacilityByType(t){return["facility","escalator","straightLadder","staircase","ramp","connectionPoint"].includes(t)}initFacilities(t){this.facilities=t.map(e=>{let i=[];try{i=JSON.parse(e.entry_end_floor)}catch(o){i=[]}let s=[];try{s=JSON.parse(e.entry_start_floor)}catch(o){s=[]}return w({},e,{entry_start_floor:s,entry_end_floor:i})})}getParkingSpaceInfo(t,e){let i=""+t+k+e;var s;return(s=this.parkingMap.get(i))!=null?s:null}getNodeInfo(t,e){let i=""+t+k+e,s=this.nodeMap.get(i);if(!(s!=null&&s.length))return null;let o=this.pointMap.get(s[0]);return o!=null?o:null}initRoute(t,e){this.clear(),this.roadInfo=t,this.initFacilities(e);let i=new Date,s=i.getHours()*60+i.getMinutes();t.length&&(t.forEach(o=>{let n=(o.points||[]).filter(r=>!yi(r.passWeight)&&r.passWeight!==1&&!yi(r.coverageArea)&&r.coverageArea!==0);this.weightPointMap.set(o.floor,n),(o.points||[]).filter(r=>r.openStatus!==!1).filter(r=>{if(!r.startTime||!r.endTime)return!0;let[h,c]=r.startTime.split(":").map(m=>+m),[l,p]=r.endTime.split(":").map(m=>+m),d=h*60+c,u=l*60+p;return s>=d&&s<=u}).forEach(r=>{r.floor=o.floor;let h=""+o.floor+k+r.id,c=""+o.floor+k+r.nodeId,l=this.nodeMap.get(c)||[];if(l.push(""+o.floor+k+(r.relatedId||r.id)),this.nodeMap.set(""+o.floor+k+r.nodeId,l),this.pointMap.set(h,r),this.isFacilityByType(r.type)){let p=this.facilities.find(d=>d.id===+r.targetId);if(p){switch(p.entry_infra_type){case"straightLadder":if(p.entry_end_floor.find(f=>f.floor===o.floor)&&p.entry_start_floor.find(f=>f.floor===o.floor)){let f=this.straightLadderMap.get(r.targetId)||[];f.push(w({},r)),this.straightLadderMap.set(r.targetId,f)}break;case"staircase":if(p.entry_end_floor.find(f=>f.floor===o.floor)&&p.entry_start_floor.find(f=>f.floor===o.floor)){let f=this.staircaseMap.get(r.targetId)||[];f.push(w({},r)),this.staircaseMap.set(r.targetId,f)}break;case"escalator":let u=this.escalatorMap.get(r.targetId)||[];if(p.entry_start_floor.find(f=>f.floor===o.floor)){let f=u.find(x=>{var P;return((P=x.end)==null?void 0:P.floor)!==o.floor&&!x.start});f?f.start=r:u.push({start:r})}if(p.entry_end_floor.find(f=>f.floor===o.floor)){let f=u.find(x=>{var P;return((P=x.start)==null?void 0:P.floor)!==o.floor&&!x.end});f?f.end=r:u.push({end:r})}this.escalatorMap.set(r.targetId,u);break;case"ramp":let m=this.rampMap.get(r.targetId)||[];if(p.entry_start_floor.find(f=>f.floor===o.floor)){let f=m.find(x=>{var P;return((P=x.end)==null?void 0:P.floor)!==o.floor&&!x.start});f?f.start=r:m.push({start:r})}if(p.entry_end_floor.find(f=>f.floor===o.floor)){let f=m.find(x=>{var P;return((P=x.start)==null?void 0:P.floor)!==o.floor&&!x.end});f?f.end=r:m.push({end:r})}this.rampMap.set(r.targetId,m);break;case"connectionPoint":let v=this.connectionPointMap.get(r.targetId)||[];if(p.entry_start_floor.find(f=>f.floor===o.floor)){let f=v.find(x=>{var P;return((P=x.end)==null?void 0:P.floor)!==o.floor&&!x.start});f?f.start=r:v.push({start:r})}if(p.entry_end_floor.find(f=>f.floor===o.floor)){let f=v.find(x=>{var P;return((P=x.start)==null?void 0:P.floor)!==o.floor&&!x.end});f?f.end=r:v.push({end:r})}this.connectionPointMap.set(r.targetId,v);break}let d=this.facilityMap.get(r.targetId)||[];d.push(w({},r)),this.facilityMap.set(r.targetId,d)}}r.type==="parkingSpace"&&r.name.split(/[,,]/).forEach(d=>{this.parkingMap.set(""+o.floor+k+d,r)})}),(o.lines||[]).filter(r=>r.to!==r.from).forEach(r=>{let h=""+o.floor+k+r.from,c=""+o.floor+k+r.to,l=this.pointMap.get(h),p=this.pointMap.get(c);if(!l||!p)return;let d=l.cds,u=p.cds,m=T(d,u);if(!l.permission&&!p.permission){switch(r.direction){case"single-people":this.addLineItem(h,c,m);break;case"back-people":this.addLineItem(c,h,m);break;default:this.addLineItem(h,c,m),this.addLineItem(c,h,m)}switch(r.direction){case"double":this.addLineItem(h,c,m,this.forwardLineMap),this.addLineItem(c,h,m,this.forwardLineMap);break;case"single":this.addLineItem(h,c,m,this.forwardLineMap);break;case"back":this.addLineItem(c,h,m,this.forwardLineMap);break}(l.type==="parkingSpace"||p.type==="parkingSpace")&&r.direction==="noDir"&&(this.addLineItem(h,c,m,this.forwardLineMap),this.addLineItem(c,h,m,this.forwardLineMap))}else l.permission&&this.setPermissionLine(h,c,l.permission,m,"",r.direction),p.permission&&p.permission!==l.permission&&this.setPermissionLine(h,c,p.permission,m,"",r.direction)})}),this.addPermissionFacility(),this.initBaseRoute(),this.initEscalatorRoute(),this.initStraightLadderRoute(),this.initForwardRoute())}getPermissionMap(t){return this["permission_"+t]||(this["permission_"+t]=new Set),this["permission_"+t]}setPermissionLine(t,e,i,s,o,n){this.getPermissionMap(i).add({fromKey:t,toKey:e,distance:s,type:o,direction:n})}addPermissionFacility(){this.straightLadderMap.forEach((t,e)=>{if(t.length<2){this.straightLadderMap.delete(e);return}for(let i=0;i<t.length;i++){let s=""+t[i].floor+k+t[i].id,o=this.pointMap.get(s);if(o){for(let n=0;n<t.length;n++)if(i!==n){let r=""+t[n].floor+k+t[n].id,h=this.pointMap.get(r);if(!h)continue;o.permission&&this.setPermissionLine(s,r,o.permission,1,"straightLadder"),h.permission&&h.permission!==o.permission&&this.setPermissionLine(s,r,h.permission,1,"straightLadder")}}}}),this.staircaseMap.forEach((t,e)=>{if(t.length<2){this.staircaseMap.delete(e);return}for(let i=0;i<t.length;i++){let s=""+t[i].floor+k+t[i].id,o=this.pointMap.get(s);if(o){for(let n=0;n<t.length;n++)if(i!==n){let r=""+t[n].floor+k+t[n].id,h=this.pointMap.get(r);if(!h)continue;o.permission&&this.setPermissionLine(s,r,o.permission,1,"staircase"),h.permission&&h.permission!==o.permission&&this.setPermissionLine(s,r,h.permission,1,"staircase")}}}}),this.escalatorMap.forEach((t,e)=>{t.forEach(i=>{if(i.start&&i.end){let s=""+i.start.floor+k+i.start.id,o=""+i.end.floor+k+i.end.id,n=this.pointMap.get(s),r=this.pointMap.get(o);n&&r&&(n.permission&&this.setPermissionLine(s,o,n.permission,1,"escalator"),r.permission&&r.permission!==n.permission&&this.setPermissionLine(s,o,r.permission,1,"escalator"))}})}),this.rampMap.forEach((t,e)=>{t.forEach(i=>{if(i.start&&i.end){let s=""+i.start.floor+k+i.start.id,o=""+i.end.floor+k+i.end.id,n=this.pointMap.get(s),r=this.pointMap.get(o);n&&r&&(n.permission&&this.setPermissionLine(s,o,n.permission,10,"ramp"),r.permission&&r.permission!==n.permission&&this.setPermissionLine(s,o,r.permission,10,"ramp"))}})}),this.connectionPointMap.forEach((t,e)=>{t.forEach(i=>{if(i.start&&i.end){let s=""+i.start.floor+k+i.start.id,o=""+i.end.floor+k+i.end.id,n=this.pointMap.get(s),r=this.pointMap.get(o);n&&r&&(n.permission&&this.setPermissionLine(s,o,n.permission,1,"connectionPoint"),r.permission&&r.permission!==n.permission&&this.setPermissionLine(s,o,r.permission,1,"connectionPoint"))}})})}addPermissionLineToMap(t,e,i,s){this.getPermissionMap(t).forEach(n=>{if(e.includes(n.type))if(n.type==="")switch(n.direction){case"single":this.addLineItem(n.fromKey,n.toKey,n.distance,i);break;case"back":this.addLineItem(n.toKey,n.fromKey,n.distance,i);break;case"single-people":this.addLineItem(n.fromKey,n.toKey,n.distance,i);break;case"back-people":this.addLineItem(n.toKey,n.fromKey,n.distance,i);break;default:this.addLineItem(n.fromKey,n.toKey,n.distance,i),this.addLineItem(n.toKey,n.fromKey,n.distance,i);break}else this.addLineItem(n.fromKey,n.toKey,s.get(n.type),i)})}addLineItem(t,e,i,s){s===void 0&&(s=this.lineMap);let o=s.get(t)||new Map,n=this.pointMap.get(t),r=this.pointMap.get(e);if(!n||!r)return;let h=this.weightPointMap.get(n.floor)||[],c=this.weightPointMap.get(r.floor)||[];h.forEach(l=>{l.id===n.id&&(i=i/l.passWeight),T(n.cds,l.cds)<=l.coverageArea&&(i=i/l.passWeight)}),c.forEach(l=>{l.id===r.id&&(i=i/l.passWeight),T(r.cds,l.cds)<=l.coverageArea&&(i=i/l.passWeight)}),o.set(e,i),s.set(t,o)}addFacilityToLineMap(t,e,i,s){[...this.straightLadderMap,...this.staircaseMap].forEach(o=>{let[n,r]=o;if(!(r.length<2))for(let h=0;h<r.length;h++){let c=""+r[h].floor+k+r[h].id,l=this.pointMap.get(c);if(!(!l||l.permission)){for(let p=0;p<r.length;p++)if(h!==p){let d=""+r[p].floor+k+r[p].id,u=this.pointMap.get(d);if(!u||u.permission)continue;if(r[h].type==="straightLadder"){let m=e;this.addLineItem(c,d,m,s)}else{let m=i;this.addLineItem(c,d,m,s)}}}}}),this.escalatorMap.forEach((o,n)=>{o.forEach(r=>{if(r.start&&r.end){let h=""+r.start.floor+k+r.start.id,c=""+r.end.floor+k+r.end.id,l=this.pointMap.get(h),p=this.pointMap.get(c);if(l&&p&&!l.permission&&!p.permission){let d=t;this.addLineItem(h,c,d,s)}}})}),this.connectionPointMap.forEach((o,n)=>{o.forEach(r=>{if(r.start&&r.end){let h=""+r.start.floor+k+r.start.id,c=""+r.end.floor+k+r.end.id,l=this.pointMap.get(h),p=this.pointMap.get(c);l&&p&&!l.permission&&!p.permission&&this.addLineItem(h,c,100,s)}})})}initBaseRoute(){let t=new Map(ie(this.lineMap));this.addFacilityToLineMap(100,100*this.lift_priority,3e4,t),this.baseRoute=new at.default(t)}initEscalatorRoute(){let t=new Map(ie(this.lineMap)),e=1e4;this.addFacilityToLineMap(100,this.lift_priority*e,3e4*e,t),this.escalatorRoute=new at.default(t)}initStraightLadderRoute(){let t=new Map(ie(this.lineMap)),e=1e4;this.addFacilityToLineMap(3*e,300,3e4*e,t),this.straightLadderRoute=new at.default(t)}initForwardRoute(){this.rampMap.forEach((t,e)=>{t.forEach(i=>{if(i.start&&i.end){let s=""+i.start.floor+k+i.start.id,o=""+i.end.floor+k+i.end.id,n=this.pointMap.get(s),r=this.pointMap.get(o);n&&r&&!n.permission&&!r.permission&&this.addLineItem(s,o,10,this.forwardLineMap)}})}),this.connectionPointMap.forEach((t,e)=>{t.forEach(i=>{if(i.start&&i.end){let s=""+i.start.floor+k+i.start.id,o=""+i.end.floor+k+i.end.id,n=this.pointMap.get(s),r=this.pointMap.get(o);n&&r&&!n.permission&&!r.permission&&this.addLineItem(s,o,100,this.forwardLineMap)}})}),this.forwardRoute=new at.default(this.forwardLineMap)}checkStart(t){return!(!t.floor||!t.routePointId&&!t.nodeId&&(!t.coord||t.coord.length<2))}checkEnd(t){return t.facility||t.parkingSpace&&t.floor?!0:this.checkStart(t)}transformStart(t,e,i){i===void 0&&(i={});var s;if(t.routePointId)return[{floor:t.floor,id:t.routePointId}];if(t.nodeId){let o=this.nodeMap.get(""+t.floor+k+t.nodeId);if(o!=null&&o.length)return o.map(n=>{let[r,h]=n.split(k);return{floor:r,id:h}})}if((s=t.coord)!=null&&s.length){let o=this.roadInfo.find(c=>c.floor===t.floor);if(!o)return null;let n=o.points.filter(c=>c.isStarted),r=o.points.filter(c=>{let l=""+c.floor+k+c.id;if(e==="forward"){if(!this.forwardLineMap.has(l)||i.adsorptionIntersection&&n.length&&!c.isStarted)return!1}else if(!this.lineMap.has(l))return!1;return!0});if(!r.length)return null;let h=r.reduce((c,l)=>{if(l.relatedId)return c;let p=T(t.coord,l.cds);return p<c.min&&(c.min=p,c.point=l),c},{min:1/0,point:r[0]});return[{floor:o.floor,id:h.point.id}]}return null}transformEnd(t,e){if(t.routePointId&&t.floor)return[{floor:t.floor,id:t.routePointId}];if(t.floor){if(t.parkingSpace){let s=this.parkingMap.get(""+t.floor+k+t.parkingSpace);if(s)return[{floor:t.floor,id:s.id}]}let i=this.transformStart(t,e);if(i)return i}if(t.facility){let s=this.facilities.filter(o=>+o.type_id==+t.facility).map(o=>o.id).map(o=>this.facilityMap.get(""+o)).flat(2);if(s!=null&&s.length)return{floor:t.floor,facility:t.facility}}return null}getPath(t,e,i,s,o,n){if(i===void 0&&(i=""),n===void 0&&(n={}),!this.checkStart(t))return"start-error";if(!this.checkEnd(e))return"end-error";let r=this.transformStart(t,i,n);if(!r)return"no-start";let h=this.transformEnd(e,i);if(!h)return"no-end";let c=[];if(Array.isArray(h))for(let d=0;d<r.length;d++){let u=r[d];for(let m=0;m<h.length;m++){let v=h[m];if(u.floor===v.floor&&u.id===v.id)return"near"}}else{c=this.facilities.filter(u=>+u.type_id==+e.facility).map(u=>u.id).map(u=>this.facilityMap.get(""+u)).flat(2).filter(u=>u).filter(u=>h.floor?u.floor===h.floor:!0);for(let u=0;u<r.length;u++){let m=r[u];for(let v=0;v<c.length;v++){let f=c[v];if(m.floor===f.floor&&m.id===f.id)return"near"}}}let l;switch(i){case"escalator":l=this.getEscalatorPath.bind(this);break;case"straightLadder":l=this.getStraightLadderPath.bind(this);break;case"forward":l=this.getForwardPath.bind(this);break;default:l=this.getBasePath.bind(this);break}let p=null;return r.forEach(d=>{if(Array.isArray(h))h.forEach(u=>{let m=l(d,u,s,o);m&&m&&(!p||m[0].consume<p[0].consume)&&(p=m)});else{if(!c.length)return null;let u=c.map(m=>l(d,{floor:m.floor,id:m.id},s,o)).filter(m=>!!m);p=u.reduce((m,v)=>{let f=v[0].consume;return f<m.distance&&(m.distance=f,m.path=v),m},{distance:1/0,path:u[0]}).path}}),p}getRoutePath(t,e,i){let s=""+t.floor+k+t.id,o=this.pointMap.get(s),n=""+e.floor+k+e.id,r=this.pointMap.get(n);if(!o||!r)return null;let h=""+o.floor+k+(o.relatedId||o.id),c=""+r.floor+k+(r.relatedId||r.id),l=i.path(h,c);if(!l)return null;let p=[],d=l.reduce((u,m,v,f)=>{if(v===0)return 0;let x=f[v-1],P=i.graph.get(x).get(m);return u+P},0);return l.map(u=>{let m=this.pointMap.get(u);if(m){var v;let{floor:f}=m,x=m.type;if(this.isFacilityByType(m.type)){let P=this.facilities.find(_=>_.id===+m.targetId);P&&(x=P.entry_infra_type)}if(((v=p[p.length-1])==null?void 0:v.floor)===f){let P=p[p.length-1];P.points.push(m.cds),P.pointInfos.push(m),P.endType=x,P.destId=m.nodeId,P.distance=ut(P.points)}else p.push({floor:f,points:[m.cds],pointInfos:[m],endType:x,destId:m.nodeId,distance:0,consume:d})}}),p}getBasePath(t,e,i){if(!i)return this.getRoutePath(t,e,this.baseRoute);let s=ie(this.baseRoute.graph),o=r=>{this.addPermissionLineToMap(r,["","escalator","staircase","straightLadder","connectionPoint"],s,new Map([["escalator",100],["connectionPoint",100],["straightLadder",100*this.lift_priority],["staircase",3e4]]))};Array.isArray(i)?i.forEach(r=>{o(r)}):o(i);let n=new at.default(s);return this.getRoutePath(t,e,n)}getEscalatorPath(t,e,i){if(!i)return this.getRoutePath(t,e,this.escalatorRoute);let s=ie(this.escalatorRoute.graph),o=1e4,n=h=>{this.addPermissionLineToMap(h,["","escalator","staircase","straightLadder","connectionPoint"],s,new Map([["escalator",100],["connectionPoint",100],["straightLadder",this.lift_priority*o],["staircase",3e4*o]]))};Array.isArray(i)?i.forEach(h=>{n(h)}):n(i);let r=new at.default(s);return this.getRoutePath(t,e,r)}getStraightLadderPath(t,e,i){if(!i)return this.getRoutePath(t,e,this.straightLadderRoute);let s=ie(this.straightLadderRoute.graph),o=1e4,n=h=>{this.addPermissionLineToMap(h,["","escalator","staircase","straightLadder","connectionPoint"],s,new Map([["escalator",3*o],["connectionPoint",100],["straightLadder",300],["staircase",3e4*o]]))};Array.isArray(i)?i.forEach(h=>{n(h)}):n(i);let r=new at.default(s);return this.getRoutePath(t,e,r)}getForwardPath(t,e,i,s){let o=new Map,n=u=>{let m=this.forwardRoute.graph.get(h);u.forEach(v=>{let f=m.get(v);yi(f)||(o.set(v,f),m.delete(v))})},r=()=>{let u=this.forwardRoute.graph.get(h);o.forEach((m,v)=>{u.set(v,m)})},h=""+t.floor+k+t.id;if(!yi(s)){let u=this.forwardLineMap.get(h),m=this.pointMap.get(h);if(m&&(u!=null&&u.size)&&u.size>1){let v=new qs(m.cds[0],m.cds[1]),f=new Map;u.forEach((P,_)=>{let E=this.pointMap.get(_);if(E){let S=new qs(E.cds[0],E.cds[1]),b=360-(new qs().subVectors(S,v).angle()/Math.PI*180-90+360)%360;f.set(_,b)}});let x=Array.from(f).filter(P=>{let[_,E]=P;return Math.abs(E-s)<=60}).map(P=>{let[_]=P;return _});if(x.length)x.forEach(P=>f.delete(P)),n([...f.keys()]);else{let P=Array.from(f).reduce((_,E)=>{let S=Math.abs(E[1]-s);return S<_.diff?{diff:S,key:E[0]}:_},{diff:1/0,key:""});f.delete(P.key),n([...f.keys()])}}}if(!i){let u=this.getRoutePath(t,e,this.forwardRoute);return r(),u||this.getRoutePath(t,e,this.forwardRoute)}let c=ie(this.forwardRoute.graph),l=u=>{this.addPermissionLineToMap(u,["","ramp"],c,new Map([["ramp",10]]))};Array.isArray(i)?i.forEach(u=>{l(u)}):l(i);let p=new at.default(c),d=this.getRoutePath(t,e,p);if(r(),d)return d;{let u=ie(this.forwardRoute.graph);Array.isArray(i)?i.forEach(f=>{l(f)}):l(i);let m=new at.default(u);return this.getRoutePath(t,e,m)}}clear(){this.roadInfo=[],this.pointMap.clear(),this.nodeMap.clear(),this.facilityMap.clear(),this.straightLadderMap.clear(),this.escalatorMap.clear(),this.staircaseMap.clear(),this.lineMap.clear(),this.baseRoute=new at.default,this.escalatorRoute=new at.default,this.straightLadderRoute=new at.default}constructor(t=3){this.lift_priority=t,this.roadInfo=[],this.facilities=[],this.pointMap=new Map,this.nodeMap=new Map,this.facilityMap=new Map,this.straightLadderMap=new Map,this.escalatorMap=new Map,this.rampMap=new Map,this.staircaseMap=new Map,this.connectionPointMap=new Map,this.parkingMap=new Map,this.lineMap=new Map,this.weightPointMap=new Map,this.baseRoute=new at.default,this.escalatorRoute=new at.default,this.straightLadderRoute=new at.default,this.forwardLineMap=new Map,this.forwardRoute=new at.default}};import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/web.dom-collections.iterator.js";var gt=class{static createKey(){return Math.random().toString(36).substring(2,15)+Math.random().toString(36).substring(2,15)}static genUniqueKey(){let t=this.createKey();for(;this.keySet.has(t);)t=this.createKey();return t}static registerKey(t){this.keySet.add(t)}static removeKey(t){this.keySet.delete(t)}static dispose(){this.keySet.clear()}};gt.keySet=new Set;import"core-js/modules/es.string.replace.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/es.array.push.js";function Tn(a){return a.replace(/[A-Z]/g,t=>"_"+t.toLowerCase()).replace(/^_/,"")}function kn(a){let t=[],e=/(\([^()]*\))|([^()]*)/g,i=0,s;for(;(s=e.exec(a))!==null;)s.index>i&&t.push(a.substring(i,s.index)),t.push(s[0]),i=s.index+s[0].length;return i<a.length&&t.push(a.substring(i)),t}function z(a,t,e){return new Promise((i,s)=>{let o=gt.genUniqueKey(),n=r=>{let{data:h}=r;h.type===""+t+"_result"&&h.key===o&&(gt.removeKey(o),self.removeEventListener("message",n),h.error?s(h.error):i(h.data))};a.addEventListener("message",n),a.postMessage({type:t,key:o,data:e})})}function wf(a){let t={};for(let i in a)i.startsWith("on")&&(t[Tn(i.slice(2))]=a[i],t[i]=a[i]);let e=i=>g(this,null,function*(){let{data:s}=i;if(t[s.type])try{let o=yield t[s.type](s.data);if(o!=null&&o.$transfer&&Array.isArray(o.$transfer)){let n=o.$transfer;delete o.$transfer,self.postMessage({type:""+s.type+"_result",key:s.key,data:o},n)}else self.postMessage({type:""+s.type+"_result",key:s.key,data:o})}catch(o){self.postMessage({type:""+s.type+"_result",key:s.key,error:o})}else self.postMessage({type:""+s.type+"_result",key:s.key,error:"no_event"})});return self.addEventListener("message",e),()=>{self.removeEventListener("message",e)}}import{BoxGeometry as Ha,BufferGeometry as Na,Line as Za,LineBasicMaterial as ja,Mesh as Va,MeshBasicMaterial as Ka}from"three";function bf(a,t){t===void 0&&(t=16711680);let e=new ja({color:t}),i=new Na().setFromPoints(a);return new Za(i,e)}function Ef(a,t){t===void 0&&(t=16711680);let e=new Ka({color:t,depthTest:!1,transparent:!0}),i=new Ha(1,1,1),s=new Va(i,e);return s.position.copy(a),s.renderOrder=100100,s}import"core-js/modules/es.json.stringify.js";import"core-js/modules/web.dom-collections.iterator.js";function vi(a,t,e){e===void 0&&(e=0),a.forEach(i=>{if(i.geometry.coords=JSON.parse(JSON.stringify(i.geometry.cds)),i.geometry.type==="polygon"){var s;i.geometry.coords.map(o=>{Array.isArray(o)&&o.forEach(n=>{n[0]-=t[0],n[1]-=t[1]})}),i.geometry.otherCds&&(i.geometry.otherCoords=i.geometry.otherCds.map(o=>o.map(n=>_e(n,t)))),(s=i.doors)!=null&&s.length&&i.doors.map(o=>{o.coord=_e(o.coordinate,t)}),i.center&&(i.centerCoords=_e(i.center,t))}else i.geometry.coords=_e(i.geometry.cds,t),i.center&&(i.centerCoords=_e(i.center,t));if(i.center_x&&i.center_y){let[o,n]=_e([i.center_x,i.center_y],t);i.center_coord_x=o,i.center_coord_y=n}});for(let i=0;i<a.length;i++){let s=a[i];s.deltaHeight=1e-5*(e+i+1)}}function _e(a,t){return[a[0]-t[0],a[1]-t[1]]}import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/web.dom-collections.iterator.js";import{Group as Xa}from"@tweenjs/tween.js";var se=class{update(){this.group.update()}pause(){this.pauseTween=!0,this.getAll().forEach(t=>{this.tweenStore.add(t),t.pause()})}continue(){this.pauseTween&&(this.tweenStore.forEach(t=>{t.resume()}),this.tweenStore.clear(),this.pauseTween=!1)}remove(t){this.group.remove(t)}getAll(){return this.group.getAll()}clear(){this.getAll().forEach(t=>t.stop()),this.group.removeAll()}dispose(){this.clear()}constructor(){this.pauseTween=!1,this.tweenStore=new Set,this.group=new Xa}};import{EventDispatcher as Ya}from"three";var xi=class extends Ya{registryEvent(){this.ctn.addEventListener("pointerdown",this._pointerDown),this.ctn.addEventListener("pointerup",this._pointerUp)}unRegistryEvent(){this.ctn.removeEventListener("pointerdown",this._pointerDown),this.ctn.removeEventListener("pointerup",this._pointerUp)}dispose(){this.unRegistryEvent()}constructor(t){super(),this.ctn=t,this._pointerDown=e=>{this.point={x:e.offsetX,y:e.offsetY}},this._pointerUp=e=>{if(!this.point)return;let{offsetX:i,offsetY:s}=e,{x:o,y:n}=this.point;Math.hypot(o-i+(n-s))>3||this.dispatchEvent({type:"click",e})},this.registryEvent()}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.string.replace.js";import"core-js/modules/es.regexp.exec.js";import{isNil as qa}from"lodash";import{EventDispatcher as $a}from"three";var be=class extends $a{_isEffectiveTask(t){return t&&typeof t.run=="function"}_getIndexByTid(t){return this._task.findIndex(e=>e.tid===t)}_createTask(t){return this._isEffectiveTask(t)?w({},t,{tid:++this._id,meta:t.meta||{}}):!1}get task(){return[...this._task]}getTasks(){return[...this._task]}add(t){if(this._isEffectiveTask(t)){let e=this._createTask(t);return this._task.push(e),this.started&&!this.activeTask&&this.start(),e.tid}return!1}replace(t,e){if(!this._isEffectiveTask(e))return console.warn("[TaskQueue] replace\u65B9\u6CD5\u4F20\u5165\u7684task\u53C2\u6570\u683C\u5F0F\u4E0D\u6B63\u786E"),!1;let i=this._getIndexByTid(t);if(i===-1)return console.warn("[TaskQueue] \u6CA1\u6709\u627E\u5230id="+t+"\u7684\u4EFB\u52A1"),!1;let s=this._createTask(e);return this._task.splice(i,1,s),s.tid}replaceByMetaType(t){var e;let i=(e=t.meta)==null?void 0:e.type;if(qa(i))return this.add(t);{let s=this._task.find(o=>o.meta.type===i);return s?this.replace(s.tid,t):this.add(t)}}remove(t){let e=this._getIndexByTid(t);return e===-1?(console.warn("[TaskQueue] remove\u65B9\u6CD5\u4F20\u5165\u7684id\uFF1A"+t+"\u627E\u4E0D\u5230\u5BF9\u5E94\u7684task"),!1):(this._task.splice(e,1),!0)}clear(){this._task.length=0}start(){this.started=!0,!this.activeTask&&this._task.length&&this.exec()}stop(){this.started=!1}exec(){return g(this,null,function*(){if(!this.started||!this._task.length)return!1;let t=this._task.shift();this.activeTask=t,this.dispatchEvent({type:"active-task-start",task:t});let e;try{e=yield t.run()}catch(i){console.warn("[task run err]",i,t)}return this.activeTask=null,this.dispatchEvent({type:"active-task-end",task:t,res:e}),this.exec()})}constructor(t=!0){super(),this._task=[],this.started=!1,this.activeTask=null,this._id=0,t&&this.start()}};import"core-js/modules/es.array.push.js";import{EventDispatcher as Ja}from"three";var wi=class extends Ja{getWorker(){return new Promise(t=>{let e=this.pool.find(s=>s.state==="leisure");if(e){e.state="used",t(e.worker);return}if(this.pool.length<this.max&&this.workerConstructor){let s=this.workerConstructor();this.pool.push({worker:s,state:"used"}),t(s);return}let i=()=>{let s=this.pool.find(o=>o.state==="leisure");s&&(this.removeEventListener("release",i),s.state="used",t(s.worker))};this.addEventListener("release",i)})}releaseWorker(t){let e=this.pool.find(i=>i.worker===t);e&&(e.state="leisure",this.dispatchEvent({type:"release",worker:t}))}dispose(){this._listeners={},this.pool.forEach(t=>{t.worker.terminate()}),this.pool=[]}constructor(t=10,e){super(),this.max=10,this.pool=[],this.max=t,this.workerConstructor=e}};import{EventDispatcher as Qa}from"three";var et=class extends Qa{dispose(){this._listeners={}}};var Pi=class{filter(t){let e=this.estimate,i=this.errorEstimate+this.processNoise,s=i/(i+this.measurementNoise);return this.estimate=e+s*(t-e),this.errorEstimate=(1-s)*i,this.estimate}constructor(t={}){this.estimate=0,this.errorEstimate=1,this.processNoise=.1,this.measurementNoise=1,this.measurementNoise=t.measurementNoise||1,this.processNoise=t.processNoise||.1,this.errorEstimate=t.errorEstimate||1}};import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import{BufferAttribute as Ee,BufferGeometry as th,Color as $s,ExtrudeGeometry as eh,Matrix4 as ih,Quaternion as sh,Vector3 as Ve}from"three";import{mergeGeometries as oh}from"three/examples/jsm/utils/BufferGeometryUtils.js";import{polygon as nh,center as rh}from"@turf/turf";function Eg(a,t,e){t===void 0&&(t=!0),e===void 0&&(e=!1);let i=a.filter(r=>r.geometry.type==="polygon");if(!i.length)return null;let s=i.map(r=>{var h;let c=r.geometry.coords,l=pi(c[0],c.slice(1)),p=new eh(l,{steps:1,bevelEnabled:!1,depth:r.height,curveSegments:4});(h=r).deltaHeight||(h.deltaHeight=0),p.translate(0,0,r.airHeight+r.deltaHeight);let d=p.attributes.position.count,u=new Float32Array(d).fill(r.height+r.airHeight+r.deltaHeight);if(p.setAttribute("maxZ",new Ee(u,1)),p.setAttribute("opacity",new Ee(new Float32Array(d).fill(r.fillOpacity),1)),e){let f=new Float32Array(d).fill(r.airHeight+r.deltaHeight);p.setAttribute("minZ",new Ee(f,1))}let m=new $s(r.fillColor).convertLinearToSRGB(),v=new Float32Array(d*3);for(let f=0;f<d;f++)v[f*3]=m.r,v[f*3+1]=m.g,v[f*3+2]=m.b;return p.setAttribute("color",new Ee(v,3)),p}),o=oh(s);s.forEach(r=>r.dispose());let n={geometry:o};return o.dispose(),t&&(n.lineGeometry=ah(i)||void 0),n}function Sg(a){let t=a.filter(h=>h.geometry.type==="polygon");if(!t.length)return null;let e=[],i=[],s=[],o=[],n=[],r=[];return t.map((h,c)=>{var l;(l=h).deltaHeight||(l.deltaHeight=0);let p=h.geometry.coords,d=T(p[0][0],p[0][1]),u=T(p[0][1],p[0][2]),m=p[0][1][0]-p[0][0][0],v=p[0][1][1]-p[0][0][1],f=Math.atan2(v,m),x=rh(nh(p)),P=x.geometry.coordinates[0],_=x.geometry.coordinates[1],E=new ih().compose(new Ve(P,_,h.deltaHeight+h.airHeight+h.height/2),new sh().setFromAxisAngle(new Ve(0,0,1),f),new Ve(d,u,h.height));e.push(...E.toArray()),i.push(...new $s(h.fillColor).convertLinearToSRGB().toArray());var S;s[c]=(S=h.fillOpacity)!=null?S:1;var R;o[c]=((R=h.deltaHeight)!=null?R:0)+h.airHeight+h.height,n[c]=h.id,r[c]=h.airHeight+h.deltaHeight}),{size:t.length,ids:n,matrixes:e,colors:i,opacities:s,maxZs:o,minZs:r}}function ah(a){let{points:t,colors:e,opacities:i}=Js(a);if(!t.length)return null;let s=new th().setFromPoints(t);return s.setAttribute("color",new Ee(new Float32Array(e),3)),s.setAttribute("opacity",new Ee(new Float32Array(i),1)),s}function Js(a){let t=[],e=[],i=[];return a.filter(s=>s.strokeOpacity>0).map(s=>{let o=s.height+(s.deltaHeight||0)+s.airHeight,{coords:n}=s.geometry,{strokeColor:r,strokeOpacity:h}=s,c=new $s(r).convertLinearToSRGB();for(let l=0;l<n.length;l++){let p=n[l];for(let d=0;d<p.length;d++){let u=p[d],m=d+1===p.length?p[0]:p[d+1];t.push(new Ve(u[0],u[1],o)),t.push(new Ve(m[0],m[1],o)),e.push(c.r,c.g,c.b),e.push(c.r,c.g,c.b),i.push(h),i.push(h)}}}),{points:t,colors:e,opacities:i}}function Cg(a){if(a.length>1)return!1;let t=a[0];if(t.length!==5)return!1;let[e]=t,i=t[t.length-1];if(e[0]!==i[0]||e[1]!==i[1])return!1;let s=[Math.round(T(t[0],t[1])),Math.round(T(t[1],t[2])),Math.round(T(t[2],t[3])),Math.round(T(t[3],t[4]))];if(!(s[2]===s[0]&&s[3]===s[1]))return!1;let o=ye(t[0],t[1],t[2]);return Math.abs(Math.abs(o)-90)<1}import{Vector3 as hh}from"three";var Mi=class{setBuildingCenter(t){this.buildingCenter=t}getBuildingCenter(){return this.buildingCenter}mercatorToWorld(t){return new hh(t[0]-this.buildingCenter[0],t[1]-this.buildingCenter[1],0)}worldToMercator(t){return[t.x+this.buildingCenter[0],t.y+this.buildingCenter[1]]}constructor(t=[0,0]){this.buildingCenter=t}};import{EventDispatcher as Lp,Box2 as Tp,Vector3 as kt,Vector2 as me,Raycaster as Pr,Box3 as kp,Color as Dp,AmbientLight as Ap,Plane as Op}from"three";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/es.array.push.js";import{EventDispatcher as cp}from"three";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{Object3D as bh,ExtrudeGeometry as Eh,Mesh as Sh,Box3 as Li,Vector3 as bt,BufferGeometry as Ch,LineSegments as Lh,Ray as Vn,Vector2 as Jt,DoubleSide as Th,RepeatWrapping as Kn}from"three";import"core-js/modules/web.dom-collections.iterator.js";import{LineMaterial as ch}from"three/examples/jsm/lines/LineMaterial.js";import{Color as Ke,LineBasicMaterial as lh,MeshStandardMaterial as ph,MeshBasicMaterial as dh,ShaderMaterial as Se,DoubleSide as uh,LineDashedMaterial as mh}from"three";function Dn(a){return a.x+"-"+a.y+"-"+a.z}var C=class{static generateLineMaterialKey(t){let{color:e,opacity:i}=t;return e+"-"+i}static createLineMaterial(t){let{color:e,opacity:i,vertexColors:s}=t,o=this.generateLineMaterialKey({color:e,opacity:i,vertexColors:s});if(this.lineMaterialMap.has(o))return this.lineMaterialMap.get(o);let n=new lh({color:new Ke(e).convertLinearToSRGB(),transparent:!0,opacity:i,vertexColors:s!=null?s:!1});return this.lineMaterialMap.set(o,n),n}static createMeshStandardMaterial(t){let{color:e,opacity:i}=t,s=e+"-"+i;if(this.meshStandardMaterialMap.has(s))return this.meshStandardMaterialMap.get(s);let o=new ph({color:new Ke(e).convertLinearToSRGB(),roughness:1,transparent:!0,opacity:i,depthWrite:!0});return this.meshStandardMaterialMap.set(s,o),o}static createMeshBasicMaterial(t){let{color:e,opacity:i,vertexColors:s}=t,o=e+"-"+i+"-"+s;if(this.meshBasicMaterialMap.has(o))return this.meshBasicMaterialMap.get(o);let n=new dh({color:e,transparent:!0,opacity:i,depthWrite:!0,vertexColors:s!=null?s:!1});return this.meshBasicMaterialMap.set(o,n),n}static createShaderMaterial(t){let{gradualColor:e,center:i,maxValue:s,opacity:o,direction:n,max:r,min:h}=t,c=e.toString()+"-"+Dn(i)+"-"+s+"-"+o+"-"+Dn(n);if(this.shaderMaterialMap.has(c))return this.shaderMaterialMap.get(c);let l=`
|
|
1
|
+
var Pa=Object.create;var Ws=Object.defineProperty;var Ma=Object.getOwnPropertyDescriptor;var _a=Object.getOwnPropertyNames,jo=Object.getOwnPropertySymbols,ba=Object.getPrototypeOf,Vo=Object.prototype.hasOwnProperty,Ea=Object.prototype.propertyIsEnumerable;var zs=(a,t,e)=>t in a?Ws(a,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):a[t]=e,Ze=(a,t)=>{for(var e in t||(t={}))Vo.call(t,e)&&zs(a,e,t[e]);if(jo)for(var e of jo(t))Ea.call(t,e)&&zs(a,e,t[e]);return a};var re=(a,t)=>()=>(t||a((t={exports:{}}).exports,t),t.exports);var Sa=(a,t,e,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of _a(t))!Vo.call(a,s)&&s!==e&&Ws(a,s,{get:()=>t[s],enumerable:!(i=Ma(t,s))||i.enumerable});return a};var Us=(a,t,e)=>(e=a!=null?Pa(ba(a)):{},Sa(t||!a||!a.__esModule?Ws(e,"default",{value:a,enumerable:!0}):e,a));var tt=(a,t,e)=>zs(a,typeof t!="symbol"?t+"":t,e);var g=(a,t,e)=>new Promise((i,s)=>{var o=h=>{try{r(e.next(h))}catch(c){s(c)}},n=h=>{try{r(e.throw(h))}catch(c){s(c)}},r=h=>h.done?i(h.value):Promise.resolve(h.value).then(o,n);r((e=e.apply(a,t)).next())});var nn=re((bm,on)=>{on.exports=function(t,e){return t[0]=e[0],t[1]=e[1],t}});var hn=re((Em,an)=>{var rn=nn();an.exports=function(a,t){Array.isArray(t)||(t=[]),a.length>0&&t.push(rn([0,0],a[0]));for(var e=0;e<a.length-1;e++){var i=a[e],s=a[e+1],o=i[0],n=i[1],r=s[0],h=s[1],c=[.75*o+.25*r,.75*n+.25*h],l=[.25*o+.75*r,.25*n+.75*h];t.push(c),t.push(l)}return a.length>1&&t.push(rn([0,0],a[a.length-1])),t}});var fn=re((Am,mn)=>{var Ks=class{constructor(){this.keys=new Set,this.queue=[]}sort(){this.queue.sort((t,e)=>t.priority-e.priority)}set(t,e){let i=Number(e);if(isNaN(i))throw new TypeError('"priority" must be a number');return this.keys.has(t)?this.queue.map(s=>(s.key===t&&Object.assign(s,{priority:i}),s)):(this.keys.add(t),this.queue.push({key:t,priority:i})),this.sort(),this.queue.length}next(){let t=this.queue.shift();return this.keys.delete(t.key),t}isEmpty(){return this.queue.length===0}has(t){return this.keys.has(t)}get(t){return this.queue.find(e=>e.key===t)}};mn.exports=Ks});var vn=re((Om,yn)=>{function gn(a,t){let e=new Map;for(let[i,s]of a)i!==t&&s instanceof Map?e.set(i,gn(s,t)):i!==t&&e.set(i,s);return e}yn.exports=gn});var Pn=re((Rm,wn)=>{function za(a){let t=Number(a);return!(isNaN(t)||t<=0)}function xn(a){let t=new Map;return Object.keys(a).forEach(i=>{let s=a[i];if(s!==null&&typeof s=="object"&&!Array.isArray(s))return t.set(i,xn(s));if(!za(s))throw new Error(`Could not add node at key "${i}", make sure it's a valid node`,s);return t.set(i,Number(s))}),t}wn.exports=xn});var bn=re((Im,_n)=>{function Mn(a){if(!(a instanceof Map))throw new Error(`Invalid graph: Expected Map instead found ${typeof a}`);a.forEach((t,e)=>{if(typeof t=="object"&&t instanceof Map){Mn(t);return}if(typeof t!="number"||t<=0)throw new Error(`Values must be numbers greater than 0. Found value ${t} at ${e}`)})}_n.exports=Mn});var Ys=re((Fm,Cn)=>{var Wa=fn(),Ua=vn(),En=Pn(),Sn=bn(),Xs=class{constructor(t){t instanceof Map?(Sn(t),this.graph=t):t?this.graph=En(t):this.graph=new Map}addNode(t,e){let i;return e instanceof Map?(Sn(e),i=e):i=En(e),this.graph.set(t,i),this}addVertex(t,e){return this.addNode(t,e)}removeNode(t){return this.graph=Ua(this.graph,t),this}path(t,e,i={}){if(!this.graph.size)return i.cost?{path:null,cost:0}:null;let s=new Set,o=new Wa,n=new Map,r=[],h=0,c=[];if(i.avoid&&(c=[].concat(i.avoid)),c.includes(t))throw new Error(`Starting node (${t}) cannot be avoided`);if(c.includes(e))throw new Error(`Ending node (${e}) cannot be avoided`);for(o.set(t,0);!o.isEmpty();){let l=o.next();if(l.key===e){h=l.priority;let d=l.key;for(;n.has(d);)r.push(d),d=n.get(d);break}s.add(l.key),(this.graph.get(l.key)||new Map).forEach((d,u)=>{if(s.has(u)||c.includes(u))return null;if(!o.has(u))return n.set(u,l.key),o.set(u,l.priority+d);let f=o.get(u).priority,x=l.priority+d;return x<f?(n.set(u,l.key),o.set(u,x)):null})}return r.length?(i.trim?r.shift():r=r.concat([t]),i.reverse||(r=r.reverse()),i.cost?{path:r,cost:h}:r):i.cost?{path:null,cost:0}:null}shortestPath(...t){return this.path(...t)}};Cn.exports=Xs});function w(){return w=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(t[s]=i[s])}return t},w.apply(this,arguments)}import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.json.stringify.js";import{Box3 as id,EventDispatcher as sd,Sprite as _o,Vector3 as bo}from"three";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/web.dom-collections.iterator.js";var H=class{requestAnimationFrame(t){let e=window.requestAnimationFrame(()=>{this.tasks.requestAnimation.delete(e),t()});return this.tasks.requestAnimation.add(e),e}cancelAnimationFrame(t){this.tasks.requestAnimation.delete(t),window.cancelAnimationFrame(t)}setTimeout(t,e){let i=window.setTimeout(()=>{this.tasks.timeout.delete(i),t()},e);return this.tasks.timeout.add(i),i}clearTimeout(t){this.tasks.timeout.delete(t),window.clearTimeout(t)}setInterval(t,e){let i=window.setInterval(()=>{t()},e);return this.tasks.interval.add(i),i}clearInterval(t){this.tasks.interval.delete(t),window.clearInterval(t)}requestIdleCallback(t,e){let i=window.requestIdleCallback(s=>{this.tasks.requestIdleCallback.delete(i),t(s)},e);return this.tasks.requestIdleCallback.add(i),i}cancelIdleCallback(t){this.tasks.requestIdleCallback.delete(t),window.cancelIdleCallback(t)}dispose(){this.tasks.requestAnimation.forEach(t=>{window.cancelAnimationFrame(t)}),this.tasks.requestAnimation.clear(),this.tasks.requestIdleCallback.forEach(t=>{window.cancelIdleCallback(t)}),this.tasks.requestIdleCallback.clear(),this.tasks.timeout.forEach(t=>{window.clearTimeout(t)}),this.tasks.timeout.clear(),this.tasks.interval.forEach(t=>{window.clearInterval(t)}),this.tasks.interval.clear()}constructor(){this.tasks={requestAnimation:new Set,requestIdleCallback:new Set,timeout:new Set,interval:new Set}}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{Shape as Ca,Group as La,DirectionalLight as Ta,AmbientLight as ka,Path as Da,Vector2 as Ko}from"three";function Xo(){let a=new La,t=new ka(16777215,.3);return a.add(t),a}function di(a,t){t===void 0&&(t=[]);let e=new Ca(a.map(i=>new Ko(...i)));return t.length&&t.forEach(i=>{var s=new Da(i.map(o=>new Ko(...o)));e.holes.push(s)}),e}function Yo(a,t){a===void 0&&(a=16777215),t===void 0&&(t=1);let e=new Ta(a,t);return e.castShadow=!0,e.shadow.radius=8,e.shadow.bias=-.001,e.shadow.mapSize.set(256,256),e.shadow.camera.left=-200,e.shadow.camera.right=200,e.shadow.camera.top=200,e.shadow.camera.bottom=-200,e}function A(a,t){if(t&&a.children&&a.children.length&&a.children.forEach(e=>{A(e,t)}),a.isMesh){let e=a;e.geometry&&e.geometry.dispose(),e.material&&(Array.isArray(e.material)?e.material.forEach(i=>{i.dispose()}):e.material.dispose())}a.isLight&&(a.dispose==null||a.dispose.call(a))}import"core-js/modules/es.regexp.exec.js";function qo(a){return/[\u4E00-\u9FA5]+/g.test(a)}import"core-js/modules/web.dom-collections.iterator.js";import{Vector3 as mi,Vector2 as jt,Matrix3 as ui}from"three";import{point as Aa,featureCollection as Oa,center as Ra}from"@turf/turf";function T(a,t,e,i){let s=a.clone().project(t),o=e/2,n=i/2,r=Math.round(s.x*o+o),h=Math.round(-s.y*n+n);return{x:r,y:h}}function Hu(a,t,e,i,s){if(!s)return null;e=Math.min(1,e),i=Math.min(1,i);let o=a/e*2-1,n=1-t/i*2;return new mi(o,n,0).unproject(s)}function fi(a){let t=Oa(a.map(i=>Aa(i)));return Ra(t).geometry.coordinates}function ie(a,t,e){return a.x>=t.x&&a.x<=e.x&&a.y>=t.y&&a.y<=e.y}function Nu(a){let t=0,e=new mi;for(let i=1;i<a.length;i++){let s=new mi(a[i-1][0],a[i-1][1],0),o=new mi(a[i][0],a[i][1],0),n=o.distanceTo(s);n>t&&(t=n,e=o.clone().sub(s).normalize())}return e}function k(a,t){return Math.sqrt((t[0]-a[0])**2+(t[1]-a[1])**2)}function ut(a){let t=0;for(let e=0;e<a.length-1;e++)t+=k(a[e],a[e+1]);return t}function ye(a,t,e){let i=new jt(t[0]-a[0],t[1]-a[1]),s=new jt(t[0]-e[0],t[1]-e[1]),n=i.angleTo(s)*180/Math.PI,r=new jt(t[0]-a[0],t[1]-a[1]);return new jt(e[0]-a[0],e[1]-a[1]).cross(r)>0?n:-n}function Zu(a,t){let e=Math.min(k(a[0][0],a[0][1]),k(a[0][2],a[0][1]))-1;t||(t=fi(a[0]));let i=Ia(t,e),s=new jt(a[0][0][0],a[0][0][1]),o=new jt(a[0][1][0],a[0][1][1]),n=new jt(a[0][2][0],a[0][2][1]),h=(s.distanceTo(o)>o.distanceTo(n)?o.clone().sub(s):n.clone().sub(o)).angleTo(new jt(0,1)),c=new ui;return c.multiply(new ui().translate(t[0],t[1])).multiply(new ui().rotate(h)).multiply(new ui().translate(-t[0],-t[1])),[i.map(l=>{let p=new jt(l[0],l[1]).applyMatrix3(c);return[p.x,p.y]})]}function Ia(a,t){let e=t/2;return[[a[0]-e,a[1]+e],[a[0]+e,a[1]+e],[a[0]+e,a[1]-e],[a[0]-e,a[1]-e],[a[0]-e,a[1]+e]]}function Vt(a,t){let e=0,i=1/0,[s,o]=t;for(let n=0;n<a.length-1;n++){let[r,h]=a[n],[c,l]=a[n+1],p=Math.min(r,c)<=s&&s<=Math.max(r,c),d=Math.min(h,l)<=o&&o<=Math.max(h,l);if(p&&d){let u=Math.abs((c-r)*(o-h)-(l-h)*(s-r));u<i&&(i=u,e=n)}}return e}function $o(a,t){let e=a[0],i=a[1],s=!1;for(let o=0,n=t.length-1;o<t.length;n=o++){let r=t[o][0],h=t[o][1],c=t[n][0],l=t[n][1];h>i!=l>i&&e<(c-r)*(i-h)/(l-h)+r&&(s=!s)}return s}import"core-js/modules/es.reflect.to-string-tag.js";function ve(a,t){return new Proxy(a,{get:(e,i,s)=>Reflect.get(e,i,s),set:(e,i,s,o)=>{let n=Reflect.get(e,i,o),r=Reflect.set(e,i,s,o);return n!==s&&t.dispatchEvent({type:"change-"+i,value:s}),r}})}import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.error.cause.js";function Mt(a,t){return Promise.race([a,new Promise((e,i)=>{setTimeout(()=>i(new Error("Promise timeout")),t)})])}function gi(a){return document.createElementNS("http://www.w3.org/2000/svg",a)}function Jo(a,t){let e=gi("svg");return e.setAttribute("width",a),e.setAttribute("height",t),e.style.cssText="position: absolute; left: 0; top: 0; pointer-events: none;",e}function It(a,t){a===void 0&&(a="2");let e=gi("circle");return e.setAttribute("r",a),e.setAttribute("fill",t),e}function Kt(a){let t=gi("line");return t.setAttribute("stroke",a),t}function mt(a,t){let e=gi("rect");return e.setAttribute("stroke",a),e.setAttribute("fill",t),e}function ft(a,t,e){a.setAttribute("cx",""+t),a.setAttribute("cy",""+e)}function rt(a,t,e){t&&(a.setAttribute("x1",""+t.x),a.setAttribute("y1",""+t.y)),e&&(a.setAttribute("x2",""+e.x),a.setAttribute("y2",""+e.y))}function U(a,t,e,i,s){a.setAttribute("x",""+t),a.setAttribute("y",""+e),a.setAttribute("width",""+i),a.setAttribute("height",""+s)}function Qo(){return Promise.resolve()}function Hs(){return new Promise(a=>{requestAnimationFrame(a)})}function tn(a){return a===void 0&&(a=1),new Promise(t=>{function e(){a<=0?t(!0):(a--,window.requestAnimationFrame(e))}window.requestAnimationFrame(e)})}import"core-js/modules/es.string.replace.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/es.string.trim.js";function im(a){return parseInt(a.replace("#","0x"),16)}function sm(a,t){let e=parseInt(a.substring(1,3),16),i=parseInt(a.substring(3,5),16),s=parseInt(a.substring(5,7),16),o=Math.round(e*t),n=Math.round(i*t),r=Math.round(s*t);return"#"+(1<<24|o<<16|n<<8|r).toString(16).slice(1)}function Xt(a,t){t===void 0&&(t=.85);let e,i,s;if(a.startsWith("#"))e=parseInt(a.substring(1,3),16),i=parseInt(a.substring(3,5),16),s=parseInt(a.substring(5,7),16);else{let n=a.slice(4,-1).split(",");e=parseInt(n[0].trim()),i=parseInt(n[1].trim()),s=parseInt(n[2].trim())}return e=Math.min(Math.floor(e*t),255),i=Math.min(Math.floor(i*t),255),s=Math.min(Math.floor(s*t),255),"#"+((1<<24)+(e<<16)+(i<<8)+s).toString(16).slice(1)}function Ns(a,t){a=a.replace(/^#/,"");let e=parseInt(a.substring(0,2),16),i=parseInt(a.substring(2,4),16),s=parseInt(a.substring(4,6),16);return t!==void 0?"rgba("+e+", "+i+", "+s+", "+t+")":"rgb("+e+", "+i+", "+s+")"}import"core-js/modules/es.regexp.exec.js";var xe=navigator.userAgent.toUpperCase().indexOf("MAC")>=0,en=(navigator.userAgent||"").toLocaleLowerCase(),Yt=/ios|iphone/i.test(en),rm=/android|adr|linux/gi.test(en);function we(a){return xe?a==="Meta":a==="Control"}import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/web.dom-collections.iterator.js";var Zs="__once__",sn=class{on(t,e){if(typeof e!="function")return;let i=this.events.get(t);return i?i.add(e):this.events.set(t,new Set([e]))}once(t,e){if(typeof e!="function")return;let i=""+Zs+t,s=this.events.get(i);return s?s.add(e):this.events.set(i,new Set([e]))}off(t,e){let i=this.events.get(t),s=this.events.get(""+Zs+t);!i&&!s||(e===void 0&&(i==null||i.clear(),s==null||s.clear()),i!=null&&i.has(e)&&i.delete(e),s!=null&&s.has(e)&&s.delete(e))}offAll(){this.events.clear()}emit(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),s=1;s<e;s++)i[s-1]=arguments[s];let o=this.events.get(t),n=this.events.get(""+Zs+t);!o&&!n||(o==null||o.forEach(r=>{typeof r=="function"&&r(...i)}),n==null||n.forEach(r=>{typeof r=="function"&&r(...i)}),n==null||n.clear())}constructor(){this.events=new Map}};var ct=function(a){return a.SWITCH_FLOOR_BEFORE="switch_floor_before",a.SWITCH_FLOOR_GROUND="switch_floor_ground",a.SWITCH_FLOOR_AFTER="switch_floor_after",a}({});import"core-js/modules/es.array.sort.js";function qt(a){return a?typeof a=="string"||typeof a=="number"||typeof a=="boolean"?a.toString():Object.keys(a).sort().map(t=>t+"="+qt(a[t])).join("&"):""}function Mm(a,t){return new Promise((e,i)=>{let s=new XMLHttpRequest;s.open("GET",a,!0),Object.keys(t.headers||{}).forEach(o=>{s.setRequestHeader(o,t.headers[o])}),t.responseType&&(s.responseType=t.responseType),s.onload=()=>{if(s.status>=200&&s.status<300)if(t.responseType==="arraybuffer")e(s.response);else try{let o=JSON.parse(s.responseText);e(o)}catch(o){i(o)}else i(s.statusText)},s.onerror=()=>{i(s.statusText)},s.send()})}var cn=Us(hn(),1);import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{Vector2 as je}from"three";function Fa(a,t){let e=a.clone().normalize(),i=t.clone().normalize();return Math.acos(e.dot(i))}function Ga(a){let t=0;return a.reduce((e,i)=>{let[s,o]=e,[n,r]=i;return t+=Math.sqrt((n-s)**2+(r-o)**2),[n,r]}),t/a.length}function ln(a,t){if(t===void 0&&(t=.25),Ga(a)<t)return a;let e=(0,cn.default)(a);return ln(e,t)}function yi(a,t,e,i,s,o){t===void 0&&(t=!1),e===void 0&&(e=!0),i===void 0&&(i=5),s===void 0&&(s=150),o===void 0&&(o=3);let n=[],r=!t;if(n.push(a[0]),a.length<2)return n;for(let c=0;c<a.length-2;c+=1){let l=a[c],p=a[c+1],d=a[c+2],u=new je(l[0]-p[0],l[1]-p[1]),f=new je(d[0]-p[0],d[1]-p[1]),x=Fa(u,f)/Math.PI*180,m=u.length()+f.length();(!r||x<s&&m>.01||m>i)&&(n.push(a[c+1]),r=!0)}if(n.push(a[a.length-1]),!e)return n;let h=[];h.push(n[0]);for(let c=0;c<n.length-2;c+=1){let l=new je(n[c][0],n[c][1]),p=new je(n[c+1][0],n[c+1][1]),d=new je(n[c+2][0],n[c+2][1]),u=l.distanceTo(p)/2,f=d.distanceTo(p)/2,x=p.clone(),m=p.clone();x.add(l.clone().sub(p).normalize().multiplyScalar(u>o?o/2:u)),m.add(d.clone().sub(p).normalize().multiplyScalar(f>o?o/2:f));let y=[[x.x,x.y],[p.x,p.y],[m.x,m.y]];h.push(...ln(y,o/25))}return h.push(n[n.length-1]),Ba(h)}function Ba(a){if(a.length<=1)return a;let t=[],e;return a.forEach(i=>{let[s,o]=i;e?s===e[0]&&o===e[1]||(e=[s,o],t.push([s,o])):(e=[s,o],t.push([s,o]))}),t}function pn(a,t,e){let i=Math.sqrt((e[0]-t[0])**2+(e[1]-t[1])**2);if(i===0)return{distance:Math.sqrt((a[0]-t[0])**2+(a[1]-t[1])**2),closestPoint:t.slice(0)};let s=Math.max(0,Math.min(1,((a[0]-t[0])*(e[0]-t[0])+(a[1]-t[1])*(e[1]-t[1]))/i**2)),o=[t[0]+s*(e[0]-t[0]),t[1]+s*(e[1]-t[1])];return{distance:Math.sqrt((a[0]-o[0])**2+(a[1]-o[1])**2),closestPoint:o}}function km(a,t,e){let[i,s]=a,[o,n]=t,r=Math.sqrt(Math.pow(o-i,2)+Math.pow(n-s,2));if(r===0||r<e)return[...t];let h=e/r,c=i+(o-i)*h,l=s+(n-s)*h;return[c,l]}var $t=function(a){return a.START="start",a.END="end",a.FRONT="front",a.RIGHT="right",a.LEFT="left",a.RIGHT_FRONT="right_front",a.LEFT_FRONT="left_front",a.RIGHT_BACK="right_back",a.LEFT_BACK="left_back",a}({});function js(a,t,e){let i=ye(a,t,e);return Vs(i)}function Vs(a){return 180-Math.abs(a)<15?"front":a>135?"right_front":a<-135?"left_front":a<=135&&a>=60?"right":a>=-135&&a<=-60?"left":a<60&&a>0?"right_back":a>-60&&a<0?"left_back":"front"}function dn(a){if(!a.length)return[];if(a.length===1)return[{direction:"start",distance:0,points:a}];let t=[{direction:"start",distance:k(a[0],a[1]),points:[a[0],a[1]]}];for(let e=2;e<a.length;e++){let i=js(a[e-2],a[e-1],a[e]);if(i==="front"){let s=t[t.length-1],o=k(a[e-1],a[e]);s.distance+=o,e!==2&&s.points.push(a[e-1])}else t.push({direction:i,distance:k(a[e-1],a[e]),points:[a[e-1],a[e]]})}return t.push({direction:"end",distance:0,points:[a[a.length-1]]}),t}function un(a,t){if(a.length<2)return-1;let e=0;for(let i=1;i<a.length;i++){let s=a[i-1],o=a[i],n=[t[0]-s[0],t[1]-s[1]],r=[o[0]-s[0],o[1]-s[1]],h=Math.min(o[0],s[0])<=t[0]&&t[0]<=Math.max(o[0],s[0]),c=Math.min(o[1],s[1])<=t[1]&&t[1]<=Math.max(o[1],s[1]);if(h&&c){let l=n[0]*r[1]-n[1]*r[0];if(Math.abs(l)<1e-6){let p=Math.sqrt((t[0]-s[0])**2+(t[1]-s[1])**2);return e+p}}e+=Math.sqrt((o[0]-s[0])**2+(o[1]-s[1])**2)}return-1}function Pe(a,t){if(a.length<2){var e;return(e=a[0])!=null?e:null}let i=0;for(let s=1;s<a.length;s++){let o=a[s-1],n=a[s],r=Math.sqrt((n[0]-o[0])**2+(n[1]-o[1])**2);if(i+=r,i>=t){let h=(t-(i-r))/r,c=o[0]+(n[0]-o[0])*h,l=o[1]+(n[1]-o[1])*h;return[c,l]}}return null}var Ft=Us(Ys(),1);import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.regexp.exec.js";var _t="___",Ln=class{initRoute(t){this.clear(),this.roadInfo=t,t.length&&(t.forEach(e=>{e.points.forEach(i=>{let s=""+e.floor+_t+i.id;if(this.pointMap.set(s,i),this.nodeMap.set(""+i.floor+_t+i.nodeId,s),i.type==="straightLadder"){let o=this.straightLadderMap.get(i.name)||[];o.push(w({},i)),this.straightLadderMap.set(i.name,o)}if(i.type==="staircase"){let o=this.staircaseMap.get(i.name)||[];o.push(w({},i)),this.staircaseMap.set(i.name,o)}if(i.type==="escalator"){let o=this.escalatorMap.get(i.name)||{};i.escalatorDirection==="exit"?o.end={floor:i.floor,id:i.id}:o.start={floor:i.floor,id:i.id},this.escalatorMap.set(i.name,o)}if(i.type==="facility"){let o=this.facilityMap.get(i.targetId)||[];o.push(w({},i)),this.facilityMap.set(i.targetId,o)}}),e.lines.filter(i=>i.direction!=="no").forEach(i=>{var s,o;let n=""+e.floor+_t+i.from,r=""+e.floor+_t+i.to,h=(s=this.pointMap.get(n))==null?void 0:s.cds,c=(o=this.pointMap.get(r))==null?void 0:o.cds;if(h!=null&&h.length&&(c!=null&&c.length)){let l=k(h,c);this.addLineItem(n,r,l),i.direction==="double"&&this.addLineItem(r,n,l)}})}),this.initBaseRoute(),this.initEscalatorRoute(),this.initStraightLadderRoute())}addLineItem(t,e,i,s){s===void 0&&(s=this.lineMap);let o=s.get(t)||new Map;o.set(e,i),s.set(t,o)}addFacilityToLineMap(t,e,i,s){[...this.straightLadderMap,...this.staircaseMap].forEach(o=>{let[n,r]=o;if(!(r.length<2))for(let l=0;l<r.length;l++){let p=""+r[l].floor+_t+r[l].id;for(let d=0;d<r.length;d++)if(l!==d){var h,c;let u=""+r[d].floor+_t+r[d].id,f=(h=this.pointMap.get(p))==null?void 0:h.cds,x=(c=this.pointMap.get(u))==null?void 0:c.cds;if(f!=null&&f.length&&(x!=null&&x.length))if(r[l].type==="straightLadder"){let m=e;this.addLineItem(p,u,m,s)}else{let m=i;this.addLineItem(p,u,m,s)}}}}),this.escalatorMap.forEach((o,n)=>{if(o.start&&o.end){var r,h;let c=""+o.start.floor+_t+o.start.id,l=""+o.end.floor+_t+o.end.id,p=(r=this.pointMap.get(c))==null?void 0:r.cds,d=(h=this.pointMap.get(l))==null?void 0:h.cds;if(p!=null&&p.length&&(d!=null&&d.length)){let u=t;this.addLineItem(c,l,u,s)}}})}initBaseRoute(){let t=new Map([...this.lineMap]);this.addFacilityToLineMap(1,this.lift_priority,3e4,t),this.baseRoute=new Ft.default(t)}initEscalatorRoute(){let t=new Map([...this.lineMap]),e=1e4;this.addFacilityToLineMap(1*e,this.lift_priority*e,3e4*e,t),this.escalatorRoute=new Ft.default(t)}initStraightLadderRoute(){let t=new Map([...this.lineMap]),e=1e4;this.addFacilityToLineMap(3*e,1*e,3e4*e,t),this.straightLadderRoute=new Ft.default(t)}checkStart(t){return!(!t.floor||!t.nodeId&&(!t.coord||t.coord.length<2))}checkEnd(t){return t.facility?!0:this.checkStart(t)}transformStart(t){var e;if(t.nodeId){let i=this.nodeMap.get(""+t.floor+_t+t.nodeId);if(i){let[s,o]=i.split(_t);return{floor:s,id:o}}}if((e=t.coord)!=null&&e.length){let i=this.roadInfo.find(o=>o.floor===t.floor);if(!i)return null;let s=i.points.reduce((o,n)=>{let r=k(t.coord,n.cds);return r<o.min&&(o.min=r,o.point=n),o},{min:1/0,point:i.points[0]});return{floor:s.point.floor,id:s.point.id}}return null}transformEnd(t){if(t.floor){let e=this.transformStart(t);if(e)return e}if(t.facility){let e=this.facilityMap.get(t.facility);if(e!=null&&e.length)return{floor:t.floor,facility:t.facility}}return null}getPath(t,e,i){if(i===void 0&&(i=""),!this.checkStart(t))return"start-error";if(!this.checkEnd(e))return"end-error";let s=this.transformStart(t);if(!s)return"no-start";let o=this.transformEnd(e);if(!o)return"no-end";let n=this.getBasePath.bind(this);switch(i){case"escalator":n=this.getEscalatorPath.bind(this);break;case"straightLadder":n=this.getStraightLadderPath.bind(this);break;default:n=this.getBasePath.bind(this);break}if(o.id)return n(s,o);if(o.facility){let r=this.facilityMap.get(o.facility).filter(c=>o.floor?c.floor===o.floor:!0);if(!r.length)return null;let h=r.map(c=>n(s,{floor:c.floor,id:c.id})).filter(c=>!!c);return h.reduce((c,l)=>{let p=l.reduce((d,u)=>d+ut(u.points),0);return p<c.distance&&(c.distance=p,c.path=l),c},{distance:1/0,path:h[0]}).path}}getRoutePath(t,e,i){let s=""+t.floor+_t+t.id,o=""+e.floor+_t+e.id,n=i.path(s,o);if(!n)return null;let r=[];return n.map(h=>{let c=this.pointMap.get(h);if(c){var l;let{floor:p}=c;if(((l=r[r.length-1])==null?void 0:l.floor)===p){let d=r[r.length-1];d.points.push(c.cds),d.endType=c.type,d.destId=c.nodeId,d.distance=ut(d.points)}else r.push({floor:p,points:[c.cds],endType:c.type,destId:c.nodeId,distance:0})}}),r}getBasePath(t,e){return this.getRoutePath(t,e,this.baseRoute)}getEscalatorPath(t,e){return this.getRoutePath(t,e,this.escalatorRoute)}getStraightLadderPath(t,e){return this.getRoutePath(t,e,this.straightLadderRoute)}clear(){this.roadInfo=[],this.pointMap.clear(),this.nodeMap.clear(),this.facilityMap.clear(),this.straightLadderMap.clear(),this.escalatorMap.clear(),this.staircaseMap.clear(),this.lineMap.clear(),this.baseRoute=new Ft.default,this.escalatorRoute=new Ft.default,this.straightLadderRoute=new Ft.default}constructor(t=3){this.lift_priority=t,this.roadInfo=[],this.pointMap=new Map,this.nodeMap=new Map,this.facilityMap=new Map,this.straightLadderMap=new Map,this.escalatorMap=new Map,this.staircaseMap=new Map,this.lineMap=new Map,this.baseRoute=new Ft.default,this.escalatorRoute=new Ft.default,this.straightLadderRoute=new Ft.default}};var at=Us(Ys(),1);import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/es.array.flat.js";import"core-js/modules/es.array.unscopables.flat.js";import{isNil as Ve}from"lodash";import{Vector2 as qs}from"three";var rf=function(a){return a.SunProof="sunProof",a.Rain="rain",a}({}),L="___",Ha=1e4;function Jt(a){let t=new Map;return a.forEach((e,i)=>{t.set(i,new Map(e))}),t}var Me=class{setLiftPriority(t){this.lift_priority=t}isFacilityByType(t){return["facility","escalator","straightLadder","staircase","ramp","connectionPoint"].includes(t)}initFacilities(t){this.facilities=t.map(e=>{let i=[];try{i=JSON.parse(e.entry_end_floor)}catch(o){i=[]}let s=[];try{s=JSON.parse(e.entry_start_floor)}catch(o){s=[]}return w({},e,{entry_start_floor:s,entry_end_floor:i})})}getParkingSpaceInfo(t,e){let i=""+t+L+e;var s;return(s=this.parkingMap.get(i))!=null?s:null}getNodeInfo(t,e){let i=""+t+L+e,s=this.nodeMap.get(i);if(!(s!=null&&s.length))return null;let o=this.pointMap.get(s[0]);return o!=null?o:null}initRoute(t,e){this.clear(),this.roadInfo=t,this.initFacilities(e);let i=new Date,s=i.getHours()*60+i.getMinutes();t.length&&(t.forEach(o=>{let n=(o.points||[]).filter(r=>!Ve(r.passWeight)&&r.passWeight!==1&&!Ve(r.coverageArea)&&r.coverageArea!==0);this.weightPointMap.set(o.floor,n),(o.points||[]).filter(r=>r.openStatus!==!1).filter(r=>{if(!r.startTime||!r.endTime)return!0;let[h,c]=r.startTime.split(":").map(f=>+f),[l,p]=r.endTime.split(":").map(f=>+f),d=h*60+c,u=l*60+p;return s>=d&&s<=u}).forEach(r=>{r.floor=o.floor;let h=""+o.floor+L+r.id,c=""+o.floor+L+r.nodeId,l=this.nodeMap.get(c)||[];if(l.push(""+o.floor+L+(r.relatedId||r.id)),this.nodeMap.set(""+o.floor+L+r.nodeId,l),this.pointMap.set(h,r),this.isFacilityByType(r.type)){let p=this.facilities.find(d=>d.id===+r.targetId);if(p){switch(p.entry_infra_type){case"straightLadder":if(p.entry_end_floor.find(m=>m.floor===o.floor)&&p.entry_start_floor.find(m=>m.floor===o.floor)){let m=this.straightLadderMap.get(r.targetId)||[];m.push(w({},r)),this.straightLadderMap.set(r.targetId,m)}break;case"staircase":if(p.entry_end_floor.find(m=>m.floor===o.floor)&&p.entry_start_floor.find(m=>m.floor===o.floor)){let m=this.staircaseMap.get(r.targetId)||[];m.push(w({},r)),this.staircaseMap.set(r.targetId,m)}break;case"escalator":let u=this.escalatorMap.get(r.targetId)||[];if(p.entry_start_floor.find(m=>m.floor===o.floor)){let m=u.find(y=>{var P;return((P=y.end)==null?void 0:P.floor)!==o.floor&&!y.start});m?m.start=r:u.push({start:r})}if(p.entry_end_floor.find(m=>m.floor===o.floor)){let m=u.find(y=>{var P;return((P=y.start)==null?void 0:P.floor)!==o.floor&&!y.end});m?m.end=r:u.push({end:r})}this.escalatorMap.set(r.targetId,u);break;case"ramp":let f=this.rampMap.get(r.targetId)||[];if(p.entry_start_floor.find(m=>m.floor===o.floor)){let m=f.find(y=>{var P;return((P=y.end)==null?void 0:P.floor)!==o.floor&&!y.start});m?m.start=r:f.push({start:r})}if(p.entry_end_floor.find(m=>m.floor===o.floor)){let m=f.find(y=>{var P;return((P=y.start)==null?void 0:P.floor)!==o.floor&&!y.end});m?m.end=r:f.push({end:r})}this.rampMap.set(r.targetId,f);break;case"connectionPoint":let x=this.connectionPointMap.get(r.targetId)||[];if(p.entry_start_floor.find(m=>m.floor===o.floor)){let m=x.find(y=>{var P;return((P=y.end)==null?void 0:P.floor)!==o.floor&&!y.start});m?m.start=r:x.push({start:r})}if(p.entry_end_floor.find(m=>m.floor===o.floor)){let m=x.find(y=>{var P;return((P=y.start)==null?void 0:P.floor)!==o.floor&&!y.end});m?m.end=r:x.push({end:r})}this.connectionPointMap.set(r.targetId,x);break}let d=this.facilityMap.get(r.targetId)||[];d.push(w({},r)),this.facilityMap.set(r.targetId,d)}}r.type==="parkingSpace"&&r.name.split(/[,,]/).forEach(d=>{this.parkingMap.set(""+o.floor+L+d,r)})}),(o.lines||[]).filter(r=>r.to!==r.from).forEach(r=>{let h=""+o.floor+L+r.from,c=""+o.floor+L+r.to,l=this.pointMap.get(h),p=this.pointMap.get(c);if(!l||!p)return;let d=l.cds,u=p.cds,f=k(d,u);if(!l.permission&&!p.permission){switch(r.direction){case"single-people":this.addLineItem(h,c,f);break;case"back-people":this.addLineItem(c,h,f);break;default:this.addLineItem(h,c,f),this.addLineItem(c,h,f)}switch(r.direction){case"double":this.addLineItem(h,c,f,this.forwardLineMap),this.addLineItem(c,h,f,this.forwardLineMap);break;case"single":this.addLineItem(h,c,f,this.forwardLineMap);break;case"back":this.addLineItem(c,h,f,this.forwardLineMap);break}(l.type==="parkingSpace"||p.type==="parkingSpace")&&r.direction==="noDir"&&(this.addLineItem(h,c,f,this.forwardLineMap),this.addLineItem(c,h,f,this.forwardLineMap))}else l.permission&&this.setPermissionLine(h,c,l.permission,f,"",r.direction),p.permission&&p.permission!==l.permission&&this.setPermissionLine(h,c,p.permission,f,"",r.direction)})}),this.addPermissionFacility(),this.initBaseRoute(),this.initEscalatorRoute(),this.initStraightLadderRoute(),this.initForwardRoute())}getPermissionMap(t){return this["permission_"+t]||(this["permission_"+t]=new Set),this["permission_"+t]}setPermissionLine(t,e,i,s,o,n){this.getPermissionMap(i).add({fromKey:t,toKey:e,distance:s,type:o,direction:n})}addPermissionFacility(){this.straightLadderMap.forEach((t,e)=>{if(t.length<2){this.straightLadderMap.delete(e);return}for(let i=0;i<t.length;i++){let s=""+t[i].floor+L+t[i].id,o=this.pointMap.get(s);if(o){for(let n=0;n<t.length;n++)if(i!==n){let r=""+t[n].floor+L+t[n].id,h=this.pointMap.get(r);if(!h)continue;o.permission&&this.setPermissionLine(s,r,o.permission,1,"straightLadder"),h.permission&&h.permission!==o.permission&&this.setPermissionLine(s,r,h.permission,1,"straightLadder")}}}}),this.staircaseMap.forEach((t,e)=>{if(t.length<2){this.staircaseMap.delete(e);return}for(let i=0;i<t.length;i++){let s=""+t[i].floor+L+t[i].id,o=this.pointMap.get(s);if(o){for(let n=0;n<t.length;n++)if(i!==n){let r=""+t[n].floor+L+t[n].id,h=this.pointMap.get(r);if(!h)continue;o.permission&&this.setPermissionLine(s,r,o.permission,1,"staircase"),h.permission&&h.permission!==o.permission&&this.setPermissionLine(s,r,h.permission,1,"staircase")}}}}),this.escalatorMap.forEach((t,e)=>{t.forEach(i=>{if(i.start&&i.end){let s=""+i.start.floor+L+i.start.id,o=""+i.end.floor+L+i.end.id,n=this.pointMap.get(s),r=this.pointMap.get(o);n&&r&&(n.permission&&this.setPermissionLine(s,o,n.permission,1,"escalator"),r.permission&&r.permission!==n.permission&&this.setPermissionLine(s,o,r.permission,1,"escalator"))}})}),this.rampMap.forEach((t,e)=>{t.forEach(i=>{if(i.start&&i.end){let s=""+i.start.floor+L+i.start.id,o=""+i.end.floor+L+i.end.id,n=this.pointMap.get(s),r=this.pointMap.get(o);n&&r&&(n.permission&&this.setPermissionLine(s,o,n.permission,10,"ramp"),r.permission&&r.permission!==n.permission&&this.setPermissionLine(s,o,r.permission,10,"ramp"))}})}),this.connectionPointMap.forEach((t,e)=>{t.forEach(i=>{if(i.start&&i.end){let s=""+i.start.floor+L+i.start.id,o=""+i.end.floor+L+i.end.id,n=this.pointMap.get(s),r=this.pointMap.get(o);n&&r&&(n.permission&&this.setPermissionLine(s,o,n.permission,1,"connectionPoint"),r.permission&&r.permission!==n.permission&&this.setPermissionLine(s,o,r.permission,1,"connectionPoint"))}})})}addPermissionLineToMap(t,e,i,s){this.getPermissionMap(t).forEach(n=>{if(e.includes(n.type))if(n.type==="")switch(n.direction){case"single":this.addLineItem(n.fromKey,n.toKey,n.distance,i);break;case"back":this.addLineItem(n.toKey,n.fromKey,n.distance,i);break;case"single-people":this.addLineItem(n.fromKey,n.toKey,n.distance,i);break;case"back-people":this.addLineItem(n.toKey,n.fromKey,n.distance,i);break;default:this.addLineItem(n.fromKey,n.toKey,n.distance,i),this.addLineItem(n.toKey,n.fromKey,n.distance,i);break}else this.addLineItem(n.fromKey,n.toKey,s.get(n.type),i)})}addLineItem(t,e,i,s){s===void 0&&(s=this.lineMap);let o=s.get(t)||new Map,n=this.pointMap.get(t),r=this.pointMap.get(e);if(!n||!r)return;let h=this.weightPointMap.get(n.floor)||[],c=this.weightPointMap.get(r.floor)||[];h.forEach(l=>{l.id===n.id&&(i=i/l.passWeight),k(n.cds,l.cds)<=l.coverageArea&&(i=i/l.passWeight)}),c.forEach(l=>{l.id===r.id&&(i=i/l.passWeight),k(r.cds,l.cds)<=l.coverageArea&&(i=i/l.passWeight)}),o.set(e,i),s.set(t,o)}addFacilityToLineMap(t,e,i,s){[...this.straightLadderMap,...this.staircaseMap].forEach(o=>{let[n,r]=o;if(!(r.length<2))for(let h=0;h<r.length;h++){let c=""+r[h].floor+L+r[h].id,l=this.pointMap.get(c);if(!(!l||l.permission)){for(let p=0;p<r.length;p++)if(h!==p){let d=""+r[p].floor+L+r[p].id,u=this.pointMap.get(d);if(!u||u.permission)continue;if(r[h].type==="straightLadder"){let f=e;this.addLineItem(c,d,f,s)}else{let f=i;this.addLineItem(c,d,f,s)}}}}}),this.escalatorMap.forEach((o,n)=>{o.forEach(r=>{if(r.start&&r.end){let h=""+r.start.floor+L+r.start.id,c=""+r.end.floor+L+r.end.id,l=this.pointMap.get(h),p=this.pointMap.get(c);if(l&&p&&!l.permission&&!p.permission){let d=t;this.addLineItem(h,c,d,s)}}})}),this.connectionPointMap.forEach((o,n)=>{o.forEach(r=>{if(r.start&&r.end){let h=""+r.start.floor+L+r.start.id,c=""+r.end.floor+L+r.end.id,l=this.pointMap.get(h),p=this.pointMap.get(c);l&&p&&!l.permission&&!p.permission&&this.addLineItem(h,c,100,s)}})})}initBaseRoute(){let t=new Map(Jt(this.lineMap));this.addFacilityToLineMap(100,100*this.lift_priority,3e4,t),this.baseRoute=new at.default(t)}initEscalatorRoute(){let t=new Map(Jt(this.lineMap)),e=1e4;this.addFacilityToLineMap(100,this.lift_priority*e,3e4*e,t),this.escalatorRoute=new at.default(t)}initStraightLadderRoute(){let t=new Map(Jt(this.lineMap)),e=1e4;this.addFacilityToLineMap(3*e,300,3e4*e,t),this.straightLadderRoute=new at.default(t)}initForwardRoute(){this.rampMap.forEach((t,e)=>{t.forEach(i=>{if(i.start&&i.end){let s=""+i.start.floor+L+i.start.id,o=""+i.end.floor+L+i.end.id,n=this.pointMap.get(s),r=this.pointMap.get(o);n&&r&&!n.permission&&!r.permission&&this.addLineItem(s,o,10,this.forwardLineMap)}})}),this.connectionPointMap.forEach((t,e)=>{t.forEach(i=>{if(i.start&&i.end){let s=""+i.start.floor+L+i.start.id,o=""+i.end.floor+L+i.end.id,n=this.pointMap.get(s),r=this.pointMap.get(o);n&&r&&!n.permission&&!r.permission&&this.addLineItem(s,o,100,this.forwardLineMap)}})}),this.forwardRoute=new at.default(this.forwardLineMap)}addNoProofWeight(t,e){let i=(s,o)=>{let n=t.get(s),r=n==null?void 0:n.get(o);n&&!Ve(r)&&n.set(o,r*Ha)};this.roadInfo.forEach(s=>{(s.lines||[]).filter(o=>o.to!==o.from&&o[e]===!1).forEach(o=>{let n=""+s.floor+L+o.from,r=""+s.floor+L+o.to;switch(o.direction){case"single-people":i(n,r);break;case"back-people":i(r,n);break;default:i(n,r),i(r,n)}})})}getRouteByType(t){switch(t){case"escalator":return this.escalatorRoute;case"straightLadder":return this.straightLadderRoute;case"forward":return this.forwardRoute;default:return this.baseRoute}}getProofRoute(t,e,i){let s=""+t+L+e+L+i,o=this.proofRouteMap.get(s);if(o)return o;let n=new Map(Jt(this.getRouteByType(t).graph));e&&this.addNoProofWeight(n,"sunProof"),i&&this.addNoProofWeight(n,"rain");let r=new at.default(n);return this.proofRouteMap.set(s,r),r}checkStart(t){return!(!t.floor||!t.routePointId&&!t.nodeId&&(!t.coord||t.coord.length<2))}checkEnd(t){return t.facility||t.parkingSpace&&t.floor?!0:this.checkStart(t)}transformStart(t,e,i){i===void 0&&(i={});var s;if(t.routePointId)return[{floor:t.floor,id:t.routePointId}];if(t.nodeId){let o=this.nodeMap.get(""+t.floor+L+t.nodeId);if(o!=null&&o.length)return o.map(n=>{let[r,h]=n.split(L);return{floor:r,id:h}})}if((s=t.coord)!=null&&s.length){let o=this.roadInfo.find(c=>c.floor===t.floor);if(!o)return null;let n=o.points.filter(c=>c.isStarted),r=o.points.filter(c=>{let l=""+c.floor+L+c.id;if(e==="forward"){if(!this.forwardLineMap.has(l)||i.adsorptionIntersection&&n.length&&!c.isStarted)return!1}else if(!this.lineMap.has(l))return!1;return!0});if(!r.length)return null;let h=r.reduce((c,l)=>{if(l.relatedId)return c;let p=k(t.coord,l.cds);return p<c.min&&(c.min=p,c.point=l),c},{min:1/0,point:r[0]});return[{floor:o.floor,id:h.point.id}]}return null}transformEnd(t,e){if(t.routePointId&&t.floor)return[{floor:t.floor,id:t.routePointId}];if(t.floor){if(t.parkingSpace){let s=this.parkingMap.get(""+t.floor+L+t.parkingSpace);if(s)return[{floor:t.floor,id:s.id}]}let i=this.transformStart(t,e);if(i)return i}if(t.facility){let s=this.facilities.filter(o=>+o.type_id==+t.facility).map(o=>o.id).map(o=>this.facilityMap.get(""+o)).flat(2);if(s!=null&&s.length)return{floor:t.floor,facility:t.facility}}return null}getPath(t,e,i,s,o,n){if(i===void 0&&(i=""),n===void 0&&(n={}),!this.checkStart(t))return"start-error";if(!this.checkEnd(e))return"end-error";let r=this.transformStart(t,i,n);if(!r)return"no-start";let h=this.transformEnd(e,i);if(!h)return"no-end";let c=[];if(Array.isArray(h))for(let x=0;x<r.length;x++){let m=r[x];for(let y=0;y<h.length;y++){let P=h[y];if(m.floor===P.floor&&m.id===P.id)return"near"}}else{c=this.facilities.filter(m=>+m.type_id==+e.facility).map(m=>m.id).map(m=>this.facilityMap.get(""+m)).flat(2).filter(m=>m).filter(m=>h.floor?m.floor===h.floor:!0);for(let m=0;m<r.length;m++){let y=r[m];for(let P=0;P<c.length;P++){let M=c[P];if(y.floor===M.floor&&y.id===M.id)return"near"}}}let l=Array.isArray(n.proof)?n.proof:n.proof?[n.proof]:[],p=i!=="forward"&&l.includes("sunProof"),d=i!=="forward"&&l.includes("rain"),u;switch(i){case"escalator":u=(x,m,y)=>this.getEscalatorPath(x,m,y,p,d);break;case"straightLadder":u=(x,m,y)=>this.getStraightLadderPath(x,m,y,p,d);break;case"forward":u=this.getForwardPath.bind(this);break;default:u=(x,m,y)=>this.getBasePath(x,m,y,p,d);break}let f=null;return r.forEach(x=>{if(Array.isArray(h))h.forEach(m=>{let y=u(x,m,s,o);y&&y&&(!f||y[0].consume<f[0].consume)&&(f=y)});else{if(!c.length)return null;let m=c.map(y=>u(x,{floor:y.floor,id:y.id},s,o)).filter(y=>!!y);f=m.reduce((y,P)=>{let M=P[0].consume;return M<y.distance&&(y.distance=M,y.path=P),y},{distance:1/0,path:m[0]}).path}}),f}getRoutePath(t,e,i){let s=""+t.floor+L+t.id,o=this.pointMap.get(s),n=""+e.floor+L+e.id,r=this.pointMap.get(n);if(!o||!r)return null;let h=""+o.floor+L+(o.relatedId||o.id),c=""+r.floor+L+(r.relatedId||r.id),l=i.path(h,c);if(!l)return null;let p=[],d=l.reduce((u,f,x,m)=>{if(x===0)return 0;let y=m[x-1],P=i.graph.get(y).get(f);return u+P},0);return l.map(u=>{let f=this.pointMap.get(u);if(f){var x;let{floor:m}=f,y=f.type;if(this.isFacilityByType(f.type)){let P=this.facilities.find(M=>M.id===+f.targetId);P&&(y=P.entry_infra_type)}if(((x=p[p.length-1])==null?void 0:x.floor)===m){let P=p[p.length-1];P.points.push(f.cds),P.pointInfos.push(f),P.endType=y,P.destId=f.nodeId,P.distance=ut(P.points)}else p.push({floor:m,points:[f.cds],pointInfos:[f],endType:y,destId:f.nodeId,distance:0,consume:d})}}),p}getBasePath(t,e,i,s,o){s===void 0&&(s=!1),o===void 0&&(o=!1);let n=s||o?this.getProofRoute("",s,o):this.baseRoute;if(!i)return this.getRoutePath(t,e,n);let r=Jt(n.graph),h=l=>{this.addPermissionLineToMap(l,["","escalator","staircase","straightLadder","connectionPoint"],r,new Map([["escalator",100],["connectionPoint",100],["straightLadder",100*this.lift_priority],["staircase",3e4]]))};Array.isArray(i)?i.forEach(l=>{h(l)}):h(i);let c=new at.default(r);return this.getRoutePath(t,e,c)}getEscalatorPath(t,e,i,s,o){s===void 0&&(s=!1),o===void 0&&(o=!1);let n=s||o?this.getProofRoute("escalator",s,o):this.escalatorRoute;if(!i)return this.getRoutePath(t,e,n);let r=Jt(n.graph),h=1e4,c=p=>{this.addPermissionLineToMap(p,["","escalator","staircase","straightLadder","connectionPoint"],r,new Map([["escalator",100],["connectionPoint",100],["straightLadder",this.lift_priority*h],["staircase",3e4*h]]))};Array.isArray(i)?i.forEach(p=>{c(p)}):c(i);let l=new at.default(r);return this.getRoutePath(t,e,l)}getStraightLadderPath(t,e,i,s,o){s===void 0&&(s=!1),o===void 0&&(o=!1);let n=s||o?this.getProofRoute("straightLadder",s,o):this.straightLadderRoute;if(!i)return this.getRoutePath(t,e,n);let r=Jt(n.graph),h=1e4,c=p=>{this.addPermissionLineToMap(p,["","escalator","staircase","straightLadder","connectionPoint"],r,new Map([["escalator",3*h],["connectionPoint",100],["straightLadder",300],["staircase",3e4*h]]))};Array.isArray(i)?i.forEach(p=>{c(p)}):c(i);let l=new at.default(r);return this.getRoutePath(t,e,l)}getSunProofPath(t,e,i,s,o,n){return i===void 0&&(i=""),n===void 0&&(n={}),this.getPath(t,e,i,s,o,w({},n,{proof:"sunProof"}))}getRainProofPath(t,e,i,s,o,n){return i===void 0&&(i=""),n===void 0&&(n={}),this.getPath(t,e,i,s,o,w({},n,{proof:"rain"}))}getForwardPath(t,e,i,s){let o=new Map,n=u=>{let f=this.forwardRoute.graph.get(h);u.forEach(x=>{let m=f.get(x);Ve(m)||(o.set(x,m),f.delete(x))})},r=()=>{let u=this.forwardRoute.graph.get(h);o.forEach((f,x)=>{u.set(x,f)})},h=""+t.floor+L+t.id;if(!Ve(s)){let u=this.forwardLineMap.get(h),f=this.pointMap.get(h);if(f&&(u!=null&&u.size)&&u.size>1){let x=new qs(f.cds[0],f.cds[1]),m=new Map;u.forEach((P,M)=>{let E=this.pointMap.get(M);if(E){let S=new qs(E.cds[0],E.cds[1]),b=360-(new qs().subVectors(S,x).angle()/Math.PI*180-90+360)%360;m.set(M,b)}});let y=Array.from(m).filter(P=>{let[M,E]=P;return Math.abs(E-s)<=60}).map(P=>{let[M]=P;return M});if(y.length)y.forEach(P=>m.delete(P)),n([...m.keys()]);else{let P=Array.from(m).reduce((M,E)=>{let S=Math.abs(E[1]-s);return S<M.diff?{diff:S,key:E[0]}:M},{diff:1/0,key:""});m.delete(P.key),n([...m.keys()])}}}if(!i){let u=this.getRoutePath(t,e,this.forwardRoute);return r(),u||this.getRoutePath(t,e,this.forwardRoute)}let c=Jt(this.forwardRoute.graph),l=u=>{this.addPermissionLineToMap(u,["","ramp"],c,new Map([["ramp",10]]))};Array.isArray(i)?i.forEach(u=>{l(u)}):l(i);let p=new at.default(c),d=this.getRoutePath(t,e,p);if(r(),d)return d;{let u=Jt(this.forwardRoute.graph);Array.isArray(i)?i.forEach(m=>{l(m)}):l(i);let f=new at.default(u);return this.getRoutePath(t,e,f)}}clear(){this.roadInfo=[],this.pointMap.clear(),this.nodeMap.clear(),this.facilityMap.clear(),this.straightLadderMap.clear(),this.escalatorMap.clear(),this.staircaseMap.clear(),this.lineMap.clear(),this.baseRoute=new at.default,this.escalatorRoute=new at.default,this.straightLadderRoute=new at.default,this.proofRouteMap.clear()}constructor(t=3){this.lift_priority=t,this.roadInfo=[],this.facilities=[],this.pointMap=new Map,this.nodeMap=new Map,this.facilityMap=new Map,this.straightLadderMap=new Map,this.escalatorMap=new Map,this.rampMap=new Map,this.staircaseMap=new Map,this.connectionPointMap=new Map,this.parkingMap=new Map,this.lineMap=new Map,this.weightPointMap=new Map,this.baseRoute=new at.default,this.escalatorRoute=new at.default,this.straightLadderRoute=new at.default,this.forwardLineMap=new Map,this.forwardRoute=new at.default,this.proofRouteMap=new Map}};import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/web.dom-collections.iterator.js";var gt=class{static createKey(){return Math.random().toString(36).substring(2,15)+Math.random().toString(36).substring(2,15)}static genUniqueKey(){let t=this.createKey();for(;this.keySet.has(t);)t=this.createKey();return t}static registerKey(t){this.keySet.add(t)}static removeKey(t){this.keySet.delete(t)}static dispose(){this.keySet.clear()}};gt.keySet=new Set;import"core-js/modules/es.string.replace.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/es.array.push.js";function Tn(a){return a.replace(/[A-Z]/g,t=>"_"+t.toLowerCase()).replace(/^_/,"")}function kn(a){let t=[],e=/(\([^()]*\))|([^()]*)/g,i=0,s;for(;(s=e.exec(a))!==null;)s.index>i&&t.push(a.substring(i,s.index)),t.push(s[0]),i=s.index+s[0].length;return i<a.length&&t.push(a.substring(i)),t}function z(a,t,e){return new Promise((i,s)=>{let o=gt.genUniqueKey(),n=r=>{let{data:h}=r;h.type===""+t+"_result"&&h.key===o&&(gt.removeKey(o),self.removeEventListener("message",n),h.error?s(h.error):i(h.data))};a.addEventListener("message",n),a.postMessage({type:t,key:o,data:e})})}function _f(a){let t={};for(let i in a)i.startsWith("on")&&(t[Tn(i.slice(2))]=a[i],t[i]=a[i]);let e=i=>g(this,null,function*(){let{data:s}=i;if(t[s.type])try{let o=yield t[s.type](s.data);if(o!=null&&o.$transfer&&Array.isArray(o.$transfer)){let n=o.$transfer;delete o.$transfer,self.postMessage({type:""+s.type+"_result",key:s.key,data:o},n)}else self.postMessage({type:""+s.type+"_result",key:s.key,data:o})}catch(o){self.postMessage({type:""+s.type+"_result",key:s.key,error:o})}else self.postMessage({type:""+s.type+"_result",key:s.key,error:"no_event"})});return self.addEventListener("message",e),()=>{self.removeEventListener("message",e)}}import{BoxGeometry as Na,BufferGeometry as Za,Line as ja,LineBasicMaterial as Va,Mesh as Ka,MeshBasicMaterial as Xa}from"three";function Cf(a,t){t===void 0&&(t=16711680);let e=new Va({color:t}),i=new Za().setFromPoints(a);return new ja(i,e)}function Lf(a,t){t===void 0&&(t=16711680);let e=new Xa({color:t,depthTest:!1,transparent:!0}),i=new Na(1,1,1),s=new Ka(i,e);return s.position.copy(a),s.renderOrder=100100,s}import"core-js/modules/es.json.stringify.js";import"core-js/modules/web.dom-collections.iterator.js";function vi(a,t,e){e===void 0&&(e=0),a.forEach(i=>{if(i.geometry.coords=JSON.parse(JSON.stringify(i.geometry.cds)),i.geometry.type==="polygon"){var s;i.geometry.coords.map(o=>{Array.isArray(o)&&o.forEach(n=>{n[0]-=t[0],n[1]-=t[1]})}),i.geometry.otherCds&&(i.geometry.otherCoords=i.geometry.otherCds.map(o=>o.map(n=>_e(n,t)))),(s=i.doors)!=null&&s.length&&i.doors.map(o=>{o.coord=_e(o.coordinate,t)}),i.center&&(i.centerCoords=_e(i.center,t))}else i.geometry.coords=_e(i.geometry.cds,t),i.center&&(i.centerCoords=_e(i.center,t));if(i.center_x&&i.center_y){let[o,n]=_e([i.center_x,i.center_y],t);i.center_coord_x=o,i.center_coord_y=n}});for(let i=0;i<a.length;i++){let s=a[i];s.deltaHeight=1e-5*(e+i+1)}}function _e(a,t){return[a[0]-t[0],a[1]-t[1]]}import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/web.dom-collections.iterator.js";import{Group as Ya}from"@tweenjs/tween.js";var se=class{update(){this.group.update()}pause(){this.pauseTween=!0,this.getAll().forEach(t=>{this.tweenStore.add(t),t.pause()})}continue(){this.pauseTween&&(this.tweenStore.forEach(t=>{t.resume()}),this.tweenStore.clear(),this.pauseTween=!1)}remove(t){this.group.remove(t)}getAll(){return this.group.getAll()}clear(){this.getAll().forEach(t=>t.stop()),this.group.removeAll()}dispose(){this.clear()}constructor(){this.pauseTween=!1,this.tweenStore=new Set,this.group=new Ya}};import{EventDispatcher as qa}from"three";var xi=class extends qa{registryEvent(){this.ctn.addEventListener("pointerdown",this._pointerDown),this.ctn.addEventListener("pointerup",this._pointerUp)}unRegistryEvent(){this.ctn.removeEventListener("pointerdown",this._pointerDown),this.ctn.removeEventListener("pointerup",this._pointerUp)}dispose(){this.unRegistryEvent()}constructor(t){super(),this.ctn=t,this._pointerDown=e=>{this.point={x:e.offsetX,y:e.offsetY}},this._pointerUp=e=>{if(!this.point)return;let{offsetX:i,offsetY:s}=e,{x:o,y:n}=this.point;Math.hypot(o-i+(n-s))>3||this.dispatchEvent({type:"click",e})},this.registryEvent()}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.string.replace.js";import"core-js/modules/es.regexp.exec.js";import{isNil as $a}from"lodash";import{EventDispatcher as Ja}from"three";var be=class extends Ja{_isEffectiveTask(t){return t&&typeof t.run=="function"}_getIndexByTid(t){return this._task.findIndex(e=>e.tid===t)}_createTask(t){return this._isEffectiveTask(t)?w({},t,{tid:++this._id,meta:t.meta||{}}):!1}get task(){return[...this._task]}getTasks(){return[...this._task]}add(t){if(this._isEffectiveTask(t)){let e=this._createTask(t);return this._task.push(e),this.started&&!this.activeTask&&this.start(),e.tid}return!1}replace(t,e){if(!this._isEffectiveTask(e))return console.warn("[TaskQueue] replace\u65B9\u6CD5\u4F20\u5165\u7684task\u53C2\u6570\u683C\u5F0F\u4E0D\u6B63\u786E"),!1;let i=this._getIndexByTid(t);if(i===-1)return console.warn("[TaskQueue] \u6CA1\u6709\u627E\u5230id="+t+"\u7684\u4EFB\u52A1"),!1;let s=this._createTask(e);return this._task.splice(i,1,s),s.tid}replaceByMetaType(t){var e;let i=(e=t.meta)==null?void 0:e.type;if($a(i))return this.add(t);{let s=this._task.find(o=>o.meta.type===i);return s?this.replace(s.tid,t):this.add(t)}}remove(t){let e=this._getIndexByTid(t);return e===-1?(console.warn("[TaskQueue] remove\u65B9\u6CD5\u4F20\u5165\u7684id\uFF1A"+t+"\u627E\u4E0D\u5230\u5BF9\u5E94\u7684task"),!1):(this._task.splice(e,1),!0)}clear(){this._task.length=0}start(){this.started=!0,!this.activeTask&&this._task.length&&this.exec()}stop(){this.started=!1}exec(){return g(this,null,function*(){if(!this.started||!this._task.length)return!1;let t=this._task.shift();this.activeTask=t,this.dispatchEvent({type:"active-task-start",task:t});let e;try{e=yield t.run()}catch(i){console.warn("[task run err]",i,t)}return this.activeTask=null,this.dispatchEvent({type:"active-task-end",task:t,res:e}),this.exec()})}constructor(t=!0){super(),this._task=[],this.started=!1,this.activeTask=null,this._id=0,t&&this.start()}};import"core-js/modules/es.array.push.js";import{EventDispatcher as Qa}from"three";var wi=class extends Qa{getWorker(){return new Promise(t=>{let e=this.pool.find(s=>s.state==="leisure");if(e){e.state="used",t(e.worker);return}if(this.pool.length<this.max&&this.workerConstructor){let s=this.workerConstructor();this.pool.push({worker:s,state:"used"}),t(s);return}let i=()=>{let s=this.pool.find(o=>o.state==="leisure");s&&(this.removeEventListener("release",i),s.state="used",t(s.worker))};this.addEventListener("release",i)})}releaseWorker(t){let e=this.pool.find(i=>i.worker===t);e&&(e.state="leisure",this.dispatchEvent({type:"release",worker:t}))}dispose(){this._listeners={},this.pool.forEach(t=>{t.worker.terminate()}),this.pool=[]}constructor(t=10,e){super(),this.max=10,this.pool=[],this.max=t,this.workerConstructor=e}};import{EventDispatcher as th}from"three";var et=class extends th{dispose(){this._listeners={}}};var Pi=class{filter(t){let e=this.estimate,i=this.errorEstimate+this.processNoise,s=i/(i+this.measurementNoise);return this.estimate=e+s*(t-e),this.errorEstimate=(1-s)*i,this.estimate}constructor(t={}){this.estimate=0,this.errorEstimate=1,this.processNoise=.1,this.measurementNoise=1,this.measurementNoise=t.measurementNoise||1,this.processNoise=t.processNoise||.1,this.errorEstimate=t.errorEstimate||1}};import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import{BufferAttribute as Ee,BufferGeometry as eh,Color as $s,ExtrudeGeometry as ih,Matrix4 as sh,Quaternion as oh,Vector3 as Ke}from"three";import{mergeGeometries as nh}from"three/examples/jsm/utils/BufferGeometryUtils.js";import{polygon as rh,center as ah}from"@turf/turf";function Lg(a,t,e){t===void 0&&(t=!0),e===void 0&&(e=!1);let i=a.filter(r=>r.geometry.type==="polygon");if(!i.length)return null;let s=i.map(r=>{var h;let c=r.geometry.coords,l=di(c[0],c.slice(1)),p=new ih(l,{steps:1,bevelEnabled:!1,depth:r.height,curveSegments:4});(h=r).deltaHeight||(h.deltaHeight=0),p.translate(0,0,r.airHeight+r.deltaHeight);let d=p.attributes.position.count,u=new Float32Array(d).fill(r.height+r.airHeight+r.deltaHeight);if(p.setAttribute("maxZ",new Ee(u,1)),p.setAttribute("opacity",new Ee(new Float32Array(d).fill(r.fillOpacity),1)),e){let m=new Float32Array(d).fill(r.airHeight+r.deltaHeight);p.setAttribute("minZ",new Ee(m,1))}let f=new $s(r.fillColor).convertLinearToSRGB(),x=new Float32Array(d*3);for(let m=0;m<d;m++)x[m*3]=f.r,x[m*3+1]=f.g,x[m*3+2]=f.b;return p.setAttribute("color",new Ee(x,3)),p}),o=nh(s);s.forEach(r=>r.dispose());let n={geometry:o};return o.dispose(),t&&(n.lineGeometry=hh(i)||void 0),n}function Tg(a){let t=a.filter(h=>h.geometry.type==="polygon");if(!t.length)return null;let e=[],i=[],s=[],o=[],n=[],r=[];return t.map((h,c)=>{var l;(l=h).deltaHeight||(l.deltaHeight=0);let p=h.geometry.coords,d=k(p[0][0],p[0][1]),u=k(p[0][1],p[0][2]),f=p[0][1][0]-p[0][0][0],x=p[0][1][1]-p[0][0][1],m=Math.atan2(x,f),y=ah(rh(p)),P=y.geometry.coordinates[0],M=y.geometry.coordinates[1],E=new sh().compose(new Ke(P,M,h.deltaHeight+h.airHeight+h.height/2),new oh().setFromAxisAngle(new Ke(0,0,1),m),new Ke(d,u,h.height));e.push(...E.toArray()),i.push(...new $s(h.fillColor).convertLinearToSRGB().toArray());var S;s[c]=(S=h.fillOpacity)!=null?S:1;var R;o[c]=((R=h.deltaHeight)!=null?R:0)+h.airHeight+h.height,n[c]=h.id,r[c]=h.airHeight+h.deltaHeight}),{size:t.length,ids:n,matrixes:e,colors:i,opacities:s,maxZs:o,minZs:r}}function hh(a){let{points:t,colors:e,opacities:i}=Js(a);if(!t.length)return null;let s=new eh().setFromPoints(t);return s.setAttribute("color",new Ee(new Float32Array(e),3)),s.setAttribute("opacity",new Ee(new Float32Array(i),1)),s}function Js(a){let t=[],e=[],i=[];return a.filter(s=>s.strokeOpacity>0).map(s=>{let o=s.height+(s.deltaHeight||0)+s.airHeight,{coords:n}=s.geometry,{strokeColor:r,strokeOpacity:h}=s,c=new $s(r).convertLinearToSRGB();for(let l=0;l<n.length;l++){let p=n[l];for(let d=0;d<p.length;d++){let u=p[d],f=d+1===p.length?p[0]:p[d+1];t.push(new Ke(u[0],u[1],o)),t.push(new Ke(f[0],f[1],o)),e.push(c.r,c.g,c.b),e.push(c.r,c.g,c.b),i.push(h),i.push(h)}}}),{points:t,colors:e,opacities:i}}function kg(a){if(a.length>1)return!1;let t=a[0];if(t.length!==5)return!1;let[e]=t,i=t[t.length-1];if(e[0]!==i[0]||e[1]!==i[1])return!1;let s=[Math.round(k(t[0],t[1])),Math.round(k(t[1],t[2])),Math.round(k(t[2],t[3])),Math.round(k(t[3],t[4]))];if(!(s[2]===s[0]&&s[3]===s[1]))return!1;let o=ye(t[0],t[1],t[2]);return Math.abs(Math.abs(o)-90)<1}import{Vector3 as ch}from"three";var Mi=class{setBuildingCenter(t){this.buildingCenter=t}getBuildingCenter(){return this.buildingCenter}mercatorToWorld(t){return new ch(t[0]-this.buildingCenter[0],t[1]-this.buildingCenter[1],0)}worldToMercator(t){return[t.x+this.buildingCenter[0],t.y+this.buildingCenter[1]]}constructor(t=[0,0]){this.buildingCenter=t}};import{EventDispatcher as kp,Box2 as Dp,Vector3 as kt,Vector2 as me,Raycaster as Pr,Box3 as Ap,Color as Op,AmbientLight as Rp,Plane as Ip}from"three";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/es.array.push.js";import{EventDispatcher as pp}from"three";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{Object3D as Sh,ExtrudeGeometry as Ch,Mesh as Lh,Box3 as Li,Vector3 as bt,BufferGeometry as Th,LineSegments as kh,Ray as Vn,Vector2 as Qt,DoubleSide as Dh,RepeatWrapping as Kn}from"three";import"core-js/modules/web.dom-collections.iterator.js";import{LineMaterial as lh}from"three/examples/jsm/lines/LineMaterial.js";import{Color as Xe,LineBasicMaterial as ph,MeshStandardMaterial as dh,MeshBasicMaterial as uh,ShaderMaterial as Se,DoubleSide as mh,LineDashedMaterial as fh}from"three";function Dn(a){return a.x+"-"+a.y+"-"+a.z}var C=class{static generateLineMaterialKey(t){let{color:e,opacity:i}=t;return e+"-"+i}static createLineMaterial(t){let{color:e,opacity:i,vertexColors:s}=t,o=this.generateLineMaterialKey({color:e,opacity:i,vertexColors:s});if(this.lineMaterialMap.has(o))return this.lineMaterialMap.get(o);let n=new ph({color:new Xe(e).convertLinearToSRGB(),transparent:!0,opacity:i,vertexColors:s!=null?s:!1});return this.lineMaterialMap.set(o,n),n}static createMeshStandardMaterial(t){let{color:e,opacity:i}=t,s=e+"-"+i;if(this.meshStandardMaterialMap.has(s))return this.meshStandardMaterialMap.get(s);let o=new dh({color:new Xe(e).convertLinearToSRGB(),roughness:1,transparent:!0,opacity:i,depthWrite:!0});return this.meshStandardMaterialMap.set(s,o),o}static createMeshBasicMaterial(t){let{color:e,opacity:i,vertexColors:s}=t,o=e+"-"+i+"-"+s;if(this.meshBasicMaterialMap.has(o))return this.meshBasicMaterialMap.get(o);let n=new uh({color:e,transparent:!0,opacity:i,depthWrite:!0,vertexColors:s!=null?s:!1});return this.meshBasicMaterialMap.set(o,n),n}static createShaderMaterial(t){let{gradualColor:e,center:i,maxValue:s,opacity:o,direction:n,max:r,min:h}=t,c=e.toString()+"-"+Dn(i)+"-"+s+"-"+o+"-"+Dn(n);if(this.shaderMaterialMap.has(c))return this.shaderMaterialMap.get(c);let l=`
|
|
2
2
|
uniform vec3 uColor;
|
|
3
3
|
uniform vec3 uGradualColor;
|
|
4
4
|
uniform vec3 center;
|
|
@@ -35,7 +35,7 @@ var Pa=Object.create;var Ws=Object.defineProperty;var Ma=Object.getOwnPropertyDe
|
|
|
35
35
|
void main() {
|
|
36
36
|
gl_FragColor = vec4(vColor.x, vColor.y, vColor.z, opacity);
|
|
37
37
|
}
|
|
38
|
-
`,d=new Se({uniforms:{uColor:{value:new
|
|
38
|
+
`,d=new Se({uniforms:{uColor:{value:new Xe(e[0]).convertLinearToSRGB()},uGradualColor:{value:new Xe(e[1]).convertLinearToSRGB()},center:{value:i},maxValue:{value:s},opacity:{value:o},uDirection:{value:n},uMax:{value:r},uMin:{value:h}},vertexShader:l,fragmentShader:p,side:mh});return this.shaderMaterialMap.set(c,d),d}static createLine2MaterialMap(t){let{color:e,width:i,dashed:s,resolution:o,vertexColors:n}=t,r=e+"-"+i+"-"+s+"-"+o.x+"-"+o.y+"-"+n;if(this.line2MaterialMap.has(r))return this.line2MaterialMap.get(r);let h=new lh({color:new Xe(e),dashed:s,linewidth:i,worldUnits:!0,dashSize:1,gapSize:3,dashScale:1,resolution:o,vertexColors:n!=null?n:!1});return this.line2MaterialMap.set(r,h),h}static createLineDashedMaterial(t){let e="dashed-"+t.color+"-"+t.opacity+"-"+t.dashSize+"-"+t.gapSize+"-"+t.scale;if(this.lineDashedMaterialMap.has(e))return this.lineDashedMaterialMap.get(e);let i=new fh({color:t.color,transparent:!0,opacity:t.opacity,dashSize:t.dashSize||.2,gapSize:t.gapSize||.1,scale:t.scale||1});return this.lineDashedMaterialMap.set(e,i),i}static GetMergeAttributeGraphicMaterial(){if(this.mergeAttributeGraphicMaterial)return this.mergeAttributeGraphicMaterial;let t=`
|
|
39
39
|
attribute float maxZ; // \u58F0\u660E\u4E00\u4E2Aattribute\u53D8\u91CF
|
|
40
40
|
attribute vec3 color; // \u58F0\u660E\u4E00\u4E2Aattribute\u53D8\u91CF
|
|
41
41
|
attribute float opacity; // \u58F0\u660E\u4E00\u4E2Aattribute\u53D8\u91CF
|
|
@@ -215,8 +215,8 @@ var Pa=Object.create;var Ws=Object.defineProperty;var Ma=Object.getOwnPropertyDe
|
|
|
215
215
|
gl_FragColor = vec4(newColor, vOpacity);
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
|
-
`;return this.instancedWallMaterial=new Se({vertexShader:t,fragmentShader:e,transparent:!0})}static dispose(){this.lineMaterialMap.forEach((t,e)=>{t.dispose()}),this.lineMaterialMap.clear(),this.meshStandardMaterialMap.forEach((t,e)=>{t.dispose()}),this.meshStandardMaterialMap.clear(),this.meshBasicMaterialMap.forEach((t,e)=>{t.dispose()}),this.meshBasicMaterialMap.clear(),this.shaderMaterialMap.forEach((t,e)=>{t.dispose()}),this.shaderMaterialMap.clear(),this.line2MaterialMap.forEach((t,e)=>{t.dispose()}),this.line2MaterialMap.clear(),this.lineDashedMaterialMap.forEach(t=>{t.dispose()}),this.lineDashedMaterialMap.clear(),this.mergeAttributeGraphicMaterial&&(this.mergeAttributeGraphicMaterial.dispose(),this.mergeAttributeGraphicMaterial=null),this.mergeAttributeWallMaterial&&(this.mergeAttributeWallMaterial.dispose(),this.mergeAttributeWallMaterial=null),this.mergeAttributeGraphicLineMaterial&&(this.mergeAttributeGraphicLineMaterial.dispose(),this.mergeAttributeGraphicLineMaterial=null),this.instancedGraphicMaterial&&(this.instancedGraphicMaterial.dispose(),this.instancedGraphicMaterial=null),this.instancedWallMaterial&&(this.instancedWallMaterial.dispose(),this.instancedWallMaterial=null)}};C.lineMaterialMap=new Map;C.meshStandardMaterialMap=new Map;C.meshBasicMaterialMap=new Map;C.shaderMaterialMap=new Map;C.line2MaterialMap=new Map;C.mergeAttributeGraphicMaterial=null;C.mergeAttributeWallMaterial=null;C.mergeAttributeGraphicLineMaterial=null;C.instancedGraphicMaterial=null;C.instancedWallMaterial=null;C.lineDashedMaterialMap=new Map;import"core-js/modules/es.regexp.exec.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.typed-array.uint8-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/es.typed-array.from.js";import{DataTexture as ae,LinearFilter as yt,RGBAFormat as he}from"three";function Qs(){return new Worker(new URL("./worker/text-texture.worker-6IXOXREW.js",import.meta.url))}function to(){return new Worker(new URL("./worker/lazy-indexdb-text-texture.worker-GTG7ASSH.js",import.meta.url))}var Bt,ht=function(a){return a.MAP_VERSION="map_version",a.ROUTE_VERSION="route_version",a.FACILITY_VERSION="facility_version",a.MAP_DATA="map_data",a.ROAD_NETWORK_DATA="road_network_data",a.FACILITY_DATA="facility_data",a.POI_TEXT="poi_text_1",a.POI_TEXT_RECT="poi_text_rect",a.LAZY_TEXTURE="lazy_texture",a.LAZY_POI="lazy_poi",a}({});function _i(a,t){return a===void 0&&(a="aibee_map"),t===void 0&&(t=9),new Promise((e,i)=>{if(Bt)return e({db:Bt,type:"success"});let s=indexedDB.open(a,t);s.onupgradeneeded=function(o){Bt=o.target.result,console.log("[open db is onupgradeneeded]"),Gt("map_version"),Gt("route_version"),Gt("facility_version"),Gt("map_data"),Gt("road_network_data"),Gt("facility_data"),Gt("poi_text_1"),Gt("poi_text_rect"),Gt("lazy_texture"),Gt("lazy_poi")},s.onsuccess=o=>{Bt=o.target.result,e({db:Bt,type:"success"})},s.onerror=o=>{console.log("[open db is onerror]"),i(o)}})}function Ce(a,t,e){return e===void 0&&(e=Bt),new Promise((i,s)=>{e||s("\u6CA1\u6709db");let n=e.transaction([a],"readonly").objectStore(a).get(t);n.onsuccess=()=>{n.result?i(n.result.value):i(null)},n.onerror=r=>{console.log("[getVersionByKey]",r),i(null)}})}function Xe(a,t,e,i,s){return i===void 0&&(i=Bt),s===void 0&&(s=!1),new Promise((o,n)=>g(this,null,function*(){if(!i){n("\u6CA1\u6709db");return}let r=s;s||(r=!!(yield Ce(a,t)));let h=i.transaction([a],"readwrite").objectStore(a),c=r?h.put({key:t,value:e}):h.add({key:t,value:e});c.onsuccess=function(l){o(l)},c.onerror=function(l){n(l)}}))}function Gt(a,t){t===void 0&&(t=Bt),t&&(t.objectStoreNames.contains(a)||t.createObjectStore(a,{keyPath:"key"}))}function An(a){a===void 0&&(a=Bt),a==null||a.close(),Bt=null}var Ct=Math.max(window.devicePixelRatio,2);Yt&&(Ct=1);var V=class{static InitDb(){return _i()}static getCanvas(){if(this.canvas)return this.canvas;{let t=document.createElement("canvas");return this.canvas=t,t}}static getCtx(){if(this.ctx)return this.ctx;let e=this.getCanvas().getContext("2d",{willReadFrequently:!0});return this.ctx=e,e}static getIdleCanvas(){if(this.idleCanvas)return this.idleCanvas;{let t=document.createElement("canvas");return this.idleCanvas=t,t}}static getIdleCtx(){if(this.idleCtx)return this.idleCtx;let e=this.getIdleCanvas().getContext("2d",{willReadFrequently:!0});return this.idleCtx=e,e}static getMergedOptions(t){return w({},this.options,t)}static setCtxStyle(t,e,i){e===void 0&&(e=this.getCanvas()),i===void 0&&(i=this.getCtx()),e.style.width=""+t.width+"px",e.style.height=""+t.height+"px",e.width=t.width*Ct,e.height=t.height*Ct,i.font=t.font,i.textBaseline=t.textBaseline,i.lineWidth=t.lineWidth,i.fillStyle=t.fillStyle,i.strokeStyle=t.strokeStyle,i.scale(Ct,Ct)}static getLazyIndexDbTextTextureWorker(){if(this.lazyIndexDbTextTextureWorker)return this.lazyIndexDbTextTextureWorker;{let t=to();return this.lazyIndexDbTextTextureWorker=t,t}}static getTextureRectByTexts(t,e){return g(this,null,function*(){let i=this.getMergedOptions(e),s=(e==null?void 0:e.maxWidth)||600,o=qt(w({},i,{text:t,maxWidth:s}));if(this.rectCacheMap.has(o))return this.rectCacheMap.get(o);let n=new Promise((r,h)=>g(this,null,function*(){var c;try{yield this.InitDb();let x=yield Ce(ht.POI_TEXT_RECT,o);if(x){r({width:x.width,height:x.height,lines:x.lines,lineString:x.lineString});return}}catch(x){console.error("POI TEXT_RECT DB ERROR",x)}let l=this.getCanvas(),p=this.getCtx();p.clearRect(0,0,l.width,l.height),this.setCtxStyle(i);let d=this.splitText(t,p,s),u=+(((c=i.font.match(/(\d+)px/))==null?void 0:c[1])||54),v=Math.ceil(u+i.lineWidth+2)*d.length,f=Math.max(...d.map(x=>{let P=Math.ceil(p.measureText(x).width);return P%2===0?P:P+1}))+2;try{yield this.InitDb(),Xe(ht.POI_TEXT_RECT,o,{width:f,height:v,lines:d.length,lineString:d})}catch(x){console.error("POI TEXT_RECT DB ERROR",x)}r({width:f,height:v,lines:d.length,lineString:d})}));return this.rectCacheMap.set(o,n),n})}static splitText(t,e,i){let s=kn(t),o=[],n="";for(let r of s)if(r.startsWith("(")||r.startsWith("\uFF08"))o.push(r.slice(1,-1));else{let h=r.split(" ");for(let c of h){let l=n?n+" "+c:c,p=e.measureText(l);if(p.width>i)if(n&&o.push(n),p.width>i||qo(c)){let d="",u=c.split("");for(let m of u){let v=d+m;e.measureText(v).width>i&&d?(o.push(d),d=m):d=v}d&&(n=d)}else n=c;else n=l}}return n&&o.push(n),o}static getTextureByText(t,e){return g(this,null,function*(){let i=this.getMergedOptions(e),s=(e==null?void 0:e.maxWidth)||600,o=(e==null?void 0:e.background)||{enable:!1,color:"#FFFFFF",opacity:.9},n="";if(o.enable?n=qt(w({},i,{text:t,maxWidth:s,background:o})):n=qt(w({},i,{text:t,maxWidth:s})),this.cacheMap.has(n))return this.cacheMap.get(n);let r=new Promise((h,c)=>g(this,null,function*(){var l;try{yield this.InitDb();let O=yield Ce(ht.POI_TEXT,n);if(O){let Z=new ae(new Uint8Array(O.data),O.width,O.height,he);Z.flipY=!0,Z.minFilter=yt,Z.magFilter=yt;let Q={texture:Z,lines:O.lines};this.cacheMap.set(n,Q),h(Q);return}}catch(O){console.error("POI TEXT DB ERROR",O)}let p=this.getCanvas(),d=this.getCtx();d.clearRect(0,0,p.width,p.height),this.setCtxStyle(i);let{width:u,height:m,lineString:v}=yield this.getTextureRectByTexts(t),f=+(((l=i.font.match(/(\d+)px/))==null?void 0:l[1])||54),x=Math.ceil(f+i.lineWidth+2),P=m,_=u;if(o.enable){let st=_+12,nt=P+3*2,D=4;d.fillStyle=o.color,d.globalAlpha=o.opacity,d.beginPath(),d.moveTo(D,0),d.lineTo(st-D,0),d.quadraticCurveTo(st,0,st,D),d.lineTo(st,nt-D),d.quadraticCurveTo(st,nt,st-D,nt),d.lineTo(D,nt),d.quadraticCurveTo(0,nt,0,nt-D),d.lineTo(0,D),d.quadraticCurveTo(0,0,D,0),d.closePath(),d.fill(),d.globalAlpha=1,d.fillStyle=i.fillStyle}let E=o.enable?6:0,S=o.enable?3:0;v.forEach((O,Z)=>{let Q=d.measureText(O),st=Math.ceil(Q.width),nt=Math.floor((_-st)/2)+E,D=Z*(2+x)+S;i.lineWidth&&d.strokeText(O,nt,D),d.fillText(O,nt,D)});let R=o.enable?6:0,b=o.enable?3:0,N=d.getImageData(0,0,(_+R*2)*Ct,(P+b*2)*Ct),J=new ae(N.data,(_+R*2)*Ct,(P+b*2)*Ct,he);J.flipY=!0,J.minFilter=yt,J.magFilter=yt,this.cacheMap.set(n,{texture:J,lines:v.length});try{Xe(ht.POI_TEXT,n,{data:Array.from(N.data),width:(_+R*2)*Ct,height:(P+b*2)*Ct,lines:v.length,lineString:v},void 0,!0)}catch(O){console.error("POI TEXT DB ERROR",O)}h({texture:J,lines:v.length})}));return this.cacheMap.set(n,r),r})}static lazyGetTextureByTexts(t,e){return g(this,null,function*(){let i=this.getMergedOptions(e),s=i.height;i.height=Math.min(s*t.length,2048);let o={},n=new Set;if(t.map(c=>{if(this.lazyPoiMap.has(c)){let l=this.lazyPoiMap.get(c),p=this.lazyTextureCacheMap.get(l.textureKey);if(p){o[c]={width:l.width,height:s,x:l.x,y:l.y,texture:p};return}}n.add(c)}),!n.size)return o;let r=Array.from(n);return new Promise((c,l)=>g(this,null,function*(){let p;window.OffscreenCanvas?(console.log("use webworker"),p=this.getTextsByWorker(r,i,s)):typeof window.requestIdleCallback=="function"?(console.log("use browser idle"),p=this.getTextsByBrowserIdle(r,i,s)):(console.log("use requestAnimation text textures"),p=Promise.resolve().then(()=>this.getTextsSync(r,i,s))),c(p)}))})}static getTextsByWorker(t,e,i){return g(this,null,function*(){return this.textTextureWorker||(this.textTextureWorker=Qs()),(yield z(this.textTextureWorker,"get_texture_by_texts",{texts:t,options:e,originHeight:i})).data.map(o=>{let n=new ae(o.data,e.width,o.height,he);return n.flipY=!0,n.minFilter=yt,n.magFilter=yt,{texture:n,offsetMap:o.offsetMap}}).reduce((o,n)=>(Object.keys(n.offsetMap).forEach(r=>{o[r]=n.offsetMap[r],o[r].texture=n.texture}),o),{})})}static getTextsByBrowserIdle(t,e,i){return g(this,null,function*(){let s=0,o=t.length;return new Promise(n=>{let r=this.getIdleCanvas(),h=this.getIdleCtx();h.clearRect(0,0,r.width,r.height),this.setCtxStyle(e,r,h);let c=[],l=0,p=0,d={},u=()=>g(this,null,function*(){let v=h.getImageData(0,0,e.width,i+p);c.push({imageData:v,offsetMap:d,height:i+p});let f=c.reduce((x,P)=>{let _=new ae(P.imageData.data,e.width,P.height,he);return _.flipY=!0,_.minFilter=yt,_.magFilter=yt,Object.keys(P.offsetMap).forEach(E=>{x[E]=w({},P.offsetMap[E],{texture:_})}),x},{});n(f)}),m=v=>{if(s>=o)return u();if(v.timeRemaining()>0){let f=t[s],x=Math.ceil(h.measureText(f).width);if(x=x%2===0?x:x+1,x+=2,x+l>e.width&&(l=0,p+=i,i+p>e.height)){let _=h.getImageData(0,0,e.width,p);c.push({imageData:_,offsetMap:d,height:p}),p=0,h.clearRect(0,0,e.width,e.height),d={}}let P=8;if(e.lineWidth&&h.strokeText(f,2+l,P+p),h.fillText(f,2+l,P+p),d[f]={width:x,height:i,x:l,y:p},l+=x,++s>=o)return u();v.timeRemaining()>0?m(v):this.timer.requestIdleCallback(m)}else this.timer.requestIdleCallback(m)};this.timer.requestIdleCallback(m),this.timer.setTimeout(()=>{s===0&&(console.log("idle \u4E0D\u6267\u884C \u56DE\u9000\u5230\u540C\u6B65"),n(this.getTextsSync(t,e,i)))},1e3)})})}static getTextsByReqAniFrame(t,e,i){return g(this,null,function*(){let s=0,o=t.length;return new Promise(n=>{let r=this.getIdleCanvas(),h=this.getIdleCtx();h.clearRect(0,0,r.width,r.height),this.setCtxStyle(e,r,h);let c=[],l=0,p=0,d={},u=()=>g(this,null,function*(){let v=h.getImageData(0,0,e.width,i+p);c.push({imageData:v,offsetMap:d,height:i+p});let f=c.reduce((x,P)=>{let _=new ae(P.imageData.data,e.width,P.height,he);return _.flipY=!0,_.minFilter=yt,_.magFilter=yt,Object.keys(P.offsetMap).forEach(E=>{x[E]=w({},P.offsetMap[E],{texture:_})}),x},{});n(f)}),m=()=>{if(s>=o)return u();let v=0;for(;v<30;){let f=t[s],x=Math.ceil(h.measureText(f).width);if(x=x%2===0?x:x+1,x+=2,x+l>e.width&&(l=0,p+=i,i+p>e.height)){let _=h.getImageData(0,0,e.width,p);c.push({imageData:_,offsetMap:d,height:p}),p=0,h.clearRect(0,0,e.width,e.height),d={}}let P=8;if(e.lineWidth&&h.strokeText(f,2+l,P+p),h.fillText(f,2+l,P+p),d[f]={width:x,height:i,x:l,y:p},l+=x,++s>=o)return u();v++}this.timer.requestAnimationFrame(m)};this.timer.requestAnimationFrame(m)})})}static getTextsSync(t,e,i){let s=this.getCanvas(),o=this.getCtx();o.clearRect(0,0,s.width,s.height),this.setCtxStyle(e);let n=[],r=0,h=0,c={};t.forEach(d=>{let u=Math.ceil(o.measureText(d).width);if(u=u%2===0?u:u+1,u+=2,u+r>e.width&&(r=0,h+=i,i+h>e.height)){let v=o.getImageData(0,0,e.width,h);n.push({data:v.data,offsetMap:c,height:h}),h=0,o.clearRect(0,0,e.width,e.height),c={}}let m=8;e.lineWidth&&o.strokeText(d,2+r,m+h),o.fillText(d,2+r,m+h),c[d]={width:u,height:i,x:r,y:h},r+=u});let l=o.getImageData(0,0,e.width,i+h);return n.push({data:l.data,offsetMap:c,height:h+i}),n.reduce((d,u)=>{let m=new ae(u.data,e.width,u.height,he);return m.flipY=!0,m.minFilter=yt,m.magFilter=yt,Object.keys(u.offsetMap).forEach(v=>{d[v]=w({},u.offsetMap[v],{texture:m})}),d},{})}static getTextureByTexts(t,e){let i=this.getMergedOptions(e),s=i.height;i.height=Math.min(s*t.length,1e4);let o=this.getCanvas(),n=this.getCtx();n.clearRect(0,0,o.width,o.height),this.setCtxStyle(i);let r=0,h=0,c={};t.forEach(d=>{let u=Math.ceil(n.measureText(d).width);u=u%2===0?u:u+1,u+=2,u+r>i.width&&(r=0,h+=s);let m=8;i.lineWidth&&n.strokeText(d,2+r,m+h),n.fillText(d,2+r,m+h),c[d]={width:u,height:s,x:r,y:h},r+=u});let l=n.getImageData(0,0,i.width,s+h),p=new ae(Uint8Array.from(l.data),i.width,s+h,he);return p.flipY=!0,p.minFilter=yt,p.magFilter=yt,{texture:p,offsetMap:c}}static dispose(){var t,e;this.ctx=null,this.canvas=null,this.idleCtx=null,this.idleCanvas=null,this.timer.dispose(),this.cacheMap.forEach(i=>{i instanceof Promise?i.then(s=>{s.texture.dispose()}):i.texture.dispose()}),this.cacheMap.clear(),(t=this.textTextureWorker)==null||t.terminate(),(e=this.lazyIndexDbTextTextureWorker)==null||e.terminate(),this.textTextureWorker=null,this.rectCacheMap.clear()}};V.canvas=document.createElement("canvas");V.ctx=V.canvas.getContext("2d",{willReadFrequently:!0});V.cacheMap=new Map;V.rectCacheMap=new Map;V.lazyTextureCacheMap=new Map;V.lazyPoiMap=new Map;V.textTextureWorker=null;V.lazyIndexDbTextTextureWorker=null;V.idleCanvas=null;V.idleCtx=null;V.timer=new H;V.options={width:2048,height:512,font:"500 28px sans-serif",textBaseline:"top",lineWidth:2,fillStyle:"rgba(0,0,0,1)",strokeStyle:"white"};import"core-js/modules/web.dom-collections.iterator.js";import{LinearFilter as bi,RGBAFormat as On,Texture as fh,TextureLoader as gh}from"three";var ot=class{static getTextureByUrl(t){if(this.urlTextureMap.has(t))return Promise.resolve(this.urlTextureMap.get(t));let e=this.textureLoader.loadAsync(t);return e.then(i=>{i.format=On,i.magFilter=bi,i.minFilter=bi,i.colorSpace="srgb",this.urlTextureMap.set(t,i)}),this.urlTextureMap.set(t,e),e}static getUrlTextureBorder(t,e,i){let s=t+"-"+i.width+"-"+i.color;if(this.borderUrlTextureMap.has(s))return Promise.resolve(this.borderUrlTextureMap.get(s));let o=this.textureLoader.loadAsync(t).then(n=>{let r=this.ctx,h=this.canvas,c=e+i.width*2;h.width=c,h.height=c;let l=c/2;r.clearRect(0,0,c,c),r.beginPath(),r.arc(l,l,e/2+i.width,0,2*Math.PI),r.fillStyle=i.color,r.fill(),r.beginPath(),r.arc(l,l,e/2,0,2*Math.PI),r.closePath(),r.clip(),r.drawImage(n.image,i.width,i.width,e,e);let p=new fh(h);return p.format=On,p.magFilter=bi,p.minFilter=bi,p.colorSpace="srgb",p.needsUpdate=!0,this.borderUrlTextureMap.set(s,p),p});return this.borderUrlTextureMap.set(s,o),o}static dispose(){this.urlTextureMap.forEach(t=>{t instanceof Promise?t.then(e=>e.dispose()):t.dispose()}),this.borderUrlTextureMap.forEach(t=>{t instanceof Promise?t.then(e=>e.dispose()):t.dispose()}),this.urlTextureMap.clear(),this.borderUrlTextureMap.clear(),this.ctx=null,this.canvas=null}};ot.textureLoader=new gh;ot.urlTextureMap=new Map;ot.borderUrlTextureMap=new Map;ot.canvas=document.createElement("canvas");ot.ctx=ot.canvas.getContext("2d",{willReadFrequently:!0});import"core-js/modules/web.dom-collections.iterator.js";import{GLTFLoader as Mh}from"three/examples/jsm/loaders/GLTFLoader.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.json.stringify.js";import"core-js/modules/es.error.cause.js";import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/es.array.push.js";import"core-js/modules/web.url.js";import"core-js/modules/web.url.to-json.js";import"core-js/modules/web.url-search-params.js";import"core-js/modules/web.url-search-params.delete.js";import"core-js/modules/web.url-search-params.has.js";import"core-js/modules/web.url-search-params.size.js";import"core-js/modules/es.array.sort.js";import"core-js/modules/es.typed-array.int8-array.js";import"core-js/modules/es.typed-array.uint32-array.js";import"core-js/modules/es.typed-array.int16-array.js";import"core-js/modules/es.typed-array.int32-array.js";import"core-js/modules/es.typed-array.uint8-array.js";import"core-js/modules/es.typed-array.uint16-array.js";var Rn=new URL("./icon/parkingSpace/half.svg",import.meta.url).href;var In=new URL("./icon/parkingSpace/power.svg",import.meta.url).href;var Fn=new URL("./icon/parkingSpace/mechanical.svg",import.meta.url).href;var Gn=new URL("./icon/parkingSpace/vip.svg",import.meta.url).href;var Bn=new URL("./icon/parkingSpace/gsadv.svg",import.meta.url).href;var zn=new URL("./glb/locate.glb",import.meta.url).href;var Wn=new URL("./icon/path/arrow.png",import.meta.url).href;var eo=new URL("./draco/draco_decoder.js",import.meta.url).href;var io=new URL("./draco/draco_decoder.wasm",import.meta.url).href;var so=new URL("./draco/draco_wasm_wrapper.js",import.meta.url).href;var Ei={half:Rn,power:In,mechanical:Fn,vip:Gn,gsadv:Bn},Un=zn,Si=Wn;import{BufferAttribute as Hn,BufferGeometry as yh,Color as vh,FileLoader as Nn,Loader as xh,LinearSRGBColorSpace as wh,SRGBColorSpace as Zn}from"three";var oo=new WeakMap,Ci=class extends xh{setDecoderPath(t){return this.decoderPath=t,this}setDecoderConfig(t){return this.decoderConfig=t,this}setWorkerLimit(t){return this.workerLimit=t,this}load(t,e,i,s){let o=new Nn(this.manager);o.setPath(this.path),o.setResponseType("arraybuffer"),o.setRequestHeader(this.requestHeader),o.setWithCredentials(this.withCredentials),o.load(t,n=>{this.parse(n,e,s)},i,s)}parse(t,e,i){i===void 0&&(i=()=>{}),this.decodeDracoFile(t,e,null,null,Zn).catch(i)}decodeDracoFile(t,e,i,s,o,n){o===void 0&&(o=wh),n===void 0&&(n=()=>{});let r={attributeIDs:i||this.defaultAttributeIDs,attributeTypes:s||this.defaultAttributeTypes,useUniqueIDs:!!i,vertexColorSpace:o};return this.decodeGeometry(t,r).then(e).catch(n)}decodeGeometry(t,e){let i=JSON.stringify(e);if(oo.has(t)){let h=oo.get(t);if(h.key===i)return h.promise;if(t.byteLength===0)throw new Error("THREE.DRACOLoader: Unable to re-decode a buffer with different settings. Buffer has already been transferred.")}let s,o=this.workerNextTaskID++,n=t.byteLength,r=this._getWorker(o,n).then(h=>(s=h,new Promise((c,l)=>{s._callbacks[o]={resolve:c,reject:l},s.postMessage({type:"decode",id:o,taskConfig:e,buffer:t},[t])}))).then(h=>this._createGeometry(h.geometry));return r.catch(()=>!0).then(()=>{s&&o&&this._releaseTask(s,o)}),oo.set(t,{key:i,promise:r}),r}_createGeometry(t){let e=new yh;t.index&&e.setIndex(new Hn(t.index.array,1));for(let i=0;i<t.attributes.length;i++){let s=t.attributes[i],o=s.name,n=s.array,r=s.itemSize,h=new Hn(n,r);o==="color"&&(this._assignVertexColorSpace(h,s.vertexColorSpace),h.normalized=!(n instanceof Float32Array)),e.setAttribute(o,h)}return e}_assignVertexColorSpace(t,e){if(e!==Zn)return;let i=new vh;for(let s=0,o=t.count;s<o;s++)i.fromBufferAttribute(t,s).convertSRGBToLinear(),t.setXYZ(s,i.r,i.g,i.b)}_loadLibrary(t,e){let i=new Nn(this.manager);return i.setPath(this.decoderPath),i.setResponseType(e),i.setWithCredentials(this.withCredentials),new Promise((s,o)=>{i.load(t,s,void 0,o)})}preload(){return this._initDecoder(),this}_initDecoder(){if(this.decoderPending)return this.decoderPending;let t=typeof WebAssembly!="object"||this.decoderConfig.type==="js",e=[];return t?e.push(this._loadLibrary(eo,"text")):(e.push(this._loadLibrary(so,"text")),e.push(this._loadLibrary(io,"arraybuffer"))),this.decoderPending=Promise.all(e).then(i=>{let s=i[0];t||(this.decoderConfig.wasmBinary=i[1]);let o=Ph.toString(),n=["/* draco decoder */",s,"","/* worker */",o.substring(o.indexOf("{")+1,o.lastIndexOf("}"))].join(`
|
|
219
|
-
`);this.workerSourceURL=URL.createObjectURL(new Blob([n]))}),this.decoderPending}_getWorker(t,e){return this._initDecoder().then(()=>{if(this.workerPool.length<this.workerLimit){let s=new Worker(this.workerSourceURL);s._callbacks={},s._taskCosts={},s._taskLoad=0,s.postMessage({type:"init",decoderConfig:this.decoderConfig}),s.onmessage=function(o){let n=o.data;switch(n.type){case"decode":s._callbacks[n.id].resolve(n);break;case"error":s._callbacks[n.id].reject(n);break;default:console.error('THREE.DRACOLoader: Unexpected message, "'+n.type+'"')}},this.workerPool.push(s)}else this.workerPool.sort(function(s,o){return s._taskLoad>o._taskLoad?-1:1});let i=this.workerPool[this.workerPool.length-1];return i._taskCosts[t]=e,i._taskLoad+=e,i})}_releaseTask(t,e){t._taskLoad-=t._taskCosts[e],delete t._callbacks[e],delete t._taskCosts[e]}debug(){console.log("Task load: ",this.workerPool.map(t=>t._taskLoad))}dispose(){for(let t=0;t<this.workerPool.length;++t)this.workerPool[t].terminate();return this.workerPool.length=0,this.workerSourceURL!==""&&URL.revokeObjectURL(this.workerSourceURL),this}constructor(t){super(t),this.decoderPath="",this.decoderConfig={},this.decoderBinary=null,this.decoderPending=null,this.workerLimit=4,this.workerPool=[],this.workerNextTaskID=1,this.workerSourceURL="",this.defaultAttributeIDs={position:"POSITION",normal:"NORMAL",color:"COLOR",uv:"TEX_COORD"},this.defaultAttributeTypes={position:"Float32Array",normal:"Float32Array",color:"Float32Array",uv:"Float32Array"}}};function Ph(){let a,t;onmessage=function(n){let r=n.data;switch(r.type){case"init":a=r.decoderConfig,t=new Promise(function(l){a.onModuleLoaded=function(p){l({draco:p})},DracoDecoderModule(a)});break;case"decode":let h=r.buffer,c=r.taskConfig;t.then(l=>{let p=l.draco,d=new p.Decoder;try{let u=e(p,d,new Int8Array(h),c),m=u.attributes.map(v=>v.array.buffer);u.index&&m.push(u.index.array.buffer),self.postMessage({type:"decode",id:r.id,geometry:u},m)}catch(u){console.error(u),self.postMessage({type:"error",id:r.id,error:u.message})}finally{p.destroy(d)}});break}};function e(n,r,h,c){let l=c.attributeIDs,p=c.attributeTypes,d,u,m=r.GetEncodedGeometryType(h);if(m===n.TRIANGULAR_MESH)d=new n.Mesh,u=r.DecodeArrayToMesh(h,h.byteLength,d);else if(m===n.POINT_CLOUD)d=new n.PointCloud,u=r.DecodeArrayToPointCloud(h,h.byteLength,d);else throw new Error("THREE.DRACOLoader: Unexpected geometry type.");if(!u.ok()||d.ptr===0)throw new Error("THREE.DRACOLoader: Decoding failed: "+u.error_msg());let v={index:null,attributes:[]};for(let f in l){let x=self[p[f]],P,_;if(c.useUniqueIDs)_=l[f],P=r.GetAttributeByUniqueId(d,_);else{if(_=r.GetAttributeId(d,n[l[f]]),_===-1)continue;P=r.GetAttribute(d,_)}let E=s(n,r,d,f,x,P);f==="color"&&(E.vertexColorSpace=c.vertexColorSpace),v.attributes.push(E)}return m===n.TRIANGULAR_MESH&&(v.index=i(n,r,d)),n.destroy(d),v}function i(n,r,h){let l=h.num_faces()*3,p=l*4,d=n._malloc(p);r.GetTrianglesUInt32Array(h,p,d);let u=new Uint32Array(n.HEAPF32.buffer,d,l).slice();return n._free(d),{array:u,itemSize:1}}function s(n,r,h,c,l,p){let d=p.num_components(),m=h.num_points()*d,v=m*l.BYTES_PER_ELEMENT,f=o(n,l),x=n._malloc(v);r.GetAttributeDataArrayForAllPoints(h,p,f,v,x);let P=new l(n.HEAPF32.buffer,x,m).slice();return n._free(x),{name:c,array:P,itemSize:d}}function o(n,r){switch(r){case Float32Array:return n.DT_FLOAT32;case Int8Array:return n.DT_INT8;case Int16Array:return n.DT_INT16;case Int32Array:return n.DT_INT32;case Uint8Array:return n.DT_UINT8;case Uint16Array:return n.DT_UINT16;case Uint32Array:return n.DT_UINT32}}}var lt=class{static loadModel(t,e){return g(this,null,function*(){if(e===void 0&&(e=!0),e){if(this.modelMap.has(t)){let s=this.modelMap.get(t);if(s instanceof Promise)s.then(o=>w({},o,{scene:o.scene.clone()}));else return w({},s,{scene:s.scene.clone()})}let i=new Promise((s,o)=>{this.loader.load(t,n=>{this.modelMap.set(t,n),s(n)},void 0,o)});return this.modelMap.set(t,i),i.then(s=>w({},s,{scene:s.scene.clone()}))}else return new Promise((i,s)=>{this.loader.load(t,i,void 0,s)})})}static dispose(){this.modelMap.forEach(t=>{t instanceof Promise?t.then(e=>A(e.scene)):A(t.scene)}),this.modelMap.clear()}};lt.dracoLoader=new Ci;lt.loader=new Mh().setDRACOLoader(lt.dracoLoader);lt.modelMap=new Map;function no(){return new Worker(new URL("./worker/merge-geometry.worker-2NSE4HFV.js",import.meta.url))}import{BufferGeometry as _h,BufferAttribute as jn}from"three";var Lt=class{static GetMergeGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield z(e,"get_merged_geometry_attributes",{data:t}),s=this.GetBufferGeometryByData(i);return this.WorkerPool.releaseWorker(e),s})}static GetMergedShapeGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield z(e,"get_merged_shape_geometry_attributes",{data:t}),s=this.GetBufferGeometryByData(i);return this.WorkerPool.releaseWorker(e),s})}static GetMergedTexture2dGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield z(e,"get_merged_texture2d_shape_geometry_attributes",{data:t}),s=this.GetBufferGeometryByData(i);return this.WorkerPool.releaseWorker(e),s})}static GetBufferGeometryByData(t){let e=new _h;return Object.keys(t.attributes).forEach(i=>{e.setAttribute(i,new jn(t.attributes[i].array,t.attributes[i].itemSize))}),t.index&&e.setIndex(new jn(t.index.array,t.index.itemSize)),e.morphAttributes=t.morphAttributes,e.morphTargetsRelative=t.morphTargetsRelative,e.groups=t.groups,e.boundingSphere=t.boundingSphere,e}static GetMergedGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield z(e,"get_merged_geometries_json",{data:t});return this.WorkerPool.releaseWorker(e),i?w({},t[0],i):null})}static GetMergedGeometryLine(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield z(e,"get_merged_geometries_line_json",{data:t});return this.WorkerPool.releaseWorker(e),i?w({},t[0],i):null})}static dispose(){this.WorkerPool.dispose()}};Lt.WorkerPool=new wi(10,no);import{cloneDeep as kh}from"lodash";var Tt={id:"",height:.1,airHeight:0,area:0,group:"",fillColor:"#EFF4FB",strokeColor:"#ffffff",fillOpacity:1,strokeOpacity:1,strokeWidth:1,doors:[],visible:!0,geometry:{type:"polygon",cds:[],coords:[],curveCpt:[],curveIndex:[]},layerType:"",zIndex:0,stroke:!0,deltaHeight:0,userData:{},gradualColor:[],renderType:"single",colorFactor:.9,center_x:0,center_y:0,center_coord_x:0,center_coord_y:0,dashed:!1},K=class extends bh{getCenter(){if(this.options.geometry.type==="point")return this.position.clone();let t=new bt,e=new Li;return e.setFromObject(this),e.getCenter(t),t}getSize(){if(this.options.geometry.type==="point")return new bt(0,0,0);let t=new Li,e=new bt;return t.setFromObject(this),t.getSize(e),e}getPosition(){let{center_coord_x:t,center_coord_y:e}=this.options,i=this.getCenter();return i.setZ(i.z+this.options.height/2),!t||!e?i:new bt(t,e,i.z+this.options.height/2)}init(){this.geometry=this.initGeometry(),this.initMaterial(),this.initMesh(),this.mesh.position.z=this.options.airHeight+this.options.deltaHeight,this.options.stroke&&this.options.strokeOpacity!==0&&(this.initLineMaterial(),this.initLineGeometry(),this.createBorder())}initDoor(){var t;if((t=this.options.doors)!=null&&t.length&&this.options.geometry.type==="polygon"){let e=this.options.geometry.coords[0];this.options.doors.forEach(i=>{let s=i.type==="single"?.5:1,o=.5,n=Vt(e,i.coord),r=new Jt(...i.coord),h=new Jt(...e[n]).sub(new Jt(...i.coord)).normalize(),c=new Jt().addVectors(r,h.clone().multiplyScalar(s)),l=new Jt().addVectors(r,h.clone().multiplyScalar(-s)),p=new Jt(-h.y,h.x),d=new Jt().addVectors(c,p.clone().multiplyScalar(o));$o([d.x,d.y],e)||(p.multiplyScalar(-1),d=new Jt().addVectors(c,p.clone().multiplyScalar(o)));let u=new Jt().addVectors(l,p.clone().multiplyScalar(o)),m=[[c.x,c.y],[d.x,d.y],[u.x,u.y],[l.x,l.y]];e=this.options.geometry.coords[0]=[...e.slice(0,n+1),...m,...e.slice(n+1)]})}}initGeometry(){let t=pi(this.options.geometry.coords[0],this.options.geometry.coords.slice(1));return new Eh(t,{steps:1,bevelEnabled:!1,depth:this.options.height,curveSegments:4})}initSingleMaterial(){let t=C.createMeshBasicMaterial({color:this.options.fillColor,opacity:this.options.fillOpacity});if(this.options.secondUrl&&ot.getTextureByUrl(this.options.secondUrl).then(i=>{i.wrapS=Kn,i.wrapT=Kn,i.needsUpdate=!0,t.map=i,t.side=Th}),this.options.height<=.1)return this.material=t,t;let e=C.createMeshBasicMaterial({color:Xt(this.options.fillColor),opacity:this.options.fillOpacity});return this.material=[t,e],[t,e]}getMaxAndMin(t,e){let i=new Li().setFromObject(this),s=t.clone().add(e.clone().multiplyScalar(1e3)),o=new Vn(s,e.clone().multiplyScalar(-1)),n=new bt;o.intersectBox(i,n);let r=t.clone().add(e.clone().multiplyScalar(-1e3)),h=new Vn(r,e.clone()),c=new bt;return h.intersectBox(i,c),{max:c,min:n}}initGradualMaterial(){let{max:t,min:e}=new Li().setFromObject(this),i=t.clone().sub(e),s=Math.max(i.x,i.y,i.z)/2,o=this.getPosition(),n=new bt(-1,.2,0).normalize(),{max:r,min:h}=this.getMaxAndMin(o,n),c=C.createShaderMaterial({gradualColor:this.options.gradualColor,center:this.getPosition(),maxValue:s,opacity:this.options.fillOpacity,direction:new bt(-1,.2,0),max:r,min:h});if(this.options.height<=.1)return this.material=c,c;let l=this.getCenter(),p=new bt(-1,.2,1).normalize(),{max:d,min:u}=this.getMaxAndMin(l,p),m=C.createShaderMaterial({gradualColor:[Xt(this.options.gradualColor[0],this.options.colorFactor),Xt(this.options.gradualColor[1],this.options.colorFactor)],center:this.getCenter(),maxValue:s,opacity:this.options.fillOpacity,direction:new bt(-1,.2,1),max:d,min:u});return this.material=[c,m],[c,m]}initMaterial(){return this.options.renderType==="gradual"?this.initGradualMaterial():this.initSingleMaterial()}initLineMaterial(){if(this.options.dashed){let t=C.createLineDashedMaterial({color:this.options.strokeColor,opacity:this.options.strokeOpacity});return this.lineMaterial=t,t}else{let t=C.createLineMaterial({color:this.options.strokeColor,opacity:this.options.strokeOpacity});return this.lineMaterial=t,t}}initMesh(){this.mesh&&this.remove(this.mesh),this.mesh=new Sh(this.geometry,this.material),this.add(this.mesh)}getBorderPoints(){let t=[],e=this.options.height+this.options.deltaHeight,{coords:i}=this.options.geometry;for(let s=0;s<i.length;s++){let o=i[s];for(let n=0;n<o.length;n++){let r=o[n],h=n+1===o.length?o[0]:o[n+1];t.push(new bt(r[0],r[1],e)),t.push(new bt(h[0],h[1],e))}}return t}initLineGeometry(){this.lineGeometry&&this.lineGeometry.dispose();let t=this.getBorderPoints(),e=new Ch().setFromPoints(t);this.lineGeometry=e}createBorder(){this.line&&this.remove(this.line);let t=new Lh(this.lineGeometry,this.lineMaterial);return t.position.z=this.options.airHeight+.01,this.options.dashed&&t.computeLineDistances(),this.line=t,this.add(t),t}setOpacity(t,e){if(e===void 0&&(e=!1),e)this.options.fillOpacity=t,this.options.strokeOpacity=t;else{let{fillOpacity:i,strokeOpacity:s}=this.originOptions;this.options.fillOpacity=Math.min(i,t),this.options.strokeOpacity=Math.min(s,t)}}raycast(t){if(!this.visible||this.options.geometry.type==="point")return!1;this.mesh.updateMatrixWorld(!0);let e=t.intersectObject(this.mesh);if(e[0]){let{point:i,distance:s}=e[0];return{position:i,distance:s}}return!1}dispose(){var t,e;(t=this.geometry)==null||t.dispose(),(e=this.line)==null||e.geometry.dispose(),this.clear()}constructor(t,e){if(super(),this.context=t,this.line=null,this.options=ve(kh(w({},Tt,e)),this),this.originOptions={fillOpacity:this.options.fillOpacity,strokeOpacity:this.options.strokeOpacity},this.options.geometry.type==="point"){let[i,s]=this.options.geometry.coords;return this.position.set(i,s,this.options.height+this.options.airHeight),this}this.initDoor(),this.init(),this.visible=this.options.visible,this.addEventListener("change-fillColor",i=>{let{value:s}=i;this.initMaterial(),this.initMesh()}),this.addEventListener("change-fillOpacity",i=>{let{value:s}=i;this.initMaterial(),this.initMesh()}),this.addEventListener("change-height",i=>{let{value:s}=i;this.dispose(),this.init()}),this.addEventListener("change-strokeColor",i=>{let{value:s}=i;!this.options.stroke||!this.options.strokeOpacity||(this.initLineMaterial(),this.createBorder())}),this.addEventListener("change-strokeOpacity",i=>{let{value:s}=i;if(this.options.stroke)if(s)this.lineGeometry||this.initLineGeometry(),this.initLineMaterial(),this.createBorder();else{var o;this.line&&(this.remove(this.line),this.line=null),(o=this.lineGeometry)==null||o.dispose(),this.lineGeometry=void 0}}),this.addEventListener("change-airHeight",i=>{let{value:s}=i;this.position.z=s}),this.addEventListener("change-visible",i=>{let{value:s}=i;this.visible=s}),this.addEventListener("change-stroke",i=>{let{value:s}=i;if(s){if(this.line)return;this.initLineGeometry(),this.initLineMaterial(),this.createBorder()}else if(this.line){var o;this.remove(this.line),(o=this.lineGeometry)==null||o.dispose()}}),this.addEventListener("change-dashed",()=>{!this.options.stroke||!this.options.strokeOpacity||(this.lineGeometry||this.initLineGeometry(),this.initLineMaterial(),this.createBorder())}),this.addEventListener("change-renderType",()=>{this.initMaterial(),this.initMesh()}),this.addEventListener("change-gradualColor",()=>{this.initMaterial(),this.initMesh()})}};import{Object3D as Dh,PlaneGeometry as Ah,Mesh as Oh,ShadowMaterial as Rh,Color as Ih,DoubleSide as Fh}from"three";var Ti=class extends Dh{initLight(){let t=Yo(16777215,.5);return t.position.set(0,0,100),this.add(t),t}changeLightCamera(t){let e=t.x,i=t.y;this.directionalLight.shadow.camera.left=-e,this.directionalLight.shadow.camera.right=e,this.directionalLight.shadow.camera.top=i,this.directionalLight.shadow.camera.bottom=-i,this.directionalLight.shadow.camera.near=.5,this.directionalLight.shadow.camera.far=Math.max(e,i)}changeLightColor(t){this.directionalLight.color=new Ih(t)}setPosition(t){this.position.copy(t),this.directionalLight.position.set(-t.x/2,-t.y/2,100)}initPlane(t,e){t===void 0&&(t=1e3),e===void 0&&(e=1e3);let i=new Ah(t,e),s=new Rh({transparent:!0,opacity:0,side:Fh}),o=new Oh(i,s);return o.receiveShadow=!0,o.position.z=-10,this.add(o),this.plane=o,o}setTarget(t){this.directionalLight.target=t}transformOpacity(t){return t*this.basicOpacity}setOpacity(t){this.plane.material.opacity=this.transformOpacity(t)}dispose(){A(this,!0)}constructor(){super(),this.basicOpacity=.07,this.directionalLight=this.initLight(),this.initPlane()}};import"core-js/modules/web.dom-collections.iterator.js";import{EventDispatcher as zh,Vector3 as Wh}from"three";import{Box3 as Xn,Vector3 as it}from"three";import{debounce as Gh}from"lodash";var Bh={autoUpdate:!0,appendToBody:!1,autoChangePlacement:!1},Le=class extends et{initObserver(){let t=new MutationObserver(Gh(()=>{this.div&&this.usePlacement()},100));t.observe(this.div,{childList:!0,subtree:!0,attributes:!0}),this.observer=t}getPlacementPosition(){var t,e;if(this.element instanceof K&&this.element.options.geometry.type==="polygon"){let{max:n,min:r}=new Xn().setFromObject(this.element),h=(n.x+r.x)/2,c=(n.y+r.y)/2;return{left:new it(r.x,c,n.z),leftTop:new it(r.x,n.y,n.z),top:new it(h,n.y,n.z),rightTop:new it(n.x,n.y,n.z),right:new it(n.x,c,n.z),rightBottom:new it(n.x,r.y,n.z),bottom:new it(h,r.y,n.z),leftBottom:new it(r.x,r.y,n.z),center:new it(h,c,n.z)}}let{x:i,y:s,z:o}=((e=this.element)==null||(t=e.getPosition)==null?void 0:t.call(e))||this.position;return{left:new it(i,s,o),leftTop:new it(i,s,o),top:new it(i,s,o),rightTop:new it(i,s,o),right:new it(i,s,o),rightBottom:new it(i,s,o),bottom:new it(i,s,o),leftBottom:new it(i,s,o),center:new it(i,s,o)}}getPlacementScreenPosition(){let{width:t,height:e}=this.context.clientSize,i=this.getPlacementPosition();return Object.keys(i).reduce((s,o)=>{let{x:n,y:r}=L(i[o],this.context.camera,t,e);return s[o]={x:n,y:r},s},{})}checkOverflow(t,e){let{width:i,height:s}=this.context.clientSize;return e.x>0&&t.x<i&&e.y<s&&t.y>0}getPlacement(){let{clientWidth:t,clientHeight:e}=this.div,i=this.getPlacementScreenPosition(),s=t/2,o=e/2,n=[{type:"center",getBox(r,h){return{max:{x:s+r,y:h-e},min:{x:r-s,y:h}}}},{type:"left",getBox(r,h){return{max:{x:r,y:h-o},min:{x:r-t,y:h+o}}}},{type:"leftTop",getBox(r,h){return{max:{x:r,y:h-e},min:{x:r-t,y:h}}}},{type:"top",getBox(r,h){return{max:{x:r+s,y:h-e},min:{x:r-s,y:h}}}},{type:"rightTop",getBox(r,h){return{max:{x:r+t,y:h-e},min:{x:r,y:h}}}},{type:"right",getBox(r,h){return{max:{x:r+t,y:h-o},min:{x:r,y:h+o}}}},{type:"rightBottom",getBox(r,h){return{max:{x:r+t,y:h},min:{x:r,y:h+e}}}},{type:"bottom",getBox(r,h){return{max:{x:r+s,y:h},min:{x:r-s,y:h+e}}}},{type:"leftBottom",getBox(r,h){return{max:{x:r,y:h},min:{x:r-t,y:h+o}}}}];for(let r=0;r<n.length;r++){let h=n[r],c=i[h.type],{max:l,min:p}=h.getBox(c.x,c.y);if(this.checkOverflow(l,p))return{type:h.type,position:c}}return{type:"center",position:i.center}}initDiv(){let t=document.createElement("div");return t.style.position="absolute",t}usePlacement(){let t=this.getPlacement();this.div.className="overlay_"+t.type,this._updatePosition(t.position.x,t.position.y)}bindElement(t){this.element=t,this.options.autoChangePlacement&&this.initObserver(),this.onUpdate()}unBindElement(){this.element=void 0}setVisible(t,e){e===void 0&&(e="block"),t!==this.visible&&(this.div.style.display=t?e:"none",this.visible=t)}setOpacity(t){this.div.style.opacity=""+t}getPosition(){return this.element?typeof this.element.getPosition=="function"?this.element.getPosition():new Xn().setFromObject(this.element).getCenter(new it):this.position}get withinDisplayRange(){let{x:t,y:e}=this.clientPos,{width:i,height:s}=this.context.clientSize;return t>=0&&t<=i&&e>=0&&e<=s}_updatePosition(t,e){this.clientPos={x:t,y:e};let{width:i,height:s,x:o,y:n}=this.context.clientSize;if(this.div){if(this.options.appendToBody){this.div.style.left=""+o+"px",this.div.style.top=""+(n+s)+"px";return}this.options.autoUpdate?(this.div.style.left=""+t+"px",this.div.style.bottom=""+(s-e)+"px"):this.dispatchEvent({type:"update-position",x:t,y:e,width:i,height:s})}}updatePosition(t){t===void 0&&(t=!1);let e=this.getPosition(),{width:i,height:s}=this.context.clientSize,{x:o,y:n}=L(e,this.context.camera,i,s);this.clientPos.x===o&&this.clientPos.y===n&&!t||this._updatePosition(o,n)}registryEvent(){this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.removeEventListener("update",this.onUpdate)}dispose(){var t,e;super.dispose(),this.unRegistryEvent(),this.unBindElement(),(t=this.observer)==null||t.disconnect(),(e=this.div)==null||e.remove(),this.div=null}constructor(t,e={}){super(),this.context=t,this.position=new it,this.clientPos={x:0,y:0},this.visible=!0,this.placement="top",this.observer=null,this.onUpdate=()=>{this.options.autoChangePlacement?this.usePlacement():this.updatePosition()},this.options=w({},Bh,e),this.registryEvent(),this.div=this.initDiv(),this.options.appendToBody?document.body.appendChild(this.div):this.context.container.appendChild(this.div)}};var Uh={texts:[{text:""}],level:1,icon_position:"bottom",collision_enable:!0,opacity:1,id:"",position:{x:0,y:0,z:0},icon_opacity:1,icon_border:{color:"#586EE0",width:0},background:"",collision_hide_icon:!0,built_in:!1,box_only_icon:!1},ce=class extends zh{get withinDisplayRange(){return this.overlay.withinDisplayRange}resetSize(){return g(this,null,function*(){if(yield Qo(),!this.disposed)if(this.options.box_only_icon){if(!this.img)return;let{width:t,height:e}=this.img.getBoundingClientRect();this.size={width:t+2,height:e+2}}else{let{width:t,height:e}=this.div.getBoundingClientRect();this.size={width:t+2,height:e+2}}})}renderHelperBox(){}get clientPos(){return this.overlay.clientPos}initDiv(){let t=document.createElement("div");return this.div=t,this.addText(),this.options.icon&&this.addIcon(),t.style.fontSize="12px",t.style.textShadow="#fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0",t.style.display="flex",t.style.flexDirection="column",t.style.justifyContent="center",t.style.alignItems="center",t.style.padding="4px",this.overlay.setOpacity(this.options.opacity),this.overlay.div.style.pointerEvents="none",this.overlay.div.style.userSelect="none",this.overlay.div.appendChild(t),this.resetSize(),t}addIcon(){if(!this.img){let t=this.initIcon();this.options.icon_position==="top"?this.div.firstChild?this.div.insertBefore(t,this.div.firstChild):this.div.appendChild(t):this.div.appendChild(t)}}addText(){let t=this.initText();this.options.icon_position==="top"?this.div.appendChild(t):this.div.firstChild?this.div.insertBefore(t,this.div.firstChild):this.div.appendChild(t)}getPosition(){return this.position}initText(){let t=document.createElement("div");return t.appendChild(this.createTextFragment()),t.style.textAlign="center",this.textDiv=t,t}createTextFragment(){let t=document.createDocumentFragment();return this.options.texts.forEach(e=>{let i=document.createElement("div");if(i.style.whiteSpace="nowrap",e.styles)for(let[s,o]of Object.entries(e.styles))i.style[s]=o;i.textContent=e.text,t.appendChild(i)}),t}initIcon(){var t,e;let i=document.createElement("img");return i.setAttribute("src",this.options.icon),i.style.width=""+(((t=this.options.icon_size)==null?void 0:t[0])||32)+"px",i.style.height=""+(((e=this.options.icon_size)==null?void 0:e[1])||32)+"px",i.style.opacity=""+this.options.icon_opacity+"px",i.style.borderRadius="50%",this.options.icon_border.width&&(i.style.border=this.options.icon_border.width+"px solid "+this.options.icon_border.color),i.onload=()=>{this.resetSize()},this.img=i,i}registryEvent(){}unRegistryEvent(){}setVisible(t){t!==this.visible&&(this.visible=t,this.changeOverlayVisible(t))}changeOverlayVisible(t){if(!(t===this.overlay.visible&&this.options.collision_hide_icon))if(this.options.collision_hide_icon)this.overlay.visible=t,this.overlay.div.style.visibility=t?"visible":"hidden";else{if(this.showTextStatus===t)return;this.textDiv.style.visibility=t?"visible":"hidden",this.showTextStatus=t}}parentSetVisible(t){this.visible&&this.changeOverlayVisible(t)}getBox(t){t===void 0&&(t=this.context.config.poi.boxScale);let{width:e,height:i}=this.size,s=e*t,o=i*t,{x:n,y:r}=this.overlay.clientPos;return{left:n-s/2,right:n+s/2,top:this.options.icon?r-o:r-o/2,bottom:this.options.icon?r:r+o/2}}getOriginBox(){return this.getBox(1)}isContain(t,e){if(!this.overlay.visible||!this.visible)return!1;let i=this.getOriginBox();return t>=i.left&&t<=i.right&&e>=i.top&&e<=i.bottom}dispose(){this.unRegistryEvent(),this.div=null,this.textDiv=null,this.img=void 0,this.overlay.dispose(),this.disposed=!0}constructor(t,e){var i,s,o;super(),this.context=t,this.visible=!0,this.size={width:0,height:0},this.position=new Wh,this.userData={},this.showTextStatus=!0,this.disposed=!1,this._changePosition=()=>{this.overlay.updatePosition(!0)},this.options=ve(w({},Uh,e),this),this.position.set(((i=e.position)==null?void 0:i.x)||0,((s=e.position)==null?void 0:s.y)||0,((o=e.position)==null?void 0:o.z)||0),this.overlay=new Le(this.context,{autoUpdate:!1}),this.overlay.addEventListener("update-position",n=>{let{x:r,y:h,height:c}=n;this.overlay.div.style.transform="translate3d(calc("+r+"px - 50%), calc("+(-c+h)+"px - "+(this.options.icon&&this.options.icon_position!=="center"?"100%":"50%")+"), 0)"}),this.overlay.bindElement(this),this.registryEvent(),this.initDiv(),this.addEventListener("change-icon",n=>{let{value:r}=n;r?this.img?this.img.setAttribute("src",r):(this.addIcon(),this._changePosition()):(this.img&&this.div.removeChild(this.img),this.img=void 0,this._changePosition(),this.resetSize())}),this.addEventListener("change-texts",n=>{let{value:r}=n,h=this.textDiv;if(h){let c=this.initText();this.div.replaceChild(c,h)}else this.addText();this.resetSize()}),this.addEventListener("change-opacity",n=>{let{value:r}=n;this.overlay.setOpacity(r)}),this.addEventListener("change-icon_size",n=>{let{value:r}=n;this.img&&(this.img.style.width=""+((r==null?void 0:r[0])||32)+"px",this.img.style.height=""+((r==null?void 0:r[1])||32)+"px",this.resetSize())}),this.addEventListener("change-icon_opacity",n=>{let{value:r}=n;this.img&&(this.img.style.opacity=""+r)}),this.addEventListener("change-icon_border",n=>{let{value:r}=n;this.img&&(this.img.style.border=r.width+"px solid "+r.color)}),this.addEventListener("change-background",n=>{let{value:r}=n;this.div.style.background=r})}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import{Box3 as po,Object3D as uo,Vector3 as Ui}from"three";import{Object3D as Hh,Vector3 as Nh}from"three";var ki=class extends Hh{loadModel(){return g(this,null,function*(){let t=yield lt.loadModel(this.options.modelUrl);t.scene.rotation.set(Math.PI/2,Math.PI/2,0),this.add(t.scene),this.model=t})}dispose(){A(this),this.model=null}constructor(t,e){super(),this.context=t,this.options=e,this.model=null,this.position.copy(e.position||new Nh(0,0,0)),this.loadModel()}};import"core-js/modules/web.dom-collections.iterator.js";import{Box3 as jh,Vector3 as Vh}from"three";import{Object3D as Zh}from"three";var X=class extends Zh{setOpacity(t,e){e===void 0&&(e=!1),this.children.forEach(i=>{i.setOpacity==null||i.setOpacity.call(i,t,e)})}onAddToScene(t){this.active=!0,this.sceneType=t}onRemoveFromScene(){this.active=!1}dispose(){A(this),this.children.forEach(t=>t.dispose==null?void 0:t.dispose.call(t)),this.clear()}constructor(t){super(),this.context=t,this.active=!1,this.sceneType="scene"}};var Di=class extends X{getCenter(){return new jh().setFromObject(this).getCenter(new Vh)}createGraphic(t){let e=new K(this.context,t);return e.userData.data=t,this.add(e),this.graphicMap.set(t.id,e),e}removeGraphic(t){this.remove(t),this.graphicMap.delete(t.options.id),t.dispose()}removeGraphicById(t){this.graphicMap.has(t)&&this.removeGraphic(this.graphicMap.get(t))}getGraphicByNodeId(t){return this.graphicMap.get(t)||null}getGraphicByRaycaster(t){let e={distance:1/0,graphic:null,position:null},i=this.children.reduce((s,o)=>{if(o instanceof K){let n=o.raycast(t);if(n){let{distance:r}=n;if(r<s.distance)return{distance:n.distance,position:n.position,graphic:o}}return s}else return s},e);return i===e?{graphics:[],position:null,distance:1/0}:{graphics:[i.graphic],position:i.position,distance:i.distance}}setGraphicOptions(t,e){let i,s=this.graphicMap.get(t);s&&(typeof e=="function"?i=e(s.options):i=w({},s.options,e),Object.keys(i).forEach(o=>{s.options[o]=i[o]}))}getGraphicPosition(t){let e=this.graphicMap.get(t);return e?[e.options.center_x,e.options.center_y]:null}setOpacity(t,e){e===void 0&&(e=!1),this.graphicMap.forEach(i=>{i.setOpacity(t,e)})}constructor(t){super(t),this.graphicMap=new Map}};import"core-js/modules/es.array.unshift.js";import"core-js/modules/es.array.push.js";import{debounce as Kh}from"lodash";var Ai=class extends X{clear(t){return t===void 0&&(t=!1),this.pois.forEach(e=>{e.options.built_in&&!t||e.dispose()}),this.pois=t?[]:this.pois.filter(e=>e.options.built_in),this}createPoi(t){let e=new ce(this.context,t);return this.pushPoi(e),e.addEventListener("change-level",()=>this.changePoiLevelOrCollisionEnable(e)),e.addEventListener("change-collision_enable",()=>this.changePoiLevelOrCollisionEnable(e)),Promise.resolve().then(()=>{this.debounceCollisionDetection()}),e}changePoiLevelOrCollisionEnable(t){let e=this.pois.findIndex(i=>i===t);e!==-1&&(this.pois.splice(e,1),this.pushPoi(t))}removePoi(t){let e=this.pois.findIndex(i=>i===t);e!==-1&&(this.pois.splice(e,1),t.dispose())}removePoiById(t){let e=this.pois.find(i=>i.options.id===t);e&&this.removePoi(e)}getPoiById(t){return this.pois.find(i=>i.options.id===t)||null}pushPoi(t){if(!t.options.collision_enable){this.pois.unshift(t);return}if(t.options.level===0){this.pois.push(t);return}for(let e=0;e<this.pois.length;e++){let i=this.pois[e];if(i.options.collision_enable&&i.options.level<=t.options.level){this.pois.splice(e,0,t);return}}this.pois.push(t)}getPoiByDeviceXy(t,e){return this.pois.filter(s=>s instanceof ce&&s.isContain(t,e))}collisionDetection(){let t=[];this.pois.filter(i=>i.visible&&i.withinDisplayRange).forEach((i,s)=>{let{left:o,right:n,top:r,bottom:h}=i.getBox();if(s===0||!i.options.collision_enable){t.push({left:o,right:n,top:r,bottom:h}),i.parentSetVisible(!0);return}let c=t.some(l=>l.left<n&&l.right>o&&l.top<h&&l.bottom>r);i.parentSetVisible(!c),c||t.push({left:o,right:n,top:r,bottom:h})})}registryEvent(){this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.removeEventListener("update",this.onUpdate)}dispose(){this.timer.dispose(),this.pois.forEach(t=>t.dispose()),this.pois.length=0,this.debounceCollisionDetection=()=>{},super.dispose(),this.unRegistryEvent()}constructor(t){super(t),this.pois=[],this.timer=new H,this.onUpdate=()=>{this.timer.requestAnimationFrame(()=>{this.collisionDetection()})},this.registryEvent(),this.debounceCollisionDetection=Kh(this.collisionDetection,10)}};import"core-js/modules/es.array.push.js";import{Vector2 as Xh}from"three";var Oi=class extends X{clear(){return this.context.collisionSystem.removeObjects(this.pois),this.pois.forEach(t=>{t.dispose()}),this.pois=[],this}createPoi(t){let e=new $(this.context,t);return this.pushPoi(e),e}removePoi(t){let e=this.pois.findIndex(i=>i===t);e!==-1&&(this.remove(t),this.pois.splice(e,1),this.context.collisionSystem.removeObject(t),t.dispose())}removePoiById(t){let e=this.pois.find(i=>i.options.id===t);e&&this.removePoi(e)}getPoiById(t){return this.pois.find(i=>i.options.id===t)||null}pushPoi(t){this.pois.includes(t)||(t.addEventListener("change-level",()=>this.changePoiLevelOrCollisionEnable(t)),t.addEventListener("change-collision_enable",()=>this.changePoiLevelOrCollisionEnable(t)),t.addEventListener("text-texture-rect-inited",()=>{this.active&&this.context.forceUpdate()}),t.parentSetVisible(!1),this.add(t),this.pois.push(t),this.sceneType==="mulFloors"&&(t.options.depth_test=!0),this.active&&this.context.collisionSystem.addObject(t))}changePoiLevelOrCollisionEnable(t){this.active&&(this.context.collisionSystem.removeObject(t),this.context.collisionSystem.addObject(t))}getPoiByDeviceXy(t,e){let i=new Xh(t,e);return this.pois.filter(o=>o instanceof $&&o.canSelect&&o.box.containsPoint(i))}setOpacity(t){this.pois.forEach(e=>{e.options.icon_opacity=t,e.options.text_opacity=t})}onAddToScene(t){super.onAddToScene(t);let e=t==="mulFloors";this.pois.forEach(i=>{i.options.depth_test=e,this.context.collisionSystem.addObject(i)})}onRemoveFromScene(){super.onRemoveFromScene(),this.context.collisionSystem.removeObjects(this.pois)}dispose(){this.timer.dispose(),this.clear(),super.dispose()}constructor(t){super(t),this.pois=[],this.timer=new H}};import"core-js/modules/es.regexp.exec.js";import"core-js/modules/web.dom-collections.iterator.js";import{Vector2 as ro}from"three";import{isNil as Yh}from"lodash";var Ri=class extends X{createParkings(t,e,i){e===void 0&&(e=!0),this.parkingOptions=t,this.merged=e,e?(i?this.createMergedParkingByMergedElements(i):this.createMergedParking(t),t.map((s,o)=>{var n;(n=s.texts[0])==null||n.split(/[,,]/).map(r=>{this.parkingNoIndexMap.set(r,o)}),this.nodeIdIndexMap.set(s.id,o)})):this.createIndependentParking(t)}load(t,e){e===void 0&&(e=!0);var i;this.createParkings(t.elements,e,t.mergedElements),(i=t.mergedParkingTexture)!=null&&i.length?this.createMergedParkingTexture(t.mergedParkingTexture):this.createParkingTexture(t.elements)}createMergedParking(t){return g(this,null,function*(){let e=new Ye(this.context,t);this.mergedParkingSpace=e,this.add(e)})}createMergedParkingByMergedElements(t){let e=new Te(this.context,t);if(this.mergedParkingSpace=e,t.lineGeometry){let i=new de(this.context,t.lineGeometry);this.add(i)}this.add(e)}createIndependentParking(t){t.forEach(e=>{var i;let s=new K(this.context,w({},e,{dashed:!1}));s.userData.data=e,this.add(s),(i=e.texts[0])==null||i.split(/[,,]/).map(o=>{this.parkingNoGraphicMap.set(o,s)}),this.graphicMap.set(s.options.id,s)})}createParkingTexture(t){let e=t.filter(i=>Ei[i.parkingType]).map(i=>{let s=new ro(...i.geometry.coords[0][0]),o=new ro(...i.geometry.coords[0][1]),n=new ro(...i.geometry.coords[0][2]),r=Math.min(s.distanceTo(o),o.distanceTo(n)),h=0;return r===s.distanceTo(o)?h=o.sub(s).angle()-Math.PI/2:h=n.sub(o).angle()-Math.PI/2,{uuid:i.id,iconUrl:Ei[i.parkingType],name:i.texts[0],deltaHeight:(i.deltaHeight||0)+.001,airHeight:i.airHeight,height:i.height,geometry:i.geometry,opacity:i.fillOpacity,visible:!0,secondWidth:r-1,secondHeight:r-1,secondRotate:h,centerCoords:[i.center_coord_x,i.center_coord_y]}});if(e.length){let i=new le(this.context,e);this.add(i)}}createMergedParkingTexture(t){t.map(e=>{e.iconUrl=Ei[e.iconUrl];let i=new pe(this.context,e);this.add(i)})}changeParkingColor(t){this.merged?Object.keys(t).map(e=>{let i=this.parkingNoIndexMap.get(e);if(!Yh(i)){var s;(s=this.mergedParkingSpace)==null||s.setColorByIndex(i,t[e])}}):Object.keys(t).map(e=>{let i=this.parkingNoGraphicMap.get(e);i&&(i.options.fillColor=t[e])})}setOpacity(t,e){if(e===void 0&&(e=!1),this.parkingOptions.forEach(s=>{if(e)s.fillOpacity=t,s.strokeOpacity=t;else{let r=this.parkingOriginOptions.get(s.id);var o;s.fillOpacity=Math.min(t,(o=r==null?void 0:r.fillOpacity)!=null?o:1);var n;s.strokeOpacity=Math.min(t,(n=r==null?void 0:r.strokeOpacity)!=null?n:1)}}),this.merged)if(this.mergedParkingSpace instanceof Ye)this.mergedParkingSpace.setOpacity(t,e);else{var i;(i=this.mergedParkingSpace)==null||i.setOpacity(t,e)}else this.graphicMap.forEach(s=>{s.setOpacity(t,e)});this.children.filter(s=>s instanceof le||s instanceof pe).map(s=>s.setOpacity(t))}getParkingOptionsByParkingNo(t){return this.parkingOptions.find(i=>i.texts[0]===t)||null}getGraphicPosition(t){if(this.merged){let e=this.parkingOptions.find(i=>i.id===t);return e?[e.center_x,e.center_y]:null}}getParkingSpaceByRaycaster(t){let e={distance:1/0,graphic:null,position:null},i=this.children.filter(s=>s instanceof K).reduce((s,o)=>{if(o instanceof K){let n=o.raycast(t);if(n){let{distance:r}=n;if(r<s.distance)return{distance:n.distance,position:n.position,graphic:o}}return s}else return s},e);return i===e?{graphics:[],position:null,distance:1/0}:{graphics:[i.graphic],distance:i.distance,position:i.position}}dispose(){var t;(t=this.mergedParkingSpace)==null||t.dispose(),this.mergedParkingSpace=null,A(this),this.graphicMap.clear(),this.parkingNoGraphicMap.clear(),this.parkingNoIndexMap.clear(),this.nodeIdIndexMap.clear(),this.parkingOptions=[],super.dispose()}constructor(t){super(t),this.graphicMap=new Map,this.parkingNoGraphicMap=new Map,this.parkingOriginOptions=new Map,this.parkingOptions=[],this.merged=!1,this.parkingNoIndexMap=new Map,this.nodeIdIndexMap=new Map,this.mergedParkingSpace=null}};import"core-js/modules/es.array.push.js";var Ii=class extends X{addModels(t){let e=t.reduce((i,s)=>{let{url:o}=s;return i[o]?i[o].push(s):i[o]=[s],i},{});Object.values(e).forEach(i=>{let s=new Fi(this.context,i);this.add(s)})}constructor(t){super(t)}};import"core-js/modules/web.dom-collections.iterator.js";import{Box3 as oc,Group as $n,Matrix4 as nc,Quaternion as rc,Vector3 as ho}from"three";import{LineMaterial as qh}from"three/examples/jsm/lines/LineMaterial.js";import{Color as qe,LineBasicMaterial as $h,MeshStandardMaterial as Jh,MeshBasicMaterial as Qh,ShaderMaterial as ke,DoubleSide as tc,LineDashedMaterial as ec}from"three";function Yn(a){return`${a.x}-${a.y}-${a.z}`}var dt=class{static generateLineMaterialKey({color:t,opacity:e}){return`${t}-${e}`}static createLineMaterial({color:t,opacity:e,vertexColors:i}){let s=this.generateLineMaterialKey({color:t,opacity:e,vertexColors:i});if(this.lineMaterialMap.has(s))return this.lineMaterialMap.get(s);let o=new $h({color:new qe(t).convertLinearToSRGB(),transparent:!0,opacity:e,vertexColors:i!=null?i:!1});return this.lineMaterialMap.set(s,o),o}static createMeshStandardMaterial({color:t,opacity:e}){let i=`${t}-${e}`;if(this.meshStandardMaterialMap.has(i))return this.meshStandardMaterialMap.get(i);let s=new Jh({color:new qe(t).convertLinearToSRGB(),roughness:1,transparent:!0,opacity:e,depthWrite:!0});return this.meshStandardMaterialMap.set(i,s),s}static createMeshBasicMaterial({color:t,opacity:e,vertexColors:i}){let s=`${t}-${e}-${i}`;if(this.meshBasicMaterialMap.has(s))return this.meshBasicMaterialMap.get(s);let o=new Qh({color:t,transparent:!0,opacity:e,depthWrite:!0,vertexColors:i!=null?i:!1});return this.meshBasicMaterialMap.set(s,o),o}static createShaderMaterial({gradualColor:t,center:e,maxValue:i,opacity:s,direction:o,max:n,min:r}){let h=`${t.toString()}-${Yn(e)}-${i}-${s}-${Yn(o)}`;if(this.shaderMaterialMap.has(h))return this.shaderMaterialMap.get(h);let c=`
|
|
218
|
+
`;return this.instancedWallMaterial=new Se({vertexShader:t,fragmentShader:e,transparent:!0})}static dispose(){this.lineMaterialMap.forEach((t,e)=>{t.dispose()}),this.lineMaterialMap.clear(),this.meshStandardMaterialMap.forEach((t,e)=>{t.dispose()}),this.meshStandardMaterialMap.clear(),this.meshBasicMaterialMap.forEach((t,e)=>{t.dispose()}),this.meshBasicMaterialMap.clear(),this.shaderMaterialMap.forEach((t,e)=>{t.dispose()}),this.shaderMaterialMap.clear(),this.line2MaterialMap.forEach((t,e)=>{t.dispose()}),this.line2MaterialMap.clear(),this.lineDashedMaterialMap.forEach(t=>{t.dispose()}),this.lineDashedMaterialMap.clear(),this.mergeAttributeGraphicMaterial&&(this.mergeAttributeGraphicMaterial.dispose(),this.mergeAttributeGraphicMaterial=null),this.mergeAttributeWallMaterial&&(this.mergeAttributeWallMaterial.dispose(),this.mergeAttributeWallMaterial=null),this.mergeAttributeGraphicLineMaterial&&(this.mergeAttributeGraphicLineMaterial.dispose(),this.mergeAttributeGraphicLineMaterial=null),this.instancedGraphicMaterial&&(this.instancedGraphicMaterial.dispose(),this.instancedGraphicMaterial=null),this.instancedWallMaterial&&(this.instancedWallMaterial.dispose(),this.instancedWallMaterial=null)}};C.lineMaterialMap=new Map;C.meshStandardMaterialMap=new Map;C.meshBasicMaterialMap=new Map;C.shaderMaterialMap=new Map;C.line2MaterialMap=new Map;C.mergeAttributeGraphicMaterial=null;C.mergeAttributeWallMaterial=null;C.mergeAttributeGraphicLineMaterial=null;C.instancedGraphicMaterial=null;C.instancedWallMaterial=null;C.lineDashedMaterialMap=new Map;import"core-js/modules/es.regexp.exec.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.typed-array.uint8-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/es.typed-array.from.js";import{DataTexture as ae,LinearFilter as yt,RGBAFormat as he}from"three";function Qs(){return new Worker(new URL("./worker/text-texture.worker-6IXOXREW.js",import.meta.url))}function to(){return new Worker(new URL("./worker/lazy-indexdb-text-texture.worker-GTG7ASSH.js",import.meta.url))}var Bt,ht=function(a){return a.MAP_VERSION="map_version",a.ROUTE_VERSION="route_version",a.FACILITY_VERSION="facility_version",a.MAP_DATA="map_data",a.ROAD_NETWORK_DATA="road_network_data",a.FACILITY_DATA="facility_data",a.POI_TEXT="poi_text_1",a.POI_TEXT_RECT="poi_text_rect",a.LAZY_TEXTURE="lazy_texture",a.LAZY_POI="lazy_poi",a}({});function _i(a,t){return a===void 0&&(a="aibee_map"),t===void 0&&(t=9),new Promise((e,i)=>{if(Bt)return e({db:Bt,type:"success"});let s=indexedDB.open(a,t);s.onupgradeneeded=function(o){Bt=o.target.result,console.log("[open db is onupgradeneeded]"),Gt("map_version"),Gt("route_version"),Gt("facility_version"),Gt("map_data"),Gt("road_network_data"),Gt("facility_data"),Gt("poi_text_1"),Gt("poi_text_rect"),Gt("lazy_texture"),Gt("lazy_poi")},s.onsuccess=o=>{Bt=o.target.result,e({db:Bt,type:"success"})},s.onerror=o=>{console.log("[open db is onerror]"),i(o)}})}function Ce(a,t,e){return e===void 0&&(e=Bt),new Promise((i,s)=>{e||s("\u6CA1\u6709db");let n=e.transaction([a],"readonly").objectStore(a).get(t);n.onsuccess=()=>{n.result?i(n.result.value):i(null)},n.onerror=r=>{console.log("[getVersionByKey]",r),i(null)}})}function Ye(a,t,e,i,s){return i===void 0&&(i=Bt),s===void 0&&(s=!1),new Promise((o,n)=>g(this,null,function*(){if(!i){n("\u6CA1\u6709db");return}let r=s;s||(r=!!(yield Ce(a,t)));let h=i.transaction([a],"readwrite").objectStore(a),c=r?h.put({key:t,value:e}):h.add({key:t,value:e});c.onsuccess=function(l){o(l)},c.onerror=function(l){n(l)}}))}function Gt(a,t){t===void 0&&(t=Bt),t&&(t.objectStoreNames.contains(a)||t.createObjectStore(a,{keyPath:"key"}))}function An(a){a===void 0&&(a=Bt),a==null||a.close(),Bt=null}var Ct=Math.max(window.devicePixelRatio,2);Yt&&(Ct=1);var V=class{static InitDb(){return _i()}static getCanvas(){if(this.canvas)return this.canvas;{let t=document.createElement("canvas");return this.canvas=t,t}}static getCtx(){if(this.ctx)return this.ctx;let e=this.getCanvas().getContext("2d",{willReadFrequently:!0});return this.ctx=e,e}static getIdleCanvas(){if(this.idleCanvas)return this.idleCanvas;{let t=document.createElement("canvas");return this.idleCanvas=t,t}}static getIdleCtx(){if(this.idleCtx)return this.idleCtx;let e=this.getIdleCanvas().getContext("2d",{willReadFrequently:!0});return this.idleCtx=e,e}static getMergedOptions(t){return w({},this.options,t)}static setCtxStyle(t,e,i){e===void 0&&(e=this.getCanvas()),i===void 0&&(i=this.getCtx()),e.style.width=""+t.width+"px",e.style.height=""+t.height+"px",e.width=t.width*Ct,e.height=t.height*Ct,i.font=t.font,i.textBaseline=t.textBaseline,i.lineWidth=t.lineWidth,i.fillStyle=t.fillStyle,i.strokeStyle=t.strokeStyle,i.scale(Ct,Ct)}static getLazyIndexDbTextTextureWorker(){if(this.lazyIndexDbTextTextureWorker)return this.lazyIndexDbTextTextureWorker;{let t=to();return this.lazyIndexDbTextTextureWorker=t,t}}static getTextureRectByTexts(t,e){return g(this,null,function*(){let i=this.getMergedOptions(e),s=(e==null?void 0:e.maxWidth)||600,o=qt(w({},i,{text:t,maxWidth:s}));if(this.rectCacheMap.has(o))return this.rectCacheMap.get(o);let n=new Promise((r,h)=>g(this,null,function*(){var c;try{yield this.InitDb();let y=yield Ce(ht.POI_TEXT_RECT,o);if(y){r({width:y.width,height:y.height,lines:y.lines,lineString:y.lineString});return}}catch(y){console.error("POI TEXT_RECT DB ERROR",y)}let l=this.getCanvas(),p=this.getCtx();p.clearRect(0,0,l.width,l.height),this.setCtxStyle(i);let d=this.splitText(t,p,s),u=+(((c=i.font.match(/(\d+)px/))==null?void 0:c[1])||54),x=Math.ceil(u+i.lineWidth+2)*d.length,m=Math.max(...d.map(y=>{let P=Math.ceil(p.measureText(y).width);return P%2===0?P:P+1}))+2;try{yield this.InitDb(),Ye(ht.POI_TEXT_RECT,o,{width:m,height:x,lines:d.length,lineString:d})}catch(y){console.error("POI TEXT_RECT DB ERROR",y)}r({width:m,height:x,lines:d.length,lineString:d})}));return this.rectCacheMap.set(o,n),n})}static splitText(t,e,i){let s=kn(t),o=[],n="";for(let r of s)if(r.startsWith("(")||r.startsWith("\uFF08"))o.push(r.slice(1,-1));else{let h=r.split(" ");for(let c of h){let l=n?n+" "+c:c,p=e.measureText(l);if(p.width>i)if(n&&o.push(n),p.width>i||qo(c)){let d="",u=c.split("");for(let f of u){let x=d+f;e.measureText(x).width>i&&d?(o.push(d),d=f):d=x}d&&(n=d)}else n=c;else n=l}}return n&&o.push(n),o}static getTextureByText(t,e){return g(this,null,function*(){let i=this.getMergedOptions(e),s=(e==null?void 0:e.maxWidth)||600,o=(e==null?void 0:e.background)||{enable:!1,color:"#FFFFFF",opacity:.9},n="";if(o.enable?n=qt(w({},i,{text:t,maxWidth:s,background:o})):n=qt(w({},i,{text:t,maxWidth:s})),this.cacheMap.has(n))return this.cacheMap.get(n);let r=new Promise((h,c)=>g(this,null,function*(){var l;try{yield this.InitDb();let O=yield Ce(ht.POI_TEXT,n);if(O){let Z=new ae(new Uint8Array(O.data),O.width,O.height,he);Z.flipY=!0,Z.minFilter=yt,Z.magFilter=yt;let Q={texture:Z,lines:O.lines};this.cacheMap.set(n,Q),h(Q);return}}catch(O){console.error("POI TEXT DB ERROR",O)}let p=this.getCanvas(),d=this.getCtx();d.clearRect(0,0,p.width,p.height),this.setCtxStyle(i);let{width:u,height:f,lineString:x}=yield this.getTextureRectByTexts(t),m=+(((l=i.font.match(/(\d+)px/))==null?void 0:l[1])||54),y=Math.ceil(m+i.lineWidth+2),P=f,M=u;if(o.enable){let st=M+12,nt=P+3*2,D=4;d.fillStyle=o.color,d.globalAlpha=o.opacity,d.beginPath(),d.moveTo(D,0),d.lineTo(st-D,0),d.quadraticCurveTo(st,0,st,D),d.lineTo(st,nt-D),d.quadraticCurveTo(st,nt,st-D,nt),d.lineTo(D,nt),d.quadraticCurveTo(0,nt,0,nt-D),d.lineTo(0,D),d.quadraticCurveTo(0,0,D,0),d.closePath(),d.fill(),d.globalAlpha=1,d.fillStyle=i.fillStyle}let E=o.enable?6:0,S=o.enable?3:0;x.forEach((O,Z)=>{let Q=d.measureText(O),st=Math.ceil(Q.width),nt=Math.floor((M-st)/2)+E,D=Z*(2+y)+S;i.lineWidth&&d.strokeText(O,nt,D),d.fillText(O,nt,D)});let R=o.enable?6:0,b=o.enable?3:0,N=d.getImageData(0,0,(M+R*2)*Ct,(P+b*2)*Ct),J=new ae(N.data,(M+R*2)*Ct,(P+b*2)*Ct,he);J.flipY=!0,J.minFilter=yt,J.magFilter=yt,this.cacheMap.set(n,{texture:J,lines:x.length});try{Ye(ht.POI_TEXT,n,{data:Array.from(N.data),width:(M+R*2)*Ct,height:(P+b*2)*Ct,lines:x.length,lineString:x},void 0,!0)}catch(O){console.error("POI TEXT DB ERROR",O)}h({texture:J,lines:x.length})}));return this.cacheMap.set(n,r),r})}static lazyGetTextureByTexts(t,e){return g(this,null,function*(){let i=this.getMergedOptions(e),s=i.height;i.height=Math.min(s*t.length,2048);let o={},n=new Set;if(t.map(c=>{if(this.lazyPoiMap.has(c)){let l=this.lazyPoiMap.get(c),p=this.lazyTextureCacheMap.get(l.textureKey);if(p){o[c]={width:l.width,height:s,x:l.x,y:l.y,texture:p};return}}n.add(c)}),!n.size)return o;let r=Array.from(n);return new Promise((c,l)=>g(this,null,function*(){let p;window.OffscreenCanvas?(console.log("use webworker"),p=this.getTextsByWorker(r,i,s)):typeof window.requestIdleCallback=="function"?(console.log("use browser idle"),p=this.getTextsByBrowserIdle(r,i,s)):(console.log("use requestAnimation text textures"),p=Promise.resolve().then(()=>this.getTextsSync(r,i,s))),c(p)}))})}static getTextsByWorker(t,e,i){return g(this,null,function*(){return this.textTextureWorker||(this.textTextureWorker=Qs()),(yield z(this.textTextureWorker,"get_texture_by_texts",{texts:t,options:e,originHeight:i})).data.map(o=>{let n=new ae(o.data,e.width,o.height,he);return n.flipY=!0,n.minFilter=yt,n.magFilter=yt,{texture:n,offsetMap:o.offsetMap}}).reduce((o,n)=>(Object.keys(n.offsetMap).forEach(r=>{o[r]=n.offsetMap[r],o[r].texture=n.texture}),o),{})})}static getTextsByBrowserIdle(t,e,i){return g(this,null,function*(){let s=0,o=t.length;return new Promise(n=>{let r=this.getIdleCanvas(),h=this.getIdleCtx();h.clearRect(0,0,r.width,r.height),this.setCtxStyle(e,r,h);let c=[],l=0,p=0,d={},u=()=>g(this,null,function*(){let x=h.getImageData(0,0,e.width,i+p);c.push({imageData:x,offsetMap:d,height:i+p});let m=c.reduce((y,P)=>{let M=new ae(P.imageData.data,e.width,P.height,he);return M.flipY=!0,M.minFilter=yt,M.magFilter=yt,Object.keys(P.offsetMap).forEach(E=>{y[E]=w({},P.offsetMap[E],{texture:M})}),y},{});n(m)}),f=x=>{if(s>=o)return u();if(x.timeRemaining()>0){let m=t[s],y=Math.ceil(h.measureText(m).width);if(y=y%2===0?y:y+1,y+=2,y+l>e.width&&(l=0,p+=i,i+p>e.height)){let M=h.getImageData(0,0,e.width,p);c.push({imageData:M,offsetMap:d,height:p}),p=0,h.clearRect(0,0,e.width,e.height),d={}}let P=8;if(e.lineWidth&&h.strokeText(m,2+l,P+p),h.fillText(m,2+l,P+p),d[m]={width:y,height:i,x:l,y:p},l+=y,++s>=o)return u();x.timeRemaining()>0?f(x):this.timer.requestIdleCallback(f)}else this.timer.requestIdleCallback(f)};this.timer.requestIdleCallback(f),this.timer.setTimeout(()=>{s===0&&(console.log("idle \u4E0D\u6267\u884C \u56DE\u9000\u5230\u540C\u6B65"),n(this.getTextsSync(t,e,i)))},1e3)})})}static getTextsByReqAniFrame(t,e,i){return g(this,null,function*(){let s=0,o=t.length;return new Promise(n=>{let r=this.getIdleCanvas(),h=this.getIdleCtx();h.clearRect(0,0,r.width,r.height),this.setCtxStyle(e,r,h);let c=[],l=0,p=0,d={},u=()=>g(this,null,function*(){let x=h.getImageData(0,0,e.width,i+p);c.push({imageData:x,offsetMap:d,height:i+p});let m=c.reduce((y,P)=>{let M=new ae(P.imageData.data,e.width,P.height,he);return M.flipY=!0,M.minFilter=yt,M.magFilter=yt,Object.keys(P.offsetMap).forEach(E=>{y[E]=w({},P.offsetMap[E],{texture:M})}),y},{});n(m)}),f=()=>{if(s>=o)return u();let x=0;for(;x<30;){let m=t[s],y=Math.ceil(h.measureText(m).width);if(y=y%2===0?y:y+1,y+=2,y+l>e.width&&(l=0,p+=i,i+p>e.height)){let M=h.getImageData(0,0,e.width,p);c.push({imageData:M,offsetMap:d,height:p}),p=0,h.clearRect(0,0,e.width,e.height),d={}}let P=8;if(e.lineWidth&&h.strokeText(m,2+l,P+p),h.fillText(m,2+l,P+p),d[m]={width:y,height:i,x:l,y:p},l+=y,++s>=o)return u();x++}this.timer.requestAnimationFrame(f)};this.timer.requestAnimationFrame(f)})})}static getTextsSync(t,e,i){let s=this.getCanvas(),o=this.getCtx();o.clearRect(0,0,s.width,s.height),this.setCtxStyle(e);let n=[],r=0,h=0,c={};t.forEach(d=>{let u=Math.ceil(o.measureText(d).width);if(u=u%2===0?u:u+1,u+=2,u+r>e.width&&(r=0,h+=i,i+h>e.height)){let x=o.getImageData(0,0,e.width,h);n.push({data:x.data,offsetMap:c,height:h}),h=0,o.clearRect(0,0,e.width,e.height),c={}}let f=8;e.lineWidth&&o.strokeText(d,2+r,f+h),o.fillText(d,2+r,f+h),c[d]={width:u,height:i,x:r,y:h},r+=u});let l=o.getImageData(0,0,e.width,i+h);return n.push({data:l.data,offsetMap:c,height:h+i}),n.reduce((d,u)=>{let f=new ae(u.data,e.width,u.height,he);return f.flipY=!0,f.minFilter=yt,f.magFilter=yt,Object.keys(u.offsetMap).forEach(x=>{d[x]=w({},u.offsetMap[x],{texture:f})}),d},{})}static getTextureByTexts(t,e){let i=this.getMergedOptions(e),s=i.height;i.height=Math.min(s*t.length,1e4);let o=this.getCanvas(),n=this.getCtx();n.clearRect(0,0,o.width,o.height),this.setCtxStyle(i);let r=0,h=0,c={};t.forEach(d=>{let u=Math.ceil(n.measureText(d).width);u=u%2===0?u:u+1,u+=2,u+r>i.width&&(r=0,h+=s);let f=8;i.lineWidth&&n.strokeText(d,2+r,f+h),n.fillText(d,2+r,f+h),c[d]={width:u,height:s,x:r,y:h},r+=u});let l=n.getImageData(0,0,i.width,s+h),p=new ae(Uint8Array.from(l.data),i.width,s+h,he);return p.flipY=!0,p.minFilter=yt,p.magFilter=yt,{texture:p,offsetMap:c}}static dispose(){var t,e;this.ctx=null,this.canvas=null,this.idleCtx=null,this.idleCanvas=null,this.timer.dispose(),this.cacheMap.forEach(i=>{i instanceof Promise?i.then(s=>{s.texture.dispose()}):i.texture.dispose()}),this.cacheMap.clear(),(t=this.textTextureWorker)==null||t.terminate(),(e=this.lazyIndexDbTextTextureWorker)==null||e.terminate(),this.textTextureWorker=null,this.rectCacheMap.clear()}};V.canvas=document.createElement("canvas");V.ctx=V.canvas.getContext("2d",{willReadFrequently:!0});V.cacheMap=new Map;V.rectCacheMap=new Map;V.lazyTextureCacheMap=new Map;V.lazyPoiMap=new Map;V.textTextureWorker=null;V.lazyIndexDbTextTextureWorker=null;V.idleCanvas=null;V.idleCtx=null;V.timer=new H;V.options={width:2048,height:512,font:"500 28px sans-serif",textBaseline:"top",lineWidth:2,fillStyle:"rgba(0,0,0,1)",strokeStyle:"white"};import"core-js/modules/web.dom-collections.iterator.js";import{LinearFilter as bi,RGBAFormat as On,Texture as gh,TextureLoader as yh}from"three";var ot=class{static getTextureByUrl(t){if(this.urlTextureMap.has(t))return Promise.resolve(this.urlTextureMap.get(t));let e=this.textureLoader.loadAsync(t);return e.then(i=>{i.format=On,i.magFilter=bi,i.minFilter=bi,i.colorSpace="srgb",this.urlTextureMap.set(t,i)}),this.urlTextureMap.set(t,e),e}static getUrlTextureBorder(t,e,i){let s=t+"-"+i.width+"-"+i.color;if(this.borderUrlTextureMap.has(s))return Promise.resolve(this.borderUrlTextureMap.get(s));let o=this.textureLoader.loadAsync(t).then(n=>{let r=this.ctx,h=this.canvas,c=e+i.width*2;h.width=c,h.height=c;let l=c/2;r.clearRect(0,0,c,c),r.beginPath(),r.arc(l,l,e/2+i.width,0,2*Math.PI),r.fillStyle=i.color,r.fill(),r.beginPath(),r.arc(l,l,e/2,0,2*Math.PI),r.closePath(),r.clip(),r.drawImage(n.image,i.width,i.width,e,e);let p=new gh(h);return p.format=On,p.magFilter=bi,p.minFilter=bi,p.colorSpace="srgb",p.needsUpdate=!0,this.borderUrlTextureMap.set(s,p),p});return this.borderUrlTextureMap.set(s,o),o}static dispose(){this.urlTextureMap.forEach(t=>{t instanceof Promise?t.then(e=>e.dispose()):t.dispose()}),this.borderUrlTextureMap.forEach(t=>{t instanceof Promise?t.then(e=>e.dispose()):t.dispose()}),this.urlTextureMap.clear(),this.borderUrlTextureMap.clear(),this.ctx=null,this.canvas=null}};ot.textureLoader=new yh;ot.urlTextureMap=new Map;ot.borderUrlTextureMap=new Map;ot.canvas=document.createElement("canvas");ot.ctx=ot.canvas.getContext("2d",{willReadFrequently:!0});import"core-js/modules/web.dom-collections.iterator.js";import{GLTFLoader as _h}from"three/examples/jsm/loaders/GLTFLoader.js";import{clone as bh}from"three/examples/jsm/utils/SkeletonUtils.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.json.stringify.js";import"core-js/modules/es.error.cause.js";import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/es.array.push.js";import"core-js/modules/web.url.js";import"core-js/modules/web.url.to-json.js";import"core-js/modules/web.url-search-params.js";import"core-js/modules/web.url-search-params.delete.js";import"core-js/modules/web.url-search-params.has.js";import"core-js/modules/web.url-search-params.size.js";import"core-js/modules/es.array.sort.js";import"core-js/modules/es.typed-array.int8-array.js";import"core-js/modules/es.typed-array.uint32-array.js";import"core-js/modules/es.typed-array.int16-array.js";import"core-js/modules/es.typed-array.int32-array.js";import"core-js/modules/es.typed-array.uint8-array.js";import"core-js/modules/es.typed-array.uint16-array.js";var Rn=new URL("./icon/parkingSpace/half.svg",import.meta.url).href;var In=new URL("./icon/parkingSpace/power.svg",import.meta.url).href;var Fn=new URL("./icon/parkingSpace/mechanical.svg",import.meta.url).href;var Gn=new URL("./icon/parkingSpace/vip.svg",import.meta.url).href;var Bn=new URL("./icon/parkingSpace/gsadv.svg",import.meta.url).href;var zn=new URL("./glb/locate.glb",import.meta.url).href;var Wn=new URL("./icon/path/arrow.png",import.meta.url).href;var eo=new URL("./draco/draco_decoder.js",import.meta.url).href;var io=new URL("./draco/draco_decoder.wasm",import.meta.url).href;var so=new URL("./draco/draco_wasm_wrapper.js",import.meta.url).href;var Ei={half:Rn,power:In,mechanical:Fn,vip:Gn,gsadv:Bn},Un=zn,Si=Wn;import{BufferAttribute as Hn,BufferGeometry as vh,Color as xh,FileLoader as Nn,Loader as wh,LinearSRGBColorSpace as Ph,SRGBColorSpace as Zn}from"three";var oo=new WeakMap,Ci=class extends wh{setDecoderPath(t){return this.decoderPath=t,this}setDecoderConfig(t){return this.decoderConfig=t,this}setWorkerLimit(t){return this.workerLimit=t,this}load(t,e,i,s){let o=new Nn(this.manager);o.setPath(this.path),o.setResponseType("arraybuffer"),o.setRequestHeader(this.requestHeader),o.setWithCredentials(this.withCredentials),o.load(t,n=>{this.parse(n,e,s)},i,s)}parse(t,e,i){i===void 0&&(i=()=>{}),this.decodeDracoFile(t,e,null,null,Zn).catch(i)}decodeDracoFile(t,e,i,s,o,n){o===void 0&&(o=Ph),n===void 0&&(n=()=>{});let r={attributeIDs:i||this.defaultAttributeIDs,attributeTypes:s||this.defaultAttributeTypes,useUniqueIDs:!!i,vertexColorSpace:o};return this.decodeGeometry(t,r).then(e).catch(n)}decodeGeometry(t,e){let i=JSON.stringify(e);if(oo.has(t)){let h=oo.get(t);if(h.key===i)return h.promise;if(t.byteLength===0)throw new Error("THREE.DRACOLoader: Unable to re-decode a buffer with different settings. Buffer has already been transferred.")}let s,o=this.workerNextTaskID++,n=t.byteLength,r=this._getWorker(o,n).then(h=>(s=h,new Promise((c,l)=>{s._callbacks[o]={resolve:c,reject:l},s.postMessage({type:"decode",id:o,taskConfig:e,buffer:t},[t])}))).then(h=>this._createGeometry(h.geometry));return r.catch(()=>!0).then(()=>{s&&o&&this._releaseTask(s,o)}),oo.set(t,{key:i,promise:r}),r}_createGeometry(t){let e=new vh;t.index&&e.setIndex(new Hn(t.index.array,1));for(let i=0;i<t.attributes.length;i++){let s=t.attributes[i],o=s.name,n=s.array,r=s.itemSize,h=new Hn(n,r);o==="color"&&(this._assignVertexColorSpace(h,s.vertexColorSpace),h.normalized=!(n instanceof Float32Array)),e.setAttribute(o,h)}return e}_assignVertexColorSpace(t,e){if(e!==Zn)return;let i=new xh;for(let s=0,o=t.count;s<o;s++)i.fromBufferAttribute(t,s).convertSRGBToLinear(),t.setXYZ(s,i.r,i.g,i.b)}_loadLibrary(t,e){let i=new Nn(this.manager);return i.setPath(this.decoderPath),i.setResponseType(e),i.setWithCredentials(this.withCredentials),new Promise((s,o)=>{i.load(t,s,void 0,o)})}preload(){return this._initDecoder(),this}_initDecoder(){if(this.decoderPending)return this.decoderPending;let t=typeof WebAssembly!="object"||this.decoderConfig.type==="js",e=[];return t?e.push(this._loadLibrary(eo,"text")):(e.push(this._loadLibrary(so,"text")),e.push(this._loadLibrary(io,"arraybuffer"))),this.decoderPending=Promise.all(e).then(i=>{let s=i[0];t||(this.decoderConfig.wasmBinary=i[1]);let o=Mh.toString(),n=["/* draco decoder */",s,"","/* worker */",o.substring(o.indexOf("{")+1,o.lastIndexOf("}"))].join(`
|
|
219
|
+
`);this.workerSourceURL=URL.createObjectURL(new Blob([n]))}),this.decoderPending}_getWorker(t,e){return this._initDecoder().then(()=>{if(this.workerPool.length<this.workerLimit){let s=new Worker(this.workerSourceURL);s._callbacks={},s._taskCosts={},s._taskLoad=0,s.postMessage({type:"init",decoderConfig:this.decoderConfig}),s.onmessage=function(o){let n=o.data;switch(n.type){case"decode":s._callbacks[n.id].resolve(n);break;case"error":s._callbacks[n.id].reject(n);break;default:console.error('THREE.DRACOLoader: Unexpected message, "'+n.type+'"')}},this.workerPool.push(s)}else this.workerPool.sort(function(s,o){return s._taskLoad>o._taskLoad?-1:1});let i=this.workerPool[this.workerPool.length-1];return i._taskCosts[t]=e,i._taskLoad+=e,i})}_releaseTask(t,e){t._taskLoad-=t._taskCosts[e],delete t._callbacks[e],delete t._taskCosts[e]}debug(){console.log("Task load: ",this.workerPool.map(t=>t._taskLoad))}dispose(){for(let t=0;t<this.workerPool.length;++t)this.workerPool[t].terminate();return this.workerPool.length=0,this.workerSourceURL!==""&&URL.revokeObjectURL(this.workerSourceURL),this}constructor(t){super(t),this.decoderPath="",this.decoderConfig={},this.decoderBinary=null,this.decoderPending=null,this.workerLimit=4,this.workerPool=[],this.workerNextTaskID=1,this.workerSourceURL="",this.defaultAttributeIDs={position:"POSITION",normal:"NORMAL",color:"COLOR",uv:"TEX_COORD"},this.defaultAttributeTypes={position:"Float32Array",normal:"Float32Array",color:"Float32Array",uv:"Float32Array"}}};function Mh(){let a,t;onmessage=function(n){let r=n.data;switch(r.type){case"init":a=r.decoderConfig,t=new Promise(function(l){a.onModuleLoaded=function(p){l({draco:p})},DracoDecoderModule(a)});break;case"decode":let h=r.buffer,c=r.taskConfig;t.then(l=>{let p=l.draco,d=new p.Decoder;try{let u=e(p,d,new Int8Array(h),c),f=u.attributes.map(x=>x.array.buffer);u.index&&f.push(u.index.array.buffer),self.postMessage({type:"decode",id:r.id,geometry:u},f)}catch(u){console.error(u),self.postMessage({type:"error",id:r.id,error:u.message})}finally{p.destroy(d)}});break}};function e(n,r,h,c){let l=c.attributeIDs,p=c.attributeTypes,d,u,f=r.GetEncodedGeometryType(h);if(f===n.TRIANGULAR_MESH)d=new n.Mesh,u=r.DecodeArrayToMesh(h,h.byteLength,d);else if(f===n.POINT_CLOUD)d=new n.PointCloud,u=r.DecodeArrayToPointCloud(h,h.byteLength,d);else throw new Error("THREE.DRACOLoader: Unexpected geometry type.");if(!u.ok()||d.ptr===0)throw new Error("THREE.DRACOLoader: Decoding failed: "+u.error_msg());let x={index:null,attributes:[]};for(let m in l){let y=self[p[m]],P,M;if(c.useUniqueIDs)M=l[m],P=r.GetAttributeByUniqueId(d,M);else{if(M=r.GetAttributeId(d,n[l[m]]),M===-1)continue;P=r.GetAttribute(d,M)}let E=s(n,r,d,m,y,P);m==="color"&&(E.vertexColorSpace=c.vertexColorSpace),x.attributes.push(E)}return f===n.TRIANGULAR_MESH&&(x.index=i(n,r,d)),n.destroy(d),x}function i(n,r,h){let l=h.num_faces()*3,p=l*4,d=n._malloc(p);r.GetTrianglesUInt32Array(h,p,d);let u=new Uint32Array(n.HEAPF32.buffer,d,l).slice();return n._free(d),{array:u,itemSize:1}}function s(n,r,h,c,l,p){let d=p.num_components(),f=h.num_points()*d,x=f*l.BYTES_PER_ELEMENT,m=o(n,l),y=n._malloc(x);r.GetAttributeDataArrayForAllPoints(h,p,m,x,y);let P=new l(n.HEAPF32.buffer,y,f).slice();return n._free(y),{name:c,array:P,itemSize:d}}function o(n,r){switch(r){case Float32Array:return n.DT_FLOAT32;case Int8Array:return n.DT_INT8;case Int16Array:return n.DT_INT16;case Int32Array:return n.DT_INT32;case Uint8Array:return n.DT_UINT8;case Uint16Array:return n.DT_UINT16;case Uint32Array:return n.DT_UINT32}}}var lt=class{static loadModel(t,e){return g(this,null,function*(){if(e===void 0&&(e=!0),e){if(this.modelMap.has(t)){let s=this.modelMap.get(t);return s instanceof Promise?s.then(o=>this.cloneGltf(o)):this.cloneGltf(s)}let i=new Promise((s,o)=>{this.loader.load(t,n=>{this.modelMap.set(t,n),s(n)},void 0,o)});return this.modelMap.set(t,i),i.then(s=>this.cloneGltf(s))}else return new Promise((i,s)=>{this.loader.load(t,i,void 0,s)})})}static cloneGltf(t){return w({},t,{scene:bh(t.scene)})}static dispose(){this.modelMap.forEach(t=>{t instanceof Promise?t.then(e=>A(e.scene)):A(t.scene)}),this.modelMap.clear()}};lt.dracoLoader=new Ci;lt.loader=new _h().setDRACOLoader(lt.dracoLoader);lt.modelMap=new Map;function no(){return new Worker(new URL("./worker/merge-geometry.worker-2NSE4HFV.js",import.meta.url))}import{BufferGeometry as Eh,BufferAttribute as jn}from"three";var Lt=class{static GetMergeGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield z(e,"get_merged_geometry_attributes",{data:t}),s=this.GetBufferGeometryByData(i);return this.WorkerPool.releaseWorker(e),s})}static GetMergedShapeGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield z(e,"get_merged_shape_geometry_attributes",{data:t}),s=this.GetBufferGeometryByData(i);return this.WorkerPool.releaseWorker(e),s})}static GetMergedTexture2dGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield z(e,"get_merged_texture2d_shape_geometry_attributes",{data:t}),s=this.GetBufferGeometryByData(i);return this.WorkerPool.releaseWorker(e),s})}static GetBufferGeometryByData(t){let e=new Eh;return Object.keys(t.attributes).forEach(i=>{e.setAttribute(i,new jn(t.attributes[i].array,t.attributes[i].itemSize))}),t.index&&e.setIndex(new jn(t.index.array,t.index.itemSize)),e.morphAttributes=t.morphAttributes,e.morphTargetsRelative=t.morphTargetsRelative,e.groups=t.groups,e.boundingSphere=t.boundingSphere,e}static GetMergedGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield z(e,"get_merged_geometries_json",{data:t});return this.WorkerPool.releaseWorker(e),i?w({},t[0],i):null})}static GetMergedGeometryLine(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield z(e,"get_merged_geometries_line_json",{data:t});return this.WorkerPool.releaseWorker(e),i?w({},t[0],i):null})}static dispose(){this.WorkerPool.dispose()}};Lt.WorkerPool=new wi(10,no);import{cloneDeep as Ah}from"lodash";var Tt={id:"",height:.1,airHeight:0,area:0,group:"",fillColor:"#EFF4FB",strokeColor:"#ffffff",fillOpacity:1,strokeOpacity:1,strokeWidth:1,doors:[],visible:!0,geometry:{type:"polygon",cds:[],coords:[],curveCpt:[],curveIndex:[]},layerType:"",zIndex:0,stroke:!0,deltaHeight:0,userData:{},gradualColor:[],renderType:"single",colorFactor:.9,center_x:0,center_y:0,center_coord_x:0,center_coord_y:0,dashed:!1},K=class extends Sh{getCenter(){if(this.options.geometry.type==="point")return this.position.clone();let t=new bt,e=new Li;return e.setFromObject(this),e.getCenter(t),t}getSize(){if(this.options.geometry.type==="point")return new bt(0,0,0);let t=new Li,e=new bt;return t.setFromObject(this),t.getSize(e),e}getPosition(){let{center_coord_x:t,center_coord_y:e}=this.options,i=this.getCenter();return i.setZ(i.z+this.options.height/2),!t||!e?i:new bt(t,e,i.z+this.options.height/2)}init(){this.geometry=this.initGeometry(),this.initMaterial(),this.initMesh(),this.mesh.position.z=this.options.airHeight+this.options.deltaHeight,this.options.stroke&&this.options.strokeOpacity!==0&&(this.initLineMaterial(),this.initLineGeometry(),this.createBorder())}initDoor(){var t;if((t=this.options.doors)!=null&&t.length&&this.options.geometry.type==="polygon"){let e=this.options.geometry.coords[0];this.options.doors.forEach(i=>{let s=i.type==="single"?.5:1,o=.5,n=Vt(e,i.coord),r=new Qt(...i.coord),h=new Qt(...e[n]).sub(new Qt(...i.coord)).normalize(),c=new Qt().addVectors(r,h.clone().multiplyScalar(s)),l=new Qt().addVectors(r,h.clone().multiplyScalar(-s)),p=new Qt(-h.y,h.x),d=new Qt().addVectors(c,p.clone().multiplyScalar(o));$o([d.x,d.y],e)||(p.multiplyScalar(-1),d=new Qt().addVectors(c,p.clone().multiplyScalar(o)));let u=new Qt().addVectors(l,p.clone().multiplyScalar(o)),f=[[c.x,c.y],[d.x,d.y],[u.x,u.y],[l.x,l.y]];e=this.options.geometry.coords[0]=[...e.slice(0,n+1),...f,...e.slice(n+1)]})}}initGeometry(){let t=di(this.options.geometry.coords[0],this.options.geometry.coords.slice(1));return new Ch(t,{steps:1,bevelEnabled:!1,depth:this.options.height,curveSegments:4})}initSingleMaterial(){let t=C.createMeshBasicMaterial({color:this.options.fillColor,opacity:this.options.fillOpacity});if(this.options.secondUrl&&ot.getTextureByUrl(this.options.secondUrl).then(i=>{i.wrapS=Kn,i.wrapT=Kn,i.needsUpdate=!0,t.map=i,t.side=Dh}),this.options.height<=.1)return this.material=t,t;let e=C.createMeshBasicMaterial({color:Xt(this.options.fillColor),opacity:this.options.fillOpacity});return this.material=[t,e],[t,e]}getMaxAndMin(t,e){let i=new Li().setFromObject(this),s=t.clone().add(e.clone().multiplyScalar(1e3)),o=new Vn(s,e.clone().multiplyScalar(-1)),n=new bt;o.intersectBox(i,n);let r=t.clone().add(e.clone().multiplyScalar(-1e3)),h=new Vn(r,e.clone()),c=new bt;return h.intersectBox(i,c),{max:c,min:n}}initGradualMaterial(){let{max:t,min:e}=new Li().setFromObject(this),i=t.clone().sub(e),s=Math.max(i.x,i.y,i.z)/2,o=this.getPosition(),n=new bt(-1,.2,0).normalize(),{max:r,min:h}=this.getMaxAndMin(o,n),c=C.createShaderMaterial({gradualColor:this.options.gradualColor,center:this.getPosition(),maxValue:s,opacity:this.options.fillOpacity,direction:new bt(-1,.2,0),max:r,min:h});if(this.options.height<=.1)return this.material=c,c;let l=this.getCenter(),p=new bt(-1,.2,1).normalize(),{max:d,min:u}=this.getMaxAndMin(l,p),f=C.createShaderMaterial({gradualColor:[Xt(this.options.gradualColor[0],this.options.colorFactor),Xt(this.options.gradualColor[1],this.options.colorFactor)],center:this.getCenter(),maxValue:s,opacity:this.options.fillOpacity,direction:new bt(-1,.2,1),max:d,min:u});return this.material=[c,f],[c,f]}initMaterial(){return this.options.renderType==="gradual"?this.initGradualMaterial():this.initSingleMaterial()}initLineMaterial(){if(this.options.dashed){let t=C.createLineDashedMaterial({color:this.options.strokeColor,opacity:this.options.strokeOpacity});return this.lineMaterial=t,t}else{let t=C.createLineMaterial({color:this.options.strokeColor,opacity:this.options.strokeOpacity});return this.lineMaterial=t,t}}initMesh(){this.mesh&&this.remove(this.mesh),this.mesh=new Lh(this.geometry,this.material),this.add(this.mesh)}getBorderPoints(){let t=[],e=this.options.height+this.options.deltaHeight,{coords:i}=this.options.geometry;for(let s=0;s<i.length;s++){let o=i[s];for(let n=0;n<o.length;n++){let r=o[n],h=n+1===o.length?o[0]:o[n+1];t.push(new bt(r[0],r[1],e)),t.push(new bt(h[0],h[1],e))}}return t}initLineGeometry(){this.lineGeometry&&this.lineGeometry.dispose();let t=this.getBorderPoints(),e=new Th().setFromPoints(t);this.lineGeometry=e}createBorder(){this.line&&this.remove(this.line);let t=new kh(this.lineGeometry,this.lineMaterial);return t.position.z=this.options.airHeight+.01,this.options.dashed&&t.computeLineDistances(),this.line=t,this.add(t),t}setOpacity(t,e){if(e===void 0&&(e=!1),e)this.options.fillOpacity=t,this.options.strokeOpacity=t;else{let{fillOpacity:i,strokeOpacity:s}=this.originOptions;this.options.fillOpacity=Math.min(i,t),this.options.strokeOpacity=Math.min(s,t)}}raycast(t){if(!this.visible||this.options.geometry.type==="point")return!1;this.mesh.updateMatrixWorld(!0);let e=t.intersectObject(this.mesh);if(e[0]){let{point:i,distance:s}=e[0];return{position:i,distance:s}}return!1}dispose(){var t,e;(t=this.geometry)==null||t.dispose(),(e=this.line)==null||e.geometry.dispose(),this.clear()}constructor(t,e){if(super(),this.context=t,this.line=null,this.options=ve(Ah(w({},Tt,e)),this),this.originOptions={fillOpacity:this.options.fillOpacity,strokeOpacity:this.options.strokeOpacity},this.options.geometry.type==="point"){let[i,s]=this.options.geometry.coords;return this.position.set(i,s,this.options.height+this.options.airHeight),this}this.initDoor(),this.init(),this.visible=this.options.visible,this.addEventListener("change-fillColor",i=>{let{value:s}=i;this.initMaterial(),this.initMesh()}),this.addEventListener("change-fillOpacity",i=>{let{value:s}=i;this.initMaterial(),this.initMesh()}),this.addEventListener("change-height",i=>{let{value:s}=i;this.dispose(),this.init()}),this.addEventListener("change-strokeColor",i=>{let{value:s}=i;!this.options.stroke||!this.options.strokeOpacity||(this.initLineMaterial(),this.createBorder())}),this.addEventListener("change-strokeOpacity",i=>{let{value:s}=i;if(this.options.stroke)if(s)this.lineGeometry||this.initLineGeometry(),this.initLineMaterial(),this.createBorder();else{var o;this.line&&(this.remove(this.line),this.line=null),(o=this.lineGeometry)==null||o.dispose(),this.lineGeometry=void 0}}),this.addEventListener("change-airHeight",i=>{let{value:s}=i;this.position.z=s}),this.addEventListener("change-visible",i=>{let{value:s}=i;this.visible=s}),this.addEventListener("change-stroke",i=>{let{value:s}=i;if(s){if(this.line)return;this.initLineGeometry(),this.initLineMaterial(),this.createBorder()}else if(this.line){var o;this.remove(this.line),(o=this.lineGeometry)==null||o.dispose()}}),this.addEventListener("change-dashed",()=>{!this.options.stroke||!this.options.strokeOpacity||(this.lineGeometry||this.initLineGeometry(),this.initLineMaterial(),this.createBorder())}),this.addEventListener("change-renderType",()=>{this.initMaterial(),this.initMesh()}),this.addEventListener("change-gradualColor",()=>{this.initMaterial(),this.initMesh()})}};import{Object3D as Oh,PlaneGeometry as Rh,Mesh as Ih,ShadowMaterial as Fh,Color as Gh,DoubleSide as Bh}from"three";var Ti=class extends Oh{initLight(){let t=Yo(16777215,.5);return t.position.set(0,0,100),this.add(t),t}changeLightCamera(t){let e=t.x,i=t.y;this.directionalLight.shadow.camera.left=-e,this.directionalLight.shadow.camera.right=e,this.directionalLight.shadow.camera.top=i,this.directionalLight.shadow.camera.bottom=-i,this.directionalLight.shadow.camera.near=.5,this.directionalLight.shadow.camera.far=Math.max(e,i)}changeLightColor(t){this.directionalLight.color=new Gh(t)}setPosition(t){this.position.copy(t),this.directionalLight.position.set(-t.x/2,-t.y/2,100)}initPlane(t,e){t===void 0&&(t=1e3),e===void 0&&(e=1e3);let i=new Rh(t,e),s=new Fh({transparent:!0,opacity:0,side:Bh}),o=new Ih(i,s);return o.receiveShadow=!0,o.position.z=-10,this.add(o),this.plane=o,o}setTarget(t){this.directionalLight.target=t}transformOpacity(t){return t*this.basicOpacity}setOpacity(t){this.plane.material.opacity=this.transformOpacity(t)}dispose(){A(this,!0)}constructor(){super(),this.basicOpacity=.07,this.directionalLight=this.initLight(),this.initPlane()}};import"core-js/modules/web.dom-collections.iterator.js";import{EventDispatcher as Uh,Vector3 as Hh}from"three";import{Box3 as Xn,Vector3 as it}from"three";import{debounce as zh}from"lodash";var Wh={autoUpdate:!0,appendToBody:!1,autoChangePlacement:!1},Le=class extends et{initObserver(){let t=new MutationObserver(zh(()=>{this.div&&this.usePlacement()},100));t.observe(this.div,{childList:!0,subtree:!0,attributes:!0}),this.observer=t}getPlacementPosition(){var t,e;if(this.element instanceof K&&this.element.options.geometry.type==="polygon"){let{max:n,min:r}=new Xn().setFromObject(this.element),h=(n.x+r.x)/2,c=(n.y+r.y)/2;return{left:new it(r.x,c,n.z),leftTop:new it(r.x,n.y,n.z),top:new it(h,n.y,n.z),rightTop:new it(n.x,n.y,n.z),right:new it(n.x,c,n.z),rightBottom:new it(n.x,r.y,n.z),bottom:new it(h,r.y,n.z),leftBottom:new it(r.x,r.y,n.z),center:new it(h,c,n.z)}}let{x:i,y:s,z:o}=((e=this.element)==null||(t=e.getPosition)==null?void 0:t.call(e))||this.position;return{left:new it(i,s,o),leftTop:new it(i,s,o),top:new it(i,s,o),rightTop:new it(i,s,o),right:new it(i,s,o),rightBottom:new it(i,s,o),bottom:new it(i,s,o),leftBottom:new it(i,s,o),center:new it(i,s,o)}}getPlacementScreenPosition(){let{width:t,height:e}=this.context.clientSize,i=this.getPlacementPosition();return Object.keys(i).reduce((s,o)=>{let{x:n,y:r}=T(i[o],this.context.camera,t,e);return s[o]={x:n,y:r},s},{})}checkOverflow(t,e){let{width:i,height:s}=this.context.clientSize;return e.x>0&&t.x<i&&e.y<s&&t.y>0}getPlacement(){let{clientWidth:t,clientHeight:e}=this.div,i=this.getPlacementScreenPosition(),s=t/2,o=e/2,n=[{type:"center",getBox(r,h){return{max:{x:s+r,y:h-e},min:{x:r-s,y:h}}}},{type:"left",getBox(r,h){return{max:{x:r,y:h-o},min:{x:r-t,y:h+o}}}},{type:"leftTop",getBox(r,h){return{max:{x:r,y:h-e},min:{x:r-t,y:h}}}},{type:"top",getBox(r,h){return{max:{x:r+s,y:h-e},min:{x:r-s,y:h}}}},{type:"rightTop",getBox(r,h){return{max:{x:r+t,y:h-e},min:{x:r,y:h}}}},{type:"right",getBox(r,h){return{max:{x:r+t,y:h-o},min:{x:r,y:h+o}}}},{type:"rightBottom",getBox(r,h){return{max:{x:r+t,y:h},min:{x:r,y:h+e}}}},{type:"bottom",getBox(r,h){return{max:{x:r+s,y:h},min:{x:r-s,y:h+e}}}},{type:"leftBottom",getBox(r,h){return{max:{x:r,y:h},min:{x:r-t,y:h+o}}}}];for(let r=0;r<n.length;r++){let h=n[r],c=i[h.type],{max:l,min:p}=h.getBox(c.x,c.y);if(this.checkOverflow(l,p))return{type:h.type,position:c}}return{type:"center",position:i.center}}initDiv(){let t=document.createElement("div");return t.style.position="absolute",t}usePlacement(){let t=this.getPlacement();this.div.className="overlay_"+t.type,this._updatePosition(t.position.x,t.position.y)}bindElement(t){this.element=t,this.options.autoChangePlacement&&this.initObserver(),this.onUpdate()}unBindElement(){this.element=void 0}setVisible(t,e){e===void 0&&(e="block"),t!==this.visible&&(this.div.style.display=t?e:"none",this.visible=t)}setOpacity(t){this.div.style.opacity=""+t}getPosition(){return this.element?typeof this.element.getPosition=="function"?this.element.getPosition():new Xn().setFromObject(this.element).getCenter(new it):this.position}get withinDisplayRange(){let{x:t,y:e}=this.clientPos,{width:i,height:s}=this.context.clientSize;return t>=0&&t<=i&&e>=0&&e<=s}_updatePosition(t,e){this.clientPos={x:t,y:e};let{width:i,height:s,x:o,y:n}=this.context.clientSize;if(this.div){if(this.options.appendToBody){this.div.style.left=""+o+"px",this.div.style.top=""+(n+s)+"px";return}this.options.autoUpdate?(this.div.style.left=""+t+"px",this.div.style.bottom=""+(s-e)+"px"):this.dispatchEvent({type:"update-position",x:t,y:e,width:i,height:s})}}updatePosition(t){t===void 0&&(t=!1);let e=this.getPosition(),{width:i,height:s}=this.context.clientSize,{x:o,y:n}=T(e,this.context.camera,i,s);this.clientPos.x===o&&this.clientPos.y===n&&!t||this._updatePosition(o,n)}registryEvent(){this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.removeEventListener("update",this.onUpdate)}dispose(){var t,e;super.dispose(),this.unRegistryEvent(),this.unBindElement(),(t=this.observer)==null||t.disconnect(),(e=this.div)==null||e.remove(),this.div=null}constructor(t,e={}){super(),this.context=t,this.position=new it,this.clientPos={x:0,y:0},this.visible=!0,this.placement="top",this.observer=null,this.onUpdate=()=>{this.options.autoChangePlacement?this.usePlacement():this.updatePosition()},this.options=w({},Wh,e),this.registryEvent(),this.div=this.initDiv(),this.options.appendToBody?document.body.appendChild(this.div):this.context.container.appendChild(this.div)}};var Nh={texts:[{text:""}],level:1,icon_position:"bottom",collision_enable:!0,opacity:1,id:"",position:{x:0,y:0,z:0},icon_opacity:1,icon_border:{color:"#586EE0",width:0},background:"",collision_hide_icon:!0,built_in:!1,box_only_icon:!1},ce=class extends Uh{get withinDisplayRange(){return this.overlay.withinDisplayRange}resetSize(){return g(this,null,function*(){if(yield Qo(),!this.disposed)if(this.options.box_only_icon){if(!this.img)return;let{width:t,height:e}=this.img.getBoundingClientRect();this.size={width:t+2,height:e+2}}else{let{width:t,height:e}=this.div.getBoundingClientRect();this.size={width:t+2,height:e+2}}})}renderHelperBox(){}get clientPos(){return this.overlay.clientPos}initDiv(){let t=document.createElement("div");return this.div=t,this.addText(),this.options.icon&&this.addIcon(),t.style.fontSize="12px",t.style.textShadow="#fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0",t.style.display="flex",t.style.flexDirection="column",t.style.justifyContent="center",t.style.alignItems="center",t.style.padding="4px",this.overlay.setOpacity(this.options.opacity),this.overlay.div.style.pointerEvents="none",this.overlay.div.style.userSelect="none",this.overlay.div.appendChild(t),this.resetSize(),t}addIcon(){if(!this.img){let t=this.initIcon();this.options.icon_position==="top"?this.div.firstChild?this.div.insertBefore(t,this.div.firstChild):this.div.appendChild(t):this.div.appendChild(t)}}addText(){let t=this.initText();this.options.icon_position==="top"?this.div.appendChild(t):this.div.firstChild?this.div.insertBefore(t,this.div.firstChild):this.div.appendChild(t)}getPosition(){return this.position}initText(){let t=document.createElement("div");return t.appendChild(this.createTextFragment()),t.style.textAlign="center",this.textDiv=t,t}createTextFragment(){let t=document.createDocumentFragment();return this.options.texts.forEach(e=>{let i=document.createElement("div");if(i.style.whiteSpace="nowrap",e.styles)for(let[s,o]of Object.entries(e.styles))i.style[s]=o;i.textContent=e.text,t.appendChild(i)}),t}initIcon(){var t,e;let i=document.createElement("img");return i.setAttribute("src",this.options.icon),i.style.width=""+(((t=this.options.icon_size)==null?void 0:t[0])||32)+"px",i.style.height=""+(((e=this.options.icon_size)==null?void 0:e[1])||32)+"px",i.style.opacity=""+this.options.icon_opacity+"px",i.style.borderRadius="50%",this.options.icon_border.width&&(i.style.border=this.options.icon_border.width+"px solid "+this.options.icon_border.color),i.onload=()=>{this.resetSize()},this.img=i,i}registryEvent(){}unRegistryEvent(){}setVisible(t){t!==this.visible&&(this.visible=t,this.changeOverlayVisible(t))}changeOverlayVisible(t){if(!(t===this.overlay.visible&&this.options.collision_hide_icon))if(this.options.collision_hide_icon)this.overlay.visible=t,this.overlay.div.style.visibility=t?"visible":"hidden";else{if(this.showTextStatus===t)return;this.textDiv.style.visibility=t?"visible":"hidden",this.showTextStatus=t}}parentSetVisible(t){this.visible&&this.changeOverlayVisible(t)}getBox(t){t===void 0&&(t=this.context.config.poi.boxScale);let{width:e,height:i}=this.size,s=e*t,o=i*t,{x:n,y:r}=this.overlay.clientPos;return{left:n-s/2,right:n+s/2,top:this.options.icon?r-o:r-o/2,bottom:this.options.icon?r:r+o/2}}getOriginBox(){return this.getBox(1)}isContain(t,e){if(!this.overlay.visible||!this.visible)return!1;let i=this.getOriginBox();return t>=i.left&&t<=i.right&&e>=i.top&&e<=i.bottom}dispose(){this.unRegistryEvent(),this.div=null,this.textDiv=null,this.img=void 0,this.overlay.dispose(),this.disposed=!0}constructor(t,e){var i,s,o;super(),this.context=t,this.visible=!0,this.size={width:0,height:0},this.position=new Hh,this.userData={},this.showTextStatus=!0,this.disposed=!1,this._changePosition=()=>{this.overlay.updatePosition(!0)},this.options=ve(w({},Nh,e),this),this.position.set(((i=e.position)==null?void 0:i.x)||0,((s=e.position)==null?void 0:s.y)||0,((o=e.position)==null?void 0:o.z)||0),this.overlay=new Le(this.context,{autoUpdate:!1}),this.overlay.addEventListener("update-position",n=>{let{x:r,y:h,height:c}=n;this.overlay.div.style.transform="translate3d(calc("+r+"px - 50%), calc("+(-c+h)+"px - "+(this.options.icon&&this.options.icon_position!=="center"?"100%":"50%")+"), 0)"}),this.overlay.bindElement(this),this.registryEvent(),this.initDiv(),this.addEventListener("change-icon",n=>{let{value:r}=n;r?this.img?this.img.setAttribute("src",r):(this.addIcon(),this._changePosition()):(this.img&&this.div.removeChild(this.img),this.img=void 0,this._changePosition(),this.resetSize())}),this.addEventListener("change-texts",n=>{let{value:r}=n,h=this.textDiv;if(h){let c=this.initText();this.div.replaceChild(c,h)}else this.addText();this.resetSize()}),this.addEventListener("change-opacity",n=>{let{value:r}=n;this.overlay.setOpacity(r)}),this.addEventListener("change-icon_size",n=>{let{value:r}=n;this.img&&(this.img.style.width=""+((r==null?void 0:r[0])||32)+"px",this.img.style.height=""+((r==null?void 0:r[1])||32)+"px",this.resetSize())}),this.addEventListener("change-icon_opacity",n=>{let{value:r}=n;this.img&&(this.img.style.opacity=""+r)}),this.addEventListener("change-icon_border",n=>{let{value:r}=n;this.img&&(this.img.style.border=r.width+"px solid "+r.color)}),this.addEventListener("change-background",n=>{let{value:r}=n;this.div.style.background=r})}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import{Box3 as po,Object3D as uo,Vector3 as Ui}from"three";import{Object3D as Zh,Vector3 as jh}from"three";var ki=class extends Zh{loadModel(){return g(this,null,function*(){let t=yield lt.loadModel(this.options.modelUrl);t.scene.rotation.set(Math.PI/2,Math.PI/2,0),this.add(t.scene),this.model=t})}dispose(){A(this),this.model=null}constructor(t,e){super(),this.context=t,this.options=e,this.model=null,this.position.copy(e.position||new jh(0,0,0)),this.loadModel()}};import"core-js/modules/web.dom-collections.iterator.js";import{Box3 as Kh,Vector3 as Xh}from"three";import{Object3D as Vh}from"three";var X=class extends Vh{setOpacity(t,e){e===void 0&&(e=!1),this.children.forEach(i=>{i.setOpacity==null||i.setOpacity.call(i,t,e)})}onAddToScene(t){this.active=!0,this.sceneType=t}onRemoveFromScene(){this.active=!1}dispose(){A(this),this.children.forEach(t=>t.dispose==null?void 0:t.dispose.call(t)),this.clear()}constructor(t){super(),this.context=t,this.active=!1,this.sceneType="scene"}};var Di=class extends X{getCenter(){return new Kh().setFromObject(this).getCenter(new Xh)}createGraphic(t){let e=new K(this.context,t);return e.userData.data=t,this.add(e),this.graphicMap.set(t.id,e),e}removeGraphic(t){this.remove(t),this.graphicMap.delete(t.options.id),t.dispose()}removeGraphicById(t){this.graphicMap.has(t)&&this.removeGraphic(this.graphicMap.get(t))}getGraphicByNodeId(t){return this.graphicMap.get(t)||null}getGraphicByRaycaster(t){let e={distance:1/0,graphic:null,position:null},i=this.children.reduce((s,o)=>{if(o instanceof K){let n=o.raycast(t);if(n){let{distance:r}=n;if(r<s.distance)return{distance:n.distance,position:n.position,graphic:o}}return s}else return s},e);return i===e?{graphics:[],position:null,distance:1/0}:{graphics:[i.graphic],position:i.position,distance:i.distance}}setGraphicOptions(t,e){let i,s=this.graphicMap.get(t);s&&(typeof e=="function"?i=e(s.options):i=w({},s.options,e),Object.keys(i).forEach(o=>{s.options[o]=i[o]}))}getGraphicPosition(t){let e=this.graphicMap.get(t);return e?[e.options.center_x,e.options.center_y]:null}setOpacity(t,e){e===void 0&&(e=!1),this.graphicMap.forEach(i=>{i.setOpacity(t,e)})}constructor(t){super(t),this.graphicMap=new Map}};import"core-js/modules/es.array.unshift.js";import"core-js/modules/es.array.push.js";import{debounce as Yh}from"lodash";var Ai=class extends X{clear(t){return t===void 0&&(t=!1),this.pois.forEach(e=>{e.options.built_in&&!t||e.dispose()}),this.pois=t?[]:this.pois.filter(e=>e.options.built_in),this}createPoi(t){let e=new ce(this.context,t);return this.pushPoi(e),e.addEventListener("change-level",()=>this.changePoiLevelOrCollisionEnable(e)),e.addEventListener("change-collision_enable",()=>this.changePoiLevelOrCollisionEnable(e)),Promise.resolve().then(()=>{this.debounceCollisionDetection()}),e}changePoiLevelOrCollisionEnable(t){let e=this.pois.findIndex(i=>i===t);e!==-1&&(this.pois.splice(e,1),this.pushPoi(t))}removePoi(t){let e=this.pois.findIndex(i=>i===t);e!==-1&&(this.pois.splice(e,1),t.dispose())}removePoiById(t){let e=this.pois.find(i=>i.options.id===t);e&&this.removePoi(e)}getPoiById(t){return this.pois.find(i=>i.options.id===t)||null}pushPoi(t){if(!t.options.collision_enable){this.pois.unshift(t);return}if(t.options.level===0){this.pois.push(t);return}for(let e=0;e<this.pois.length;e++){let i=this.pois[e];if(i.options.collision_enable&&i.options.level<=t.options.level){this.pois.splice(e,0,t);return}}this.pois.push(t)}getPoiByDeviceXy(t,e){return this.pois.filter(s=>s instanceof ce&&s.isContain(t,e))}collisionDetection(){let t=[];this.pois.filter(i=>i.visible&&i.withinDisplayRange).forEach((i,s)=>{let{left:o,right:n,top:r,bottom:h}=i.getBox();if(s===0||!i.options.collision_enable){t.push({left:o,right:n,top:r,bottom:h}),i.parentSetVisible(!0);return}let c=t.some(l=>l.left<n&&l.right>o&&l.top<h&&l.bottom>r);i.parentSetVisible(!c),c||t.push({left:o,right:n,top:r,bottom:h})})}registryEvent(){this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.removeEventListener("update",this.onUpdate)}dispose(){this.timer.dispose(),this.pois.forEach(t=>t.dispose()),this.pois.length=0,this.debounceCollisionDetection=()=>{},super.dispose(),this.unRegistryEvent()}constructor(t){super(t),this.pois=[],this.timer=new H,this.onUpdate=()=>{this.timer.requestAnimationFrame(()=>{this.collisionDetection()})},this.registryEvent(),this.debounceCollisionDetection=Yh(this.collisionDetection,10)}};import"core-js/modules/es.array.push.js";import{Vector2 as qh}from"three";var Oi=class extends X{clear(){return this.context.collisionSystem.removeObjects(this.pois),this.pois.forEach(t=>{t.dispose()}),this.pois=[],this}createPoi(t){let e=new $(this.context,t);return this.pushPoi(e),e}removePoi(t){let e=this.pois.findIndex(i=>i===t);e!==-1&&(this.remove(t),this.pois.splice(e,1),this.context.collisionSystem.removeObject(t),t.dispose())}removePoiById(t){let e=this.pois.find(i=>i.options.id===t);e&&this.removePoi(e)}getPoiById(t){return this.pois.find(i=>i.options.id===t)||null}pushPoi(t){this.pois.includes(t)||(t.addEventListener("change-level",()=>this.changePoiLevelOrCollisionEnable(t)),t.addEventListener("change-collision_enable",()=>this.changePoiLevelOrCollisionEnable(t)),t.addEventListener("text-texture-rect-inited",()=>{this.active&&this.context.forceUpdate()}),t.parentSetVisible(!1),this.add(t),this.pois.push(t),this.sceneType==="mulFloors"&&(t.options.depth_test=!0),this.active&&this.context.collisionSystem.addObject(t))}changePoiLevelOrCollisionEnable(t){this.active&&(this.context.collisionSystem.removeObject(t),this.context.collisionSystem.addObject(t))}getPoiByDeviceXy(t,e){let i=new qh(t,e);return this.pois.filter(o=>o instanceof $&&o.canSelect&&o.box.containsPoint(i))}setOpacity(t){this.pois.forEach(e=>{e.options.icon_opacity=t,e.options.text_opacity=t})}onAddToScene(t){super.onAddToScene(t);let e=t==="mulFloors";this.pois.forEach(i=>{i.options.depth_test=e,this.context.collisionSystem.addObject(i)})}onRemoveFromScene(){super.onRemoveFromScene(),this.context.collisionSystem.removeObjects(this.pois)}dispose(){this.timer.dispose(),this.clear(),super.dispose()}constructor(t){super(t),this.pois=[],this.timer=new H}};import"core-js/modules/es.regexp.exec.js";import"core-js/modules/web.dom-collections.iterator.js";import{Vector2 as ro}from"three";import{isNil as $h}from"lodash";var Ri=class extends X{createParkings(t,e,i){e===void 0&&(e=!0),this.parkingOptions=t,this.merged=e,e?(i?this.createMergedParkingByMergedElements(i):this.createMergedParking(t),t.map((s,o)=>{var n;(n=s.texts[0])==null||n.split(/[,,]/).map(r=>{this.parkingNoIndexMap.set(r,o)}),this.nodeIdIndexMap.set(s.id,o)})):this.createIndependentParking(t)}load(t,e){e===void 0&&(e=!0);var i;this.createParkings(t.elements,e,t.mergedElements),(i=t.mergedParkingTexture)!=null&&i.length?this.createMergedParkingTexture(t.mergedParkingTexture):this.createParkingTexture(t.elements)}createMergedParking(t){return g(this,null,function*(){let e=new qe(this.context,t);this.mergedParkingSpace=e,this.add(e)})}createMergedParkingByMergedElements(t){let e=new Te(this.context,t);if(this.mergedParkingSpace=e,t.lineGeometry){let i=new de(this.context,t.lineGeometry);this.add(i)}this.add(e)}createIndependentParking(t){t.forEach(e=>{var i;let s=new K(this.context,w({},e,{dashed:!1}));s.userData.data=e,this.add(s),(i=e.texts[0])==null||i.split(/[,,]/).map(o=>{this.parkingNoGraphicMap.set(o,s)}),this.graphicMap.set(s.options.id,s)})}createParkingTexture(t){let e=t.filter(i=>Ei[i.parkingType]).map(i=>{let s=new ro(...i.geometry.coords[0][0]),o=new ro(...i.geometry.coords[0][1]),n=new ro(...i.geometry.coords[0][2]),r=Math.min(s.distanceTo(o),o.distanceTo(n)),h=0;return r===s.distanceTo(o)?h=o.sub(s).angle()-Math.PI/2:h=n.sub(o).angle()-Math.PI/2,{uuid:i.id,iconUrl:Ei[i.parkingType],name:i.texts[0],deltaHeight:(i.deltaHeight||0)+.001,airHeight:i.airHeight,height:i.height,geometry:i.geometry,opacity:i.fillOpacity,visible:!0,secondWidth:r-1,secondHeight:r-1,secondRotate:h,centerCoords:[i.center_coord_x,i.center_coord_y]}});if(e.length){let i=new le(this.context,e);this.add(i)}}createMergedParkingTexture(t){t.map(e=>{e.iconUrl=Ei[e.iconUrl];let i=new pe(this.context,e);this.add(i)})}changeParkingColor(t){this.merged?Object.keys(t).map(e=>{let i=this.parkingNoIndexMap.get(e);if(!$h(i)){var s;(s=this.mergedParkingSpace)==null||s.setColorByIndex(i,t[e])}}):Object.keys(t).map(e=>{let i=this.parkingNoGraphicMap.get(e);i&&(i.options.fillColor=t[e])})}setOpacity(t,e){if(e===void 0&&(e=!1),this.parkingOptions.forEach(s=>{if(e)s.fillOpacity=t,s.strokeOpacity=t;else{let r=this.parkingOriginOptions.get(s.id);var o;s.fillOpacity=Math.min(t,(o=r==null?void 0:r.fillOpacity)!=null?o:1);var n;s.strokeOpacity=Math.min(t,(n=r==null?void 0:r.strokeOpacity)!=null?n:1)}}),this.merged)if(this.mergedParkingSpace instanceof qe)this.mergedParkingSpace.setOpacity(t,e);else{var i;(i=this.mergedParkingSpace)==null||i.setOpacity(t,e)}else this.graphicMap.forEach(s=>{s.setOpacity(t,e)});this.children.filter(s=>s instanceof le||s instanceof pe).map(s=>s.setOpacity(t))}getParkingOptionsByParkingNo(t){return this.parkingOptions.find(i=>i.texts[0]===t)||null}getGraphicPosition(t){if(this.merged){let e=this.parkingOptions.find(i=>i.id===t);return e?[e.center_x,e.center_y]:null}}getParkingSpaceByRaycaster(t){let e={distance:1/0,graphic:null,position:null},i=this.children.filter(s=>s instanceof K).reduce((s,o)=>{if(o instanceof K){let n=o.raycast(t);if(n){let{distance:r}=n;if(r<s.distance)return{distance:n.distance,position:n.position,graphic:o}}return s}else return s},e);return i===e?{graphics:[],position:null,distance:1/0}:{graphics:[i.graphic],distance:i.distance,position:i.position}}dispose(){var t;(t=this.mergedParkingSpace)==null||t.dispose(),this.mergedParkingSpace=null,A(this),this.graphicMap.clear(),this.parkingNoGraphicMap.clear(),this.parkingNoIndexMap.clear(),this.nodeIdIndexMap.clear(),this.parkingOptions=[],super.dispose()}constructor(t){super(t),this.graphicMap=new Map,this.parkingNoGraphicMap=new Map,this.parkingOriginOptions=new Map,this.parkingOptions=[],this.merged=!1,this.parkingNoIndexMap=new Map,this.nodeIdIndexMap=new Map,this.mergedParkingSpace=null}};import"core-js/modules/es.array.push.js";var Ii=class extends X{addModels(t){let e=t.reduce((i,s)=>{let{url:o}=s;return i[o]?i[o].push(s):i[o]=[s],i},{});Object.values(e).forEach(i=>{let s=new Fi(this.context,i);this.add(s)})}constructor(t){super(t)}};import"core-js/modules/web.dom-collections.iterator.js";import{Box3 as rc,Group as $n,Matrix4 as ac,Quaternion as hc,Vector3 as ho}from"three";import{LineMaterial as Jh}from"three/examples/jsm/lines/LineMaterial.js";import{Color as $e,LineBasicMaterial as Qh,MeshStandardMaterial as tc,MeshBasicMaterial as ec,ShaderMaterial as ke,DoubleSide as ic,LineDashedMaterial as sc}from"three";function Yn(a){return`${a.x}-${a.y}-${a.z}`}var dt=class{static generateLineMaterialKey({color:t,opacity:e}){return`${t}-${e}`}static createLineMaterial({color:t,opacity:e,vertexColors:i}){let s=this.generateLineMaterialKey({color:t,opacity:e,vertexColors:i});if(this.lineMaterialMap.has(s))return this.lineMaterialMap.get(s);let o=new Qh({color:new $e(t).convertLinearToSRGB(),transparent:!0,opacity:e,vertexColors:i!=null?i:!1});return this.lineMaterialMap.set(s,o),o}static createMeshStandardMaterial({color:t,opacity:e}){let i=`${t}-${e}`;if(this.meshStandardMaterialMap.has(i))return this.meshStandardMaterialMap.get(i);let s=new tc({color:new $e(t).convertLinearToSRGB(),roughness:1,transparent:!0,opacity:e,depthWrite:!0});return this.meshStandardMaterialMap.set(i,s),s}static createMeshBasicMaterial({color:t,opacity:e,vertexColors:i}){let s=`${t}-${e}-${i}`;if(this.meshBasicMaterialMap.has(s))return this.meshBasicMaterialMap.get(s);let o=new ec({color:t,transparent:!0,opacity:e,depthWrite:!0,vertexColors:i!=null?i:!1});return this.meshBasicMaterialMap.set(s,o),o}static createShaderMaterial({gradualColor:t,center:e,maxValue:i,opacity:s,direction:o,max:n,min:r}){let h=`${t.toString()}-${Yn(e)}-${i}-${s}-${Yn(o)}`;if(this.shaderMaterialMap.has(h))return this.shaderMaterialMap.get(h);let c=`
|
|
220
220
|
uniform vec3 uColor;
|
|
221
221
|
uniform vec3 uGradualColor;
|
|
222
222
|
uniform vec3 center;
|
|
@@ -253,7 +253,7 @@ var Pa=Object.create;var Ws=Object.defineProperty;var Ma=Object.getOwnPropertyDe
|
|
|
253
253
|
void main() {
|
|
254
254
|
gl_FragColor = vec4(vColor.x, vColor.y, vColor.z, opacity);
|
|
255
255
|
}
|
|
256
|
-
`,p=new ke({uniforms:{uColor:{value:new
|
|
256
|
+
`,p=new ke({uniforms:{uColor:{value:new $e(t[0]).convertLinearToSRGB()},uGradualColor:{value:new $e(t[1]).convertLinearToSRGB()},center:{value:e},maxValue:{value:i},opacity:{value:s},uDirection:{value:o},uMax:{value:n},uMin:{value:r}},vertexShader:c,fragmentShader:l,side:ic});return this.shaderMaterialMap.set(h,p),p}static createLine2MaterialMap({color:t,width:e,dashed:i,resolution:s,vertexColors:o}){let n=`${t}-${e}-${i}-${s.x}-${s.y}-${o}`;if(this.line2MaterialMap.has(n))return this.line2MaterialMap.get(n);let r=new Jh({color:new $e(t),dashed:i,linewidth:e,worldUnits:!0,dashSize:1,gapSize:3,dashScale:1,resolution:s,vertexColors:o!=null?o:!1});return this.line2MaterialMap.set(n,r),r}static createLineDashedMaterial(t){let e=`dashed-${t.color}-${t.opacity}-${t.dashSize}-${t.gapSize}-${t.scale}`;if(this.lineDashedMaterialMap.has(e))return this.lineDashedMaterialMap.get(e);let i=new sc({color:t.color,transparent:!0,opacity:t.opacity,dashSize:t.dashSize||.2,gapSize:t.gapSize||.1,scale:t.scale||1});return this.lineDashedMaterialMap.set(e,i),i}static GetMergeAttributeGraphicMaterial(){if(this.mergeAttributeGraphicMaterial)return this.mergeAttributeGraphicMaterial;let t=`
|
|
257
257
|
attribute float maxZ; // \u58F0\u660E\u4E00\u4E2Aattribute\u53D8\u91CF
|
|
258
258
|
attribute vec3 color; // \u58F0\u660E\u4E00\u4E2Aattribute\u53D8\u91CF
|
|
259
259
|
attribute float opacity; // \u58F0\u660E\u4E00\u4E2Aattribute\u53D8\u91CF
|
|
@@ -433,7 +433,7 @@ var Pa=Object.create;var Ws=Object.defineProperty;var Ma=Object.getOwnPropertyDe
|
|
|
433
433
|
gl_FragColor = vec4(newColor, vOpacity);
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
|
-
`;return this.instancedWallMaterial=new ke({vertexShader:t,fragmentShader:e,transparent:!0})}static dispose(){this.lineMaterialMap.forEach((t,e)=>{t.dispose()}),this.lineMaterialMap.clear(),this.meshStandardMaterialMap.forEach((t,e)=>{t.dispose()}),this.meshStandardMaterialMap.clear(),this.meshBasicMaterialMap.forEach((t,e)=>{t.dispose()}),this.meshBasicMaterialMap.clear(),this.shaderMaterialMap.forEach((t,e)=>{t.dispose()}),this.shaderMaterialMap.clear(),this.line2MaterialMap.forEach((t,e)=>{t.dispose()}),this.line2MaterialMap.clear(),this.lineDashedMaterialMap.forEach(t=>{t.dispose()}),this.lineDashedMaterialMap.clear(),this.mergeAttributeGraphicMaterial&&(this.mergeAttributeGraphicMaterial.dispose(),this.mergeAttributeGraphicMaterial=null),this.mergeAttributeWallMaterial&&(this.mergeAttributeWallMaterial.dispose(),this.mergeAttributeWallMaterial=null),this.mergeAttributeGraphicLineMaterial&&(this.mergeAttributeGraphicLineMaterial.dispose(),this.mergeAttributeGraphicLineMaterial=null),this.instancedGraphicMaterial&&(this.instancedGraphicMaterial.dispose(),this.instancedGraphicMaterial=null),this.instancedWallMaterial&&(this.instancedWallMaterial.dispose(),this.instancedWallMaterial=null)}};tt(dt,"lineMaterialMap",new Map),tt(dt,"meshStandardMaterialMap",new Map),tt(dt,"meshBasicMaterialMap",new Map),tt(dt,"shaderMaterialMap",new Map),tt(dt,"line2MaterialMap",new Map),tt(dt,"mergeAttributeGraphicMaterial",null),tt(dt,"mergeAttributeWallMaterial",null),tt(dt,"mergeAttributeGraphicLineMaterial",null),tt(dt,"instancedGraphicMaterial",null),tt(dt,"instancedWallMaterial",null),tt(dt,"lineDashedMaterialMap",new Map);var De=class{static createKey(){return Math.random().toString(36).substring(2,15)+Math.random().toString(36).substring(2,15)}static genUniqueKey(){let t=this.createKey();for(;this.keySet.has(t);)t=this.createKey();return t}static registerKey(t){this.keySet.add(t)}static removeKey(t){this.keySet.delete(t)}static dispose(){this.keySet.clear()}};tt(De,"keySet",new Set);function Ae(a,t,e){return new Promise((i,s)=>{let o=De.genUniqueKey(),n=({data:r})=>{r.type===`${t}_result`&&r.key===o&&(De.removeKey(o),self.removeEventListener("message",n),r.error?s(r.error):i(r.data))};a.addEventListener("message",n),a.postMessage({type:t,key:o,data:e})})}import{EventDispatcher as ic}from"three";var Gi=class extends ic{constructor(e=10,i){super();tt(this,"max",10);tt(this,"workerConstructor");tt(this,"pool",[]);this.max=e,this.workerConstructor=i}getWorker(){return new Promise(e=>{let i=this.pool.find(o=>o.state==="leisure");if(i){i.state="used",e(i.worker);return}if(this.pool.length<this.max&&this.workerConstructor){let o=this.workerConstructor();this.pool.push({worker:o,state:"used"}),e(o);return}let s=()=>{let o=this.pool.find(n=>n.state==="leisure");o&&(this.removeEventListener("release",s),o.state="used",e(o.worker))};this.addEventListener("release",s)})}releaseWorker(e){let i=this.pool.find(s=>s.worker===e);i&&(i.state="leisure",this.dispatchEvent({type:"release",worker:e}))}dispose(){this._listeners={},this.pool.forEach(e=>{e.worker.terminate()}),this.pool=[]}};function ao(){return new Worker(new URL("./worker/merge-geometry.worker-TK7KLXJC.js",import.meta.url))}import{BufferGeometry as sc,BufferAttribute as qn}from"three";var Oe=class{static GetMergeGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield Ae(e,"get_merged_geometry_attributes",{data:t}),s=this.GetBufferGeometryByData(i);return this.WorkerPool.releaseWorker(e),s})}static GetMergedShapeGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield Ae(e,"get_merged_shape_geometry_attributes",{data:t}),s=this.GetBufferGeometryByData(i);return this.WorkerPool.releaseWorker(e),s})}static GetMergedTexture2dGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield Ae(e,"get_merged_texture2d_shape_geometry_attributes",{data:t}),s=this.GetBufferGeometryByData(i);return this.WorkerPool.releaseWorker(e),s})}static GetBufferGeometryByData(t){let e=new sc;return Object.keys(t.attributes).forEach(i=>{e.setAttribute(i,new qn(t.attributes[i].array,t.attributes[i].itemSize))}),t.index&&e.setIndex(new qn(t.index.array,t.index.itemSize)),e.morphAttributes=t.morphAttributes,e.morphTargetsRelative=t.morphTargetsRelative,e.groups=t.groups,e.boundingSphere=t.boundingSphere,e}static GetMergedGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield Ae(e,"get_merged_geometries_json",{data:t});return this.WorkerPool.releaseWorker(e),i?Ze(Ze({},t[0]),i):null})}static GetMergedGeometryLine(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield Ae(e,"get_merged_geometries_line_json",{data:t});return this.WorkerPool.releaseWorker(e),i?Ze(Ze({},t[0]),i):null})}static dispose(){this.WorkerPool.dispose()}};tt(Oe,"WorkerPool",new Gi(10,ao));var Bi=class extends X{getCenter(){return new oc().setFromObject(this).getCenter(new ho)}addInstancedGraphic(t){this.instancedGraphicConfig?(this.instancedGraphicConfig.size+=t.size,this.instancedGraphicConfig.colors=[...this.instancedGraphicConfig.colors,...t.colors],this.instancedGraphicConfig.matrixes=[...this.instancedGraphicConfig.matrixes,...t.matrixes],this.instancedGraphicConfig.opacities=[...this.instancedGraphicConfig.opacities,...t.opacities],this.instancedGraphicConfig.maxZs=[...this.instancedGraphicConfig.maxZs,...t.maxZs],this.instancedGraphicConfig.ids=[...this.instancedGraphicConfig.ids,...t.ids]):this.instancedGraphicConfig=t,this.refeshInstancedGraphic()}refeshInstancedGraphic(){this.instancedGraphic&&(this.remove(this.instancedGraphic),A(this.instancedGraphic)),this.instancedGraphicConfig&&(this.instancedGraphic=new Te(this.context,this.instancedGraphicConfig),this.add(this.instancedGraphic))}addGraphics(t,e){t.map(i=>{this.graphicDataMap.set(i.id,i),this.graphicOriginOptionMap.set(i.id,{fillOpacity:i.fillOpacity,strokeOpacity:i.strokeOpacity})}),e?e.map(i=>{if(i.instancedGeometry&&this.addInstancedGraphic(i.instancedGeometry),i.mergedGeometry){let s=new $e(this.context,w({},i,{lineGeometry:null}));this.mergedGraphicGroup.add(s)}if(i.lineGeometry){let s=new de(this.context,i.lineGeometry);this.mergedLineGroup.add(s)}}):(this.refreshMergeGraphic(),this.refreshLine())}createGraphic(t){return g(this,null,function*(){let e=yield Oe.GetMergedGeometry(t);if(A(this.mergedGraphicGroup),this.mergedGraphicGroup.clear(),e){let i=new $e(this.context,e);this.mergedGraphicGroup.add(i)}})}createLine(t){return g(this,null,function*(){let e=yield Oe.GetMergedGeometryLine(t);if(A(this.mergedLineGroup),this.mergedLineGroup.clear(),e){let i=new de(this.context,e.lineGeometry);this.mergedLineGroup.add(i)}})}refreshMergeGraphic(){let t=Array.from(this.graphicDataMap.values());this.instancedGraphicConfig&&(t=t.filter(e=>{var i;return!((i=this.instancedGraphicConfig)!=null&&i.ids.includes(e.id))})),this.createGraphic(t)}refreshLine(){let t=Array.from(this.graphicDataMap.values());this.createLine(t)}removeGraphicById(t){var e;if(this.graphicDataMap.delete(t),(e=this.instancedGraphicConfig)!=null&&e.ids.includes(t)){let i=this.instancedGraphicConfig.ids.findIndex(s=>s===t);this.instancedGraphicConfig.size--,this.instancedGraphicConfig.colors.splice(i*3,3),this.instancedGraphicConfig.matrixes.splice(i*16,16),this.instancedGraphicConfig.opacities.splice(i,1),this.instancedGraphicConfig.maxZs.splice(i,1),this.instancedGraphicConfig.ids.splice(i,1),this.refeshInstancedGraphic()}else this.refreshMergeGraphic();this.refreshLine()}getGraphicDataByNodeId(t){return this.graphicMap.get(t)||null}setGraphicOptions(t,e){var i;let s,o=this.graphicDataMap.get(t);if(o){if(typeof e=="function"?s=e(o):s=w({},o,e),this.graphicDataMap.set(t,s),(i=this.instancedGraphicConfig)!=null&&i.ids.includes(t)&&this.instancedGraphic){this.instancedGraphic.setColorById(t,s.fillColor),this.instancedGraphic.setOpacityById(t,s.fillOpacity),this.instancedGraphic.setMaxZById(t,s.deltaHeight+s.airHeight+s.height);let n=this.instancedGraphicConfig.ids.findIndex(d=>d===t),r=this.instancedGraphicConfig.matrixes.slice(n*16,(n+1)*16),h=new nc().fromArray(r),c=new ho,l=new rc,p=new ho;h.decompose(c,l,p),p.z=s.height,c.z=s.deltaHeight+s.airHeight+s.height/2,h.compose(c,l,p),this.instancedGraphic.setMatrixById(t,h)}else this.refreshMergeGraphic();this.refreshLine()}}getGraphicPosition(t){let e=this.graphicDataMap.get(t);return e?[e.center_x,e.center_y]:null}setOpacity(t,e){e===void 0&&(e=!1);var i;this.graphicDataMap.forEach((s,o)=>{if(e)s.fillOpacity=t,s.strokeOpacity=t;else{let h=this.graphicOriginOptionMap.get(o);var n;s.fillOpacity=Math.min(t,(n=h==null?void 0:h.fillOpacity)!=null?n:1);var r;s.strokeOpacity=Math.min(t,(r=h==null?void 0:h.strokeOpacity)!=null?r:1)}}),(i=this.instancedGraphic)==null||i.setOpacity(t,e),this.refeshInstancedGraphic(),this.refreshLine()}dispose(){super.dispose(),this.mergedGraphicGroup.clear(),this.mergedLineGroup.clear(),this.instancedGraphic=null,this.instancedGraphicConfig=null}constructor(t){super(t),this.graphicMap=new Map,this.mergedGraphicGroup=new $n,this.mergedLineGroup=new $n,this.graphicDataMap=new Map,this.graphicOriginOptionMap=new Map,this.instancedGraphic=null,this.instancedGraphicConfig=null,this.add(this.mergedGraphicGroup),this.add(this.mergedLineGroup)}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{Group as cc,Mesh as lc,MeshBasicMaterial as pc,PlaneGeometry as dc,Vector2 as uc,Vector3 as co,Raycaster as mc,Plane as fc}from"three";import"core-js/modules/es.string.replace.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/es.error.cause.js";import"core-js/modules/web.dom-collections.iterator.js";import{SRGBColorSpace as ac,TextureLoader as hc}from"three";var zi=class{setBaseUrl(t){this.baseUrl=t.replace(/\/$/,"")}setConfig(t){this.config=t}loadConfig(){return g(this,null,function*(){if(this.config)return this.config;if(!this.baseUrl)throw new Error("Base URL is not set");try{let t=yield fetch(""+this.baseUrl+"/config.json");return this.config=yield t.json(),this.config}catch(t){return console.error("Failed to load tile config:",t),this.config={extent:[12276734621488994e-9,2.1183542845726013e6,12279646804065457e-9,2121524247761597e-9],maxZoom:21,minZoom:11},this.config}})}buildTileUrl(t,e,i){if(!this.baseUrl)throw new Error("Base URL is not set");return this.baseUrl+"/"+i+"/"+t+"/"+e+".png"}loadTileTexture(t,e,i){return g(this,null,function*(){if(!this.baseUrl)throw new Error("Base URL is not set");let s=this.buildTileUrl(t,e,i);if(this.textureCache.has(s)){let n=this.textureCache.get(s);return n instanceof Promise?n:Promise.resolve(n)}let o=this.textureLoader.loadAsync(s).then(n=>(n.flipY=!0,n.colorSpace=ac,this.textureCache.set(s,n),n)).catch(n=>null);return this.textureCache.set(s,o),o})}clearCache(){this.textureCache.forEach(t=>{t instanceof Promise?t.then(e=>e==null?void 0:e.dispose()):t.dispose()}),this.textureCache.clear()}dispose(){this.clearCache()}constructor(t){this.baseUrl="",this.config=null,this.textureCache=new Map,this.textureLoader=new hc,t&&this.setBaseUrl(t)}};import{debounce as gc}from"lodash";var Jn={base_url:"https://robot-vr-public.aibee.cn/static_resource/tiles"},ue=class a extends X{loadTileConfig(){return g(this,null,function*(){return this.tileLoader.loadConfig()})}initEvents(){this.context.addEventListener("control-change",this.onUpdate),this.context.bmap.addEventListener("center-change",this.onCenterChange)}removeEvents(){this.context.removeEventListener("control-change",this.onUpdate),this.context.bmap.removeEventListener("center-change",this.onCenterChange)}getViewBounds(){let t=this.context.camera,e=new mc,i=new uc,s=[],[o,n]=this.context.center||[0,0],r=[{x:-1,y:1},{x:1,y:1},{x:1,y:-1},{x:-1,y:-1}];for(let d of r){i.set(d.x,d.y),e.setFromCamera(i,t);let u=new co(0,0,1),m=new co(0,0,0),v=new fc().setFromNormalAndCoplanarPoint(u,m),f=new co;e.ray.intersectPlane(v,f)?s.push(f):(e.ray.direction.negate(),e.ray.intersectPlane(v,f)&&s.push(f))}if(s.length<4)return null;let h=1/0,c=1/0,l=-1/0,p=-1/0;return s.forEach(d=>{h=Math.min(h,d.x+o),c=Math.min(c,d.y+n),l=Math.max(l,d.x+o),p=Math.max(p,d.y+n)}),{minX:h,minY:c,maxX:l,maxY:p}}getTileZoomLevel(t,e){let{minZoom:i,maxZoom:s}=e,o=this.context.camera,n=(o.right-o.left)/o.zoom,r=this.context.clientSize.width,h=n/r,c=a.WORLD_WIDTH,l=Math.log2(c/(h*this.tileSize));return Math.min(s,Math.max(i,Math.round(l)))}getTilesInView(t,e,i){let[s,o,n,r]=i.extent,h=Math.max(t.minX,s),c=Math.max(t.minY,o),l=Math.min(t.maxX,n),p=Math.min(t.maxY,r);if(h>=l||c>=p)return[];let d=Math.pow(2,e),u=a.WORLD_WIDTH/d,m=a.WORLD_WIDTH_HALF,v=Math.max(0,Math.floor((h+m)/u)),f=Math.floor((l+m)/u),x=Math.max(0,Math.floor((m-p)/u)),P=Math.floor((m-c)/u),_=[];for(let E=v;E<=f;E++)for(let S=x;S<=P;S++)_.push({x:E,y:S,z:e});return _}renderTiles(t,e){return g(this,null,function*(){let i=t,s=[];if(this.currentLevel!==e)s=[...this.tileGroup.children];else{let r=this.tileGroup.children,h=r.map(l=>l.userData.key),c=t.map(l=>l.z+"/"+l.x+"/"+l.y);i=t.filter(l=>!h.includes(l.z+"/"+l.x+"/"+l.y)),s=r.filter(l=>!c.includes(l.userData.key))}let o=Math.pow(2,e),n=a.WORLD_WIDTH/o;yield Promise.all(i.map(r=>g(this,null,function*(){let h=r.z+"/"+r.x+"/"+r.y,c=yield this.tileLoader.loadTileTexture(r.x,r.y,r.z);if(c){let l=new pc({map:c,transparent:!0}),p=new lc(this.baseGeometry,l);p.scale.setX(n).setY(n),p.position.set((r.x-o/2)*n+n/2,-((r.y-o/2)*n)-n/2,0),p.userData.key=h,this.tileGroup.add(p)}}))),this.tileGroup.children.forEach(r=>{s.includes(r)&&(r.material.dispose(),this.tileGroup.remove(r))})})}setVisibility(t){this.visible=t,t&&this.onUpdate()}setOpacity(t){super.setOpacity(t)}clearTiles(){this.tileGroup.children.forEach(t=>{t.material.dispose()}),this.tileGroup.clear()}dispose(){this.removeEvents(),this.clearTiles(),this.baseGeometry.dispose(),this.tileLoader.dispose(),super.dispose()}constructor(t,e){super(t),this.loadedTiles=new Map,this.currentLevel=0,this.tileSize=256,this.baseGeometry=new dc(1,1),this.options=Jn,this.onUpdate=()=>{this.updateTiles()},this.onCenterChange=()=>{let{center:s}=this.context;this.tileGroup.position.set(-s[0],-s[1],0),this.updateTiles()},this.updateTiles=gc(()=>g(this,null,function*(){if(!this.visible)return;let s=yield this.loadTileConfig(),o=this.context.camera,n=this.getViewBounds();if(!n)return;let r=this.getTileZoomLevel(o.zoom,s),h=this.getTilesInView(n,r,s);this.renderTiles(h,r)}),100),this.options=w({},Jn,e),this.tileGroup=new cc;let{center:i}=t;this.tileGroup.position.set(-i[0],-i[1],0),this.add(this.tileGroup),this.tileLoader=new zi(this.options.base_url),this.initEvents(),this.updateTiles()}};ue.WORLD_WIDTH=4007501668e-2;ue.WORLD_WIDTH_HALF=ue.WORLD_WIDTH/2;import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.string.trim.js";import{Box2 as lo,Object3D as yc,Sprite as Qn,SpriteMaterial as tr,Vector2 as Wi}from"three";import{isNil as Je}from"lodash";var vc={text:"",icon:"",icon_size:[22,22],level:1,collision_enable:!0,opacity:1,id:"",position:{x:0,y:0,z:0},text_font_size:14,icon_rotate:0,depth_test:!1,hide_text:!1,maxWeight:25,minWeight:1,text_opacity:1,icon_opacity:1,icon_alpha_test:.2,text_alpha_test:.2},$=class extends yc{get textTexture(){var t;if(!this.options.text)return null;let i=this.textTextureKey;var s;return(s=(t=this.textTextureMap[i])==null?void 0:t.texture)!=null?s:null}get textTextureRect(){let t=this.options.text;var e;return t&&(e=this.textTextureRectMap[t])!=null?e:null}get textureLines(){var t;let e=this.options.text;var i;return e&&(i=(t=this.textTextureRectMap[e])==null?void 0:t.lines)!=null?i:1}get textAspect(){var t;let e=this.options.text;var i;return e&&(i=(t=this.textTextureRectMap[e])==null?void 0:t.aspect)!=null?i:1}get hasText(){return!this.options.hide_text&&this.options.text}get durIconAndText(){return this.options.icon&&this.hasText?2:0}get offset(){return this.options.icon&&this.hasText?0:.5}get iconWidth(){return this.options.icon?this.options.icon_size[0]:0}get iconHeight(){return this.options.icon?this.options.icon_size[1]:0}get textWidth(){return this.hasText?this.textHeight*this.textAspect:0}get textHeight(){return this.hasText?this.options.text_font_size*this.textureLines:0}get hasOriginTexture(){let{text_texture:t,text_texture_width:e,text_texture_height:i,text_texture_offset_x:s,text_texture_offset_y:o}=this.options;return!Je(t)&&!Je(e)&&!Je(i)&&!Je(s)&&!Je(o)}get initedTextRect(){return!this.options.text||this.options.text&&this.textTextureRect}get deltaZ(){return this.options.icon&&this.hasText?.1+this.offset*(this.iconHeight+this.durIconAndText+this.textHeight)/this.context.camera.zoom:this.hasText?.1+.5*this.textHeight/this.context.camera.zoom:.1}get canSelect(){return this.visible&&this._shouldShow}show(){return g(this,null,function*(){if(this._shouldShow)return;this._shouldShow=!0;let t=[];if(!this.spriteIcon&&this.options.icon&&t.push(this.initIcon()),!this.spriteText&&this.hasText&&t.push(this.initText()),yield Promise.all(t),!this._shouldShow){this.hide();return}this.initSize(),this._initScale({zoom:this.context.camera.zoom}),this.spriteIcon&&(this.spriteIcon.visible=!0),this.spriteText&&(this.spriteText.visible=!0)})}hide(){this._shouldShow=!1,this.spriteIcon&&(this.remove(this.spriteIcon),this.spriteIcon.material.dispose(),this.spriteIcon=void 0),this.spriteText&&(this.remove(this.spriteText),this.spriteText.material.dispose(),this.spriteText=void 0)}registryEvent(){this.context.addEventListener("control-zoom-change",this._initScale),this.addEventListener("change-icon",t=>g(this,null,function*(){let{value:e}=t;this._shouldShow&&(this.hide(),yield this.show()),this.context.forceUpdate()})),this.addEventListener("change-text",t=>g(this,null,function*(){let{value:e}=t;this._shouldShow&&(this.hide(),yield this.show()),this.context.forceUpdate()})),this.addEventListener("change-text_background",t=>g(this,null,function*(){let{value:e}=t;this._shouldShow&&(this.hide(),yield this.show()),this.context.forceUpdate()})),this.addEventListener("change-text_font_size",t=>g(this,null,function*(){let{value:e}=t;this._shouldShow&&(this.hide(),yield this.show()),this.options.text&&this.context.forceUpdate()})),this.addEventListener("change-icon_rotate",t=>{let{value:e}=t;this.spriteIcon&&(this.spriteIcon.material.rotation=e/180*Math.PI)}),this.addEventListener("change-icon_size",t=>{let{value:e}=t;this._initScale({zoom:this.context.camera.zoom}),this.initSize(),this.options.icon&&this.context.forceUpdate()}),this.addEventListener("change-depth_test",t=>{let{value:e}=t;this.spriteIcon&&(this.spriteIcon.material.depthTest=e),this.spriteText&&(this.spriteText.material.depthTest=e)}),this.addEventListener("change-icon_opacity",t=>{let{value:e}=t;this.spriteIcon&&(this.spriteIcon.material.opacity=e)}),this.addEventListener("change-text_opacity",t=>{let{value:e}=t;this.spriteText&&(this.spriteText.material.opacity=e)})}unRegistryEvent(){this.context.removeEventListener("control-zoom-change",this._initScale)}getPosition(){return this.position}initIcon(){return g(this,null,function*(){if(this.options.icon)return new Promise(t=>g(this,null,function*(){let e;if(this.options.icon_border){let{icon:s,icon_size:o,icon_border:n}=this.options;e=yield ot.getUrlTextureBorder(s,o[0]-n.width*2,n)}else e=yield ot.getTextureByUrl(this.options.icon);let i=new Qn(new tr({map:e,transparent:!0,alphaTest:this.options.icon_alpha_test,depthTest:this.options.depth_test,rotation:this.options.icon_rotate/180*Math.PI,opacity:this.options.icon_opacity}));i.visible=!1,i.renderOrder=1e5+this.options.level,e.needsUpdate=!0,this.add(i),this.spriteIcon=i,t(i)}))})}get textTextureKey(){let t=this.options.text_background||{enable:!1,color:"",opacity:0};return this.options.text+"-"+t.enable+"-"+t.color+"-"+t.opacity}initText(){return g(this,null,function*(){if(this.hasText){let t=this.textTexture;t||(yield this.initTextTexture()),t=this.textTexture;let e=new Qn(new tr({map:t,transparent:!0,alphaTest:this.options.text_alpha_test,depthTest:this.options.depth_test,opacity:this.options.text_opacity}));e.visible=!1,e.renderOrder=100001+this.options.level,t.needsUpdate=!0,this.spriteText=e,this.add(e)}})}initSize(){var t,e;let i=0,s=0,{icon:o}=this.options;o?this.hasText?(i=0,s=i*(this.iconHeight/this.textHeight)-this.iconHeight/this.textHeight-this.durIconAndText/this.textHeight):(i=.5,s=0):this.hasText?(s=.5,i=0):(i=0,s=0),(t=this.spriteIcon)==null||t.center.set(.5,i),(e=this.spriteText)==null||e.center.set(.5,s)}init(){return g(this,null,function*(){yield Promise.all([this.initIcon(),this.initText()]),this.initSize(),this._initScale({zoom:this.context.camera.zoom})})}resetZ(){let t=this.deltaZ;this.spriteIcon&&(this.spriteIcon.position.z=t),this.spriteText&&(this.spriteText.position.z=t)}getBox(t){if(!this.initedTextRect)return this.initTextTextureRect(),null;let{clientSize:{width:e,height:i}}=this.context,s=e*(t.x+1)/2,o=i*(-t.y+1)/2;o+=this.offset*(this.iconHeight+this.durIconAndText+this.textHeight);let n=this.iconWidth/2,r=new lo(new Wi(s-n,o-this.iconHeight),new Wi(s+n,o)),h=this.textWidth/2,c=new lo(new Wi(s-h,o-this.textHeight-this.durIconAndText-this.iconHeight),new Wi(s+h,o-this.iconHeight-this.durIconAndText));return this.box=c.union(r),this.box}renderBoxHelper(t,e){if(!this.boxHelper){let i=document.createElement("div");i.style.position="absolute",i.style.zIndex="999",i.style.border="1px solid red",i.style.pointerEvents="none",this.boxHelper=i,this.context.container.appendChild(i)}t&&e?(this.boxHelper.style.left=t+"px",this.boxHelper.style.top=e+"px",this.boxHelper.style.width="2px",this.boxHelper.style.height="2px"):(this.boxHelper.style.left=this.box.min.x+"px",this.boxHelper.style.top=this.box.min.y+"px",this.boxHelper.style.width=this.box.max.x-this.box.min.x+"px",this.boxHelper.style.height=this.box.max.y-this.box.min.y+"px")}setVisible(t){this.visible=t,this.context.forceUpdate()}parentSetVisible(t){t?this.show():this.hide(),this.boxHelper&&(this.boxHelper.style.display=t?"block":"none")}clearTextTextureCache(){this.textTextureMap={},this.textTextureRectMap={}}dispose(){this.hide(),this.clearTextTextureCache(),this.unRegistryEvent(),this._listeners={}}constructor(t,e){var i;super(),this.context=t,this.box=new lo,this._shouldShow=!1,this.textTextureMap={},this.textTextureRectMap={},this._initTextTexture=()=>g(this,null,function*(){if(!this.options.text)return;let r=this.textTextureKey;if(this.textTextureMap[r])return;let h;if(this.hasOriginTexture){let{text_texture:c,text_texture_width:l,text_texture_height:p,text_texture_offset_x:d,text_texture_offset_y:u}=this.options;h=this.options.text_texture.clone(),h.uuid=c.uuid,h.offset.set(d/h.image.width,1-(p+u)/h.image.height),h.repeat.set(l/h.image.width,p/h.image.height),this.textTextureMap[r]={texture:h,lines:1,textAspect:l/p}}else{let c=yield V.getTextureByText(this.options.text,{background:this.options.text_background});this.textTextureMap[r]=w({},c,{textAspect:c.texture.image.width/c.texture.image.height})}this.dispatchEvent({type:"text-texture-inited"})}),this.initTextTexture=this._initTextTexture,this._initTextTextureRect=()=>g(this,null,function*(){if(!this.options.text||this.textTextureRectMap[this.options.text])return;let r=yield V.getTextureRectByTexts(this.options.text);this.textTextureRectMap[this.options.text]=w({},r,{aspect:r.width/r.height}),this.dispatchEvent({type:"text-texture-rect-inited"})}),this.initTextTextureRect=this._initTextTextureRect,this._initScale=r=>{let{zoom:h}=r;if(this.spriteText){let l=this.textHeight/h;this.spriteText.scale.set(this.textAspect*l,l,.1)}if(this.spriteIcon){var c;(c=this.spriteIcon)==null||c.scale.set(this.options.icon_size[0]/h,this.options.icon_size[1]/h,.1)}this.resetZ()};let s=this.context.config.poiTextBackground,o=e.text_background?w({},s,e.text_background):s;var n;this.options=ve(w({},vc,e,{text:(n=(i=e.text)==null?void 0:i.trim())!=null?n:"",text_background:o}),this),this.position.set(this.options.position.x,this.options.position.y,this.options.position.z),this.registryEvent()}};var zt=class extends uo{getPosition(){return this.box.getCenter(new Ui)}onAddToScene(t){this.poiLayer2.onAddToScene(t)}onRemoveFromScene(){this.poiLayer2.onRemoveFromScene()}createGround(t){let e=new K(this.context,t);e.userData.data=t,this.addGrounds([e])}addGrounds(t){t.forEach(e=>{this.grounds.has(e)||(this.grounds.add(e),this.groundLayer.add(e))}),this.changeGroundMaxHeight()}changeGroundMaxHeight(){let t=Array.from(this.grounds);this.groundMaxHeight=this.grounds.size>0?Math.max(...t.map(e=>e.options.height+e.options.airHeight+e.options.deltaHeight)):0,this.groundUpper.position.z=this.groundMaxHeight+.01}get hasElement(){return!!(this.grounds.size||this.graphicLayer.children.length)}getCenter(){return new po().setFromObject(this).getCenter(new Ui)}addModel(t){let e=new ki(this.context,t);return this.models.add(e),this.modelMap.set(t.id,e),e}addShadow(){let t=new po().setFromObject(this.groundUpper),e=t.getCenter(new Ui),i=t.getSize(new Ui);this.shadow.setPosition(e),this.shadow.changeLightCamera(i)}addGraphic(t){return this.graphicLayer.createGraphic(t)}addPoi(t){return this.poiLayer.createPoi(t)}addPoi2(t){let e=new $(this.context,t);return this.poiLayer2.pushPoi(e),e}removePoi2(t){return this.poiLayer2.removePoi(t)}removePoi2ById(t){return this.poiLayer2.removePoiById(t)}setShadowOpacity(t){this.shadow.setOpacity(t)}setShadowVisible(t){this.shadow.visible=t}setGraphicOptions(t,e){this.graphicLayer.graphicMap.has(t)?this.graphicLayer.setGraphicOptions(t,e):this.mergeGraphicLayer.setGraphicOptions(t,e)}getGraphicPosition(t){return this.graphicLayer.getGraphicPosition(t)||this.mergeGraphicLayer.getGraphicPosition(t)||this.parkingSpaceLayer.getGraphicPosition(t)}changeParkingColor(t){this.parkingSpaceLayer.changeParkingColor(t)}getParkingOptionsByParkingNo(t){return this.parkingSpaceLayer.getParkingOptionsByParkingNo(t)}updateBox(){this.box.setFromObject(this.groundLayer)}getGraphics(){return this.graphicLayer.children.filter(t=>t instanceof K)}setOpacity(t,e){e===void 0&&(e=!1),this.groundLayer.setOpacity(t,e),this.graphicLayer.setOpacity(t,e),this.mergeGraphicLayer.setOpacity(t,e),this.poiLayer2.setOpacity(t),this.parkingSpaceLayer.setOpacity(t,e),this.laneLayer.setOpacity(t,e),this.wallLayer.setOpacity(t,e),this.textureLayer.setOpacity(t),this.textTextureLayer.setOpacity(t),this.glbModelLayer.setOpacity(t,e),this.userData.opacity=t}dispose(){console.log("floor dispose",this.name),this.shadow.dispose(),this.groundLayer.dispose(),this.graphicLayer.dispose(),this.poiLayer.dispose(),this.poiLayer2.dispose(),this.parkingSpaceLayer.dispose(),this.wallLayer.dispose(),this.textureLayer.dispose(),this.glbModelLayer.dispose(),this.laneLayer.dispose(),this.mergeGraphicLayer.dispose(),this.textTextureLayer.dispose(),this.grounds.forEach(t=>t.dispose()),this.groundUpper.clear(),this.models.children.forEach(t=>t.dispose()),this.models.clear(),this.modelMap.clear(),this.clear()}constructor(t){super(),this.context=t,this.grounds=new Set,this.shadow=new Ti,this.groundUpper=new uo,this.models=new uo,this.modelMap=new Map,this.groundMaxHeight=0,this.name="",this.key="",this.box=new po,this.groundLayer=new X(this.context),this.graphicLayer=new Di(this.context),this.poiLayer=new Ai(this.context),this.poiLayer2=new Oi(this.context),this.parkingSpaceLayer=new Ri(this.context),this.wallLayer=new X(this.context),this.textureLayer=new X(this.context),this.glbModelLayer=new Ii(this.context),this.laneLayer=new X(this.context),this.mergeGraphicLayer=new Bi(this.context),this.textTextureLayer=new X(this.context),this.groundUpper.add(this.graphicLayer),this.groundUpper.add(this.poiLayer),this.groundUpper.add(this.poiLayer2),this.groundUpper.add(this.parkingSpaceLayer),this.groundUpper.add(this.wallLayer),this.groundUpper.add(this.textureLayer),this.groundUpper.add(this.glbModelLayer),this.groundUpper.add(this.laneLayer),this.groundUpper.add(this.mergeGraphicLayer),this.groundUpper.add(this.textTextureLayer),this.add(this.groundUpper),this.add(this.groundLayer),this.add(this.models)}};import{MeshBasicMaterial as xc,Object3D as wc,PlaneGeometry as Pc,Texture as Mc,Mesh as _c,Matrix3 as er,Vector2 as bc,FrontSide as Ec}from"three";import{create as Sc}from"@mars3d/heatmap.js";import{bbox as Cc,center as Lc}from"@turf/turf";var Hi=class extends wc{clearHeatmap(){this.div.firstChild&&this.div.removeChild(this.div.firstChild),this.heatmap=void 0}loadData(t){var e;this.clearHeatmap();let{width:i,height:s,leftTop:o,center:n,scale:r}=this.box,h=((e=this.context.config.heatMap)==null?void 0:e.radius)||1,c=w({width:i,height:s,container:this.div},this.context.config.heatMap,{radius:h});this.heatmap=Sc(c);let l=this.transformData(t,o,r);t.maxValue!==void 0&&(l.max=t.maxValue),t.minValue!==void 0&&(l.min=t.minValue),this.heatmap.setData(l),this.initPlane(i/r,s/r);let p=this.context.center;this.position.set(n[0]-p[0],n[1]-p[1],this.position.z)}initPlane(t,e){this.plane&&this.remove(this.plane);let i=new Pc(t,e),s=new Mc(this.div.firstChild);s.needsUpdate=!0;let o=new xc({transparent:!0,side:Ec,map:s});o.needsUpdate=!0,this.plane=new _c(i,o),this.plane.renderOrder=1e5,this.add(this.plane)}getTransMatrix(t){let{x:e,y:i}=t;return new er().makeScale(this.box.scale,-this.box.scale).multiply(new er().makeTranslation(-e,-i))}transformData(t,e,i){var s,o;let n=this.getTransMatrix(e);var r;let h=(r=(s=t.data[0])==null?void 0:s.value)!=null?r:0;var c;let l=(c=(o=t.data[0])==null?void 0:o.value)!=null?c:0;return{data:t.data.map(d=>{let u=new bc(d.x,d.y).applyMatrix3(n);return d.value>h&&(h=d.value),d.value<l&&(l=d.value),{x:Math.ceil(u.x),y:Math.ceil(u.y),value:d.value}}),max:h,min:l}}getBox(){let t=this.context.range,e=Cc(t),i=Math.ceil(e[2]-e[0]),s=Math.ceil(e[3]-e[1]),o=4e3,n=4e3,r=o/i,h=n/s,c=Math.min(r,h);this.scaleRatio=c;let l=i*c,p=s*c,d={x:Math.ceil(e[0]),y:Math.ceil(e[3])},u=Lc(t).geometry.coordinates;return{width:l,height:p,leftTop:d,center:u,scale:c}}dispose(){this.clearHeatmap(),this.div.remove(),this.div=null,this.plane&&(this.remove(this.plane),A(this.plane))}constructor(t){super(),this.context=t,this.scaleRatio=1,this.div=document.createElement("div"),this.box=this.getBox()}};import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import{EventDispatcher as Tc,Vector3 as mo}from"three";var pt=class extends Tc{_registryEvent(){this.context.addEventListener("resize",this._onResize)}_unRegistryEvent(){this.context.removeEventListener("resize",this._onResize)}setEnable(t){this.enable=t,t?this.svg.style.display="block":this.svg.style.display="none"}getIntersectByPointerEvent(t){let{camera:e,renderer:i}=this.context,{offsetX:s,offsetY:o}=t,{clientWidth:n,clientHeight:r}=i.domElement,h=s/n*2-1,c=1-o/r*2;return new mo(h,c,0).unproject(e)}getSvgCoordinate(t){let{camera:e,container:i}=this.context;return L(t,e,i.clientWidth,i.clientHeight)}getWorldToDeviceDistance(t){let{camera:e,container:i}=this.context,s=i.clientWidth/2,o=i.clientHeight/2,n=new mo(-1,0,0).unproject(e),r=new mo(1,0,0).unproject(e),h=L(n,e,i.clientWidth,i.clientHeight),c=L(r,e,i.clientWidth,i.clientHeight),l=Math.abs(c.x-h.x)/2;return t*l}dispose(){this._unRegistryEvent(),this.context.container.removeChild(this.svg),this.svg=null}constructor(t){super(),this.context=t,this.enable=!0,this._onResize=e=>{let{width:i,height:s}=e;this.svg&&(this.svg.setAttribute("width",""+i),this.svg.setAttribute("height",""+s))},this.svg=Jo(""+t.container.clientWidth,""+t.container.clientHeight),t.container.appendChild(this.svg),this._registryEvent()}};var Ni=class extends pt{setEnable(t){super.setEnable(t),t?this.registryEvent():this.unRegistryEvent()}registryEvent(){this.context.container.addEventListener("pointerenter",this.onPointermove),this.context.container.addEventListener("pointermove",this.onPointermove),this.context.container.addEventListener("pointerleave",this.onPointerleave),this.context.container.addEventListener("pointerdown",this.onPointerdown),this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.container.removeEventListener("pointerenter",this.onPointermove),this.context.container.removeEventListener("pointermove",this.onPointermove),this.context.container.removeEventListener("pointerleave",this.onPointerleave),this.context.container.removeEventListener("pointerdown",this.onPointerdown),this.context.removeEventListener("update",this.onUpdate)}addPoint(t){if(this.points.push(t),this.points.length>=2){let e=this.calculatedDistance();this.dispatchEvent({type:"distance",distance:e})}}calculatedDistance(){let[{x:t,y:e},{x:i,y:s}]=this.points;return Math.sqrt((i-t)**2+(s-e)**2)}dispose(){super.dispose(),this.unRegistryEvent(),this.line=null,this.circles=[]}constructor(t){super(t),this.context=t,this.points=[],this.onUpdate=()=>{if(this.points[0]){let s=this.getSvgCoordinate(this.points[0]);ft(this.circles[0],s.x,s.y),rt(this.line,s)}if(this.points[1]){let s=this.getSvgCoordinate(this.points[1]);ft(this.circles[1],s.x,s.y),rt(this.line,void 0,s)}},this.onPointermove=s=>{this.points.length===1&&(this.line.style.display="block",rt(this.line,void 0,{x:s.offsetX,y:s.offsetY}))},this.onPointerleave=()=>{this.points[1]||(this.line.style.display="none")},this.onPointerdown=s=>{if(this.points[1])return;let o=this.getIntersectByPointerEvent(s);if(o){let{offsetX:n,offsetY:r}=s,h=this.circles[this.points.length];ft(h,n,r),this.points.length||rt(this.line,{x:n,y:r},{x:n,y:r}),this.addPoint(o)}};let{config:{svg:{circle:e,line:i}}}=t;this.circles=[It(e.radius,e.fill),It(e.radius,e.fill)],this.line=Kt(i.stroke),this.svg.appendChild(this.circles[0]),this.svg.appendChild(this.circles[1]),this.svg.appendChild(this.line),this.registryEvent()}};import"core-js/modules/es.array.push.js";var Zi=class extends pt{setEnable(t){super.setEnable(t),t?this.registryEvent():this.unRegistryEvent()}get lastLine(){return this.lines.slice(-1)[0]}addCircle(t){this.circles.push(t),this.svg.appendChild(t)}addLine(t){this.lines.push(t),this.svg.appendChild(t)}registryEvent(){this.context.container.addEventListener("pointerenter",this.onPointermove),this.context.container.addEventListener("pointermove",this.onPointermove),this.context.container.addEventListener("pointerleave",this.onPointerleave),this.context.container.addEventListener("pointerdown",this.onPointerdown),this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.container.removeEventListener("pointerenter",this.onPointermove),this.context.container.removeEventListener("pointermove",this.onPointermove),this.context.container.removeEventListener("pointerleave",this.onPointerleave),this.context.container.removeEventListener("pointerdown",this.onPointerdown),this.context.removeEventListener("update",this.onUpdate)}checkAdsorb(t,e){if(this.points.length<3)return!1;let i=this.circles[0],s=+i.getAttribute("cx"),o=+i.getAttribute("cy");return Math.sqrt((t-s)**2+(e-o)**2)<=5}addPoint(t){if(this.points.push(t),this.isClose){let e=this.calculatedArea();this.dispatchEvent({type:"area",area:e})}}calculatedArea(){let t=this.points.map(s=>[s.x,s.y]),e=0,i=t.length;for(let s=0;s<i;s++){let o=(s+1)%i;e+=t[s][0]*t[o][1]-t[o][0]*t[s][1]}return Math.abs(e/2)}dispose(){super.dispose(),this.unRegistryEvent(),this.lines=[],this.circles=[]}constructor(t){super(t),this.points=[],this.circles=[],this.lines=[],this.isClose=!1,this.onUpdate=()=>{this.points.length&&this.points.forEach((e,i)=>{let s=this.getSvgCoordinate(e);this.circles[i]&&ft(this.circles[i],s.x,s.y),i!==0&&rt(this.lines[i-1],void 0,s),this.lines[i]&&rt(this.lines[i],s)})},this.onPointermove=e=>{!this.lastLine||this.isClose||(this.lastLine.style.display="block",rt(this.lastLine,void 0,{x:e.offsetX,y:e.offsetY}))},this.onPointerleave=()=>{this.isClose||(this.lastLine.style.display="none")},this.onPointerdown=e=>{if(this.isClose)return;let i=this.getIntersectByPointerEvent(e);if(i){let{offsetX:s,offsetY:o}=e;this.checkAdsorb(s,o)?(this.isClose=!0,this.addPoint(this.points[0])):this.addPoint(i);let{circle:{fill:n,radius:r},line:{stroke:h}}=this.context.config.svg;if(!this.isClose){let c=It(r,n);ft(c,s,o),this.addCircle(c)}if(this.lines.length&&rt(this.lastLine,void 0,{x:s,y:o}),!this.isClose){let c=Kt(h);rt(c,{x:s,y:o},{x:s,y:o}),this.addLine(c)}}},this.registryEvent()}};import{Box3 as kc}from"three";var ir=class extends pt{setEnable(t){super.setEnable(t),t?this.registryEvent():this.unRegistryEvent()}registryEvent(){this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.removeEventListener("update",this.onUpdate)}selectGraphic(t){this.graphic=t}dispose(){super.dispose(),this.unRegistryEvent(),this.rect=null,this.cornerRect=[],this.centerRect=[]}constructor(t){super(t),this.context=t,this.cornerRect=[],this.centerRect=[],this.onUpdate=()=>{if(this.graphic){let i=new kc().setFromObject(this.graphic),{camera:s,container:{clientWidth:o,clientHeight:n}}=this.context,{min:r,max:h}=i,c=L(r,s,o,n),l=L(h,s,o,n);U(this.rect,c.x,l.y,Math.abs(l.x-c.x),Math.abs(l.y-c.y));let{x:p,y:d}=c,{x:u,y:m}=l,v=5,f=[{x:p-v,y:m-v},{x:u-v,y:m-v},{x:p-v,y:d-v},{x:u-v,y:d-v}];for(let S=0;S<f.length;S++)U(this.cornerRect[S],f[S].x,f[S].y,v*2,v*2);let x=4,P=(p+u)/2,_=(d+m)/2,E=[{x:P-x,y:m-x},{x:p-x,y:_-x},{x:u-x,y:_-x},{x:P-x,y:d-x}];for(let S=0;S<E.length;S++)U(this.centerRect[S],E[S].x,E[S].y,x*2,x*2)}else{U(this.rect,0,0,0,0);for(let i=0;i<this.cornerRect.length;i++)U(this.cornerRect[i],0,0,0,0),U(this.centerRect[i],0,0,0,0)}};let{config:{svg:{line:e}}}=t;this.rect=mt(e.stroke,"transparent"),this.svg.appendChild(this.rect);for(let i=0;i<4;i++)this.cornerRect[i]=mt(e.stroke,"#ffffff"),this.centerRect[i]=mt(e.stroke,"#ffffff"),this.svg.appendChild(this.cornerRect[i]),this.svg.appendChild(this.centerRect[i]);this.registryEvent()}};import"core-js/modules/es.array.push.js";import{BufferGeometry as Dc,Color as fo,LineSegments as Ac,Mesh as Oc,Object3D as Rc,ShaderMaterial as Ic,Vector3 as sr}from"three";import{mergeGeometries as Fc}from"three/examples/jsm/utils/BufferGeometryUtils.js";var ji=class extends Rc{initGeometry(){return g(this,null,function*(){let t=yield Lt.GetMergeGeometry(this.options);this.geometry=t})}initMaterial(){let t=`
|
|
436
|
+
`;return this.instancedWallMaterial=new ke({vertexShader:t,fragmentShader:e,transparent:!0})}static dispose(){this.lineMaterialMap.forEach((t,e)=>{t.dispose()}),this.lineMaterialMap.clear(),this.meshStandardMaterialMap.forEach((t,e)=>{t.dispose()}),this.meshStandardMaterialMap.clear(),this.meshBasicMaterialMap.forEach((t,e)=>{t.dispose()}),this.meshBasicMaterialMap.clear(),this.shaderMaterialMap.forEach((t,e)=>{t.dispose()}),this.shaderMaterialMap.clear(),this.line2MaterialMap.forEach((t,e)=>{t.dispose()}),this.line2MaterialMap.clear(),this.lineDashedMaterialMap.forEach(t=>{t.dispose()}),this.lineDashedMaterialMap.clear(),this.mergeAttributeGraphicMaterial&&(this.mergeAttributeGraphicMaterial.dispose(),this.mergeAttributeGraphicMaterial=null),this.mergeAttributeWallMaterial&&(this.mergeAttributeWallMaterial.dispose(),this.mergeAttributeWallMaterial=null),this.mergeAttributeGraphicLineMaterial&&(this.mergeAttributeGraphicLineMaterial.dispose(),this.mergeAttributeGraphicLineMaterial=null),this.instancedGraphicMaterial&&(this.instancedGraphicMaterial.dispose(),this.instancedGraphicMaterial=null),this.instancedWallMaterial&&(this.instancedWallMaterial.dispose(),this.instancedWallMaterial=null)}};tt(dt,"lineMaterialMap",new Map),tt(dt,"meshStandardMaterialMap",new Map),tt(dt,"meshBasicMaterialMap",new Map),tt(dt,"shaderMaterialMap",new Map),tt(dt,"line2MaterialMap",new Map),tt(dt,"mergeAttributeGraphicMaterial",null),tt(dt,"mergeAttributeWallMaterial",null),tt(dt,"mergeAttributeGraphicLineMaterial",null),tt(dt,"instancedGraphicMaterial",null),tt(dt,"instancedWallMaterial",null),tt(dt,"lineDashedMaterialMap",new Map);var De=class{static createKey(){return Math.random().toString(36).substring(2,15)+Math.random().toString(36).substring(2,15)}static genUniqueKey(){let t=this.createKey();for(;this.keySet.has(t);)t=this.createKey();return t}static registerKey(t){this.keySet.add(t)}static removeKey(t){this.keySet.delete(t)}static dispose(){this.keySet.clear()}};tt(De,"keySet",new Set);function Ae(a,t,e){return new Promise((i,s)=>{let o=De.genUniqueKey(),n=({data:r})=>{r.type===`${t}_result`&&r.key===o&&(De.removeKey(o),self.removeEventListener("message",n),r.error?s(r.error):i(r.data))};a.addEventListener("message",n),a.postMessage({type:t,key:o,data:e})})}import{EventDispatcher as oc}from"three";var Gi=class extends oc{constructor(e=10,i){super();tt(this,"max",10);tt(this,"workerConstructor");tt(this,"pool",[]);this.max=e,this.workerConstructor=i}getWorker(){return new Promise(e=>{let i=this.pool.find(o=>o.state==="leisure");if(i){i.state="used",e(i.worker);return}if(this.pool.length<this.max&&this.workerConstructor){let o=this.workerConstructor();this.pool.push({worker:o,state:"used"}),e(o);return}let s=()=>{let o=this.pool.find(n=>n.state==="leisure");o&&(this.removeEventListener("release",s),o.state="used",e(o.worker))};this.addEventListener("release",s)})}releaseWorker(e){let i=this.pool.find(s=>s.worker===e);i&&(i.state="leisure",this.dispatchEvent({type:"release",worker:e}))}dispose(){this._listeners={},this.pool.forEach(e=>{e.worker.terminate()}),this.pool=[]}};function ao(){return new Worker(new URL("./worker/merge-geometry.worker-TK7KLXJC.js",import.meta.url))}import{BufferGeometry as nc,BufferAttribute as qn}from"three";var Oe=class{static GetMergeGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield Ae(e,"get_merged_geometry_attributes",{data:t}),s=this.GetBufferGeometryByData(i);return this.WorkerPool.releaseWorker(e),s})}static GetMergedShapeGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield Ae(e,"get_merged_shape_geometry_attributes",{data:t}),s=this.GetBufferGeometryByData(i);return this.WorkerPool.releaseWorker(e),s})}static GetMergedTexture2dGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield Ae(e,"get_merged_texture2d_shape_geometry_attributes",{data:t}),s=this.GetBufferGeometryByData(i);return this.WorkerPool.releaseWorker(e),s})}static GetBufferGeometryByData(t){let e=new nc;return Object.keys(t.attributes).forEach(i=>{e.setAttribute(i,new qn(t.attributes[i].array,t.attributes[i].itemSize))}),t.index&&e.setIndex(new qn(t.index.array,t.index.itemSize)),e.morphAttributes=t.morphAttributes,e.morphTargetsRelative=t.morphTargetsRelative,e.groups=t.groups,e.boundingSphere=t.boundingSphere,e}static GetMergedGeometry(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield Ae(e,"get_merged_geometries_json",{data:t});return this.WorkerPool.releaseWorker(e),i?Ze(Ze({},t[0]),i):null})}static GetMergedGeometryLine(t){return g(this,null,function*(){let e=yield this.WorkerPool.getWorker(),i=yield Ae(e,"get_merged_geometries_line_json",{data:t});return this.WorkerPool.releaseWorker(e),i?Ze(Ze({},t[0]),i):null})}static dispose(){this.WorkerPool.dispose()}};tt(Oe,"WorkerPool",new Gi(10,ao));var Bi=class extends X{getCenter(){return new rc().setFromObject(this).getCenter(new ho)}addInstancedGraphic(t){this.instancedGraphicConfig?(this.instancedGraphicConfig.size+=t.size,this.instancedGraphicConfig.colors=[...this.instancedGraphicConfig.colors,...t.colors],this.instancedGraphicConfig.matrixes=[...this.instancedGraphicConfig.matrixes,...t.matrixes],this.instancedGraphicConfig.opacities=[...this.instancedGraphicConfig.opacities,...t.opacities],this.instancedGraphicConfig.maxZs=[...this.instancedGraphicConfig.maxZs,...t.maxZs],this.instancedGraphicConfig.ids=[...this.instancedGraphicConfig.ids,...t.ids]):this.instancedGraphicConfig=t,this.refeshInstancedGraphic()}refeshInstancedGraphic(){this.instancedGraphic&&(this.remove(this.instancedGraphic),A(this.instancedGraphic)),this.instancedGraphicConfig&&(this.instancedGraphic=new Te(this.context,this.instancedGraphicConfig),this.add(this.instancedGraphic))}addGraphics(t,e){t.map(i=>{this.graphicDataMap.set(i.id,i),this.graphicOriginOptionMap.set(i.id,{fillOpacity:i.fillOpacity,strokeOpacity:i.strokeOpacity})}),e?e.map(i=>{if(i.instancedGeometry&&this.addInstancedGraphic(i.instancedGeometry),i.mergedGeometry){let s=new Je(this.context,w({},i,{lineGeometry:null}));this.mergedGraphicGroup.add(s)}if(i.lineGeometry){let s=new de(this.context,i.lineGeometry);this.mergedLineGroup.add(s)}}):(this.refreshMergeGraphic(),this.refreshLine())}createGraphic(t){return g(this,null,function*(){let e=yield Oe.GetMergedGeometry(t);if(A(this.mergedGraphicGroup),this.mergedGraphicGroup.clear(),e){let i=new Je(this.context,e);this.mergedGraphicGroup.add(i)}})}createLine(t){return g(this,null,function*(){let e=yield Oe.GetMergedGeometryLine(t);if(A(this.mergedLineGroup),this.mergedLineGroup.clear(),e){let i=new de(this.context,e.lineGeometry);this.mergedLineGroup.add(i)}})}refreshMergeGraphic(){let t=Array.from(this.graphicDataMap.values());this.instancedGraphicConfig&&(t=t.filter(e=>{var i;return!((i=this.instancedGraphicConfig)!=null&&i.ids.includes(e.id))})),this.createGraphic(t)}refreshLine(){let t=Array.from(this.graphicDataMap.values());this.createLine(t)}removeGraphicById(t){var e;if(this.graphicDataMap.delete(t),(e=this.instancedGraphicConfig)!=null&&e.ids.includes(t)){let i=this.instancedGraphicConfig.ids.findIndex(s=>s===t);this.instancedGraphicConfig.size--,this.instancedGraphicConfig.colors.splice(i*3,3),this.instancedGraphicConfig.matrixes.splice(i*16,16),this.instancedGraphicConfig.opacities.splice(i,1),this.instancedGraphicConfig.maxZs.splice(i,1),this.instancedGraphicConfig.ids.splice(i,1),this.refeshInstancedGraphic()}else this.refreshMergeGraphic();this.refreshLine()}getGraphicDataByNodeId(t){return this.graphicMap.get(t)||null}setGraphicOptions(t,e){var i;let s,o=this.graphicDataMap.get(t);if(o){if(typeof e=="function"?s=e(o):s=w({},o,e),this.graphicDataMap.set(t,s),(i=this.instancedGraphicConfig)!=null&&i.ids.includes(t)&&this.instancedGraphic){this.instancedGraphic.setColorById(t,s.fillColor),this.instancedGraphic.setOpacityById(t,s.fillOpacity),this.instancedGraphic.setMaxZById(t,s.deltaHeight+s.airHeight+s.height);let n=this.instancedGraphicConfig.ids.findIndex(d=>d===t),r=this.instancedGraphicConfig.matrixes.slice(n*16,(n+1)*16),h=new ac().fromArray(r),c=new ho,l=new hc,p=new ho;h.decompose(c,l,p),p.z=s.height,c.z=s.deltaHeight+s.airHeight+s.height/2,h.compose(c,l,p),this.instancedGraphic.setMatrixById(t,h)}else this.refreshMergeGraphic();this.refreshLine()}}getGraphicPosition(t){let e=this.graphicDataMap.get(t);return e?[e.center_x,e.center_y]:null}setOpacity(t,e){e===void 0&&(e=!1);var i;this.graphicDataMap.forEach((s,o)=>{if(e)s.fillOpacity=t,s.strokeOpacity=t;else{let h=this.graphicOriginOptionMap.get(o);var n;s.fillOpacity=Math.min(t,(n=h==null?void 0:h.fillOpacity)!=null?n:1);var r;s.strokeOpacity=Math.min(t,(r=h==null?void 0:h.strokeOpacity)!=null?r:1)}}),(i=this.instancedGraphic)==null||i.setOpacity(t,e),this.refeshInstancedGraphic(),this.refreshLine()}dispose(){super.dispose(),this.mergedGraphicGroup.clear(),this.mergedLineGroup.clear(),this.instancedGraphic=null,this.instancedGraphicConfig=null}constructor(t){super(t),this.graphicMap=new Map,this.mergedGraphicGroup=new $n,this.mergedLineGroup=new $n,this.graphicDataMap=new Map,this.graphicOriginOptionMap=new Map,this.instancedGraphic=null,this.instancedGraphicConfig=null,this.add(this.mergedGraphicGroup),this.add(this.mergedLineGroup)}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{Group as pc,Mesh as dc,MeshBasicMaterial as uc,PlaneGeometry as mc,Vector2 as fc,Vector3 as co,Raycaster as gc,Plane as yc}from"three";import"core-js/modules/es.string.replace.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/es.error.cause.js";import"core-js/modules/web.dom-collections.iterator.js";import{SRGBColorSpace as cc,TextureLoader as lc}from"three";var zi=class{setBaseUrl(t){this.baseUrl=t.replace(/\/$/,"")}setConfig(t){this.config=t}loadConfig(){return g(this,null,function*(){if(this.config)return this.config;if(!this.baseUrl)throw new Error("Base URL is not set");try{let t=yield fetch(""+this.baseUrl+"/config.json");return this.config=yield t.json(),this.config}catch(t){return console.error("Failed to load tile config:",t),this.config={extent:[12276734621488994e-9,2.1183542845726013e6,12279646804065457e-9,2121524247761597e-9],maxZoom:21,minZoom:11},this.config}})}buildTileUrl(t,e,i){if(!this.baseUrl)throw new Error("Base URL is not set");return this.baseUrl+"/"+i+"/"+t+"/"+e+".png"}loadTileTexture(t,e,i){return g(this,null,function*(){if(!this.baseUrl)throw new Error("Base URL is not set");let s=this.buildTileUrl(t,e,i);if(this.textureCache.has(s)){let n=this.textureCache.get(s);return n instanceof Promise?n:Promise.resolve(n)}let o=this.textureLoader.loadAsync(s).then(n=>(n.flipY=!0,n.colorSpace=cc,this.textureCache.set(s,n),n)).catch(n=>null);return this.textureCache.set(s,o),o})}clearCache(){this.textureCache.forEach(t=>{t instanceof Promise?t.then(e=>e==null?void 0:e.dispose()):t.dispose()}),this.textureCache.clear()}dispose(){this.clearCache()}constructor(t){this.baseUrl="",this.config=null,this.textureCache=new Map,this.textureLoader=new lc,t&&this.setBaseUrl(t)}};import{debounce as vc}from"lodash";var Jn={base_url:"https://robot-vr-public.aibee.cn/static_resource/tiles"},ue=class a extends X{loadTileConfig(){return g(this,null,function*(){return this.tileLoader.loadConfig()})}initEvents(){this.context.addEventListener("control-change",this.onUpdate),this.context.bmap.addEventListener("center-change",this.onCenterChange)}removeEvents(){this.context.removeEventListener("control-change",this.onUpdate),this.context.bmap.removeEventListener("center-change",this.onCenterChange)}getViewBounds(){let t=this.context.camera,e=new gc,i=new fc,s=[],[o,n]=this.context.center||[0,0],r=[{x:-1,y:1},{x:1,y:1},{x:1,y:-1},{x:-1,y:-1}];for(let d of r){i.set(d.x,d.y),e.setFromCamera(i,t);let u=new co(0,0,1),f=new co(0,0,0),x=new yc().setFromNormalAndCoplanarPoint(u,f),m=new co;e.ray.intersectPlane(x,m)?s.push(m):(e.ray.direction.negate(),e.ray.intersectPlane(x,m)&&s.push(m))}if(s.length<4)return null;let h=1/0,c=1/0,l=-1/0,p=-1/0;return s.forEach(d=>{h=Math.min(h,d.x+o),c=Math.min(c,d.y+n),l=Math.max(l,d.x+o),p=Math.max(p,d.y+n)}),{minX:h,minY:c,maxX:l,maxY:p}}getTileZoomLevel(t,e){let{minZoom:i,maxZoom:s}=e,o=this.context.camera,n=(o.right-o.left)/o.zoom,r=this.context.clientSize.width,h=n/r,c=a.WORLD_WIDTH,l=Math.log2(c/(h*this.tileSize));return Math.min(s,Math.max(i,Math.round(l)))}getTilesInView(t,e,i){let[s,o,n,r]=i.extent,h=Math.max(t.minX,s),c=Math.max(t.minY,o),l=Math.min(t.maxX,n),p=Math.min(t.maxY,r);if(h>=l||c>=p)return[];let d=Math.pow(2,e),u=a.WORLD_WIDTH/d,f=a.WORLD_WIDTH_HALF,x=Math.max(0,Math.floor((h+f)/u)),m=Math.floor((l+f)/u),y=Math.max(0,Math.floor((f-p)/u)),P=Math.floor((f-c)/u),M=[];for(let E=x;E<=m;E++)for(let S=y;S<=P;S++)M.push({x:E,y:S,z:e});return M}renderTiles(t,e){return g(this,null,function*(){let i=t,s=[];if(this.currentLevel!==e)s=[...this.tileGroup.children];else{let r=this.tileGroup.children,h=r.map(l=>l.userData.key),c=t.map(l=>l.z+"/"+l.x+"/"+l.y);i=t.filter(l=>!h.includes(l.z+"/"+l.x+"/"+l.y)),s=r.filter(l=>!c.includes(l.userData.key))}let o=Math.pow(2,e),n=a.WORLD_WIDTH/o;yield Promise.all(i.map(r=>g(this,null,function*(){let h=r.z+"/"+r.x+"/"+r.y,c=yield this.tileLoader.loadTileTexture(r.x,r.y,r.z);if(c){let l=new uc({map:c,transparent:!0}),p=new dc(this.baseGeometry,l);p.scale.setX(n).setY(n),p.position.set((r.x-o/2)*n+n/2,-((r.y-o/2)*n)-n/2,0),p.userData.key=h,this.tileGroup.add(p)}}))),this.tileGroup.children.forEach(r=>{s.includes(r)&&(r.material.dispose(),this.tileGroup.remove(r))})})}setVisibility(t){this.visible=t,t&&this.onUpdate()}setOpacity(t){super.setOpacity(t)}clearTiles(){this.tileGroup.children.forEach(t=>{t.material.dispose()}),this.tileGroup.clear()}dispose(){this.removeEvents(),this.clearTiles(),this.baseGeometry.dispose(),this.tileLoader.dispose(),super.dispose()}constructor(t,e){super(t),this.loadedTiles=new Map,this.currentLevel=0,this.tileSize=256,this.baseGeometry=new mc(1,1),this.options=Jn,this.onUpdate=()=>{this.updateTiles()},this.onCenterChange=()=>{let{center:s}=this.context;this.tileGroup.position.set(-s[0],-s[1],0),this.updateTiles()},this.updateTiles=vc(()=>g(this,null,function*(){if(!this.visible)return;let s=yield this.loadTileConfig(),o=this.context.camera,n=this.getViewBounds();if(!n)return;let r=this.getTileZoomLevel(o.zoom,s),h=this.getTilesInView(n,r,s);this.renderTiles(h,r)}),100),this.options=w({},Jn,e),this.tileGroup=new pc;let{center:i}=t;this.tileGroup.position.set(-i[0],-i[1],0),this.add(this.tileGroup),this.tileLoader=new zi(this.options.base_url),this.initEvents(),this.updateTiles()}};ue.WORLD_WIDTH=4007501668e-2;ue.WORLD_WIDTH_HALF=ue.WORLD_WIDTH/2;import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.string.trim.js";import{Box2 as lo,Object3D as xc,Sprite as Qn,SpriteMaterial as tr,Vector2 as Wi}from"three";import{isNil as Qe}from"lodash";var wc={text:"",icon:"",icon_size:[22,22],level:1,collision_enable:!0,opacity:1,id:"",position:{x:0,y:0,z:0},text_font_size:14,icon_rotate:0,depth_test:!1,hide_text:!1,maxWeight:25,minWeight:1,text_opacity:1,icon_opacity:1,icon_alpha_test:.2,text_alpha_test:.2},$=class extends xc{get textTexture(){var t;if(!this.options.text)return null;let i=this.textTextureKey;var s;return(s=(t=this.textTextureMap[i])==null?void 0:t.texture)!=null?s:null}get textTextureRect(){let t=this.options.text;var e;return t&&(e=this.textTextureRectMap[t])!=null?e:null}get textureLines(){var t;let e=this.options.text;var i;return e&&(i=(t=this.textTextureRectMap[e])==null?void 0:t.lines)!=null?i:1}get textAspect(){var t;let e=this.options.text;var i;return e&&(i=(t=this.textTextureRectMap[e])==null?void 0:t.aspect)!=null?i:1}get hasText(){return!this.options.hide_text&&this.options.text}get durIconAndText(){return this.options.icon&&this.hasText?2:0}get offset(){return this.options.icon&&this.hasText?0:.5}get iconWidth(){return this.options.icon?this.options.icon_size[0]:0}get iconHeight(){return this.options.icon?this.options.icon_size[1]:0}get textWidth(){return this.hasText?this.textHeight*this.textAspect:0}get textHeight(){return this.hasText?this.options.text_font_size*this.textureLines:0}get hasOriginTexture(){let{text_texture:t,text_texture_width:e,text_texture_height:i,text_texture_offset_x:s,text_texture_offset_y:o}=this.options;return!Qe(t)&&!Qe(e)&&!Qe(i)&&!Qe(s)&&!Qe(o)}get initedTextRect(){return!this.options.text||this.options.text&&this.textTextureRect}get deltaZ(){return this.options.icon&&this.hasText?.1+this.offset*(this.iconHeight+this.durIconAndText+this.textHeight)/this.context.camera.zoom:this.hasText?.1+.5*this.textHeight/this.context.camera.zoom:.1}get canSelect(){return this.visible&&this._shouldShow}show(){return g(this,null,function*(){if(this._shouldShow)return;this._shouldShow=!0;let t=[];if(!this.spriteIcon&&this.options.icon&&t.push(this.initIcon()),!this.spriteText&&this.hasText&&t.push(this.initText()),yield Promise.all(t),!this._shouldShow){this.hide();return}this.initSize(),this._initScale({zoom:this.context.camera.zoom}),this.spriteIcon&&(this.spriteIcon.visible=!0),this.spriteText&&(this.spriteText.visible=!0)})}hide(){this._shouldShow=!1,this.spriteIcon&&(this.remove(this.spriteIcon),this.spriteIcon.material.dispose(),this.spriteIcon=void 0),this.spriteText&&(this.remove(this.spriteText),this.spriteText.material.dispose(),this.spriteText=void 0)}registryEvent(){this.context.addEventListener("control-zoom-change",this._initScale),this.addEventListener("change-icon",t=>g(this,null,function*(){let{value:e}=t;this._shouldShow&&(this.hide(),yield this.show()),this.context.forceUpdate()})),this.addEventListener("change-text",t=>g(this,null,function*(){let{value:e}=t;this._shouldShow&&(this.hide(),yield this.show()),this.context.forceUpdate()})),this.addEventListener("change-text_background",t=>g(this,null,function*(){let{value:e}=t;this._shouldShow&&(this.hide(),yield this.show()),this.context.forceUpdate()})),this.addEventListener("change-text_font_size",t=>g(this,null,function*(){let{value:e}=t;this._shouldShow&&(this.hide(),yield this.show()),this.options.text&&this.context.forceUpdate()})),this.addEventListener("change-icon_rotate",t=>{let{value:e}=t;this.spriteIcon&&(this.spriteIcon.material.rotation=e/180*Math.PI)}),this.addEventListener("change-icon_size",t=>{let{value:e}=t;this._initScale({zoom:this.context.camera.zoom}),this.initSize(),this.options.icon&&this.context.forceUpdate()}),this.addEventListener("change-depth_test",t=>{let{value:e}=t;this.spriteIcon&&(this.spriteIcon.material.depthTest=e),this.spriteText&&(this.spriteText.material.depthTest=e)}),this.addEventListener("change-icon_opacity",t=>{let{value:e}=t;this.spriteIcon&&(this.spriteIcon.material.opacity=e)}),this.addEventListener("change-text_opacity",t=>{let{value:e}=t;this.spriteText&&(this.spriteText.material.opacity=e)})}unRegistryEvent(){this.context.removeEventListener("control-zoom-change",this._initScale)}getPosition(){return this.position}initIcon(){return g(this,null,function*(){if(this.options.icon)return new Promise(t=>g(this,null,function*(){let e;if(this.options.icon_border){let{icon:s,icon_size:o,icon_border:n}=this.options;e=yield ot.getUrlTextureBorder(s,o[0]-n.width*2,n)}else e=yield ot.getTextureByUrl(this.options.icon);let i=new Qn(new tr({map:e,transparent:!0,alphaTest:this.options.icon_alpha_test,depthTest:this.options.depth_test,rotation:this.options.icon_rotate/180*Math.PI,opacity:this.options.icon_opacity}));i.visible=!1,i.renderOrder=1e5+this.options.level,e.needsUpdate=!0,this.add(i),this.spriteIcon=i,t(i)}))})}get textTextureKey(){let t=this.options.text_background||{enable:!1,color:"",opacity:0};return this.options.text+"-"+t.enable+"-"+t.color+"-"+t.opacity}initText(){return g(this,null,function*(){if(this.hasText){let t=this.textTexture;t||(yield this.initTextTexture()),t=this.textTexture;let e=new Qn(new tr({map:t,transparent:!0,alphaTest:this.options.text_alpha_test,depthTest:this.options.depth_test,opacity:this.options.text_opacity}));e.visible=!1,e.renderOrder=100001+this.options.level,t.needsUpdate=!0,this.spriteText=e,this.add(e)}})}initSize(){var t,e;let i=0,s=0,{icon:o}=this.options;o?this.hasText?(i=0,s=i*(this.iconHeight/this.textHeight)-this.iconHeight/this.textHeight-this.durIconAndText/this.textHeight):(i=.5,s=0):this.hasText?(s=.5,i=0):(i=0,s=0),(t=this.spriteIcon)==null||t.center.set(.5,i),(e=this.spriteText)==null||e.center.set(.5,s)}init(){return g(this,null,function*(){yield Promise.all([this.initIcon(),this.initText()]),this.initSize(),this._initScale({zoom:this.context.camera.zoom})})}resetZ(){let t=this.deltaZ;this.spriteIcon&&(this.spriteIcon.position.z=t),this.spriteText&&(this.spriteText.position.z=t)}getBox(t){if(!this.initedTextRect)return this.initTextTextureRect(),null;let{clientSize:{width:e,height:i}}=this.context,s=e*(t.x+1)/2,o=i*(-t.y+1)/2;o+=this.offset*(this.iconHeight+this.durIconAndText+this.textHeight);let n=this.iconWidth/2,r=new lo(new Wi(s-n,o-this.iconHeight),new Wi(s+n,o)),h=this.textWidth/2,c=new lo(new Wi(s-h,o-this.textHeight-this.durIconAndText-this.iconHeight),new Wi(s+h,o-this.iconHeight-this.durIconAndText));return this.box=c.union(r),this.box}renderBoxHelper(t,e){if(!this.boxHelper){let i=document.createElement("div");i.style.position="absolute",i.style.zIndex="999",i.style.border="1px solid red",i.style.pointerEvents="none",this.boxHelper=i,this.context.container.appendChild(i)}t&&e?(this.boxHelper.style.left=t+"px",this.boxHelper.style.top=e+"px",this.boxHelper.style.width="2px",this.boxHelper.style.height="2px"):(this.boxHelper.style.left=this.box.min.x+"px",this.boxHelper.style.top=this.box.min.y+"px",this.boxHelper.style.width=this.box.max.x-this.box.min.x+"px",this.boxHelper.style.height=this.box.max.y-this.box.min.y+"px")}setVisible(t){this.visible=t,this.context.forceUpdate()}parentSetVisible(t){t?this.show():this.hide(),this.boxHelper&&(this.boxHelper.style.display=t?"block":"none")}clearTextTextureCache(){this.textTextureMap={},this.textTextureRectMap={}}dispose(){this.hide(),this.clearTextTextureCache(),this.unRegistryEvent(),this._listeners={}}constructor(t,e){var i;super(),this.context=t,this.box=new lo,this._shouldShow=!1,this.textTextureMap={},this.textTextureRectMap={},this._initTextTexture=()=>g(this,null,function*(){if(!this.options.text)return;let r=this.textTextureKey;if(this.textTextureMap[r])return;let h;if(this.hasOriginTexture){let{text_texture:c,text_texture_width:l,text_texture_height:p,text_texture_offset_x:d,text_texture_offset_y:u}=this.options;h=this.options.text_texture.clone(),h.uuid=c.uuid,h.offset.set(d/h.image.width,1-(p+u)/h.image.height),h.repeat.set(l/h.image.width,p/h.image.height),this.textTextureMap[r]={texture:h,lines:1,textAspect:l/p}}else{let c=yield V.getTextureByText(this.options.text,{background:this.options.text_background});this.textTextureMap[r]=w({},c,{textAspect:c.texture.image.width/c.texture.image.height})}this.dispatchEvent({type:"text-texture-inited"})}),this.initTextTexture=this._initTextTexture,this._initTextTextureRect=()=>g(this,null,function*(){if(!this.options.text||this.textTextureRectMap[this.options.text])return;let r=yield V.getTextureRectByTexts(this.options.text);this.textTextureRectMap[this.options.text]=w({},r,{aspect:r.width/r.height}),this.dispatchEvent({type:"text-texture-rect-inited"})}),this.initTextTextureRect=this._initTextTextureRect,this._initScale=r=>{let{zoom:h}=r;if(this.spriteText){let l=this.textHeight/h;this.spriteText.scale.set(this.textAspect*l,l,.1)}if(this.spriteIcon){var c;(c=this.spriteIcon)==null||c.scale.set(this.options.icon_size[0]/h,this.options.icon_size[1]/h,.1)}this.resetZ()};let s=this.context.config.poiTextBackground,o=e.text_background?w({},s,e.text_background):s;var n;this.options=ve(w({},wc,e,{text:(n=(i=e.text)==null?void 0:i.trim())!=null?n:"",text_background:o}),this),this.position.set(this.options.position.x,this.options.position.y,this.options.position.z),this.registryEvent()}};var zt=class extends uo{getPosition(){return this.box.getCenter(new Ui)}onAddToScene(t){this.poiLayer2.onAddToScene(t)}onRemoveFromScene(){this.poiLayer2.onRemoveFromScene()}createGround(t){let e=new K(this.context,t);e.userData.data=t,this.addGrounds([e])}addGrounds(t){t.forEach(e=>{this.grounds.has(e)||(this.grounds.add(e),this.groundLayer.add(e))}),this.changeGroundMaxHeight()}changeGroundMaxHeight(){let t=Array.from(this.grounds);this.groundMaxHeight=this.grounds.size>0?Math.max(...t.map(e=>e.options.height+e.options.airHeight+e.options.deltaHeight)):0,this.groundUpper.position.z=this.groundMaxHeight+.01}get hasElement(){return!!(this.grounds.size||this.graphicLayer.children.length)}getCenter(){return new po().setFromObject(this).getCenter(new Ui)}addModel(t){let e=new ki(this.context,t);return this.models.add(e),this.modelMap.set(t.id,e),e}addShadow(){let t=new po().setFromObject(this.groundUpper),e=t.getCenter(new Ui),i=t.getSize(new Ui);this.shadow.setPosition(e),this.shadow.changeLightCamera(i)}addGraphic(t){return this.graphicLayer.createGraphic(t)}addPoi(t){return this.poiLayer.createPoi(t)}addPoi2(t){let e=new $(this.context,t);return this.poiLayer2.pushPoi(e),e}removePoi2(t){return this.poiLayer2.removePoi(t)}removePoi2ById(t){return this.poiLayer2.removePoiById(t)}setShadowOpacity(t){this.shadow.setOpacity(t)}setShadowVisible(t){this.shadow.visible=t}setGraphicOptions(t,e){this.graphicLayer.graphicMap.has(t)?this.graphicLayer.setGraphicOptions(t,e):this.mergeGraphicLayer.setGraphicOptions(t,e)}getGraphicPosition(t){return this.graphicLayer.getGraphicPosition(t)||this.mergeGraphicLayer.getGraphicPosition(t)||this.parkingSpaceLayer.getGraphicPosition(t)}changeParkingColor(t){this.parkingSpaceLayer.changeParkingColor(t)}getParkingOptionsByParkingNo(t){return this.parkingSpaceLayer.getParkingOptionsByParkingNo(t)}updateBox(){this.box.setFromObject(this.groundLayer)}getGraphics(){return this.graphicLayer.children.filter(t=>t instanceof K)}setOpacity(t,e){e===void 0&&(e=!1),this.groundLayer.setOpacity(t,e),this.graphicLayer.setOpacity(t,e),this.mergeGraphicLayer.setOpacity(t,e),this.poiLayer2.setOpacity(t),this.parkingSpaceLayer.setOpacity(t,e),this.laneLayer.setOpacity(t,e),this.wallLayer.setOpacity(t,e),this.textureLayer.setOpacity(t),this.textTextureLayer.setOpacity(t),this.glbModelLayer.setOpacity(t,e),this.userData.opacity=t}dispose(){console.log("floor dispose",this.name),this.shadow.dispose(),this.groundLayer.dispose(),this.graphicLayer.dispose(),this.poiLayer.dispose(),this.poiLayer2.dispose(),this.parkingSpaceLayer.dispose(),this.wallLayer.dispose(),this.textureLayer.dispose(),this.glbModelLayer.dispose(),this.laneLayer.dispose(),this.mergeGraphicLayer.dispose(),this.textTextureLayer.dispose(),this.grounds.forEach(t=>t.dispose()),this.groundUpper.clear(),this.models.children.forEach(t=>t.dispose()),this.models.clear(),this.modelMap.clear(),this.clear()}constructor(t){super(),this.context=t,this.grounds=new Set,this.shadow=new Ti,this.groundUpper=new uo,this.models=new uo,this.modelMap=new Map,this.groundMaxHeight=0,this.name="",this.key="",this.box=new po,this.groundLayer=new X(this.context),this.graphicLayer=new Di(this.context),this.poiLayer=new Ai(this.context),this.poiLayer2=new Oi(this.context),this.parkingSpaceLayer=new Ri(this.context),this.wallLayer=new X(this.context),this.textureLayer=new X(this.context),this.glbModelLayer=new Ii(this.context),this.laneLayer=new X(this.context),this.mergeGraphicLayer=new Bi(this.context),this.textTextureLayer=new X(this.context),this.groundUpper.add(this.graphicLayer),this.groundUpper.add(this.poiLayer),this.groundUpper.add(this.poiLayer2),this.groundUpper.add(this.parkingSpaceLayer),this.groundUpper.add(this.wallLayer),this.groundUpper.add(this.textureLayer),this.groundUpper.add(this.glbModelLayer),this.groundUpper.add(this.laneLayer),this.groundUpper.add(this.mergeGraphicLayer),this.groundUpper.add(this.textTextureLayer),this.add(this.groundUpper),this.add(this.groundLayer),this.add(this.models)}};import{MeshBasicMaterial as Pc,Object3D as Mc,PlaneGeometry as _c,Texture as bc,Mesh as Ec,Matrix3 as er,Vector2 as Sc,FrontSide as Cc}from"three";import{create as Lc}from"@mars3d/heatmap.js";import{bbox as Tc,center as kc}from"@turf/turf";var Hi=class extends Mc{clearHeatmap(){this.div.firstChild&&this.div.removeChild(this.div.firstChild),this.heatmap=void 0}loadData(t){var e;this.clearHeatmap();let{width:i,height:s,leftTop:o,center:n,scale:r}=this.box,h=((e=this.context.config.heatMap)==null?void 0:e.radius)||1,c=w({width:i,height:s,container:this.div},this.context.config.heatMap,{radius:h});this.heatmap=Lc(c);let l=this.transformData(t,o,r);t.maxValue!==void 0&&(l.max=t.maxValue),t.minValue!==void 0&&(l.min=t.minValue),this.heatmap.setData(l),this.initPlane(i/r,s/r);let p=this.context.center;this.position.set(n[0]-p[0],n[1]-p[1],this.position.z)}initPlane(t,e){this.plane&&this.remove(this.plane);let i=new _c(t,e),s=new bc(this.div.firstChild);s.needsUpdate=!0;let o=new Pc({transparent:!0,side:Cc,map:s});o.needsUpdate=!0,this.plane=new Ec(i,o),this.plane.renderOrder=1e5,this.add(this.plane)}getTransMatrix(t){let{x:e,y:i}=t;return new er().makeScale(this.box.scale,-this.box.scale).multiply(new er().makeTranslation(-e,-i))}transformData(t,e,i){var s,o;let n=this.getTransMatrix(e);var r;let h=(r=(s=t.data[0])==null?void 0:s.value)!=null?r:0;var c;let l=(c=(o=t.data[0])==null?void 0:o.value)!=null?c:0;return{data:t.data.map(d=>{let u=new Sc(d.x,d.y).applyMatrix3(n);return d.value>h&&(h=d.value),d.value<l&&(l=d.value),{x:Math.ceil(u.x),y:Math.ceil(u.y),value:d.value}}),max:h,min:l}}getBox(){let t=this.context.range,e=Tc(t),i=Math.ceil(e[2]-e[0]),s=Math.ceil(e[3]-e[1]),o=4e3,n=4e3,r=o/i,h=n/s,c=Math.min(r,h);this.scaleRatio=c;let l=i*c,p=s*c,d={x:Math.ceil(e[0]),y:Math.ceil(e[3])},u=kc(t).geometry.coordinates;return{width:l,height:p,leftTop:d,center:u,scale:c}}dispose(){this.clearHeatmap(),this.div.remove(),this.div=null,this.plane&&(this.remove(this.plane),A(this.plane))}constructor(t){super(),this.context=t,this.scaleRatio=1,this.div=document.createElement("div"),this.box=this.getBox()}};import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import{EventDispatcher as Dc,Vector3 as mo}from"three";var pt=class extends Dc{_registryEvent(){this.context.addEventListener("resize",this._onResize)}_unRegistryEvent(){this.context.removeEventListener("resize",this._onResize)}setEnable(t){this.enable=t,t?this.svg.style.display="block":this.svg.style.display="none"}getIntersectByPointerEvent(t){let{camera:e,renderer:i}=this.context,{offsetX:s,offsetY:o}=t,{clientWidth:n,clientHeight:r}=i.domElement,h=s/n*2-1,c=1-o/r*2;return new mo(h,c,0).unproject(e)}getSvgCoordinate(t){let{camera:e,container:i}=this.context;return T(t,e,i.clientWidth,i.clientHeight)}getWorldToDeviceDistance(t){let{camera:e,container:i}=this.context,s=i.clientWidth/2,o=i.clientHeight/2,n=new mo(-1,0,0).unproject(e),r=new mo(1,0,0).unproject(e),h=T(n,e,i.clientWidth,i.clientHeight),c=T(r,e,i.clientWidth,i.clientHeight),l=Math.abs(c.x-h.x)/2;return t*l}dispose(){this._unRegistryEvent(),this.context.container.removeChild(this.svg),this.svg=null}constructor(t){super(),this.context=t,this.enable=!0,this._onResize=e=>{let{width:i,height:s}=e;this.svg&&(this.svg.setAttribute("width",""+i),this.svg.setAttribute("height",""+s))},this.svg=Jo(""+t.container.clientWidth,""+t.container.clientHeight),t.container.appendChild(this.svg),this._registryEvent()}};var Ni=class extends pt{setEnable(t){super.setEnable(t),t?this.registryEvent():this.unRegistryEvent()}registryEvent(){this.context.container.addEventListener("pointerenter",this.onPointermove),this.context.container.addEventListener("pointermove",this.onPointermove),this.context.container.addEventListener("pointerleave",this.onPointerleave),this.context.container.addEventListener("pointerdown",this.onPointerdown),this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.container.removeEventListener("pointerenter",this.onPointermove),this.context.container.removeEventListener("pointermove",this.onPointermove),this.context.container.removeEventListener("pointerleave",this.onPointerleave),this.context.container.removeEventListener("pointerdown",this.onPointerdown),this.context.removeEventListener("update",this.onUpdate)}addPoint(t){if(this.points.push(t),this.points.length>=2){let e=this.calculatedDistance();this.dispatchEvent({type:"distance",distance:e})}}calculatedDistance(){let[{x:t,y:e},{x:i,y:s}]=this.points;return Math.sqrt((i-t)**2+(s-e)**2)}dispose(){super.dispose(),this.unRegistryEvent(),this.line=null,this.circles=[]}constructor(t){super(t),this.context=t,this.points=[],this.onUpdate=()=>{if(this.points[0]){let s=this.getSvgCoordinate(this.points[0]);ft(this.circles[0],s.x,s.y),rt(this.line,s)}if(this.points[1]){let s=this.getSvgCoordinate(this.points[1]);ft(this.circles[1],s.x,s.y),rt(this.line,void 0,s)}},this.onPointermove=s=>{this.points.length===1&&(this.line.style.display="block",rt(this.line,void 0,{x:s.offsetX,y:s.offsetY}))},this.onPointerleave=()=>{this.points[1]||(this.line.style.display="none")},this.onPointerdown=s=>{if(this.points[1])return;let o=this.getIntersectByPointerEvent(s);if(o){let{offsetX:n,offsetY:r}=s,h=this.circles[this.points.length];ft(h,n,r),this.points.length||rt(this.line,{x:n,y:r},{x:n,y:r}),this.addPoint(o)}};let{config:{svg:{circle:e,line:i}}}=t;this.circles=[It(e.radius,e.fill),It(e.radius,e.fill)],this.line=Kt(i.stroke),this.svg.appendChild(this.circles[0]),this.svg.appendChild(this.circles[1]),this.svg.appendChild(this.line),this.registryEvent()}};import"core-js/modules/es.array.push.js";var Zi=class extends pt{setEnable(t){super.setEnable(t),t?this.registryEvent():this.unRegistryEvent()}get lastLine(){return this.lines.slice(-1)[0]}addCircle(t){this.circles.push(t),this.svg.appendChild(t)}addLine(t){this.lines.push(t),this.svg.appendChild(t)}registryEvent(){this.context.container.addEventListener("pointerenter",this.onPointermove),this.context.container.addEventListener("pointermove",this.onPointermove),this.context.container.addEventListener("pointerleave",this.onPointerleave),this.context.container.addEventListener("pointerdown",this.onPointerdown),this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.container.removeEventListener("pointerenter",this.onPointermove),this.context.container.removeEventListener("pointermove",this.onPointermove),this.context.container.removeEventListener("pointerleave",this.onPointerleave),this.context.container.removeEventListener("pointerdown",this.onPointerdown),this.context.removeEventListener("update",this.onUpdate)}checkAdsorb(t,e){if(this.points.length<3)return!1;let i=this.circles[0],s=+i.getAttribute("cx"),o=+i.getAttribute("cy");return Math.sqrt((t-s)**2+(e-o)**2)<=5}addPoint(t){if(this.points.push(t),this.isClose){let e=this.calculatedArea();this.dispatchEvent({type:"area",area:e})}}calculatedArea(){let t=this.points.map(s=>[s.x,s.y]),e=0,i=t.length;for(let s=0;s<i;s++){let o=(s+1)%i;e+=t[s][0]*t[o][1]-t[o][0]*t[s][1]}return Math.abs(e/2)}dispose(){super.dispose(),this.unRegistryEvent(),this.lines=[],this.circles=[]}constructor(t){super(t),this.points=[],this.circles=[],this.lines=[],this.isClose=!1,this.onUpdate=()=>{this.points.length&&this.points.forEach((e,i)=>{let s=this.getSvgCoordinate(e);this.circles[i]&&ft(this.circles[i],s.x,s.y),i!==0&&rt(this.lines[i-1],void 0,s),this.lines[i]&&rt(this.lines[i],s)})},this.onPointermove=e=>{!this.lastLine||this.isClose||(this.lastLine.style.display="block",rt(this.lastLine,void 0,{x:e.offsetX,y:e.offsetY}))},this.onPointerleave=()=>{this.isClose||(this.lastLine.style.display="none")},this.onPointerdown=e=>{if(this.isClose)return;let i=this.getIntersectByPointerEvent(e);if(i){let{offsetX:s,offsetY:o}=e;this.checkAdsorb(s,o)?(this.isClose=!0,this.addPoint(this.points[0])):this.addPoint(i);let{circle:{fill:n,radius:r},line:{stroke:h}}=this.context.config.svg;if(!this.isClose){let c=It(r,n);ft(c,s,o),this.addCircle(c)}if(this.lines.length&&rt(this.lastLine,void 0,{x:s,y:o}),!this.isClose){let c=Kt(h);rt(c,{x:s,y:o},{x:s,y:o}),this.addLine(c)}}},this.registryEvent()}};import{Box3 as Ac}from"three";var ir=class extends pt{setEnable(t){super.setEnable(t),t?this.registryEvent():this.unRegistryEvent()}registryEvent(){this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.removeEventListener("update",this.onUpdate)}selectGraphic(t){this.graphic=t}dispose(){super.dispose(),this.unRegistryEvent(),this.rect=null,this.cornerRect=[],this.centerRect=[]}constructor(t){super(t),this.context=t,this.cornerRect=[],this.centerRect=[],this.onUpdate=()=>{if(this.graphic){let i=new Ac().setFromObject(this.graphic),{camera:s,container:{clientWidth:o,clientHeight:n}}=this.context,{min:r,max:h}=i,c=T(r,s,o,n),l=T(h,s,o,n);U(this.rect,c.x,l.y,Math.abs(l.x-c.x),Math.abs(l.y-c.y));let{x:p,y:d}=c,{x:u,y:f}=l,x=5,m=[{x:p-x,y:f-x},{x:u-x,y:f-x},{x:p-x,y:d-x},{x:u-x,y:d-x}];for(let S=0;S<m.length;S++)U(this.cornerRect[S],m[S].x,m[S].y,x*2,x*2);let y=4,P=(p+u)/2,M=(d+f)/2,E=[{x:P-y,y:f-y},{x:p-y,y:M-y},{x:u-y,y:M-y},{x:P-y,y:d-y}];for(let S=0;S<E.length;S++)U(this.centerRect[S],E[S].x,E[S].y,y*2,y*2)}else{U(this.rect,0,0,0,0);for(let i=0;i<this.cornerRect.length;i++)U(this.cornerRect[i],0,0,0,0),U(this.centerRect[i],0,0,0,0)}};let{config:{svg:{line:e}}}=t;this.rect=mt(e.stroke,"transparent"),this.svg.appendChild(this.rect);for(let i=0;i<4;i++)this.cornerRect[i]=mt(e.stroke,"#ffffff"),this.centerRect[i]=mt(e.stroke,"#ffffff"),this.svg.appendChild(this.cornerRect[i]),this.svg.appendChild(this.centerRect[i]);this.registryEvent()}};import"core-js/modules/es.array.push.js";import{BufferGeometry as Oc,Color as fo,LineSegments as Rc,Mesh as Ic,Object3D as Fc,ShaderMaterial as Gc,Vector3 as sr}from"three";import{mergeGeometries as Bc}from"three/examples/jsm/utils/BufferGeometryUtils.js";var ji=class extends Fc{initGeometry(){return g(this,null,function*(){let t=yield Lt.GetMergeGeometry(this.options);this.geometry=t})}initMaterial(){let t=`
|
|
437
437
|
varying vec3 vPosition; // \u7528\u4E8E\u4F20\u9012\u9876\u70B9\u7684\u4F4D\u7F6E\u7ED9\u7247\u6BB5\u7740\u8272\u5668
|
|
438
438
|
uniform float maxZ; // \u58F0\u660E\u4E00\u4E2Auniform\u53D8\u91CF
|
|
439
439
|
uniform vec3 uColor;
|
|
@@ -472,7 +472,7 @@ var Pa=Object.create;var Ws=Object.defineProperty;var Ma=Object.getOwnPropertyDe
|
|
|
472
472
|
gl_FragColor = vec4(vColor, uOpacity); // \u5176\u4ED6\u9762\u989C\u8272\uFF09
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
|
-
`,i=-1/0,s=1/0,o=this.geometry.getAttribute("position");if(o)for(let r=0;r<o.count;r++){let h=o.getZ(r);h>i&&(i=h),h<s&&(s=h)}let n=new
|
|
475
|
+
`,i=-1/0,s=1/0,o=this.geometry.getAttribute("position");if(o)for(let r=0;r<o.count;r++){let h=o.getZ(r);h>i&&(i=h),h<s&&(s=h)}let n=new Gc({uniforms:{maxZ:{value:i},uColor:{value:new fo(this.options[0].fillColor)},uGradualColor1:{value:new fo(Xt(this.options[0].fillColor,.99))},uGradualColor2:{value:new fo(Xt(this.options[0].fillColor,.9))},uOpacity:{value:this.options[0].fillOpacity},minZ:{value:s}},vertexShader:t,fragmentShader:e,transparent:!0});this.material=n}initLineMaterial(){let{strokeColor:t,strokeOpacity:e}=this.options[0],i=C.createLineMaterial({color:t,opacity:e});return this.lineMaterial=i,i}getBorderPoints(t){let{height:e,deltaHeight:i,geometry:s}=t,o=[],n=e+(i||0),{coords:r}=s;for(let h=0;h<r.length;h++){let c=r[h];for(let l=0;l<c.length;l++){let p=c[l],d=l+1===c.length?c[0]:c[l+1];o.push(new sr(p[0],p[1],n)),o.push(new sr(d[0],d[1],n))}}return o}initLineGeometry(){let t=this.options.map(e=>{let i=this.getBorderPoints(e);return new Oc().setFromPoints(i)});this.lineGeometry=Bc(t)}createBorder(){let t=new Rc(this.lineGeometry,this.lineMaterial);return this.LineMesh=t,this.add(t),t}setOpacity(t,e){e===void 0&&(e=!1),e?this.material.uniforms.uOpacity.value=t:this.material.uniforms.uOpacity.value=Math.min(t,this.originFillOpacity),this.material.needsUpdate=!0}init(){return g(this,null,function*(){yield this.initGeometry(),this.initMaterial();let t=new Ic(this.geometry,this.material);this.add(t),this.options[0].strokeOpacity!==0&&(this.initLineMaterial(),this.initLineGeometry())})}dispose(){var t,e,i;(t=this.geometry)==null||t.dispose(),(e=this.material)==null||e.dispose(),(i=this.lineGeometry)==null||i.dispose(),this.clear()}constructor(t,e){super(),this.context=t,this.options=e,this.originFillOpacity=1,e.length&&(this.originFillOpacity=e[0].fillOpacity,this.init())}};import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import{Float32BufferAttribute as zc,FrontSide as Wc,InstancedMesh as Uc,Matrix4 as Hc,MeshBasicMaterial as Nc,Object3D as Zc,Quaternion as jc,Shape as Vc,ShapeGeometry as Kc,Vector2 as Vi,Vector3 as go}from"three";var yo={id:"",uuid:"",iconUrl:"",name:"",airHeight:0,deltaHeight:0,height:0,geometry:{cds:[],type:"polygon",coords:[],curveCpt:[],curveIndex:[]},opacity:1,visible:!0,centerCoords:[0,0],secondWidth:0,secondHeight:0,secondRotate:0},le=class extends Zc{init(){return g(this,null,function*(){let t=this.options.reduce((s,o)=>{let{iconUrl:n}=o;return s.has(n)||s.set(n,[]),s.get(n).push(o),s},new Map),e=Array.from(t.values());(yield Promise.all(e.map(s=>g(this,null,function*(){let o=s[0].iconUrl,n=yield ot.getTextureByUrl(o);return new Nc({map:n,transparent:!0,alphaTest:.2,side:Wc})})))).forEach((s,o)=>{let n=new Uc(this.geometry,s,e[o].length);e[o].forEach((r,h)=>{let c=new Hc().compose(new go(r.centerCoords[0],r.centerCoords[1],r.deltaHeight+r.airHeight+r.height),new jc().setFromAxisAngle(new go(0,0,1),r.secondRotate),new go(r.secondWidth,r.secondHeight,1));n.setMatrixAt(h,c)}),this.add(n)}),this.position.z+=.004})}setOpacity(t){this.children.forEach(e=>{e.material.opacity=t,e.material.needsUpdate=!0})}dispose(){A(this),this.clear()}constructor(t,e){super(),this.context=t,this.geometry=new Kc(new Vc([new Vi(-.5,-.5),new Vi(-.5,.5),new Vi(.5,.5),new Vi(.5,-.5)])),this.options=e.map(s=>w({},yo,s));let i=new zc([0,0,0,1,1,1,1,0],2);this.geometry.setAttribute("uv",i),this.init()}};import{Box3 as Xc,Mesh as Yc,Object3D as qc,Vector3 as $c}from"three";var Jc={url:"",geometry:{type:"polygon",cds:[],coords:[],curveCpt:[],curveIndex:[]},id:"",width:0,rotate:1,airHeight:1,deltaHeight:0,center_x:0,center_y:0},or=class extends qc{loadModel(){return g(this,null,function*(){let t=yield lt.loadModel(this.options.url);t.scene.updateMatrixWorld(),t.scene.rotation.set(Math.PI/2,0,0);let i=new Xc().setFromObject(t.scene).getSize(new $c),s=Math.max(i.x,i.y),o=this.options.width/s;this.scale.set(o,o,o),this.meshSetMaterial(t.scene),this.add(t.scene),this.position.set(this.options.center_x,this.options.center_y,0),this.position.z+=this.options.airHeight+this.options.deltaHeight,this.model=t,this.rotateZ(this.options.rotate),this.dispatchEvent({type:"load-model-end",object:t})})}meshSetMaterial(t){t instanceof Yc&&(t.material.emissiveIntensity=.5,t.material.shininess=0,t.material.emissive=t.material.color,t.material.emissiveMap=t.material.map),t.children.forEach(i=>{this.meshSetMaterial(i)})}dispose(){A(this),this.model=null,this._listeners={}}constructor(t,e){super(),this.context=t,this.model=null,this.options=Object.assign({},Jc,e),this.loadModel()}};import"core-js/modules/es.array.push.js";import{BufferGeometry as Qc,Color as tl,LineSegments as el,Mesh as il,Object3D as sl,Vector2 as ol,Vector3 as nr}from"three";import{mergeGeometries as nl}from"three/examples/jsm/utils/BufferGeometryUtils.js";import{LineSegments2 as rl}from"three/examples/jsm/lines/LineSegments2.js";import{LineSegmentsGeometry as al}from"three/examples/jsm/lines/LineSegmentsGeometry.js";var Ki=class extends sl{initGeometry(){return g(this,null,function*(){this.geometry=yield Lt.GetMergedShapeGeometry(this.options)})}initMaterial(){let t=C.createMeshBasicMaterial({color:"#ffffff",opacity:1,vertexColors:!0});return this.material=t,t}initLineMaterial(){let{strokeColor:t,strokeOpacity:e}=this.options[0],i=C.createLineMaterial({color:t,opacity:e,vertexColors:!0});return this.lineMaterial=i,i}getBorderPoints(t){let{deltaHeight:e,geometry:i}=t,s=[],o=e||0,{coords:n}=i;for(let r=0;r<n.length;r++){let h=n[r];for(let c=0;c<h.length;c++){let l=h[c],p=c+1===h.length?h[0]:h[c+1];s.push(new nr(l[0],l[1],o)),s.push(new nr(p[0],p[1],o))}}return s}initDoubleLine(){let t=this.options.filter(e=>{var i,s;return e.double&&((s=e.geometry.otherCoords)==null||(i=s[1])==null?void 0:i.length)});t.length&&[!0,!1].forEach(e=>{let i=t.filter(c=>c.dashed===e);if(!i.length)return;let s=C.createLine2MaterialMap({color:"#ffffff",width:.2,dashed:e,resolution:new ol(this.context.clientSize.width,this.context.clientSize.height),vertexColors:!0}),o=[],n=[];i.forEach(c=>{let l=c.geometry.otherCoords[1],p=c.airHeight+(c.deltaHeight||0)+.01,d=new tl(c.secondColor);for(let u=0;u<l.length-1;u++){let f=l[u],x=l[u+1];o.push(f[0],f[1],p,x[0],x[1],p),n.push(d.r,d.g,d.b,d.r,d.g,d.b)}});let r=new al;r.setPositions(o),r.setColors(n);let h=new rl(r,s);h.computeLineDistances(),h.position.z+=.01,this.add(h),this.doubleLines.push(h)})}initLineGeometry(){let t=this.options.map(e=>{let i=this.getBorderPoints(e);return new Qc().setFromPoints(i)});this.lineGeometry=nl(t)}createBorder(){let t=new el(this.lineGeometry,this.lineMaterial);return this.LineMesh=t,this.add(t),t}init(){return g(this,null,function*(){yield this.initGeometry(),this.initMaterial();let t=new il(this.geometry,this.material);this.add(t),this.initDoubleLine(),this.position.z+=.02+(this.options[0].deltaHeight||0)})}dispose(){var t,e;(t=this.geometry)==null||t.dispose(),(e=this.lineGeometry)==null||e.dispose(),this.doubleLines.map(i=>i.geometry.dispose()),this.clear()}constructor(t,e){super(),this.context=t,this.options=e,this.doubleLines=[],e.length&&this.init()}};import"core-js/modules/es.array.push.js";import{Object3D as hl,Mesh as cl,Vector3 as rr,BufferGeometry as ll,LineSegments as pl,ShaderMaterial as dl,Color as ar,ObjectLoader as ul}from"three";var hr=class extends hl{initMergedElement(){let t=new ul,e=t.parseGeometries([this.mergedElement.mergedGeometry]);if(this.geometry=e[this.mergedElement.mergedGeometry.uuid],this.initMaterial(),this.initMesh(),this.mesh.position.z=(this.mergedElement.deltaHeight||0)+this.mergedElement.airHeight,this.mergedElement.lineGeometry){let i=t.parseGeometries([this.mergedElement.lineGeometry]);this.lineGeometry=i[this.mergedElement.lineGeometry.uuid],this.initLineMaterial(),this.createBorder()}}init(){return g(this,null,function*(){this.geometry=yield this.initGeometry(),this.initMaterial(),this.initMesh(),this.mesh.position.z=this.options[0].deltaHeight+this.options[0].airHeight,this.options[0].strokeOpacity!==0&&(this.initLineMaterial(),this.initLineGeometry(),this.createBorder())})}initGeometry(){return g(this,null,function*(){let t=yield Lt.GetMergeGeometry(this.options);return this.dispatchEvent({type:"init-geometry",geometry:t}),t})}initMaterial(){let t=`
|
|
476
476
|
varying vec3 vPosition; // \u7528\u4E8E\u4F20\u9012\u9876\u70B9\u7684\u4F4D\u7F6E\u7ED9\u7247\u6BB5\u7740\u8272\u5668
|
|
477
477
|
uniform float maxZ; // \u58F0\u660E\u4E00\u4E2Auniform\u53D8\u91CF
|
|
478
478
|
uniform vec3 uColor;
|
|
@@ -498,14 +498,14 @@ var Pa=Object.create;var Ws=Object.defineProperty;var Ma=Object.getOwnPropertyDe
|
|
|
498
498
|
gl_FragColor = vec4(uColor2, uOpacity); // \u5176\u4ED6\u9762\u989C\u8272\uFF09
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
|
-
`,i=-1/0,s=this.geometry.getAttribute("position");if(s)for(let n=0;n<s.count;n++){let r=s.getZ(n);r>i&&(i=r)}let o=new ll({uniforms:{maxZ:{value:i},uColor:{value:new ar(this.options[0].fillColor).convertLinearToSRGB()},uColor2:{value:new ar(Xt(this.options[0].fillColor)).convertLinearToSRGB()},uOpacity:{value:this.options[0].fillOpacity}},vertexShader:t,fragmentShader:e,transparent:!0});this.material=o}initLineMaterial(){let t=C.createLineMaterial({color:this.options[0].strokeColor,opacity:this.options[0].strokeOpacity});return this.lineMaterial=t,t}initMesh(){this.mesh&&this.remove(this.mesh),this.mesh=new al(this.geometry,this.material),this.add(this.mesh)}getBorderPoints(){let t=[],e=this.options[0].height+this.options[0].deltaHeight;return this.options.map(i=>{let{coords:s}=i.geometry;for(let o=0;o<s.length;o++){let n=s[o];for(let r=0;r<n.length;r++){let h=n[r],c=r+1===n.length?n[0]:n[r+1];t.push(new rr(h[0],h[1],e)),t.push(new rr(c[0],c[1],e))}}}),t}initLineGeometry(){this.lineGeometry&&this.lineGeometry.dispose();let t=this.getBorderPoints(),e=new hl().setFromPoints(t);this.lineGeometry=e}createBorder(){this.line&&this.remove(this.line);let t=new cl(this.lineGeometry,this.lineMaterial);return t.position.z=.01,this.line=t,this.add(t),t}dispose(){var t,e;this.geometry?(this.geometry.dispose(),this._listeners={}):this.addEventListener("init-geometry",()=>{var i;(i=this.geometry)==null||i.dispose(),this._listeners={}}),(t=this.material)==null||t.dispose(),(e=this.line)==null||e.geometry.dispose(),this.clear()}constructor(t,e,i){super(),this.context=t,this.mergedElement=i,this.options=[],i?(this.options=[i],this.initMergedElement()):(this.options=e.map(s=>w({},Tt,s)),this.init())}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.string.trim.js";import{DoubleSide as dl,Matrix4 as cr,Mesh as ul,MeshBasicMaterial as ml,Object3D as fl,PlaneGeometry as gl}from"three";import{mergeGeometries as yl}from"three/examples/jsm/utils/BufferGeometryUtils.js";var vl={airHeight:0,deltaHeight:0,height:0,geometry:{cds:[],type:"polygon",coords:[],curveCpt:[],curveIndex:[]},texts:[],fillColor:"#ffffff",fillOpacity:0,strokeColor:"#ffffff",strokeOpacity:0,secondHeight:0,secondRotate:0,center_x:0,center_y:0},Xi=class extends fl{init(){return g(this,null,function*(){let t=yield Promise.all(this.options.map(n=>V.getTextureByText(n.texts[0],{fillStyle:Ns(n.fillColor,n.fillOpacity),strokeStyle:Ns(n.strokeColor,n.strokeOpacity),lineWidth:2,font:"bold 28px sans-serif",maxWidth:2048}))),e=t.map((n,r)=>{let h=this.options[r],{width:c,height:l}=n.texture.image,p=c/l,d=h.secondHeight*p,u=new gl(d,h.secondHeight),m=new cr().makeTranslation(h.center_x,h.center_y,h.airHeight+h.deltaHeight+h.height).multiply(new cr().makeRotationZ(h.secondRotate));return u.applyMatrix4(m),u}),i=yl(e,!0);e.forEach(n=>n.dispose());let s=t.map(n=>{let{texture:r}=n,h=new ml({map:r,alphaTest:.9,side:dl});return r.needsUpdate=!0,h}),o=new ul(i,s);this.mesh=o,this.position.z+=.04,this.add(o)})}setOpacity(t){var e,i;(i=this.mesh)==null||(e=i.material)==null||e.forEach(s=>{s.opacity=t,s.needsUpdate=!0})}dispose(){var t,e,i;(t=this.mesh)==null||t.geometry.dispose(),(i=this.mesh)==null||(e=i.material)==null||e.forEach(s=>s.dispose()),this.clear()}constructor(t,e){super(),this.context=t,this.options=e.map(i=>w({},vl,i)).filter(i=>i.texts[0].trim()),this.options.length&&this.init()}};import{Object3D as xl}from"three";import{Line2 as wl}from"three/examples/jsm/lines/Line2.js";import{LineGeometry as Pl}from"three/examples/jsm/lines/LineGeometry.js";import{LineMaterial as Ml}from"three/examples/jsm/lines/LineMaterial.js";var Qe=class extends xl{registryEvent(){this.context.addEventListener("resize",this.onResize)}unRegistryEvent(){this.context.removeEventListener("resize",this.onResize)}setPosition(t,e){this.lineGeometry.setPositions([t.x,t.y,t.z,e.x,e.y,e.z]),this.line||this.createLine()}createLine(){this.line=new wl(this.lineGeometry,this.lineMaterial),this.line.renderOrder=100003,this.add(this.line)}dispose(){var t;this.unRegistryEvent(),this.line&&A(this.line),this.lineGeometry=null,this.lineMaterial=null,this.clear(),(t=this.line)==null||t.clear(),this.line=null}constructor(t,e,i){super(),this.context=t,this.lineGeometry=new Pl,this.lineMaterial=new Ml({color:0,transparent:!0,depthTest:!1,linewidth:2}),this.line=null,this.onResize=()=>{let{width:s,height:o}=this.context.clientSize;this.lineMaterial.resolution.set(s,o)},this.onResize(),this.registryEvent(),e&&i&&this.setPosition(e,i)}};import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import{Box3 as _l,InstancedMesh as bl,Object3D as El,Vector3 as Sl}from"three";import{Matrix4 as ti}from"three";var Fi=class extends El{loadModel(){return g(this,null,function*(){let t=yield lt.loadModel(this.options[0].url);t.scene.updateMatrixWorld(!0);let e=t.scene.matrixWorld.clone().invert();t.scene.traverse(h=>{if(h.isMesh){let c=e.clone().multiply(h.matrixWorld),l=h.material;this.subMeshes.push({geometry:h.geometry,material:h.material,initialMatrix:c}),Array.isArray(l)?l.forEach(p=>{p.transparent=!0,this.materialOriginParams.set(p,{opacity:p.opacity})}):(l.transparent=!0,this.materialOriginParams.set(l,{opacity:l.opacity}))}});let i=this.subMeshes.map(h=>{let{geometry:c,material:l}=h;return new bl(c,l,this.options.length)});t.scene.rotation.set(Math.PI/2,0,0);let o=new _l().setFromObject(t.scene).getSize(new Sl),n=Math.max(o.x,o.y);this.options.map(h=>{let c=new ti,l=h.width/n;return c.multiply(new ti().makeTranslation(h.center_x,h.center_y,h.airHeight+h.deltaHeight)).multiply(new ti().makeScale(l,l,l)).multiply(new ti().makeRotationZ(h.rotate)).multiply(new ti().makeRotationX(Math.PI/2)),h.url==="https://robot-vr-public.cdn.bcebos.com/ai-map-resource/757/1865371442288267264/smzsdrc.glb"&&console.log(h,c),c}).forEach((h,c)=>{i.forEach((l,p)=>{let d=h.clone().multiply(this.subMeshes[p].initialMatrix);l.setMatrixAt(c,d)})}),i.forEach(h=>{h.instanceMatrix.needsUpdate=!0,this.meshSetMaterial(h),this.add(h)})})}meshSetMaterial(t){t.isMesh&&(t.frustumCulled=!1,t.castShadow=!0,Array.isArray(t.material)?t.material.map(e=>{e.emissiveIntensity*=.95}):(t.material.emissiveIntensity*=.95,t.material.emissive=t.material.color,t.material.emissiveMap=t.material.map))}setOpacity(t,e){e===void 0&&(e=!1),this.subMeshes.forEach(i=>{let{material:s}=i;if(Array.isArray(s))s.forEach(o=>{if(e)o.opacity=t;else{let n=this.materialOriginParams.get(o)||{opacity:1};t>n.opacity?o.opacity=n.opacity:o.opacity=t}o.needsUpdate=!0});else{let o=this.materialOriginParams.get(s)||{opacity:1};t>o.opacity?s.opacity=o.opacity:s.opacity=t,s.needsUpdate=!0}}),this.children.forEach(i=>{i.instanceMatrix.needsUpdate=!0})}dispose(){this.children.forEach(t=>t.dispose()),A(this),this.clear()}constructor(t,e){super(),this.context=t,this.options=e,this.subMeshes=[],this.materialOriginParams=new Map,this.loadModel()}};import{Object3D as Cl,Mesh as Ll,LineSegments as Tl,ObjectLoader as kl}from"three";var $e=class extends Cl{init(){return g(this,null,function*(){this.geometry=this.initGeometry(),this.initMaterial(),this.initMesh(),this.mesh.position.z=this.options.deltaHeight+this.options.airHeight,this.options.lineGeometry&&(this.initLineMaterial(),this.initLineGeometry(),this.createBorder())})}initGeometry(){return this.loader.parseGeometries([this.options.mergedGeometry])[this.options.mergedGeometry.uuid]}initMaterial(){this.material=C.GetMergeAttributeGraphicMaterial()}initLineMaterial(){return this.lineMaterial=C.GetMergeAttributeGraphicLineMaterial()}initMesh(){this.mesh&&this.remove(this.mesh),this.mesh=new Ll(this.geometry,this.material),this.add(this.mesh)}initLineGeometry(){this.lineGeometry&&this.lineGeometry.dispose();let t=this.loader.parseGeometries([this.options.lineGeometry]);this.lineGeometry=t[this.options.lineGeometry.uuid]}createBorder(){this.line&&this.remove(this.line);let t=new Tl(this.lineGeometry,this.lineMaterial);return t.position.z=.01,this.line=t,this.add(t),t}dispose(){var t;this.geometry&&this.geometry.dispose(),(t=this.line)==null||t.geometry.dispose(),this.clear()}constructor(t,e){super(),this.context=t,this.loader=new kl,this.options=w({},Tt,e),this.init()}};import{Mesh as Dl,Object3D as Al,ObjectLoader as Ol}from"three";var Yi=class extends Al{initGeometry(){return g(this,null,function*(){let t=new Ol().parseGeometries([this.options.mergedGeometry]);this.geometry=t[this.options.mergedGeometry.uuid]})}init(){return g(this,null,function*(){var t;yield this.initGeometry();let e=new Dl(this.geometry,dt.GetMergeAttributeWallMaterial());this.add(e);let i=(t=this.geometry)==null?void 0:t.getAttribute("opacity");i&&(this.originOpacities=Array.from(i.array))})}setOpacity(t,e){e===void 0&&(e=!1);var i;let s=(i=this.geometry)==null?void 0:i.getAttribute("opacity");if(s){for(let n=0;n<s.count;n++)if(e)s.setX(n,t);else{var o;s.setX(n,Math.min(t,(o=this.originOpacities[n])!=null?o:1))}s.needsUpdate=!0}}dispose(){var t;(t=this.geometry)==null||t.dispose(),this.clear()}constructor(t,e){super(),this.context=t,this.options=e,this.originOpacities=[],this.init()}};import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import{Float32BufferAttribute as Rl,FrontSide as Il,InstancedBufferAttribute as Fl,InstancedMesh as Gl,MeshBasicMaterial as Bl,Object3D as zl,Shape as Wl,ShapeGeometry as Ul,Vector2 as qi}from"three";var pe=class extends zl{init(){return g(this,null,function*(){let t=this.options.iconUrl,e=yield ot.getTextureByUrl(t),i=new Bl({map:e,transparent:!0,alphaTest:.2,side:Il}),s=new Gl(this.geometry,i,this.options.mergedMatrixes.size);s.instanceMatrix=new Fl(new Float32Array(this.options.mergedMatrixes.array),16),this.add(s),this.mesh=s,this.position.z+=.004})}setOpacity(t){this.mesh&&(this.mesh.material.opacity=t,this.mesh.material.needsUpdate=!0,this.mesh.instanceMatrix.needsUpdate=!0)}dispose(){var t;this.mesh&&A(this.mesh),(t=this.mesh)==null||t.dispose(),this.clear()}constructor(t,e){super(),this.context=t,this.geometry=new Ul(new Wl([new qi(-.5,-.5),new qi(-.5,.5),new qi(.5,.5),new qi(.5,-.5)])),this.options=w({},yo,e);let i=new Rl([0,0,0,1,1,1,1,0],2);this.geometry.setAttribute("uv",i),this.init()}};import"core-js/modules/es.array.push.js";import{Mesh as Hl,Object3D as Nl,ObjectLoader as Zl,Vector2 as lr}from"three";import{LineSegments2 as pr}from"three/examples/jsm/lines/LineSegments2.js";import{LineSegmentsGeometry as dr}from"three/examples/jsm/lines/LineSegmentsGeometry.js";var $i=class extends Nl{initGeometry(){return g(this,null,function*(){let t=this.loader.parseGeometries([this.options.mergedGeometry]);this.geometry=t[this.options.mergedGeometry.uuid]})}initMaterial(){let t=C.createMeshBasicMaterial({color:"#ffffff",opacity:1,vertexColors:!0});return this.material=t,t}initDoubleLine(){if(this.options.dashedLineGeometry){let t=C.createLine2MaterialMap({color:"#ffffff",width:.2,dashed:!0,resolution:new lr(this.context.clientSize.width,this.context.clientSize.height),vertexColors:!0});t.transparent=!0,t.needsUpdate=!0;let e=new dr;e.setPositions(this.options.dashedLineGeometry.positions),e.setColors(this.options.dashedLineGeometry.colors);let i=new pr(e,t);i.computeLineDistances(),i.position.z+=.01,this.add(i),this.doubleLines.push(i)}if(this.options.lineGeometry){let t=C.createLine2MaterialMap({color:"#ffffff",width:.2,dashed:!1,resolution:new lr(this.context.clientSize.width,this.context.clientSize.height),vertexColors:!0}),e=new dr;e.setPositions(this.options.lineGeometry.positions),e.setColors(this.options.lineGeometry.colors);let i=new pr(e,t);i.position.z+=.01,this.add(i),this.doubleLines.push(i)}}init(){return g(this,null,function*(){yield this.initGeometry(),this.initMaterial();let t=new Hl(this.geometry,this.material);this.add(t),this.initDoubleLine(),this.position.z+=.02})}setOpacity(t){this.material.opacity=t,this.material.needsUpdate=!0,this.doubleLines.forEach(e=>{e.material.opacity=t,e.material.needsUpdate=!0})}dispose(){var t,e;(t=this.geometry)==null||t.dispose(),(e=this.lineGeometry)==null||e.dispose(),this.doubleLines.map(i=>i.geometry.dispose()),this.clear()}constructor(t,e){super(),this.context=t,this.options=e,this.doubleLines=[],this.loader=new Zl,this.init()}};import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/web.dom-collections.iterator.js";import{Object3D as jl,Vector3 as vo,BufferGeometry as Vl,LineSegments as Kl,Color as ur,BoxGeometry as Xl,InstancedMesh as Yl,Matrix4 as ql,Quaternion as $l,InstancedBufferAttribute as mr,BufferAttribute as fr}from"three";var Ye=class extends jl{setColorByIndex(t,e){this.mesh&&(this.mesh.setColorAt(t,new ur(e).convertLinearToSRGB()),this.mesh.instanceColor.needsUpdate=!0)}init(){return g(this,null,function*(){this.initMaterial(),this.initMesh(),this.mesh.position.z=this.options[0].deltaHeight+this.options[0].airHeight,this.options[0].strokeOpacity!==0&&(this.initLineMaterial(),this.initLineGeometry(),this.createBorder())})}initMaterial(){this.material=C.GetInstancedGraphicMaterial()}initLineMaterial(){let t=C.GetMergeAttributeGraphicLineMaterial();this.lineMaterial=t}initMesh(){this.mesh&&this.remove(this.mesh),this.mesh=new Yl(this.geometry,this.material,this.options.length);let t=new mr(new Float32Array(this.options.length),1),e=new mr(new Float32Array(this.options.length),1);this.options.forEach((i,s)=>{let o=i.geometry.coords[0],[n,r,h]=o.slice(0,3),c=Math.sqrt((r[0]-n[0])**2+(r[1]-n[1])**2),l=Math.sqrt((h[0]-r[0])**2+(h[1]-r[1])**2),p=[c,l],d=Math.max(...p),u=Math.min(...p),m;d===c?m=[r[0]-n[0],r[1]-n[1]]:m=[h[0]-r[0],h[1]-r[1]];let[v,f]=m,x=Math.atan2(f,v)-Math.PI/2,P=new ql().compose(new vo(i.center_coord_x,i.center_coord_y,(i.deltaHeight||0)+i.airHeight+i.height/2),new $l().setFromAxisAngle(new vo(0,0,1),x),new vo(u,d,i.height));this.mesh.setMatrixAt(s,P),this.mesh.setColorAt(s,new ur(i.fillColor).convertLinearToSRGB());var _;t.array[s]=(_=i.fillOpacity)!=null?_:1;var E;e.array[s]=((E=i.deltaHeight)!=null?E:0)+i.airHeight+i.height}),this.originOpacity=[...t.array],this.geometry.setAttribute("opacity",t),this.geometry.setAttribute("maxZ",e),this.add(this.mesh),this.mesh.instanceMatrix.needsUpdate=!0}initLineGeometry(){this.lineGeometry&&this.lineGeometry.dispose();let{points:t,colors:e,opacities:i}=Js(this.options),s=new Vl().setFromPoints(t);s.setAttribute("color",new fr(new Float32Array(e),3)),s.setAttribute("opacity",new fr(new Float32Array(i),1)),this.lineOriginOpacity=[...i],this.lineGeometry=s}createBorder(){this.line&&this.remove(this.line);let t=new Kl(this.lineGeometry,this.lineMaterial);return t.position.z=.01,this.line=t,this.add(t),t}setOpacity(t,e){e===void 0&&(e=!1);let i=this.geometry.getAttribute("opacity");for(let n=0;n<i.count;n++)if(e)i.array[n]=t;else{var s;i.array[n]=Math.min(t,(s=this.originOpacity[n])!=null?s:1)}if(i.needsUpdate=!0,this.lineGeometry){let n=this.lineGeometry.getAttribute("opacity");for(let r=0;r<n.count;r++)if(e)n.array[r]=t;else{var o;n.array[r]=Math.min(t,(o=this.lineOriginOpacity[r])!=null?o:1)}n.needsUpdate=!0}}dispose(){var t,e;this.geometry.dispose(),(t=this.mesh)==null||t.dispose(),(e=this.line)==null||e.geometry.dispose(),this.clear()}constructor(t,e){super(),this.context=t,this.geometry=new Xl(1,1,1),this.options=[],this.originOpacity=[],this.lineOriginOpacity=[],this.options=e.map(i=>w({},Tt,i)),this.init()}};import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/web.dom-collections.iterator.js";import{Object3D as Jl,Color as Ql,BoxGeometry as tp,InstancedMesh as ep,InstancedBufferAttribute as xo}from"three";var Te=class extends Jl{init(){return g(this,null,function*(){this.initMaterial(),this.initMesh()})}initMaterial(){this.material=C.GetInstancedGraphicMaterial()}initMesh(){if(this.mesh&&this.remove(this.mesh),!this.elements)return;this.mesh=new ep(this.geometry,this.material,this.elements.size);let t=new xo(new Float32Array(this.elements.opacities),1),e=new xo(new Float32Array(this.elements.maxZs),1);this.originOpacities=[...t.array],this.geometry.setAttribute("opacity",t),this.geometry.setAttribute("maxZ",e),this.mesh.instanceMatrix.set(this.elements.matrixes),this.mesh.instanceColor=new xo(new Float32Array(this.elements.colors),3),this.add(this.mesh),this.mesh.instanceMatrix.needsUpdate=!0}setColorByIndex(t,e){this.mesh&&(this.mesh.setColorAt(t,new Ql(e).convertLinearToSRGB()),this.mesh.instanceColor.needsUpdate=!0)}setOpacityByIndex(t,e){if(this.mesh){let i=this.geometry.getAttribute("opacity");i.setX(t,e),i.needsUpdate=!0}}setMatrixByIndex(t,e){this.mesh&&(this.mesh.setMatrixAt(t,e),this.mesh.instanceMatrix.needsUpdate=!0)}setMaxZByIndex(t,e){if(this.mesh){let i=this.geometry.getAttribute("maxZ");i.setX(t,e),i.needsUpdate=!0}}setColorById(t,e){if(!this.elements)return;let i=this.elements.ids.findIndex(s=>s===t);i!==-1&&this.setColorByIndex(i,e)}setOpacityById(t,e){if(!this.elements)return;let i=this.elements.ids.findIndex(s=>s===t);i!==-1&&this.setOpacityByIndex(i,e)}setMatrixById(t,e){if(!this.elements)return;let i=this.elements.ids.findIndex(s=>s===t);i!==-1&&this.setMatrixByIndex(i,e)}setMaxZById(t,e){if(!this.elements)return;let i=this.elements.ids.findIndex(s=>s===t);i!==-1&&this.setMaxZByIndex(i,e)}setOpacity(t,e){if(e===void 0&&(e=!1),!this.geometry)return;let i=this.geometry.getAttribute("opacity");for(let o=0;o<i.count;o++)if(e)i.array[o]=t;else{var s;i.array[o]=Math.min(t,(s=this.originOpacities[o])!=null?s:1)}i.needsUpdate=!0}pushElements(t){this.elements?(this.elements.size+=t.size,this.elements.colors=[...this.elements.colors,...t.colors],this.elements.matrixes=[...this.elements.matrixes,...t.matrixes],this.elements.opacities=[...this.elements.opacities,...t.opacities],this.elements.maxZs=[...this.elements.maxZs,...t.maxZs],this.elements.ids=[...this.elements.ids,...t.ids],this.originOpacities=[...this.originOpacities,...t.opacities]):this.elements=t,this.refesh()}removeInstanceById(t){if(this.elements){if(this.mesh){let e=this.elements.ids.indexOf(t);e!==-1&&(this.elements.size--,this.elements.colors.splice(e*3,3),this.elements.matrixes.splice(e*16,16),this.elements.opacities.splice(e,1),this.elements.maxZs.splice(e,1),this.elements.ids.splice(e,1),this.originOpacities.splice(e,1))}this.refesh()}}refesh(){this.mesh&&(this.mesh.dispose(),this.remove(this.mesh)),this.init()}dispose(){var t;this.material=null,this.originOpacities.length=0,this.geometry.dispose(),(t=this.mesh)==null||t.dispose(),this.clear()}constructor(t,e){super(),this.geometry=new tp(1,1,1),this.material=null,this.elements=null,this.originOpacities=[],this.elements=e,this.init()}};import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/web.dom-collections.iterator.js";import{Object3D as ip,BoxGeometry as sp,InstancedMesh as op,InstancedBufferAttribute as Ji}from"three";var Qi=class extends ip{init(){return g(this,null,function*(){this.initMaterial(),this.initMesh()})}initMaterial(){this.material=C.GetInstancedWallMaterial()}initMesh(){if(this.mesh&&this.remove(this.mesh),!this.elements)return;this.mesh=new op(this.geometry,this.material,this.elements.size);let t=new Ji(new Float32Array(this.elements.opacities),1),e=new Ji(new Float32Array(this.elements.maxZs),1),i=new Ji(new Float32Array(this.elements.minZs),1);this.originOpacities=[...t.array],this.geometry.setAttribute("opacity",t),this.geometry.setAttribute("maxZ",e),this.geometry.setAttribute("minZ",i),this.mesh.instanceMatrix.set(this.elements.matrixes),this.mesh.instanceColor=new Ji(new Float32Array(this.elements.colors),3),this.add(this.mesh),this.mesh.instanceMatrix.needsUpdate=!0}setOpacityByIndex(t,e){if(this.mesh){let i=this.geometry.getAttribute("opacity");i.setX(t,e),i.needsUpdate=!0}}setOpacity(t,e){e===void 0&&(e=!1),this.elements&&this.elements.opacities.forEach((i,s)=>{let o=e?t:Math.min(t,this.originOpacities[s]);this.setOpacityByIndex(s,o)})}dispose(){this.mesh&&(this.mesh.dispose(),this.remove(this.mesh)),this.material=null,this.geometry&&this.geometry.dispose(),this.elements=null}constructor(t,e){super(),this.geometry=new sp(1,1,1),this.material=null,this.elements=null,this.originOpacities=[],this.elements=e,this.init()}};import{Object3D as np,LineSegments as rp,ObjectLoader as ap}from"three";var de=class extends np{init(){return g(this,null,function*(){this.initLineGeometry(),this.initLineMaterial(),this.createBorder()})}initLineMaterial(){return this.lineMaterial=C.GetMergeAttributeGraphicLineMaterial()}initLineGeometry(){this.lineGeometry&&this.lineGeometry.dispose();let t=this.loader.parseGeometries([this.options]);this.lineGeometry=t[this.options.uuid]}createBorder(){this.line&&this.remove(this.line);let t=new rp(this.lineGeometry,this.lineMaterial);return t.position.z=.01,this.line=t,this.add(t),t}dispose(){var t;(t=this.lineGeometry)==null||t.dispose(),this.lineMaterial=null,this.clear()}constructor(t,e){super(),this.context=t,this.lineMaterial=null,this.loader=new ap,this.options=w({},Tt,e),this.init()}};import{Frustum as hp}from"three";var ts=class extends pt{setEnable(t){super.setEnable(t),U(this.rect,0,0,0,0),t?this.registryEvent():(this.startPoint=void 0,this.unRegistryEvent())}registryEvent(){this.context.container.addEventListener("pointerdown",this.onPointerDown),this.context.container.addEventListener("pointermove",this.onPointerMove),this.context.container.addEventListener("pointerup",this.onPointerUp),this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.container.removeEventListener("pointerdown",this.onPointerDown),this.context.container.removeEventListener("pointermove",this.onPointerMove),this.context.container.removeEventListener("pointerup",this.onPointerUp),this.context.removeEventListener("update",this.onUpdate)}doSelect(){if(this.startPoint&&this.endPoint){if(this.startPoint.distanceTo(this.endPoint)<.1)return;let{context:{camera:e,container:{clientWidth:i,clientHeight:s}}}=this,o=L(this.startPoint,e,i,s),n=L(this.endPoint,e,i,s),r={x:Math.min(o.x,n.x),y:Math.min(o.y,n.y)},h={x:Math.max(o.x,n.x),y:Math.max(o.y,n.y)},c=this.searchMapInFrustum(r,h);this.dispatchEvent({type:"selected",list:c})}}searchMapInFrustum(t,e){var i;let{context:s}=this;return((i=s.currentFloor)==null?void 0:i.graphicLayer.children.filter(o=>o instanceof K&&this.searchChildInFrustum(o,t,e)))||[]}searchChildInFrustum(t,e,i){let{context:{camera:s,container:{clientWidth:o,clientHeight:n}}}=this;if(!t)return!1;if(!t.mesh){let d=t.getPosition();if(d){let u=L(d,s,o,n);return ee(u,e,i)}return!1}t.mesh.geometry.boundingBox||t.mesh.geometry.computeBoundingBox();let r=t.mesh.geometry.boundingBox;if(!r)return!1;let{min:h,max:c}=r,l=L(h,s,o,n),p=L(c,s,o,n);return!(!ee(l,e,i)||!ee(p,e,i))}dispose(){super.dispose(),this.rect=null,this.unRegistryEvent()}constructor(t){super(t),this.frustum=new hp,this.onPointerDown=s=>{if(!this.enable)return;let o=this.getIntersectByPointerEvent(s);o&&(this.startPoint=o),this.endPoint=void 0},this.onPointerMove=s=>{if(!this.enable||!this.startPoint)return;let o=this.getIntersectByPointerEvent(s);o&&(this.endPoint=o)},this.onPointerUp=s=>{if(!this.enable)return;let o=this.getIntersectByPointerEvent(s);o&&(this.endPoint=o),this.doSelect(),this.startPoint=void 0},this.onUpdate=()=>{if(this.startPoint){let s=this.getSvgCoordinate(this.startPoint),o=w({},s);this.endPoint&&(o=this.getSvgCoordinate(this.endPoint));let n={x:Math.min(s.x,o.x),y:Math.min(s.y,o.y)},r=Math.abs(o.x-s.x),h=Math.abs(o.y-s.y);U(this.rect,n.x,n.y,r,h)}else U(this.rect,0,0,0,0)};let{config:{selectBox:{fill:e,stroke:i}}}=t;this.rect=mt(i,e),this.svg.appendChild(this.rect),this.registryEvent()}};var es=class extends cp{get list(){return this._list}enableBoxSelection(){this.isMultipleSelect||!this.context.config.enableBoxSelect||(this.isMultipleSelect=!0,this.boxSelection.setEnable(!0),this.prevPanStatus=this.context.control.enablePan,this.prevRotateStatus=this.context.control.enableRotate,this.context.control.enablePan=!1,this.context.control.enableRotate=!1)}disableBoxSelection(){this.isMultipleSelect&&(this.isMultipleSelect=!1,this.boxSelection.setEnable(!1),this.context.control.enablePan=!!this.prevPanStatus,this.context.control.enableRotate=!!this.prevRotateStatus)}selectEnd(){this.dispatchEvent({type:"select",graphics:[...this._list],isMultipleSelect:this.isMultipleSelect})}registryEvent(){this.context.container.addEventListener("pointerdown",this.onPointerDown),this.context.container.addEventListener("pointerup",this.onPointerUp),this.context.container.addEventListener("pointerout",this.onPointerOut),this.context.container.addEventListener("pointercancel",this.onPointerOut),window.addEventListener("keydown",this.onKeyDown),window.addEventListener("keyup",this.onKeyUp),this.boxSelection.addEventListener("selected",this.onBoxSelected)}unRegistryEvent(){this.context.container.removeEventListener("pointerdown",this.onPointerDown),this.context.container.removeEventListener("pointerup",this.onPointerUp),this.context.container.removeEventListener("pointerout",this.onPointerOut),this.context.container.removeEventListener("pointercancel",this.onPointerOut),window.removeEventListener("keydown",this.onKeyDown),window.removeEventListener("keyup",this.onKeyUp),this.boxSelection.removeEventListener("selected",this.onBoxSelected)}clear(){this._list.clear()}remove(t){this._list.delete(t)}dispose(){this.unRegistryEvent()}constructor(t){super(),this.context=t,this._list=new Set,this.downPoint=null,this.downTime=0,this.isMultipleSelect=!1,this.onPointerDown=e=>{Date.now()-this.downTime<200||(this.downPoint={x:e.offsetX,y:e.offsetY},this.downTime=Date.now())},this.onPointerUp=e=>{if(!this.downPoint)return;let{offsetX:i,offsetY:s}=e,{x:o,y:n}=this.downPoint;if(Math.sqrt((o-i)**2+(n-s)**2)>3)return;let{graphics:r}=this.context.getGraphicsByDeviceXy(i,s),h=new Set(r.map(l=>l.options.id));this.context.getPoisByDeviceXy(i,s).forEach(l=>{if(!h.has(l.options.id)){var p;let d=((p=this.context.currentFloor)==null?void 0:p.graphicLayer.graphicMap.get(l.options.id))||null;d&&d.options.geometry.type==="point"&&(r.push(d),h.add(l.options.id))}}),(xe?e.metaKey:e.ctrlKey)||this._list.clear(),r.forEach(l=>this._list.add(l)),this.selectEnd(),this.downPoint=null},this.onPointerOut=e=>{this.disableBoxSelection()},this.onKeyDown=e=>{we(e.key)&&this.enableBoxSelection()},this.onKeyUp=e=>{we(e.key)&&this.disableBoxSelection()},this.onBoxSelected=e=>{let{list:i}=e;this._list.clear(),i.forEach(s=>{this._list.add(s)}),this.selectEnd()},this.boxSelection=new ts(t),this.boxSelection.setEnable(!1),this.registryEvent()}};import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/web.dom-collections.iterator.js";import{EventDispatcher as lp,Vector2 as pp}from"three";var is=class extends lp{handleHoverGraphicsChange(t){t===void 0&&(t=this.curGraphics),this.dispatchEvent({type:"hover-change",graphics:Array.from(t)})}registryEvent(){this.context.addEventListener("pointer-over",this.onPointerMove),this.context.addEventListener("pointer-move",this.onPointerMove),this.context.addEventListener("pointer-level",this.onPointerLevel),document.body.addEventListener("pointermove",this.onBodyPointerMove)}unRegistryEvent(){this.context.removeEventListener("pointer-over",this.onPointerMove),this.context.removeEventListener("pointer-move",this.onPointerMove),this.context.removeEventListener("pointer-level",this.onPointerLevel),document.body.removeEventListener("pointermove",this.onBodyPointerMove)}dispose(){this.unRegistryEvent(),this.timer.dispose()}constructor(t){super(),this.context=t,this.curGraphics=new Set,this.timer=new H,this.graphicTimerMap=new Map,this.onPointerMove=e=>{let{graphics:i,pois:s,e:o}=e,n=s.map(l=>{var p;return(p=this.context.currentFloor)==null?void 0:p.graphicLayer.graphicMap.get(l.options.id)}).filter(l=>l&&l.options.geometry.type==="point");if(!i.length&&!n.length&&this.curGraphics.size){this.curGraphics.clear(),this.handleHoverGraphicsChange();return}let{time:r}=this.context.config.hover,h=new Set;if(n.length){let l,p=1e4;n.forEach(d=>{let u=s.find(m=>m.options.id===d.options.id);if(u instanceof ce){let{x:m,y:v}=u.clientPos,f=Math.sqrt((m-o.offsetX)**2+(v-o.offsetY)**2);f<p&&(p=f,l=d)}else if(u instanceof $){let{x:m,y:v}=u.box.getCenter(new pp),f=Math.sqrt((m-o.offsetX)**2+(v-o.offsetY)**2);f<p&&(p=f,l=d)}}),h.add(l)}h.size||i.forEach(l=>h.add(l)),h.forEach(l=>{if(this.graphicTimerMap.get(l)||this.curGraphics.has(l))return;let p=this.timer.setTimeout(()=>{this.curGraphics.add(l),this.graphicTimerMap.delete(l),this.timer.clearTimeout(p),this.handleHoverGraphicsChange()},r);this.graphicTimerMap.set(l,p)}),this.graphicTimerMap.forEach((l,p)=>{h.has(p)||(this.timer.clearTimeout(l),this.graphicTimerMap.delete(p))});let c=this.curGraphics.size;this.curGraphics.forEach(l=>{h.has(l)||this.curGraphics.delete(l)}),c!==this.curGraphics.size&&this.handleHoverGraphicsChange()},this.onPointerLevel=()=>{this.curGraphics.clear(),this.handleHoverGraphicsChange()},this.onBodyPointerMove=e=>{if(this.curGraphics.size){let i=this.context.container.getBoundingClientRect();(e.clientX<i.left||e.clientX>i.right||e.clientY<i.top||e.clientY>i.bottom)&&this.onPointerLevel()}},this.registryEvent()}};import"core-js/modules/web.dom-collections.iterator.js";import{Box3 as dp,Vector3 as Wt}from"three";import{polygon as gr,intersect as up}from"@turf/turf";var ss=class{updateBox(){this.box.setFromObject(this.context.scene)}setEnable(t){this.enable=t,t?this.registryEvent():this.unRegistryEvent()}changePrevCamera(){this.prevCamera={position:this.context.camera.position.clone(),zoom:this.context.camera.zoom,target:this.context.control.target.clone()}}backToPrevCamera(){this.setEnable(!1),this.context.camera.position.copy(this.prevCamera.position),this.context.camera.zoom=this.prevCamera.zoom,this.context.control.target.copy(this.prevCamera.target),this.context.control.update(),this.setEnable(!0)}registryEvent(){this.context.addEventListener("control-change",this.onCameraChange)}unRegistryEvent(){this.context.removeEventListener("control-change",this.onCameraChange)}getCurFloorScreenPosition(){if(!this.context.scene.children.filter(m=>m instanceof zt).length)return null;let e=this.box,{camera:i,clientSize:{width:s,height:o}}=this.context,{min:n,max:r}=e,c=[new Wt(n.x,n.y,n.z),new Wt(r.x,n.y,n.z),new Wt(n.x,r.y,n.z),new Wt(r.x,r.y,n.z),new Wt(n.x,n.y,r.z),new Wt(r.x,n.y,r.z),new Wt(n.x,r.y,r.z),new Wt(r.x,r.y,r.z)].map(m=>L(m,i,s,o)),l=Math.min(...c.map(m=>m.x)),p=Math.max(...c.map(m=>m.x)),d=Math.min(...c.map(m=>m.y)),u=Math.max(...c.map(m=>m.y));return{left:l,right:p,top:d,bottom:u}}checkDistanceToScreenEdge(t){let{left:e,right:i,top:s,bottom:o}=t,{width:n,height:r}=this.context.clientSize,[h,c,l,p]=this.context.config.cameraBound.padding,d=gr([[[e,s],[i,s],[i,o],[e,o],[e,s]]]),u=gr([[[p,h],[n-c,h],[n-c,r-l],[p,r-l],[p,h]]]);try{return up(d,u)!==null}catch(m){return console.warn("\u8BA1\u7B97\u4EA4\u96C6\u51FA\u9519:",m),!1}}dispose(){this.unRegistryEvent()}constructor(t){this.context=t,this.prevCamera={position:new Wt,zoom:1,target:new Wt},this.enable=!0,this.box=new dp,this.onCameraChange=()=>{let e=this.getCurFloorScreenPosition();if(e){let{left:i,right:s,top:o,bottom:n}=e;if([i,s,o,n].every(h=>!h))return;this.checkDistanceToScreenEdge({left:i,right:s,top:o,bottom:n})?this.changePrevCamera():this.backToPrevCamera()}},this.registryEvent(),this.changePrevCamera()}};import"core-js/modules/es.promise.finally.js";import{Vector3 as xr}from"three";import{Tween as as,Group as xp}from"@tweenjs/tween.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{EventDispatcher as mp,MOUSE as Re,Quaternion as yr,Spherical as os,TOUCH as Ie,Vector2 as xt,Vector3 as Et,Plane as fp,Ray as gp,MathUtils as yp}from"three";var ns=new gp,vr=new fp,vp=Math.cos(70*yp.DEG2RAD),rs=class extends mp{dispose(){this.domElement.removeEventListener("contextmenu",this.onContextMenu),this.domElement.removeEventListener("pointerdown",this.onPointerDown),this.domElement.removeEventListener("pointercancel",this.onPointerUp),this.domElement.removeEventListener("wheel",this.onMouseWheel),this.domElement.removeEventListener("pointermove",this.onPointerMove),this.domElement.removeEventListener("pointerup",this.onPointerUp),this._domElementKeyEvents!==null&&(this._domElementKeyEvents.removeEventListener("keydown",this.onKeyDown),this._domElementKeyEvents=null)}constructor(t,e){super(),this.rotateLineStart=new xt,this.rotateLineEnd=new xt,this.spherical=new os,this.sphericalDelta=new os,this.object=t,this.domElement=e,this.domElement.style.touchAction="none",this.enabled=!0,this.target=new Et,this.minDistance=0,this.maxDistance=1/0,this.minZoom=0,this.maxZoom=1/0,this.minPolarAngle=0,this.maxPolarAngle=Math.PI,this.minAzimuthAngle=-1/0,this.maxAzimuthAngle=1/0,this.enableDamping=!1,this.dampingFactor=.05,this.enableZoom=!0,this.zoomSpeed=1,this.enableRotate=!0,this.rotateSpeed=1,this.enablePan=!0,this.panSpeed=1,this.keyPanSpeed=7,this.zoomToCursor=!1,this.autoRotate=!1,this.autoRotateSpeed=2,this.keys={LEFT:"ArrowLeft",UP:"ArrowUp",RIGHT:"ArrowRight",BOTTOM:"ArrowDown"},this.screenSpacePanning=!1,this.mouseButtons={LEFT:Re.PAN,MIDDLE:Re.DOLLY,RIGHT:Re.ROTATE},this.touches={ONE:Ie.PAN,TWO:Ie.DOLLY_ROTATE},this.target0=this.target.clone(),this.position0=this.object.position.clone(),this.zoom0=this.object.zoom,this._domElementKeyEvents=null,this.getPolarAngle=function(){return r.phi},this.getAzimuthalAngle=function(){return r.theta},this.getDistance=function(){return this.object.position.distanceTo(this.target)},this.listenToKeyEvents=function(y){y.addEventListener("keydown",this.onKeyDown),this._domElementKeyEvents=y},this.stopListenToKeyEvents=function(){var y;(y=this._domElementKeyEvents)==null||y.removeEventListener("keydown",this.onKeyDown),this._domElementKeyEvents=null},this.saveState=function(){i.target0.copy(i.target),i.position0.copy(i.object.position),i.zoom0=i.object.zoom},this.reset=function(){i.target.copy(i.target0),i.object.position.copy(i.position0),i.object.zoom=i.zoom0,i.object.updateProjectionMatrix(),i.dispatchEvent({type:"change"}),i.update(),o=s.NONE},this.update=function(){let y=new Et,M=new yr().setFromUnitVectors(t.up,new Et(0,1,0)),B=M.clone().invert(),q=new Et,vt=new yr,Rt=new Et,St=2*Math.PI;return function(Ue){Ue===void 0&&(Ue=null);let Ht=i.object.position;y.copy(Ht).sub(i.target),y.applyQuaternion(M),r.setFromVector3(y),i.autoRotate&&o===s.NONE&&Z(J(Ue)),i.enableDamping?(r.theta+=h.theta*i.dampingFactor,r.phi+=h.phi*i.dampingFactor):(r.theta+=h.theta,r.phi+=h.phi);let Nt=i.minAzimuthAngle,Zt=i.maxAzimuthAngle;isFinite(Nt)&&isFinite(Zt)&&(Nt<-Math.PI?Nt+=St:Nt>Math.PI&&(Nt-=St),Zt<-Math.PI?Zt+=St:Zt>Math.PI&&(Zt-=St),Nt<=Zt?r.theta=Math.max(Nt,Math.min(Zt,r.theta)):r.theta=r.theta>(Nt+Zt)/2?Math.max(Nt,r.theta):Math.min(Zt,r.theta)),r.phi=Math.max(i.minPolarAngle,Math.min(i.maxPolarAngle,r.phi)),r.makeSafe(),i.enableDamping===!0?i.target.addScaledVector(l,i.dampingFactor):i.target.add(l),i.zoomToCursor&&R||i.object.isOrthographicCamera?r.radius=G(r.radius):r.radius=G(r.radius*c),y.setFromSpherical(r),y.applyQuaternion(B),Ht.copy(i.target).add(y),i.object.lookAt(i.target),i.enableDamping===!0?(h.theta*=1-i.dampingFactor,h.phi*=1-i.dampingFactor,l.multiplyScalar(1-i.dampingFactor)):(h.set(0,0,0),l.set(0,0,0));let ci=!1;if(i.zoomToCursor&&R){let He=null;if(i.object.isPerspectiveCamera){let Ne=y.length();He=G(Ne*c);let li=Ne-He;i.object.position.addScaledVector(E,li),i.object.updateMatrixWorld()}else if(i.object.isOrthographicCamera){let Ne=new Et(S.x,S.y,0);Ne.unproject(i.object),i.object.zoom=Math.max(i.minZoom,Math.min(i.maxZoom,i.object.zoom/c)),i.object.updateProjectionMatrix(),ci=!0;let li=new Et(S.x,S.y,0);li.unproject(i.object),i.object.position.sub(li).add(Ne),i.object.updateMatrixWorld(),He=y.length()}else console.warn("WARNING: OrbitControls.js encountered an unknown camera type - zoom to cursor disabled."),i.zoomToCursor=!1;He!==null&&(i.screenSpacePanning?i.target.set(0,0,-1).transformDirection(i.object.matrix).multiplyScalar(He).add(i.object.position):(ns.origin.copy(i.object.position),ns.direction.set(0,0,-1).transformDirection(i.object.matrix),Math.abs(i.object.up.dot(ns.direction))<vp?t.lookAt(i.target):(vr.setFromNormalAndCoplanarPoint(i.object.up,i.target),ns.intersectPlane(vr,i.target))))}else i.object.isOrthographicCamera&&(i.object.zoom=Math.max(i.minZoom,Math.min(i.maxZoom,i.object.zoom/c)),i.object.updateProjectionMatrix(),ci=!0);return c=1,R=!1,ci||q.distanceToSquared(i.object.position)>n||8*(1-vt.dot(i.object.quaternion))>n||Rt.distanceToSquared(i.target)>0?(i.dispatchEvent({type:"change"}),q.copy(i.object.position),vt.copy(i.object.quaternion),Rt.copy(i.target),ci=!1,!0):!1}}();let i=this,s={NONE:-1,ROTATE:0,DOLLY:1,PAN:2,TOUCH_ROTATE:3,TOUCH_PAN:4,TOUCH_DOLLY_PAN:5,TOUCH_DOLLY_ROTATE:6},o=s.NONE,n=1e-6,r=new os,h=new os,c=1,l=new Et,p=new xt,d=new xt,u=new xt,m=new xt,v=new xt,f=new xt,x=new xt,P=new xt,_=new xt,E=new Et,S=new xt,R=!1,b=[],N={};function J(y){return y!==null?2*Math.PI/60*i.autoRotateSpeed*y:2*Math.PI/60/60*i.autoRotateSpeed}function O(){return Math.pow(.95,i.zoomSpeed)}function Z(y){h.theta-=y}function Q(y){h.phi-=y}let st=function(){let y=new Et;return function(B,q){y.setFromMatrixColumn(q,0),y.multiplyScalar(-B),l.add(y)}}(),nt=function(){let y=new Et;return function(B,q){i.screenSpacePanning===!0?y.setFromMatrixColumn(q,1):(y.setFromMatrixColumn(q,0),y.crossVectors(i.object.up,y)),y.multiplyScalar(B),l.add(y)}}(),D=function(){let y=new Et;return function(B,q){let vt=i.domElement;if(i.object.isPerspectiveCamera){let Rt=i.object.position;y.copy(Rt).sub(i.target);let St=y.length();St*=Math.tan(i.object.fov/2*Math.PI/180),st(2*B*St/vt.clientHeight,i.object.matrix),nt(2*q*St/vt.clientHeight,i.object.matrix)}else i.object.isOrthographicCamera?(st(B*(i.object.right-i.object.left)/i.object.zoom/vt.clientWidth,i.object.matrix),nt(q*(i.object.top-i.object.bottom)/i.object.zoom/vt.clientHeight,i.object.matrix)):(console.warn("WARNING: OrbitControls.js encountered an unknown camera type - pan disabled."),i.enablePan=!1)}}();function ge(y){i.object.isPerspectiveCamera||i.object.isOrthographicCamera?c/=y:(console.warn("WARNING: OrbitControls.js encountered an unknown camera type - dolly/zoom disabled."),i.enableZoom=!1)}function ze(y){i.object.isPerspectiveCamera||i.object.isOrthographicCamera?c*=y:(console.warn("WARNING: OrbitControls.js encountered an unknown camera type - dolly/zoom disabled."),i.enableZoom=!1)}function F(y){if(!i.zoomToCursor)return;R=!0;let M=i.domElement.getBoundingClientRect(),B=y.clientX-M.left,q=y.clientY-M.top,vt=M.width,Rt=M.height;S.x=B/vt*2-1,S.y=-(q/Rt)*2+1,E.set(S.x,S.y,1).unproject(i.object).sub(i.object.position).normalize()}function G(y){return Math.max(i.minDistance,Math.min(i.maxDistance,y))}function Y(y){p.set(y.clientX,y.clientY)}function j(y){F(y),x.set(y.clientX,y.clientY)}function At(y){m.set(y.clientX,y.clientY)}function Ot(y){d.set(y.clientX,y.clientY),u.subVectors(d,p).multiplyScalar(i.rotateSpeed);let M=i.domElement;Z(2*Math.PI*u.x/M.clientHeight),Q(2*Math.PI*u.y/M.clientHeight),p.copy(d),i.update()}function te(y){P.set(y.clientX,y.clientY),_.subVectors(P,x),_.y>0?ge(O()):_.y<0&&ze(O()),x.copy(P),i.update()}function Ut(y){v.set(y.clientX,y.clientY),f.subVectors(v,m).multiplyScalar(i.panSpeed),D(f.x,f.y),m.copy(v),i.update()}function We(y){F(y),y.deltaY<0?ze(O()):y.deltaY>0&&ge(O()),i.update()}function la(y){let M=!1;switch(y.code){case i.keys.UP:y.ctrlKey||y.metaKey||y.shiftKey?Q(2*Math.PI*i.rotateSpeed/i.domElement.clientHeight):D(0,i.keyPanSpeed),M=!0;break;case i.keys.BOTTOM:y.ctrlKey||y.metaKey||y.shiftKey?Q(-2*Math.PI*i.rotateSpeed/i.domElement.clientHeight):D(0,-i.keyPanSpeed),M=!0;break;case i.keys.LEFT:y.ctrlKey||y.metaKey||y.shiftKey?Z(2*Math.PI*i.rotateSpeed/i.domElement.clientHeight):D(i.keyPanSpeed,0),M=!0;break;case i.keys.RIGHT:y.ctrlKey||y.metaKey||y.shiftKey?Z(-2*Math.PI*i.rotateSpeed/i.domElement.clientHeight):D(-i.keyPanSpeed,0),M=!0;break}M&&(y.preventDefault(),i.update())}function Bo(){if(b.length===1)p.set(b[0].pageX,b[0].pageY);else{let y=(b[0].pageX-b[0].pageY)/(b[1].pageX-b[1].pageY),M=b[0].pageY-y*b[0].pageX;i.rotateLineStart.set(y,M);let B=.5*(b[0].pageX+b[1].pageX),q=.5*(b[0].pageY+b[1].pageY);p.set(B,q)}}function zo(){if(b.length===1)m.set(b[0].pageX,b[0].pageY);else{let y=.5*(b[0].pageX+b[1].pageX),M=.5*(b[0].pageY+b[1].pageY);m.set(y,M)}}function Wo(){let y=b[0].pageX-b[1].pageX,M=b[0].pageY-b[1].pageY,B=Math.sqrt(y*y+M*M);x.set(0,B)}function pa(){i.enableZoom&&Wo(),i.enablePan&&zo()}function da(){i.enableZoom&&Wo(),i.enableRotate&&Bo()}function Uo(y){if(b.length==1)d.set(y.pageX,y.pageY);else{let B=Gs(y),q=.5*(y.pageX+B.x),vt=.5*(y.pageY+B.y);d.set(q,vt);let Rt=(y.pageY-B.y)/(y.pageX-B.x),St=B.y-Rt*B.x;if(i.rotateLineEnd.set(Rt,St),Number.isFinite(i.rotateLineEnd.x)&&Number.isFinite(i.rotateLineStart.x)){let Bs=(i.rotateLineStart.y-i.rotateLineEnd.y)/(i.rotateLineEnd.x-i.rotateLineStart.x),Ue=Rt*Bs+St;if(Number.isFinite(Bs)&&Number.isFinite(Ue)){let Ht=Math.atan(i.rotateLineEnd.x)-Math.atan(i.rotateLineStart.x);Math.PI-Math.abs(Ht)<.5&&(Ht=-Math.sign(Ht)*(Math.PI-Math.abs(Ht))),Math.abs(Ht)<.1&&(h.theta+=Ht)}}i.rotateLineStart.copy(i.rotateLineEnd)}u.subVectors(d,p).multiplyScalar(i.rotateSpeed);let M=i.domElement;Q(2*Math.PI*u.y/M.clientHeight),p.copy(d)}function Ho(y){if(b.length===1)v.set(y.pageX,y.pageY);else{let M=Gs(y),B=.5*(y.pageX+M.x),q=.5*(y.pageY+M.y);v.set(B,q)}f.subVectors(v,m).multiplyScalar(i.panSpeed),D(f.x,f.y),m.copy(v)}function No(y){let M=Gs(y),B=y.pageX-M.x,q=y.pageY-M.y,vt=Math.sqrt(B*B+q*q);P.set(0,vt),_.set(0,Math.pow(P.y/x.y,i.zoomSpeed)),ge(_.y),x.copy(P)}function ua(y){i.enableZoom&&No(y),i.enablePan&&Ho(y)}function ma(y){i.enableZoom&&No(y),i.enableRotate&&Uo(y)}this.onPointerDown=function(M){i.enabled!==!1&&(b.length===0&&(i.domElement.setPointerCapture(M.pointerId),i.domElement.addEventListener("pointermove",i.onPointerMove),i.domElement.addEventListener("pointerup",i.onPointerUp)),xa(M),M.pointerType==="touch"?ya(M):fa(M))},this.onPointerMove=function(M){i.enabled!==!1&&(M.pointerType==="touch"?va(M):ga(M))},this.onPointerUp=function(M){wa(M),b.length===0&&(i.domElement.releasePointerCapture(M.pointerId),i.domElement.removeEventListener("pointermove",i.onPointerMove),i.domElement.removeEventListener("pointerup",i.onPointerUp)),i.dispatchEvent({type:"end"}),o=s.NONE};function fa(y){let M;switch(y.button){case 0:M=i.mouseButtons.LEFT;break;case 1:M=i.mouseButtons.MIDDLE;break;case 2:M=i.mouseButtons.RIGHT;break;default:M=-1}switch(M){case Re.DOLLY:if(i.enableZoom===!1)return;j(y),o=s.DOLLY;break;case Re.ROTATE:if(y.ctrlKey||y.metaKey||y.shiftKey){if(i.enablePan===!1)return;At(y),o=s.PAN}else{if(i.enableRotate===!1)return;Y(y),o=s.ROTATE}break;case Re.PAN:if(y.ctrlKey||y.metaKey||y.shiftKey){if(i.enableRotate===!1)return;Y(y),o=s.ROTATE}else{if(i.enablePan===!1)return;At(y),o=s.PAN}break;default:o=s.NONE}o!==s.NONE&&i.dispatchEvent({type:"start"})}function ga(y){switch(o){case s.ROTATE:if(i.enableRotate===!1)return;Ot(y);break;case s.DOLLY:if(i.enableZoom===!1)return;te(y);break;case s.PAN:if(i.enablePan===!1)return;Ut(y);break}}this.onMouseWheel=function(M){i.enabled===!1||i.enableZoom===!1||o!==s.NONE||(M.preventDefault(),i.dispatchEvent({type:"start"}),We(M),i.dispatchEvent({type:"end"}))},this.onKeyDown=function(M){i.enabled===!1||i.enablePan===!1||la(M)};function ya(y){switch(Zo(y),b.length){case 1:switch(i.touches.ONE){case Ie.ROTATE:if(i.enableRotate===!1)return;Bo(),o=s.TOUCH_ROTATE;break;case Ie.PAN:if(i.enablePan===!1)return;zo(),o=s.TOUCH_PAN;break;default:o=s.NONE}break;case 2:switch(i.touches.TWO){case Ie.DOLLY_PAN:if(i.enableZoom===!1&&i.enablePan===!1)return;pa(),o=s.TOUCH_DOLLY_PAN;break;case Ie.DOLLY_ROTATE:if(i.enableZoom===!1&&i.enableRotate===!1)return;da(),o=s.TOUCH_DOLLY_ROTATE;break;default:o=s.NONE}break;default:o=s.NONE}o!==s.NONE&&i.dispatchEvent({type:"start"})}function va(y){switch(Zo(y),o){case s.TOUCH_ROTATE:if(i.enableRotate===!1)return;Uo(y),i.update();break;case s.TOUCH_PAN:if(i.enablePan===!1)return;Ho(y),i.update();break;case s.TOUCH_DOLLY_PAN:if(i.enableZoom===!1&&i.enablePan===!1)return;ua(y),i.update();break;case s.TOUCH_DOLLY_ROTATE:if(i.enableZoom===!1&&i.enableRotate===!1)return;ma(y),i.update();break;default:o=s.NONE}}this.onContextMenu=function(M){i.enabled!==!1&&M.preventDefault()};function xa(y){b.push(y)}function wa(y){delete N[y.pointerId];for(let M=0;M<b.length;M++)if(b[M].pointerId==y.pointerId){b.splice(M,1);return}}function Zo(y){let M=N[y.pointerId];M===void 0&&(M=new xt,N[y.pointerId]=M),M.set(y.pageX,y.pageY)}function Gs(y){let M=y.pointerId===b[0].pointerId?b[1]:b[0];return N[M.pointerId]}i.domElement.addEventListener("contextmenu",this.onContextMenu),i.domElement.addEventListener("pointerdown",this.onPointerDown),i.domElement.addEventListener("pointercancel",this.onPointerUp),i.domElement.addEventListener("wheel",this.onMouseWheel,{passive:!1}),this.update()}};var hs=class extends rs{registryEvent(){this.addEventListener("change",this.onChange),this.context.addEventListener("update",this.tweenUpdate)}unRegistryEvent(){this.removeEventListener("change",this.onChange),this.context.removeEventListener("update",this.tweenUpdate)}setPolarAngle(t,e){e===void 0&&(e=!1);let{maxPolarAngle:i,minPolarAngle:s}=this,o=i===s;(e||t<=i&&t>=s)&&(this.maxPolarAngle=t,this.minPolarAngle=t,this.update()),o||(this.maxPolarAngle=i,this.minPolarAngle=s)}setPolarAngleByDuration(t,e,i){return g(this,null,function*(){return e===void 0&&(e=!1),i===void 0&&(i=500),i<=0?this.setPolarAngle(t,e):Mt(new Promise(s=>{let o={polar:this.getPolarAngle()},n={polar:t},r=new as(o,this.tweenGroup).to(n,i).onUpdate(()=>{this.setPolarAngle(o.polar,e)}).onComplete(()=>{this.enabled=!0,this.tweenGroup.remove(r),s(!0)}).onStart(()=>{this.enabled=!1}).start()}),i+500)})}setAzimuthalAngle(t,e){let{maxAzimuthAngle:i,minAzimuthAngle:s}=this,o=i===s;(e||t<=i&&t>=s)&&(this.maxAzimuthAngle=t,this.minAzimuthAngle=t,this.update()),o||(this.maxAzimuthAngle=i,this.minAzimuthAngle=s)}setAzimuthalAngleDuration(t,e,i){return e===void 0&&(e=!1),i===void 0&&(i=500),i<=0?this.setAzimuthalAngle(t,e):Mt(new Promise(s=>{let o={azimuthal:this.getAzimuthalAngle()},n={azimuthal:t},r=new as(o,this.tweenGroup).to(n,i).onUpdate(()=>{this.setAzimuthalAngle(o.azimuthal,e)}).onComplete(()=>{this.enabled=!0,this.tweenGroup.remove(r),s(!0)}).onStart(()=>{this.enabled=!1}).start()}),i+500)}getCameraLookAt(){return new xr().subVectors(this.target,this.camera.position)}setCameraPositionByTarget(t,e){return g(this,null,function*(){let i=this.target.clone(),s=this.getCameraLookAt();if(!e){this.camera.position.copy(t.clone().sub(s)),this.target.copy(t.clone()),this.update();return}return Mt(new Promise(o=>{let n=new as(i,this.tweenGroup).to(t,e).onUpdate(()=>{this.camera.position.copy(i.clone().sub(s)),this.target.copy(i.clone()),this.update()}).onComplete(()=>{this.tweenGroup.remove(n),this.enabled=!0,o(!0)}).onStart(()=>{this.enabled=!1}).start()}),e+500)})}setZoom(t,e,i){i===void 0&&(i=!1);let{minZoom:s,maxZoom:o}=this;(i||t>=s&&t<=o)&&(this.camera.position.copy(e.clone().sub(this.getCameraLookAt())),this.target.copy(e),this.camera.zoom=t,this.update())}setZoomByDuration(t,e,i,s){return g(this,null,function*(){i===void 0&&(i=!1),s===void 0&&(s=500);let o={zoom:this.camera.zoom,target:this.target.clone()};if(!(t===this.camera.zoom&&!i))return s?Mt(new Promise(n=>{let r=new as(o,this.tweenGroup).to({zoom:t,target:e},s).onUpdate(()=>{this.setZoom(o.zoom,o.target,i)}).onComplete(()=>{this.tweenGroup.remove(r),this.enabled=!0,n(!0)}).onStart(()=>{this.enabled=!1}).start()}),s+500).finally(()=>{this.enabled=!0}):this.setZoom(t,e,i)})}setTargetByOffset(t,e){if(e===void 0&&(e=this.target.clone()),this.camera.updateMatrix(),t){let i=new xr;i.setFromMatrixColumn(this.camera.matrix,1),i.normalize(),i.multiplyScalar(t/this.camera.zoom),e.add(i)}this.setCameraPositionByTarget(e,0)}clearTween(){this.tweenGroup.getAll().forEach(t=>t.stop()),this.tweenGroup.removeAll()}dispose(){super.dispose(),this.unRegistryEvent(),this.clearTween()}constructor(t,e,i){super(e,i),this.context=t,this.camera=e,this.domElement=i,this.prevCameraZoom=1,this.tweenGroup=new xp,this.offsetY=0,this.onChange=()=>{let s=this.camera.zoom;s!==this.prevCameraZoom&&(this.prevCameraZoom=s,this.dispatchEvent({type:"change-zoom",zoom:s}))},this.tweenUpdate=()=>{this.tweenGroup.update()},this.enableDamping=!1,this.zoomSpeed=.5,this.prevCameraZoom=e.zoom,this.registryEvent()}};import{EventDispatcher as wp,WebGLRenderer as Pp,LinearToneMapping as Mp}from"three";var cs=class extends Pp{setCameraAndScene(t,e){this.scene=t,this.camera=e}autoRender(){if(this.scene&&this.camera&&this.enable&&(this.event.dispatchEvent({type:"update"}),this.render(this.scene,this.camera)),this.context.config.renderAnimation==="requestAnimationFrame")this.timer.requestAnimationFrame(()=>{this.autoRender()});else{let t=1e3/this.context.config.fps;this.timer.setTimeout(()=>{this.autoRender()},t)}}pauseRender(){this.enable=!1}continueRender(){this.enable=!0}addEventListener(t,e){this.event.addEventListener(t,e)}removeEventListener(t,e){this.event.removeEventListener(t,e)}constructor(t,e){super(w({antialias:!0,alpha:!0},e)),this.context=t,this.event=new wp,this.enable=!0,this.timer=new H,this.autoClear=!0,this.setPixelRatio(window.devicePixelRatio),this.toneMapping=Mp,this.toneMappingExposure=1;let i=this.dispose;this.dispose=()=>{this.timer.dispose(),this.enable=!1,i.call(this),this.domElement.remove(),this.domElement=null,this.shadowMap=null,this.info.programs&&(this.info.programs.length=0),this.info=null}}};import{Scene as Ep}from"three";import{PMREMGenerator as _p}from"three";import{RoomEnvironment as bp}from"three/examples/jsm/environments/RoomEnvironment.js";function wr(a,t){t===void 0&&(t=.85);let e=new _p(a);return e.compileEquirectangularShader(),e.fromScene(new bp).texture}var ls=class extends Ep{dispose(){var t;(t=this.environment)==null||t.dispose(),this.environment=null,A(this),this.clear()}constructor(t){super(),this.environment=wr(t)}};import{OrthographicCamera as Sp}from"three";var ps=class extends Sp{constructor(t,e){super(-t/2,t/2,e/2,-e/2,-1e4,5e4),this.up.set(0,0,1),this.position.set(0,0,100),this.lookAt(0,0,0)}};import{polygon as Mr}from"@turf/turf";import"core-js/modules/es.array.unshift.js";import"core-js/modules/es.array.push.js";import{Vector3 as Cp}from"three";var ds=class{registryEvent(){this.context.addEventListener("update",this.onUpdate),this.context.addEventListener("control-change",this.onControlChange),this.context.addEventListener("resize",this.onControlChange)}unRegistryEvent(){this.context.removeEventListener("update",this.onUpdate),this.context.removeEventListener("control-change",this.onControlChange),this.context.removeEventListener("resize",this.onControlChange)}changePoiLevelOrCollisionEnable(t){let e=this.objects.findIndex(i=>i===t);e!==-1&&(this.objects.splice(e,1),this.addObject(t))}addObject(t){if(!this.objects.includes(t)){if(this.needsUpdate=!0,!t.options.collision_enable){this.objects.unshift(t);return}if(t.options.level===0){this.objects.push(t);return}for(let e=0;e<this.objects.length;e++){let i=this.objects[e];if(i.options.collision_enable&&i.options.level<=t.options.level){this.objects.splice(e,0,t);return}}this.objects.push(t)}}removeObject(t){let e=this.objects.indexOf(t);e!==-1&&(this.objects.splice(e,1),this.needsUpdate=!0)}removeObjects(t){this.objects=this.objects.filter(e=>!t.includes(e)),this.needsUpdate=!0}getObjectById(t){return this.objects.find(e=>e.options.id===t)||null}validShowParkingSpace(t){t===void 0&&(t=60);let{clientSize:{width:e,height:i},control:s,camera:o}=this.context,n=Math.min(e/t,i/t,s.maxZoom-1);return o.zoom>=n}detectCollisions(){if(!this.needsUpdate)return;let t=[],{camera:e}=this.context;e.updateMatrixWorld();let i=l=>l<=1&&l>=-1,s=e.projectionMatrix.clone();s.multiply(e.matrixWorldInverse);let o=e.zoom/this.context.basicZoom,n=25/30,r=Math.min(25,Math.max(1,o*n)),h=this.validShowParkingSpace();this.objects.filter(l=>{if(l.visible){if(!(r<=l.options.maxWeight&&r>=l.options.minWeight)||!h&&l.userData.type==="parkingSpace")return l.parentSetVisible(!1),!1;let p=l.getWorldPosition(new Cp);return p.applyMatrix4(s),l.screenPosition=p,i(p.x)&&i(p.y)&&i(p.z)?!0:(l.parentSetVisible(!1),!1)}return!1}).forEach((l,p)=>{let d=l.getBox(l.screenPosition);if(d===null){l.parentSetVisible(!1);return}if(p===0||!l.options.collision_enable){t.push(d),l.parentSetVisible(!0);return}let u=t.some(m=>m.intersectsBox(d));l.parentSetVisible(!u),u||t.push(d)}),this.needsUpdate=!1}markForUpdate(){this.needsUpdate=!0}clear(){this.objects=[],this.needsUpdate=!0}dispose(){this.objects=[],this.unRegistryEvent()}constructor(t){this.context=t,this.objects=[],this.needsUpdate=!0,this.onUpdate=()=>{this.detectCollisions()},this.onControlChange=()=>{this.needsUpdate=!0},this.registryEvent()}};var us=class extends Lp{get config(){return this.bmap.config}get center(){return this.bmap.buildingCenter}setRange(t){this.range=Mr([t])}resizeClientSize(){let{x:t,y:e,width:i,height:s}=this.container.getBoundingClientRect();this.clientSize={width:i||this.container.clientWidth,height:s||this.container.clientHeight,x:t,y:e}}init(){let{clientWidth:t,clientHeight:e}=this.container;this.camera=new ps(t,e),this.renderer.setSize(t,e),this.renderer.setCameraAndScene(this.scene,this.camera),this.renderer.autoRender(),this.control=new hs(this,this.camera,this.renderer.domElement),this.control.maxPolarAngle=this.config.control.maxPolar,this.container.appendChild(this.renderer.domElement),this.scene.add(this.lights),this.basicRatio=this.getRatio(),this.control.addEventListener("change",this.onControlChange),this.control.addEventListener("change-zoom",this.onControlChangeZoom),this.renderer.addEventListener("update",this.onRendererUpdate),this.cameraBound=new ss(this)}getRatio(t,e){t===void 0&&(t=new kt(0,0,0)),e===void 0&&(e=new kt(100,0,0));let{clientWidth:i,clientHeight:s}=this.container,o=L(t,this.camera,i,s),n=L(e,this.camera,i,s);return Math.ceil(Math.sqrt((n.x-o.x)**2+(n.y-o.y)**2))}changeAmbientLightColor(t){this.lights.children.forEach(e=>{e instanceof Ap&&(e.color=new Dp(t))})}switchFloor(t,e){e===void 0&&(e=!0),console.log("switchFloor",e),this.currentFloor&&(this.scene.remove(this.currentFloor),e?this.currentFloor.dispose():this.currentFloor.onRemoveFromScene()),this.currentFloor=t,this.setRange(t.userData.range||[]),this.scene.add(t),t.onAddToScene("scene"),this.cameraBound.updateBox()}getGraphicsByDeviceXy(t,e){var i,s;let o=new me;o.x=t/this.clientSize.width*2-1,o.y=e/this.clientSize.height*-2+1;let n=new Pr;n.setFromCamera(o,this.camera),n.ray.origin.sub(n.ray.direction.clone().multiplyScalar(100));let r=(i=this.currentFloor)==null?void 0:i.graphicLayer.getGraphicByRaycaster(n),h=(s=this.currentFloor)==null?void 0:s.parkingSpaceLayer.getParkingSpaceByRaycaster(n);return r!=null&&r.graphics.length&&(h!=null&&h.graphics.length)?r.distance<h.distance?r:h:r!=null&&r.graphics.length?r:h!=null&&h.graphics.length?h:{graphics:[],position:null}}getPoisByDeviceXy(t,e){var i,s;let o=(i=this.currentFloor)==null?void 0:i.poiLayer.getPoiByDeviceXy(t,e),n=(s=this.currentFloor)==null?void 0:s.poiLayer2.getPoiByDeviceXy(t,e);return(o||[]).concat(n||[])}registryEvent(){window.addEventListener("resize",this.onWindowResize),this.container.addEventListener("click",this.onClick),this.container.addEventListener("pointerover",this.onPointerover),this.container.addEventListener("pointermove",this.onPointermove),this.container.addEventListener("pointerleave",this.onPointerleave),this.container.addEventListener("pointercancel",this.onPointerleave),this.container.addEventListener("pointerout",this.onPointerleave),this.selection.addEventListener("select",this.onSelectionSelect),this.hoverHelper.addEventListener("hover-change",this.onHoverChange)}unRegistryEvent(){window.removeEventListener("resize",this.onWindowResize),this.container.removeEventListener("click",this.onClick),this.container.removeEventListener("pointerover",this.onPointerover),this.container.removeEventListener("pointermove",this.onPointermove),this.container.removeEventListener("pointerleave",this.onPointerleave),this.container.removeEventListener("pointercancel",this.onPointerleave),this.container.removeEventListener("pointerout",this.onPointerleave),this.selection.removeEventListener("select",this.onSelectionSelect),this.hoverHelper.removeEventListener("hover-change",this.onHoverChange),this.control.removeEventListener("change",this.onControlChange),this.control.removeEventListener("change-zoom",this.onControlChangeZoom),this.renderer.removeEventListener("update",this.onRendererUpdate)}setPolarAngle(t,e){return e===void 0&&(e=500),this.control.setPolarAngleByDuration(t,!0,e)}setAzimuthalAngle(t,e){return e===void 0&&(e=500),this.control.setAzimuthalAngleDuration(t,!0,e)}getCameraLookAt(){return this.control.getCameraLookAt()}setZoom(t,e,i){return i===void 0&&(i=500),this.control.setZoomByDuration(t,e,!0,i)}getFitCameraToObjectZoom(t,e,i){return e===void 0&&(e=[20,20,20,20]),i===void 0&&(i=!0),this.getFitCameraToBoxZoom(new kp().setFromObject(t),e,i)}getFitCameraToBoxZoom(t,e,i){e===void 0&&(e=[20,20,20,20]),i===void 0&&(i=!0);let[s,o,n,r]=e,{clientSize:{width:h,height:c}}=this,l=this.control.getPolarAngle();i&&this.setPolarAngle(0,0),this.setPolarAngle(l,0),this.camera.updateMatrixWorld(),this.camera.updateProjectionMatrix();let{max:p,min:d}=t,u=new kt(d.x,p.y,p.z),m=new kt(p.x,p.y,p.z),v=new kt(p.x,d.y,d.z),f=new kt(d.x,d.y,d.z),x=L(u,this.camera,h,c),P=L(m,this.camera,h,c),_=L(f,this.camera,h,c),E=L(v,this.camera,h,c),R=new Tp().setFromPoints([new me(x.x,x.y),new me(P.x,P.y),new me(_.x,_.y),new me(E.x,E.y)]).getSize(new me),b=(h-o-r)/R.x,N=(c-s-n)/R.y,J=Math.min(b,N),O=new kt((p.x+d.x)/2,(p.y+d.y)/2,(p.z+d.z)/2),Z=J*this.camera.zoom,Q=this.camera.clone();Q.zoom=Z,Q.updateMatrix();let st=(o-r)/2,nt=(s-n)/2;if(st){let D=new kt;D.setFromMatrixColumn(Q.matrix,0),D.normalize(),D.multiplyScalar(st/Z),O.add(D)}if(nt){let D=new kt;D.setFromMatrixColumn(Q.matrix,1),D.normalize(),D.multiplyScalar(nt/Z),O.add(D)}return{zoom:J*this.camera.zoom,center:O}}fitCameraToObject(t,e,i,s){e===void 0&&(e=[20,20,20,20]),i===void 0&&(i=500),s===void 0&&(s=!0);let{zoom:o,center:n}=this.getFitCameraToObjectZoom(t,e,s);return this.setZoom(o,n,i)}fitCameraToBox(t,e,i,s){e===void 0&&(e=[20,20,20,20]),i===void 0&&(i=500),s===void 0&&(s=!0);let{zoom:o,center:n}=this.getFitCameraToBoxZoom(t,e,s);return this.setZoom(o,n,i)}getFitCameraToGroundZoom(t,e,i){if(t===void 0&&(t=[20,20,20,20]),e===void 0&&(e=500),i===void 0&&(i=!0),this.currentFloor&&this.currentFloor.hasElement)return this.getFitCameraToObjectZoom(this.currentFloor.groundUpper,t,i).zoom}fitCameraToGround(t,e,i){return t===void 0&&(t=[20,20,20,20]),e===void 0&&(e=500),i===void 0&&(i=!0),this.currentFloor&&this.currentFloor.hasElement?this.fitCameraToObject(this.currentFloor.groundLayer,t,e,i):Promise.resolve(!1)}setCameraPosition(t,e){return g(this,null,function*(){return this.control.setCameraPositionByTarget(t,e)})}pauseRender(){this.renderer.pauseRender()}continueRender(){this.renderer.continueRender()}forceUpdate(){this.collisionSystem.needsUpdate=!0}dispose(){var t;this.collisionSystem.dispose(),(t=this.currentFloor)==null||t.dispose(),this.control.dispose(),this.cameraBound.dispose(),this.selection.dispose(),this.hoverHelper.dispose(),this.unRegistryEvent(),this.renderer.dispose(),this.lights.children.forEach(e=>e.dispose()),this.scene.dispose(),this.container=null,this.renderer=null}constructor(t,e){super(),this.container=t,this.lights=Xo(),this.range=Mr([]),this.clientSize={width:0,height:0,x:0,y:0},this.renderRf=0,this.basicZoom=1,this.onControlChange=()=>{this.dispatchEvent({type:"change-ratio",px:(this.basicRatio||0)*this.camera.zoom}),this.dispatchEvent({type:"control-change"})},this.onControlChangeZoom=i=>{let{zoom:s}=i;this.dispatchEvent({type:"control-zoom-change",zoom:s})},this.onRendererUpdate=()=>{this.dispatchEvent({type:"update"})},this.onWindowResize=()=>{let{container:i,camera:s,renderer:o}=this,{clientWidth:n,clientHeight:r}=i;n=Math.max(1,n),r=Math.max(1,r),s.left=-n/2,s.right=n/2,s.top=r/2,s.bottom=-r/2,s.updateProjectionMatrix(),o.setSize(n,r),this.resizeClientSize(),this.dispatchEvent({type:"resize",width:n,height:r})},this.onClick=i=>{let{graphics:s,position:o}=this.getGraphicsByDeviceXy(i.offsetX,i.offsetY);s.length&&this.dispatchEvent({type:"graphic-click",graphics:s,position:o});let n=this.getPoisByDeviceXy(i.offsetX,i.offsetY);n.length&&this.dispatchEvent({type:"poi-click",pois:n});let r=null,h=new me;h.x=i.offsetX/this.clientSize.width*2-1,h.y=i.offsetY/this.clientSize.height*-2+1;let c=new Pr;c.setFromCamera(h,this.camera);let l=new Op(new kt(0,0,1),0),p=new kt;if(c.ray.intersectPlane(l,p)?r=p:(c.ray.direction.negate(),c.ray.intersectPlane(l,p)&&(r=p)),r){let d=this.bmap.coordinateTransform.worldToMercator(r);this.dispatchEvent({type:"click",position:r,mercator:d})}},this.onPointerover=i=>{let{graphics:s,position:o}=this.getGraphicsByDeviceXy(i.offsetX,i.offsetY),n=this.getPoisByDeviceXy(i.offsetX,i.offsetY);this.dispatchEvent({type:"pointer-over",e:i,graphics:s,pois:n,position:o})},this.onPointermove=i=>{let{graphics:s,position:o}=this.getGraphicsByDeviceXy(i.offsetX,i.offsetY),n=this.getPoisByDeviceXy(i.offsetX,i.offsetY);this.dispatchEvent({type:"pointer-move",e:i,graphics:s,pois:n,position:o})},this.onPointerleave=i=>{this.dispatchEvent({type:"pointer-level"})},this.onSelectionSelect=i=>{let{graphics:s,isMultipleSelect:o}=i;this.dispatchEvent({type:"select-graphic",graphics:s,isMultipleSelect:o})},this.onHoverChange=i=>{let{graphics:s}=i;this.dispatchEvent({type:"hover",graphics:s})},this.bmap=e,this.container.style.position="relative",this.container.style.overflow="hidden",this.renderer=new cs(this),this.scene=new ls(this.renderer),this.collisionSystem=new ds(this),this.init(),this.selection=new es(this),this.hoverHelper=new is(this),this.resizeClientSize(),this.registryEvent()}};import{merge as Rp}from"lodash";var Ip={placeId:0,fps:30,apiDomain:"",apiInfo:{},apiPath:{floorGraphic:"/api/inception-map/floor/get",floorRange:"/api/inception-map/range/get",equipmentList:"/api/inception-map/equipment/get",roadNetwork:"/api/inception-map/road_network/get",loadPlaceInfo:"https://screen.aibee.cn/ai-map/map/get-floor-map"},enableBoxSelect:!0,resizeObserver:{enable:!1,debounceTime:5},initTransToMark:!1,heatMap:{radius:50,minOpacity:.1,gradient:{0:"#8F9FCD",.5:"#6284FF",1:"#F95D5D"}},useFloorCache:!0,control:{maxPolar:1.2,defaultPolar:1.1,defaultAzimuthal:0,maxZoomScale:30},defaultPadding:[20,20,20,20],svg:{circle:{radius:"2",fill:"#1CADFF"},line:{stroke:"#1CADFF"}},selectBox:{stroke:"#1CADFF",fill:"rgba(28, 173, 255, 0.3)"},hover:{time:100},ground:{color:"#F6F6F6",opacity:1,height:.001,stroke:!1,strokeColor:"#E6E6E6",strokeOpacity:1},markGraphic:{color:"#EEF0F3",opacity:1,height:.001,stroke:!1,strokeColor:"#000",strokeOpacity:1},graphic:{fillOpacity:1},cameraBound:{padding:[150,150,150,150]},poi:{boxScale:1},loaderPlaceConfig:{textFontSize:14},poiTextBackground:{enable:!1,color:"#FFFFFF",opacity:1},renderAnimation:"setTimeout"};function _r(a){return typeof a.resizeObserver=="boolean"&&(a.resizeObserver={enable:a.resizeObserver}),Rp({},Ip,a)}import{debounce as id}from"lodash";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/web.dom-collections.iterator.js";import{Vector3 as qp,Color as $p}from"three";import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.sort.js";var ei=function(a){return a.LAYERED_RENDER_VERSION="layeredRender",a.MERGED_RENDER_VERSION="mergedRender",a}({});function ms(a,t){let e=a.poi_info.showName||a.store_name||a.poi_info.text;switch(t){case"zh-cn":return e;case"en":var i;return((i=a.store_info_ext)==null?void 0:i.poi_name)||e;case"zh-hk":var s;return((s=a.store_info_ext)==null?void 0:s.traditional_name)||e}}function fs(a,t){let e=a.poi_info.showName||a.store_name||a.poi_info.text;switch(t){case"zh-cn":return e;case"en":var i;return((i=a.infra_info_ext)==null?void 0:i.poi_name)||e;case"zh-hk":var s;return((s=a.infra_info_ext)==null?void 0:s.traditional_name)||e}}var wo=["range","ground","store","facility","parkingSpace"];function br(a){return wo.indexOf(a.l_type)===-1?wo.length:wo.indexOf(a.l_type)}function Fp(a){a.layers.sort((t,e)=>br(t)-br(e))}function Gp(a){let t=a.layers.find(i=>i.l_type==="range"),e=[t.elements[0].center_x,t.elements[0].center_y];a.layers.map(i=>{if(i.l_type!=="range")return vi(i.elements,e)})}function ii(a){Fp(a),Gp(a)}function Fe(a,t){return t===void 0&&(t=6),a.floor_id+"_"+a.version_id+(t?"_"+t:"")}function Er(a,t,e){switch(a.l_type){case"ground":return Po(a,t);case"graph":return Bp(a,t,e);case"wall":return zp(a,t);case"lane":return Wp(a,t);case"texture2d":case"texture3d":return Up(a,t);case"glb":return Hp(a,t);case"store":return Np(a,t,e);case"facility":return jp(a,t,e);case"parkingSpace":return Kp(a,t,e);case"text":return Yp(a,t)}}function Sr(a,t,e,i,s){switch(a.l_type){case"store":return Zp(a,t,e,i,s);case"facility":return Vp(a,t,e,i,s);case"parkingSpace":return Xp(a,t,i,s)}}function Bp(a,t,e){e.mergeGraphic?t.mergeGraphicLayer.addGraphics(a.elements,a.mergedElements):a.elements.map(i=>{let s=t.addGraphic(w({},i,{dashed:!1}));t.userData.graphics.push(s),t.userData.graphicMap.set(i.id,s)})}function Po(a,t){let e=a.elements.map(i=>new K(t.context,w({},i,{dashed:!1})));t.addGrounds(e)}function zp(a,t){if(a.mergedElements)a.mergedElements.map(e=>{if(e.instancedGeometry){let i=new Qi(t.context,e.instancedGeometry);t.wallLayer.add(i)}if(e.mergedGeometry){let i=new Yi(t.context,e);t.wallLayer.add(i)}});else{let e=a.elements.reduce((i,s)=>{let{fillColor:o,fillOpacity:n,strokeColor:r,strokeOpacity:h,height:c}=s,l=o.toLowerCase()+"-"+n+"-"+r.toLowerCase()+"-"+h+"-"+c;return h===0&&(l=o.toLowerCase()+"-"+n+"-"+c),i[l]?i[l].push(s):i[l]=[s],i},{});Object.values(e).forEach(i=>{let s=new ji(t.context,i);t.wallLayer.add(s)})}}function Wp(a,t){if(a.mergedElements){let e=new $i(t.context,a.mergedElements);t.laneLayer.add(e)}else{let e=new Ki(t.context,a.elements);t.laneLayer.add(e)}}function Up(a,t){if(a.mergedMatrixes)a.mergedMatrixes.map(e=>{let i=new pe(t.context,e);t.textureLayer.add(i)});else if(a.elements.length){let e=new le(t.context,a.elements);t.textureLayer.add(e)}}function Hp(a,t){t.glbModelLayer.addModels(a.elements.map(e=>w({},e,{url:e.secondUrl,rotate:e.secondRotate,width:e.secondWidth,center_x:e.center_coord_x,center_y:e.center_coord_y,deltaHeight:0})))}function Np(a,t,e){e.mergeGraphic?t.mergeGraphicLayer.addGraphics(a.elements,a.mergedElements):a.elements.map(i=>{let s=t.addGraphic(w({},i,{dashed:!1}));t.userData.graphics.push(s),t.userData.graphicMap.set(i.id,s)})}function Zp(a,t,e,i,s){a.elements.filter(o=>s.filterPoi(o)).map(o=>{try{let n=ms(o,e),r=new $(t.context,{id:o.id,icon:o.poi_info.showImageUrl||o.poi_info.icon,text:n,position:{x:o.center_coord_x,y:o.center_coord_y,z:o.airHeight+o.height},icon_size:[24,24],level:o.poi_info.level||0,hide_text:!i.showStoreName,maxWeight:o.poi_info.maxWeight||25,minWeight:o.poi_info.minWeight||1,text_font_size:i.textFontSize});t.poiLayer2.pushPoi(r),r&&(r.userData.type="store",r.userData.data=o,r.userData.floor=t.name)}catch(n){console.log("\u521B\u5EFA\u5E97\u94FApoi\u5931\u8D25",n,o)}})}function jp(a,t,e){e.mergeGraphic?t.mergeGraphicLayer.addGraphics(a.elements,a.mergedElements):a.elements.map(i=>{let s=t.addGraphic(w({},i,{dashed:!1}));t.userData.graphics.push(s),t.userData.graphicMap.set(i.id,s)})}function Vp(a,t,e,i,s){a.elements.filter(o=>o.poi_info).filter(o=>s.filterPoi(o)).map(o=>{try{let n=fs(o,e),r=new $(t.context,{id:o.id,icon:o.poi_info.showImageUrl||o.poi_info.icon,text:n,position:{x:o.center_coord_x,y:o.center_coord_y,z:o.airHeight+o.height},icon_size:[24,24],level:o.poi_info.level||0,hide_text:!i.showFacilityName,maxWeight:o.poi_info.maxWeight||25,minWeight:o.poi_info.minWeight||1,text_font_size:i.textFontSize});t.poiLayer2.pushPoi(r),r.userData.type="facility",r.userData.data=o,r.userData.floor=t.name}catch(n){console.log("\u6DFB\u52A0facility\u5931\u8D25",n,o)}})}function Kp(a,t,e){t.parkingSpaceLayer.load(a,e.mergeParkingSpace),t.userData.parkingSpaces=t.parkingSpaceLayer.graphicMap.values(),t.userData.parkingSpacesGraphicMap=t.parkingSpaceLayer.graphicMap}function Xp(a,t,e,i){return g(this,null,function*(){a.elements.filter(o=>o.texts[0]).filter(o=>i.filterPoi(o)).forEach(o=>{try{let n=o.displayName||o.texts[0],r=new $(t.context,{id:o.id,text:n,position:{x:o.center_coord_x,y:o.center_coord_y,z:o.airHeight+o.height},text_font_size:e.textFontSize});r&&(r.userData.type="parkingSpace",r.userData.data=o,r.userData.floor=t.name),t.poiLayer2.pushPoi(r)}catch(n){console.log("\u6DFB\u52A0\u8F66\u4F4Dpoi\u5931\u8D25",n,o)}})})}function Yp(a,t){let e=new Xi(t.context,a.elements.map(i=>w({},i,{center_x:i.center_coord_x,center_y:i.center_coord_y})));t.textTextureLayer.add(e)}function Mo(){return new Worker(new URL("./worker/loader.worker-2CGJ23U5.js",import.meta.url))}var Jp={mergeParkingSpace:!0,mergeGraphic:!0,renderVersion:ei.MERGED_RENDER_VERSION,layers:["graph","wall","lane","texture2d","texture3d","glb","store","facility","parkingSpace","text"],filterPoi:()=>!0},Ge=class extends et{initDb(){return g(this,null,function*(){try{let{db:t}=yield _i();this.db=t}catch(t){console.log("[\u6253\u5F00indexDb\u9519\u8BEF]",t)}})}load(t,e){return g(this,null,function*(){if(Array.isArray(t))this.floors=t,e&&(this.placeConfig=w({},this.placeConfig,e));else if(typeof t=="string"){let i=yield fetch(t).then(s=>s.json());if(i.code===200){let s=location.origin;this.floors=i.data.list.map(o=>{let n=/^http(s?):\/\//.test(o.entry_infra_url),r=/^http(s?):\/\//.test(o.map_url),h=/^http(s?):\/\//.test(o.route_url);return w({},o,{entry_infra_url:n?o.entry_infra_url:""+s+o.entry_infra_url,map_url:r?o.map_url:""+s+o.map_url,route_url:h?o.route_url:""+s+o.route_url})}),this.placeConfig=w({},this.placeConfig,JSON.parse(i.data.config||"{}"),e)}}else return this.load("https://screen.aibee.cn/ai-map/map/get-floor-map?place_id="+t,e);this.getOtherDataByFreeTime()})}setCacheData(t,e,i){return g(this,null,function*(){return this.initDbPromise.then(()=>Xe(t,""+e,i))})}getCacheData(t,e){return g(this,null,function*(){return this.initDbPromise.then(()=>Ce(t,""+e))})}getFloorData(t){return g(this,null,function*(){let e=yield this.getFloorJsonData(t);return e?this.getDataByJson(e):null})}getFloorDataByFloorInfo(t){return g(this,null,function*(){let e=yield this.getFloorJsonDataByFloorInfo(t);return this.getDataByJson(e)})}setLocale(t){this.locale=t,this.bmap.context.currentFloor&&this.bmap.context.currentFloor.poiLayer2.pois.forEach(e=>{e.userData.type==="store"&&(e.options.text=ms(e.userData.data,t)),e.userData.type==="facility"&&(e.options.text=fs(e.userData.data,t))})}getFloorJsonDataByFloorInfo(t){return g(this,null,function*(){if(this.getFloorDataPromise.has(t.floor))return this.getFloorDataPromise.get(t.floor);let e=new Promise(i=>g(this,null,function*(){let s=Fe(t),o=yield fetch(t.map_url).then(n=>n.json());o.floor=t.floor,ii(o),this.setCacheData(ht.MAP_DATA,s,o),this.setCacheData(ht.MAP_VERSION,s,t.version_id),i(o)}));return this.getFloorDataPromise.set(t.floor,e),e})}getFloorJsonData(t){return g(this,null,function*(){let e=this.floors.find(i=>i.floor===t);return e?new Promise(i=>g(this,null,function*(){let s=Fe(e,this.options.renderVersion===ei.LAYERED_RENDER_VERSION?1:void 0);try{let o=Fe(e),n=yield this.getCacheData(ht.MAP_DATA,o);if(n&&n.transformed){console.log("\u4ECE\u7F13\u5B58\u4E2D\u53D6\u5230\u4E86\u5408\u5E76\u540E\u7684\u6570\u636E"),i(n);return}if(this.options.renderVersion===ei.LAYERED_RENDER_VERSION){let r=yield this.getCacheData(ht.MAP_DATA,s);if(r){console.log("\u4ECE\u7F13\u5B58\u4E2D\u53D6\u5230\u4E86\u6570\u636E"),i(r);return}}if(console.log("\u7F13\u5B58\u4E2D\u6CA1\u6709\u6570\u636E"),this.loadWorker){z(this.loadWorker,"adjust_floor_priority",{floor:t});let r=h=>{if(h.data.type==="floor_success"&&h.data.data.floor===t){var c;(c=this.loadWorker)==null||c.removeEventListener("message",r),i(this.getFloorJsonData(t))}};this.loadWorker.addEventListener("message",r)}else i(this.getFloorJsonDataByFloorInfo(e))}catch(o){console.log("[get floor data error]",o),i(this.getFloorJsonDataByFloorInfo(e))}})):null})}getRoadNetworkData(){return g(this,null,function*(){return(yield Promise.all(this.floors.map(e=>g(this,null,function*(){let i=Fe(e,0);try{let s=yield this.getCacheData(ht.ROAD_NETWORK_DATA,i);if(s)return s;let o=yield fetch(e.route_url).then(n=>n.json());return this.setCacheData(ht.ROAD_NETWORK_DATA,i,o),this.setCacheData(ht.ROUTE_VERSION,i,e.version_id),o}catch(s){let o=yield fetch(e.route_url).then(n=>n.json());return this.setCacheData(ht.ROAD_NETWORK_DATA,i,o),o}})))).filter(e=>e.points)})}getFacilitiesData(){return g(this,null,function*(){let t=this.floors.reduce((s,o)=>s.updated_at>o.updated_at?s:o,this.floors[0]);if(!t)return null;let e=Fe(t,0),i=()=>g(this,null,function*(){let s=yield fetch(t.entry_infra_url).then(o=>o.json());return s&&(this.setCacheData(ht.FACILITY_DATA,e,s),this.setCacheData(ht.FACILITY_VERSION,e,t.version_id)),s});try{let s=yield this.getCacheData(ht.FACILITY_DATA,e);return s||i()}catch(s){return console.log("[get facility error]",s),i()}})}getOtherDataByFreeTime(){return g(this,null,function*(){yield this.initDbPromise,this.loadWorker&&(yield z(this.loadWorker,"load",{floors:this.floors,version:this.options.renderVersion})),this.closeWorker()})}getMulFloorsData(t){return g(this,null,function*(){return Promise.all(t.map(e=>this.getFloorData(e))).then(e=>e.filter(i=>i))})}getDataByUrl(t){return g(this,null,function*(){let e=yield fetch(t).then(i=>i.json());return this.getDataByJson(e)})}getDataByJson(t,e,i){return g(this,null,function*(){ii(t),e=this.getFloorBaseLayer(t,e);let s=w({},this.placeConfig,i);return yield this.getFloorContentLayer(t,e),yield this.getFloorPoi(t,e,s),this.changeFloorBox(t,e),e})}getDataByJsonStep(t,e,i){return g(this,null,function*(){ii(t),e=this.getFloorBaseLayer(t,e);let s=w({},this.placeConfig,i);return this.changeFloorBox(t,e),requestAnimationFrame(()=>g(this,null,function*(){yield this.getFloorContentLayer(t,e),this.changeFloorBox(t,e),requestAnimationFrame(()=>g(this,null,function*(){yield this.getFloorPoi(t,e,s),this.changeFloorBox(t,e)}))})),e})}changeFloorBox(t,e){e.updateBox();let i=e.box.getSize(new qp),s=Math.max(i.x,i.y,i.z);e.userData.height=s/4+t.floorHeight}switchFloor(t,e){return g(this,null,function*(){return new Promise(i=>{let s={run:()=>this._switchFloor(t,e),meta:{type:"switchFloor"}},o=this.taskQueue.replaceByMetaType(s),n=r=>{let{task:h,res:c}=r;h.tid===o&&(this.taskQueue.removeEventListener("active-task-end",n),i(c))};this.taskQueue.addEventListener("active-task-end",n)})})}_switchFloor(t,e){return g(this,null,function*(){var i;let s=t;if(typeof t=="string"){let l=yield this.getFloorJsonData(t);if(l)s=l;else return null}else ii(t);let o=w({},this.placeConfig,e),n=new zt(this.bmap.context);n.userData.data=t;let r=this.floors.find(l=>l.floor===s.floor);var h;let c=(h=r==null?void 0:r.map_angle)!=null?h:0;return this.bmap.dispatchEvent({type:ct.SWITCH_FLOOR_BEFORE,data:{curFloor:n,graphics:[]}}),this.dispatchEvent({type:"switch-floor-before",data:{curFloor:n,graphics:[],floorData:s}}),this.bmap.context.scene.background=new $p(o.backgroundColor),this.getFloorBaseLayer(s,n),this.changeFloorBox(s,n),this.bmap.buildingCenter=n.userData.center,this.bmap.currentBuildGround=(i=n.userData.data.layers.find(l=>l.l_type==="range"))==null?void 0:i.elements[0],this.bmap.context.switchFloor(n),this.bmap.config.control.defaultAzimuthal=c/180*Math.PI,this.bmap.initialFloorCamera(),this.bmap.context.cameraBound.updateBox(),this.dispatchEvent({type:"switch-floor-ground",data:{curFloor:n,graphics:[]}}),this.bmap.dispatchEvent({type:ct.SWITCH_FLOOR_GROUND,data:{curFloor:n}}),yield Hs(),yield this.getFloorContentLayer(s,n),this.changeFloorBox(s,n),this.bmap.context.cameraBound.updateBox(),this.dispatchEvent({type:"switch-floor-content",data:{curFloor:n,graphics:[]}}),yield tn(2),yield this.getFloorPoi(s,n,o),this.dispatchEvent({type:"switch-floor-after",data:{curFloor:n,graphics:n.graphicLayer.children}}),this.bmap.dispatchEvent({type:ct.SWITCH_FLOOR_AFTER,data:{curFloor:n,graphics:n.graphicLayer.children}}),n})}getFloorBaseLayer(t,e){e||(e=new zt(this.bmap.context));let i=[0,0];return t.layers.forEach(s=>{switch(s.l_type){case"range":let o=s.elements[0];i=[o.center_x,o.center_y],e.userData.range=o.geometry.cds[0],e.userData.rangeGraphic=o;break;case"ground":Po(s,e);break;default:break}}),e.userData.center=i,e.name=t.floor,e.userData.data=t,e}getFloorContentLayer(t,e){return g(this,null,function*(){e||(e=new zt(this.bmap.context)),e.userData.graphics=[],e.userData.graphicMap=new Map;let i=Date.now();for(let s=0;s<t.layers.length;s++){let o=t.layers[s];["range","ground"].includes(o.l_type)||this.options.layers.includes(o.l_type)&&(Er(o,e,this.options),console.log("time",Date.now()-i,o.l_type),i=Date.now())}return e})}getFloorPoi(t,e,i){return g(this,null,function*(){i===void 0&&(i=this.placeConfig);let s=Date.now();yield Promise.all(t.layers.map(n=>{if(this.options.layers.includes(n.l_type))return Sr(n,e,this.locale,i,this.options)})),console.log("poi time",Date.now()-s);let o=Date.now();Hs().then(()=>{console.log("poi render time",Date.now()-o)})})}clear(){return g(this,null,function*(){An(),this.db=null})}closeWorker(){this.loadWorker&&(this.loadWorker.terminate(),this.loadWorker=null)}dispose(){super.dispose(),this.clear(),this.closeWorker(),this.getFloorDataPromise.clear()}constructor(t,e={}){super(),this.bmap=t,this.floors=[],this.initDbPromise=Promise.resolve(),this.db=null,this.taskQueue=new be,this.loadWorker=Mo(),this.locale="zh-cn",this.placeConfig={backgroundColor:"#f1f7f6",showFacilityName:!0,showStoreName:!0,textFontSize:14},this.getFloorDataPromise=new Map,this.options=w({},Jp,e),this.placeConfig=w({},this.placeConfig,t.config.loaderPlaceConfig),this.initDbPromise=this.initDb()}};import"core-js/modules/web.dom-collections.iterator.js";function Cr(a,t){return g(this,null,function*(){let{brand:e,project:i}=a,{apiDomain:s,apiPath:{floorRange:o},apiInfo:n}=t,r=""+s+o+"?brand="+e+"&project="+i+"&phase="+i+"&building="+i;return yield fetch(r,n).then(c=>c.json()).then(c=>c.data).then(c=>{let l=(c||[])[0];return l&&(l.info=JSON.parse(l.info)),l})})}function Lr(a,t){return g(this,null,function*(){let{brand:e,project:i,floor:s,ts:o,resource_type_list:n}=a,{apiDomain:r,apiPath:{floorGraphic:h},apiInfo:c}=t,l=""+r+h+"?brand="+e+"&project="+i+"&phase="+i+"&building="+i+"&floor="+s+"&ts="+o+"&resource_type_list="+n;return yield fetch(l,c).then(d=>d.json()).then(d=>d.data).then(d=>((d||[]).map(u=>u.info=JSON.parse(u.info)),d||[]))})}function IE(a,t){return g(this,null,function*(){let{project:e,floor:i}=a,{apiDomain:s,apiInfo:o}=t,n=s+"/api/inception-map/external_street/get?projectCode="+e+"&floorCode="+i;return yield fetch(n,o).then(h=>h.json()).then(h=>h.data).then(h=>JSON.parse(h[0].streetInfo||"{}")).then(h=>h.fileId?Qp(h.fileId,t):null)})}function Qp(a,t){return g(this,null,function*(){let{apiDomain:e,apiInfo:i}=t;return fetch(e+"/api/inception-map/file/getFileStream?fileId="+a,i).then(s=>s.arrayBuffer()).then(s=>{let n=new TextDecoder("utf-8").decode(s);return n?JSON.parse(n):null})})}var Tr=class{load(t){return g(this,null,function*(){let e=qt(t);if(this.cacheData.has(e))return this.cacheData.get(e);let[,i]=yield Promise.all([this.loadBuildGround(t),Lr(t,this.bmap.config)]),s=qt({floor:t.floor,ts:t.ts});vi(i.map(n=>n.info),this.bmap.buildingCenter,this.floorDataLengthMap.get(s)||0),i.forEach(n=>n.info.transformToBuildingGround=!1),this.cacheData.set(e,i);let o=this.floorDataLengthMap.get(s)||0;return this.floorDataLengthMap.set(s,o+i.length),this.loadExternalStreet(t),i})}loadExternalStreet(t){return g(this,null,function*(){})}switchFloorByData(t,e){if(!t.length)return;let i=e.userData.legacyToGraphicMap||new Map,s=e.userData.graphicMap||new Map,{ground:o,markGraphic:n,graphic:r}=this.bmap.config;for(let h=0;h<t.length;h++){let c=t[h],l=w({},c,{info:w({},c.info)});if(c.info.group==="ground"){l.info.fillColor=o.color,l.info.fillOpacity=o.opacity,l.info.height=o.height,l.info.stroke=o.stroke,l.info.strokeColor=o.strokeColor,l.info.strokeOpacity=o.strokeOpacity,e.createGround(l.info);continue}else c.info.userData.mark?(l.info.height=n.height,l.info.fillColor=n.color,l.info.fillOpacity=n.opacity,l.info.stroke=n.stroke,l.info.strokeColor=n.strokeColor,l.info.strokeOpacity=n.strokeOpacity):(l.info.fillOpacity=r.fillOpacity,this.bmap.config.initTransToMark&&(l.info.height=n.height,l.info.fillColor=n.color,l.info.stroke=n.stroke,l.info.strokeColor=n.strokeColor,l.info.strokeOpacity=n.strokeOpacity));let p=e.addGraphic(l.info);p.userData.data=c,i.set(c.legacy_id,p),s.set(c.element_uuid,c)}e.userData.legacyToGraphicMap=i,e.userData.graphicMap=s,e.userData.rangeGraphic=this.bmap.currentBuildGround,e.userData.range=this.bmap.currentBuildGround.geometry.cds[0],e.userData.center=this.bmap.buildingCenter,e.updateBox(),e===this.bmap.context.currentFloor?(this.bmap.triggerHooks(ct.SWITCH_FLOOR_BEFORE,{curFloor:e,graphics:e.graphicLayer.children}),this.bmap.initialFloorCamera(),this.bmap.triggerHooks(ct.SWITCH_FLOOR_AFTER,{curFloor:e,graphics:e.graphicLayer.children})):this.bmap.switchFloorByFloor(e)}filterData(t,e){let i=e.userData.graphicMap||new Map;return t.filter(s=>!i.has(s.element_uuid))}switchFloorByStoreData(t,e){return g(this,null,function*(){let i=yield this.load(w({},t,{resource_type_list:"6"})),s=this.filterData(i,e);this.switchFloorByData(s,e)})}switchFloorByOtherData(t,e){return g(this,null,function*(){let i=yield this.load(w({},t,{resource_type_list:"1,2,3,4"})),s=this.filterData(i,e);this.switchFloorByData(s,e)})}loadBuildGround(t){return g(this,null,function*(){let{brand:e,project:i}=t,s=yield this.loadBuildingGround({brand:e,project:i});var o;return this.bmap.currentBuildGround=(o=s==null?void 0:s.info)!=null?o:null,this.bmap.changeBuildingCenter(s,{brand:e,project:i}),this.bmap.currentBuildGround})}loadBuildingGround(t){return g(this,null,function*(){let{brand:e,project:i}=t,s=qt({brand:e,project:i});if(this.buildingGroundMap.has(s))return this.buildingGroundMap.get(s);let o=Cr({brand:e,project:i},this.bmap.config).then(n=>(this.buildingGroundMap.set(s,n),n));return this.buildingGroundMap.set(s,o),o})}switchFloor(t){return g(this,null,function*(){let e=new zt(this.bmap.context);e.userData.graphicMap=new Map,e.name=t.floor;try{yield Promise.all([this.switchFloorByStoreData(t,e),this.switchFloorByOtherData(t,e)])}catch(i){console.log(i)}return e})}dispose(){this.cacheData.clear(),this.floorDataLengthMap.clear(),this.buildingGroundMap.clear()}constructor(t){this.bmap=t,this.cacheData=new Map,this.floorDataLengthMap=new Map,this.buildingGroundMap=new Map,this.externalStreetMap=new Map}};var nS=function(a){return a[a.D2=0]="D2",a[a.D3=1.1]="D3",a}({}),kr=class extends ed{get buildingCenter(){return this.coordinateTransform.getBuildingCenter()}set buildingCenter(t){this.coordinateTransform.setBuildingCenter(t)}get basicZoom(){return this.context.basicZoom}set basicZoom(t){this.context.basicZoom=t}changeBuildingCenter(t,e){let{brand:i,project:s}=e,o=t?mi(t.info.geometry.cds[0]):[0,0];this.buildingCenter=o,this.coordinateTransform.setBuildingCenter(o),this.dispatchEvent({type:"center-change",center:o,project:s,brand:i})}use(t){t.bmap=this,this.plugins.push(t)}unUse(t){this.plugins=this.plugins.filter(e=>e!==t)}triggerHooks(t,e){this.dispatchEvent({type:t,data:e})}switchFloor(t){return g(this,null,function*(){return this.loader||(this.loader=new Ge(this),this.loader.placeConfig=w({},this.loader.placeConfig,this.config.loaderPlaceConfig),yield this.loader.load(this.config.apiPath.loadPlaceInfo+"?place_id="+this.config.placeId+"&env=prod")),this.loader.switchFloor(t)})}switchFloorByFloor(t,e,i){e===void 0&&(e=!0),i===void 0&&(i=t.graphicLayer.children),this.triggerHooks(ct.SWITCH_FLOOR_BEFORE,{curFloor:t,graphics:i}),this.buildingCenter=t.userData.center,this.coordinateTransform.setBuildingCenter(t.userData.center),this.currentBuildGround=t.userData.rangeGraphic,this.context.switchFloor(t,e),this.initialFloorCamera(),this.triggerHooks(ct.SWITCH_FLOOR_AFTER,{curFloor:t,graphics:i})}initialFloorCamera(){this.context.cameraBound.setEnable(!1),this.context.control.minZoom=0,this.context.control.maxZoom=1/0,this.context.camera.zoom=1,this.context.setAzimuthalAngle(this.config.control.defaultAzimuthal,0),this.context.setPolarAngle(this.config.control.defaultPolar,0),this.context.fitCameraToGround(this.config.defaultPadding,0);let t=this.context.camera.zoom;this.context.control.minZoom=t,this.context.control.maxZoom=t*this.config.control.maxZoomScale,this.type==="3d"&&this.context.fitCameraToGround(this.config.defaultPadding,0,!1),this.basicZoom=this.context.camera.zoom,this.context.control.addEventListener("change",this.onControlChange),this.onControlChange(),this.context.cameraBound.setEnable(!0),this.context.cameraBound.changePrevCamera()}addModel(t,e){if(t.options.geometry.type==="polygon"){var i;let s=(i=this.context.currentFloor)==null?void 0:i.addModel(w({},e,{position:t.getPosition().setZ(.1),id:t.options.id}));if(s){let{facilityAngle:o=0,facilityXScale:n=1,facilityYScale:r=1}=t.options.userData;s.rotateZ((180-o)/180*Math.PI),s.scale.set(n,r,1)}}}getLegacyToGraphicMap(){var t;return((t=this.context.currentFloor)==null?void 0:t.userData.legacyToGraphicMap)||new Map}getFloorAllGraphics(){var t;return((t=this.context.currentFloor)==null?void 0:t.getGraphics())||[]}createGraphicPoi(t,e){if(this.context.currentFloor){e.id===void 0&&(e.id=t.options.id);let i=t.options.centerCoords,s=t.getCenter(),o=(i==null?void 0:i[0])||s.x,n=(i==null?void 0:i[1])||s.y;return console.log(o,n,i,s),this.context.currentFloor.addPoi(w({},e,{position:{x:o,y:n,z:s.z+t.options.height/2}}))}return null}createPoi2ByPosition(t,e){if(this.context.currentFloor){let i=this.mercatorToWorld([t.x,t.y]),s=new $(this.context,w({},e,{position:{x:i.x,y:i.y,z:t.z}}));return this.context.currentFloor.poiLayer2.pushPoi(s),s}return null}translateElementToCenter(t,e,i,s){e===void 0&&(e=500),i===void 0&&(i=0),s===void 0&&(s=0);let o=t.getPosition().clone(),{context:{camera:n}}=this;if(n.updateMatrix(),s){let r=new bo;r.setFromMatrixColumn(n.matrix,1),r.normalize(),r.multiplyScalar(s/n.zoom),o.add(r)}if(i){let r=new bo;r.setFromMatrixColumn(n.matrix,0),r.normalize(),r.multiplyScalar(i/n.zoom),o.add(r)}return this.context.setCameraPosition(o,e)}translateElementToCenterX(t,e){return g(this,null,function*(){return e===void 0&&(e=500),Mt(new Promise(i=>{let s=this.context.control.target.clone(),o=t.getPosition();this.timer.requestAnimationFrame(()=>{let{clientSize:{width:n,height:r},camera:h}=this.context,l=L(o,h,n,r).x-n/2,p=new bo;p.setFromMatrixColumn(this.context.camera.matrix,0),p.normalize(),p.multiplyScalar(l/this.context.camera.zoom),s.add(p),this.context.setCameraPosition(s,e).then(i)})}),e+500)})}getElementDeviceCoordinate(t){let e=t.position.clone(),{clientWidth:i,clientHeight:s}=this.container;return L(e,this.context.camera,i,s)}changeMapType(t,e){return e===void 0&&(e=500),this.type=t,t==="2d"?this.context.setPolarAngle(0,e):this.context.setPolarAngle(1.1,e)}resetView(t){return g(this,null,function*(){t===void 0&&(t=300);let e=t/3;yield this.context.setAzimuthalAngle(this.config.control.defaultAzimuthal,e),yield this.context.setPolarAngle(this.config.control.defaultPolar,e),yield this.context.fitCameraToGround(this.config.defaultPadding,e,!1)})}reduceMap(t,e){t===void 0&&(t=.5),e===void 0&&(e=500);let i=this.context.camera.zoom;return this.context.setZoom(i-t,this.context.control.target,e)}enlargeMap(t,e){t===void 0&&(t=.5),e===void 0&&(e=500);let i=this.context.camera.zoom;return this.context.setZoom(i+t,this.context.control.target,e)}registryEvent(){if(window.addEventListener("keydown",this.onKeydown),window.addEventListener("keyup",this.onKeyUp),this.config.resizeObserver.enable){let t=new ResizeObserver(this.debounceResize);t.observe(this.container),this.observe=t}}unRegistryEvent(){var t;this.context.control.removeEventListener("change",this.onControlChange),window.removeEventListener("keydown",this.onKeydown),window.removeEventListener("keyup",this.onKeyUp),(t=this.observe)==null||t.disconnect(),this.observe=null}configurePolarShortcutKeys(t){this.polarKeys=t}configureAzimuthalShortcutKeys(t){this.azimuthalKeys=t}rotateMap(t,e){t===void 0&&(t=.1),e===void 0&&(e=500);let i=this.context.control.getAzimuthalAngle();return this.context.setAzimuthalAngle(i+t,e)}measureDistance(){return g(this,null,function*(){return this.cancelDistance(),new Promise((t,e)=>{this.changeMapType("2d",0),this.context.control.enableRotate=!1,this.svgLine=new Ni(this.context);let i=this.svgLine.dispose.bind(this.svgLine);this.svgLine.dispose=function(){i(),e("cancel")},this.svgLine.addEventListener("distance",s=>{let{distance:o}=s;t(o)})})})}cancelDistance(){this.svgLine&&(this.svgLine.dispose(),this.svgLine=void 0,this.context.control.enableRotate=!0)}measureArea(){return this.cancelArea(),new Promise((t,e)=>{this.changeMapType("2d",0),this.context.control.enableRotate=!1,this.svgPolygon=new Zi(this.context);let i=this.svgPolygon.dispose.bind(this.svgPolygon);this.svgPolygon.dispose=function(){i(),e("cancel")},this.svgPolygon.addEventListener("area",s=>{let{area:o}=s;t(o)})})}cancelArea(){this.svgPolygon&&(this.svgPolygon.dispose(),this.svgPolygon=void 0,this.context.control.enableRotate=!0)}fitCameraByPois(t,e,i){return g(this,null,function*(){if(e===void 0&&(e=[20,20,20,20]),i===void 0&&(i=500),!t.length)return;let s=new td;return t.forEach(o=>{let{position:n}=o;s.expandByPoint(n)}),this.context.fitCameraToBox(s,e,i,!1)})}fitCameraByPoiNodeIds(t,e,i){return g(this,null,function*(){e===void 0&&(e=[20,20,20,20]),i===void 0&&(i=500);let s=t.map(o=>this.getPoiById(o)).filter(o=>!!o);if(s.length)return this.fitCameraByPois(s,e,i)})}getGraphicByNodeId(t){var e,i;return((e=this.context.currentFloor)==null?void 0:e.graphicLayer.getGraphicByNodeId(t))||((i=this.context.currentFloor)==null?void 0:i.parkingSpaceLayer.graphicMap.get(t))||null}deleteGraphic(t){var e;(e=this.context.currentFloor)==null||e.graphicLayer.removeGraphic(t)}createGraphicByOptions(t){var e;if(!t.transformToBuildingGround&&this.currentBuildGround){let i=mi(this.currentBuildGround.geometry.cds[0]);if(t.geometry.type==="polygon")t.geometry.coords=JSON.parse(JSON.stringify(t.geometry.cds)),t.geometry.coords.map(s=>{Array.isArray(s)&&s.forEach(o=>{o[0]-=i[0],o[1]-=i[1]})});else{let[s,o]=t.geometry.cds;t.geometry.coords=[s-i[0],o-i[1]]}}return(e=this.context.currentFloor)==null?void 0:e.graphicLayer.createGraphic(t)}mercatorToWorld(t){return this.coordinateTransform.mercatorToWorld(t)}worldToMercator(t){return this.coordinateTransform.worldToMercator(t)}removePoiById(t){var e,i;(e=this.context.currentFloor)==null||e.poiLayer.removePoiById(t),(i=this.context.currentFloor)==null||i.poiLayer2.removePoiById(t)}getPoiById(t){var e;let i=this.context.collisionSystem.objects;return((e=this.context.currentFloor)==null?void 0:e.poiLayer.getPoiById(t))||i.find(s=>s.options.id===t)}getPois(){var t;return[...(((t=this.context.currentFloor)==null?void 0:t.poiLayer.pois)||[]).filter(e=>!e.options.built_in),...this.context.collisionSystem.objects||[]]}clearPoi(){this.context.currentFloor&&this.context.currentFloor.poiLayer.clear()}removeSelectGraphic(t){this.context.selection.remove(t)}dispose(){this.loader&&(this.loader.dispose(),this.loader=null),this.unRegistryEvent(),this.timer.dispose(),this.plugins.forEach(t=>t.dispose()),this.plugins=[],this.context.dispose(),this.context=null,this.container=null,V.dispose(),ot.dispose(),gt.dispose(),lt.dispose(),C.dispose(),Lt.dispose(),this.debounceResize=null,_o.Dispose==null||_o.Dispose.call(_o)}constructor(t,e={}){super(),this.container=t,this.polarKeys=[],this.azimuthalKeys=[],this.prevCameraZoom=1,this.type="2d",this.currentBuildGround=null,this.observe=null,this.coordinateTransform=new Mi([0,0]),this.timer=new H,this.plugins=[],this.loader=null,this.onControlChange=()=>{let{camera:{zoom:i}}=this.context;i!==this.prevCameraZoom&&(this.dispatchEvent({type:"zoom-change",basicZoom:this.basicZoom,cameraZoom:this.context.camera.zoom}),this.prevCameraZoom=i)},this.onKeydown=i=>{this.polarKeys.includes(i.code)&&(this.context.control.maxPolarAngle=this.config.control.maxPolar,this.context.control.minPolarAngle=0),this.azimuthalKeys.includes(i.code)&&(this.context.control.maxAzimuthAngle=1/0,this.context.control.minAzimuthAngle=1/0)},this.onKeyUp=i=>{if(this.polarKeys.includes(i.code)){let s=this.context.control.getPolarAngle();this.context.control.maxPolarAngle=s,this.context.control.minPolarAngle=s}if(this.azimuthalKeys.includes(i.code)){let s=this.context.control.getAzimuthalAngle();this.context.control.maxAzimuthAngle=s,this.context.control.minAzimuthAngle=s}},this.resize=()=>{this.context.cameraBound.setEnable(!1),this.context.onWindowResize();let i=this.context.control.getAzimuthalAngle(),s=this.context.camera.zoom;this.context.control.minZoom=0,this.context.control.maxZoom=1/0,this.context.camera.zoom=1,this.context.setAzimuthalAngle(0,0);let o=this.context.getFitCameraToGroundZoom(this.config.defaultPadding,0)||1;this.context.camera.zoom=s,this.context.control.minZoom=o,this.context.control.maxZoom=o*this.config.control.maxZoomScale,this.basicZoom=s,this.context.control.addEventListener("change",this.onControlChange),this.context.setAzimuthalAngle(i,0),this.context.cameraBound.setEnable(!0)},this.config=_r(e),this.context=new us(t,this),this.debounceResize=id(this.resize,this.config.resizeObserver.debounceTime),this.registryEvent()}};var hS=function(a){return a.HALF="half",a.POWER="power",a.MECHANICAL="mechanical",a.NORMAL="normal",a.VIP="vip",a.GSADV="gsadv",a}({});import"core-js/modules/web.dom-collections.iterator.js";var W=class extends et{dispose(){let t=this.bmap.plugins.findIndex(e=>e===this);t!==-1&&this.bmap.plugins.splice(t,1),this.bmap=null,super.dispose()}constructor(t){super(),this.bmap=t,this.bmap.use(this)}};var Dr=class extends W{fetchEquipment(){return g(this,null,function*(){let{apiDomain:t,apiPath:{equipmentList:e},apiInfo:i}=this.bmap.config,s=""+t+e;yield fetch(s,i).then(o=>o.json()).then(o=>o.data).then(o=>{this.equipmentList=o,this.equipmentMap=new Map(o.map(n=>[n.equipment_id,n]))}),this.dispatchEvent({type:"change-equipment-list",data:this.equipmentList}),this.bmap.context.currentFloor&&this.changeGraphicToEquipment(this.bmap.context.currentFloor.graphicLayer.children)})}getGraphicEquipment(t){return t.userData.data.info.userData.equipment}changeGraphicToEquipment(t){t.filter(e=>{let i=this.getGraphicEquipment(e);return i&&this.equipmentMap.has(i)}).forEach(e=>{let i=this.equipmentMap.get(this.getGraphicEquipment(e)),s=this.bmap.createGraphicPoi(e,{icon:i==null?void 0:i.equipment_icon,built_in:!0,icon_size:[14,14]});s&&(s.userData.data=i,s.userData.type="equipment")})}dispose(){var t;this.bmap.removeEventListener(ct.SWITCH_FLOOR_AFTER,this.onSwitchFloor),Array.from(((t=this.bmap.context.currentFloor)==null?void 0:t.poiLayer.pois)||[]).forEach(e=>{if(e.userData.type==="equipment"){var i;(i=this.bmap.context.currentFloor)==null||i.poiLayer.removePoi(e)}}),super.dispose()}constructor(t){super(t),this.equipmentList=[],this.equipmentMap=new Map,this.onSwitchFloor=e=>{let{data:{graphics:i}}=e;this.equipmentList.length&&this.changeGraphicToEquipment(i)},this.fetchEquipment(),this.bmap.addEventListener(ct.SWITCH_FLOOR_AFTER,this.onSwitchFloor)}};import"core-js/modules/es.string.replace.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.promise.finally.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{Mesh as ld,Object3D as pd,TextureLoader as dd,Color as ud,Vector2 as So,Vector3 as md,NormalBlending as fd,RepeatWrapping as gd}from"three";import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.typed-array.uint16-array.js";import{BufferGeometry as sd,Matrix4 as Or,Vector3 as fe,Ray as od,Sphere as nd,LineSegments as rd,BufferAttribute as oe,ShaderChunk as wt,ShaderMaterial as Rr,UniformsLib as ad,Color as hd,Vector2 as Ar}from"three";var Pt=class extends sd{constructor(){super(),this.isMeshLine=!0,this.type="MeshLine",this.positions=[],this.previous=[],this.next=[],this.side=[],this.width=[],this.indices_array=[],this.uvs=[],this.counters=[],this._points=[],this._geom=null,this.widthCallback=null,this.matrixWorld=new Or,Object.defineProperties(this,{geometry:{enumerable:!0,get:function(){return this}},geom:{enumerable:!0,get:function(){return this._geom},set:function(t){this.setGeometry(t,this.widthCallback)}},points:{enumerable:!0,get:function(){return this._points},set:function(t){this.setPoints(t,this.widthCallback)}}})}};Pt.prototype.setMatrixWorld=function(a){this.matrixWorld=a};Pt.prototype.setGeometry=function(a,t){this._geometry=a,this.setPoints(a.getAttribute("position").array,t)};Pt.prototype.setPoints=function(a,t){if(!(a instanceof Float32Array)&&!(a instanceof Array)){console.error("ERROR: The BufferArray of points is not instancied correctly.");return}if(this._points=a,this.widthCallback=t,this.positions=[],this.counters=[],a.length&&a[0]instanceof fe)for(var e=0;e<a.length;e++){var i=a[e],s=e/a.length;this.positions.push(i.x,i.y,i.z),this.positions.push(i.x,i.y,i.z),this.counters.push(s),this.counters.push(s)}else for(var e=0;e<a.length;e+=3){var s=e/a.length;this.positions.push(a[e],a[e+1],a[e+2]),this.positions.push(a[e],a[e+1],a[e+2]),this.counters.push(s),this.counters.push(s)}this.process()};function cd(a,t){var e=new Or,i=new od,s=new nd,o=new fe,n=this.geometry;if(n.boundingSphere||n.computeBoundingSphere(),s.copy(n.boundingSphere),s.applyMatrix4(this.matrixWorld),a.ray.intersectSphere(s,o)!==!1){e.copy(this.matrixWorld).invert(),i.copy(a.ray).applyMatrix4(e);var r=new fe,h=new fe,c=new fe,l=this instanceof rd?2:1,p=n.index,d=n.attributes;if(p!==null)for(var u=p.array,m=d.position.array,v=d.width.array,f=0,x=u.length-1;f<x;f+=l){var P=u[f],_=u[f+1];r.fromArray(m,P*3),h.fromArray(m,_*3);var E=v[Math.floor(f/3)]!==void 0?v[Math.floor(f/3)]:1,S=a.params.Line.threshold+this.material.lineWidth*E/2,R=S*S,b=i.distanceSqToSegment(r,h,o,c);if(!(b>R)){o.applyMatrix4(this.matrixWorld);var N=a.ray.origin.distanceTo(o);N<a.near||N>a.far||(t.push({distance:N,point:c.clone().applyMatrix4(this.matrixWorld),index:f,face:null,faceIndex:null,object:this}),f=x)}}}}Pt.prototype.raycast=cd;Pt.prototype.compareV3=function(a,t){var e=a*6,i=t*6;return this.positions[e]===this.positions[i]&&this.positions[e+1]===this.positions[i+1]&&this.positions[e+2]===this.positions[i+2]};Pt.prototype.copyV3=function(a){var t=a*6;return[this.positions[t],this.positions[t+1],this.positions[t+2]]};Pt.prototype.getDistance=function(a){let t=0;for(let e=0;e<a;e++){let i=6*e,s=new fe(this.positions[i],this.positions[i+1],this.positions[i+2]),o=new fe(this.positions[i+6],this.positions[i+7],this.positions[i+8]),n=s.distanceTo(o);t+=n}return t};Pt.prototype.process=function(){var a=this.positions.length/6;this.previous=[],this.next=[],this.side=[],this.width=[],this.indices_array=[],this.uvs=[];var t;let e=this.getDistance(a-1);var i;this.compareV3(0,a-1)?i=this.copyV3(a-2):i=this.copyV3(0),this.previous.push(i[0],i[1],i[2]),this.previous.push(i[0],i[1],i[2]);for(var s=0;s<a;s++){if(this.side.push(1),this.side.push(-1),this.widthCallback?t=this.widthCallback(s/(a-1)):t=1,this.width.push(t),this.width.push(t),s===0)this.uvs.push(0,0),this.uvs.push(0,1);else if(s===a-1)this.uvs.push(1,0),this.uvs.push(1,1);else{let n=this.getDistance(s)/e;this.uvs.push(n,0),this.uvs.push(n,1)}if(s<a-1){i=this.copyV3(s),this.previous.push(i[0],i[1],i[2]),this.previous.push(i[0],i[1],i[2]);var o=s*2;this.indices_array.push(o,o+1,o+2),this.indices_array.push(o+2,o+1,o+3)}s>0&&(i=this.copyV3(s),this.next.push(i[0],i[1],i[2]),this.next.push(i[0],i[1],i[2]))}this.compareV3(a-1,0)?i=this.copyV3(1):i=this.copyV3(a-1),this.next.push(i[0],i[1],i[2]),this.next.push(i[0],i[1],i[2]),!this._attributes||this._attributes.position.count!==this.positions.length?this._attributes={position:new oe(new Float32Array(this.positions),3),previous:new oe(new Float32Array(this.previous),3),next:new oe(new Float32Array(this.next),3),side:new oe(new Float32Array(this.side),1),width:new oe(new Float32Array(this.width),1),uv:new oe(new Float32Array(this.uvs),2),index:new oe(new Uint16Array(this.indices_array),1),counters:new oe(new Float32Array(this.counters),1)}:(this._attributes.position.copyArray(new Float32Array(this.positions)),this._attributes.position.needsUpdate=!0,this._attributes.previous.copyArray(new Float32Array(this.previous)),this._attributes.previous.needsUpdate=!0,this._attributes.next.copyArray(new Float32Array(this.next)),this._attributes.next.needsUpdate=!0,this._attributes.side.copyArray(new Float32Array(this.side)),this._attributes.side.needsUpdate=!0,this._attributes.width.copyArray(new Float32Array(this.width)),this._attributes.width.needsUpdate=!0,this._attributes.uv.copyArray(new Float32Array(this.uvs)),this._attributes.uv.needsUpdate=!0,this._attributes.index.copyArray(new Uint16Array(this.indices_array)),this._attributes.index.needsUpdate=!0),this.setAttribute("position",this._attributes.position),this.setAttribute("previous",this._attributes.previous),this.setAttribute("next",this._attributes.next),this.setAttribute("side",this._attributes.side),this.setAttribute("width",this._attributes.width),this.setAttribute("uv",this._attributes.uv),this.setAttribute("counters",this._attributes.counters),this.setIndex(this._attributes.index),this.computeBoundingSphere(),this.computeBoundingBox()};function Eo(a,t,e,i,s){var o;if(a=a.subarray||a.slice?a:a.buffer,e=e.subarray||e.slice?e:e.buffer,a=t?a.subarray?a.subarray(t,s&&t+s):a.slice(t,s&&t+s):a,e.set)e.set(a,i);else for(o=0;o<a.length;o++)e[o+i]=a[o];return e}Pt.prototype.advance=function(a){var t=this._attributes.position.array,e=this._attributes.previous.array,i=this._attributes.next.array,s=t.length;Eo(t,0,e,0,s),Eo(t,6,t,0,s-6),t[s-6]=a.x,t[s-5]=a.y,t[s-4]=a.z,t[s-3]=a.x,t[s-2]=a.y,t[s-1]=a.z,Eo(t,6,i,0,s-6),i[s-6]=a.x,i[s-5]=a.y,i[s-4]=a.z,i[s-3]=a.x,i[s-2]=a.y,i[s-1]=a.z,this._attributes.position.needsUpdate=!0,this._attributes.previous.needsUpdate=!0,this._attributes.next.needsUpdate=!0};wt.meshline_vert=["",wt.logdepthbuf_pars_vertex,wt.fog_pars_vertex,"","attribute vec3 previous;","attribute vec3 next;","attribute float side;","attribute float width;","attribute float counters;","","uniform vec2 resolution;","uniform float lineWidth;","uniform vec3 color;","uniform float opacity;","uniform float sizeAttenuation;","","varying vec2 vUV;","varying vec4 vColor;","varying float vCounters;","","vec2 fix( vec4 i, float aspect ) {",""," vec2 res = i.xy / i.w;"," res.x *= aspect;"," vCounters = counters;"," return res;","","}","","void main() {",""," float aspect = resolution.x / resolution.y;",""," vColor = vec4( color, opacity );"," vUV = uv;",""," mat4 m = projectionMatrix * modelViewMatrix;"," vec4 finalPosition = m * vec4( position, 1.0 );"," vec4 prevPos = m * vec4( previous, 1.0 );"," vec4 nextPos = m * vec4( next, 1.0 );",""," vec2 currentP = fix( finalPosition, aspect );"," vec2 prevP = fix( prevPos, aspect );"," vec2 nextP = fix( nextPos, aspect );",""," float w = lineWidth * width;",""," vec2 dir;"," if( nextP == currentP ) dir = normalize( currentP - prevP );"," else if( prevP == currentP ) dir = normalize( nextP - currentP );"," else {"," vec2 dir1 = normalize( currentP - prevP );"," vec2 dir2 = normalize( nextP - currentP );"," dir = normalize( dir1 + dir2 );",""," vec2 perp = vec2( -dir1.y, dir1.x );"," vec2 miter = vec2( -dir.y, dir.x );"," //w = clamp( w / dot( miter, perp ), 0., 4. * lineWidth * width );",""," }",""," //vec2 normal = ( cross( vec3( dir, 0. ), vec3( 0., 0., 1. ) ) ).xy;"," vec4 normal = vec4( -dir.y, dir.x, 0., 1. );"," normal.xy *= .5 * w;"," normal *= projectionMatrix;"," if( sizeAttenuation == 0. ) {"," normal.xy *= finalPosition.w;"," normal.xy /= ( vec4( resolution, 0., 1. ) * projectionMatrix ).xy;"," }",""," finalPosition.xy += normal.xy * side;",""," gl_Position = finalPosition;","",wt.logdepthbuf_vertex,wt.fog_vertex&&" vec4 mvPosition = modelViewMatrix * vec4( position, 1.0 );",wt.fog_vertex,"}"].join(`
|
|
501
|
+
`,i=-1/0,s=this.geometry.getAttribute("position");if(s)for(let n=0;n<s.count;n++){let r=s.getZ(n);r>i&&(i=r)}let o=new dl({uniforms:{maxZ:{value:i},uColor:{value:new ar(this.options[0].fillColor).convertLinearToSRGB()},uColor2:{value:new ar(Xt(this.options[0].fillColor)).convertLinearToSRGB()},uOpacity:{value:this.options[0].fillOpacity}},vertexShader:t,fragmentShader:e,transparent:!0});this.material=o}initLineMaterial(){let t=C.createLineMaterial({color:this.options[0].strokeColor,opacity:this.options[0].strokeOpacity});return this.lineMaterial=t,t}initMesh(){this.mesh&&this.remove(this.mesh),this.mesh=new cl(this.geometry,this.material),this.add(this.mesh)}getBorderPoints(){let t=[],e=this.options[0].height+this.options[0].deltaHeight;return this.options.map(i=>{let{coords:s}=i.geometry;for(let o=0;o<s.length;o++){let n=s[o];for(let r=0;r<n.length;r++){let h=n[r],c=r+1===n.length?n[0]:n[r+1];t.push(new rr(h[0],h[1],e)),t.push(new rr(c[0],c[1],e))}}}),t}initLineGeometry(){this.lineGeometry&&this.lineGeometry.dispose();let t=this.getBorderPoints(),e=new ll().setFromPoints(t);this.lineGeometry=e}createBorder(){this.line&&this.remove(this.line);let t=new pl(this.lineGeometry,this.lineMaterial);return t.position.z=.01,this.line=t,this.add(t),t}dispose(){var t,e;this.geometry?(this.geometry.dispose(),this._listeners={}):this.addEventListener("init-geometry",()=>{var i;(i=this.geometry)==null||i.dispose(),this._listeners={}}),(t=this.material)==null||t.dispose(),(e=this.line)==null||e.geometry.dispose(),this.clear()}constructor(t,e,i){super(),this.context=t,this.mergedElement=i,this.options=[],i?(this.options=[i],this.initMergedElement()):(this.options=e.map(s=>w({},Tt,s)),this.init())}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.string.trim.js";import{DoubleSide as ml,Matrix4 as cr,Mesh as fl,MeshBasicMaterial as gl,Object3D as yl,PlaneGeometry as vl}from"three";import{mergeGeometries as xl}from"three/examples/jsm/utils/BufferGeometryUtils.js";var wl={airHeight:0,deltaHeight:0,height:0,geometry:{cds:[],type:"polygon",coords:[],curveCpt:[],curveIndex:[]},texts:[],fillColor:"#ffffff",fillOpacity:0,strokeColor:"#ffffff",strokeOpacity:0,secondHeight:0,secondRotate:0,center_x:0,center_y:0},Xi=class extends yl{init(){return g(this,null,function*(){let t=yield Promise.all(this.options.map(n=>V.getTextureByText(n.texts[0],{fillStyle:Ns(n.fillColor,n.fillOpacity),strokeStyle:Ns(n.strokeColor,n.strokeOpacity),lineWidth:2,font:"bold 28px sans-serif",maxWidth:2048}))),e=t.map((n,r)=>{let h=this.options[r],{width:c,height:l}=n.texture.image,p=c/l,d=h.secondHeight*p,u=new vl(d,h.secondHeight),f=new cr().makeTranslation(h.center_x,h.center_y,h.airHeight+h.deltaHeight+h.height).multiply(new cr().makeRotationZ(h.secondRotate));return u.applyMatrix4(f),u}),i=xl(e,!0);e.forEach(n=>n.dispose());let s=t.map(n=>{let{texture:r}=n,h=new gl({map:r,alphaTest:.9,side:ml});return r.needsUpdate=!0,h}),o=new fl(i,s);this.mesh=o,this.position.z+=.04,this.add(o)})}setOpacity(t){var e,i;(i=this.mesh)==null||(e=i.material)==null||e.forEach(s=>{s.opacity=t,s.needsUpdate=!0})}dispose(){var t,e,i;(t=this.mesh)==null||t.geometry.dispose(),(i=this.mesh)==null||(e=i.material)==null||e.forEach(s=>s.dispose()),this.clear()}constructor(t,e){super(),this.context=t,this.options=e.map(i=>w({},wl,i)).filter(i=>i.texts[0].trim()),this.options.length&&this.init()}};import{Object3D as Pl}from"three";import{Line2 as Ml}from"three/examples/jsm/lines/Line2.js";import{LineGeometry as _l}from"three/examples/jsm/lines/LineGeometry.js";import{LineMaterial as bl}from"three/examples/jsm/lines/LineMaterial.js";var ti=class extends Pl{registryEvent(){this.context.addEventListener("resize",this.onResize)}unRegistryEvent(){this.context.removeEventListener("resize",this.onResize)}setPosition(t,e){this.lineGeometry.setPositions([t.x,t.y,t.z,e.x,e.y,e.z]),this.line||this.createLine()}createLine(){this.line=new Ml(this.lineGeometry,this.lineMaterial),this.line.renderOrder=100003,this.add(this.line)}dispose(){var t;this.unRegistryEvent(),this.line&&A(this.line),this.lineGeometry=null,this.lineMaterial=null,this.clear(),(t=this.line)==null||t.clear(),this.line=null}constructor(t,e,i){super(),this.context=t,this.lineGeometry=new _l,this.lineMaterial=new bl({color:0,transparent:!0,depthTest:!1,linewidth:2}),this.line=null,this.onResize=()=>{let{width:s,height:o}=this.context.clientSize;this.lineMaterial.resolution.set(s,o)},this.onResize(),this.registryEvent(),e&&i&&this.setPosition(e,i)}};import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import{Box3 as El,InstancedMesh as Sl,Object3D as Cl,Vector3 as Ll}from"three";import{Matrix4 as ei}from"three";var Fi=class extends Cl{loadModel(){return g(this,null,function*(){let t=yield lt.loadModel(this.options[0].url);t.scene.updateMatrixWorld(!0);let e=t.scene.matrixWorld.clone().invert();t.scene.traverse(h=>{if(h.isMesh){let c=e.clone().multiply(h.matrixWorld),l=h.material;this.subMeshes.push({geometry:h.geometry,material:h.material,initialMatrix:c}),Array.isArray(l)?l.forEach(p=>{p.transparent=!0,this.materialOriginParams.set(p,{opacity:p.opacity})}):(l.transparent=!0,this.materialOriginParams.set(l,{opacity:l.opacity}))}});let i=this.subMeshes.map(h=>{let{geometry:c,material:l}=h;return new Sl(c,l,this.options.length)});t.scene.rotation.set(Math.PI/2,0,0);let o=new El().setFromObject(t.scene).getSize(new Ll),n=Math.max(o.x,o.y);this.options.map(h=>{let c=new ei,l=h.width/n;return c.multiply(new ei().makeTranslation(h.center_x,h.center_y,h.airHeight+h.deltaHeight)).multiply(new ei().makeScale(l,l,l)).multiply(new ei().makeRotationZ(h.rotate)).multiply(new ei().makeRotationX(Math.PI/2)),h.url==="https://robot-vr-public.cdn.bcebos.com/ai-map-resource/757/1865371442288267264/smzsdrc.glb"&&console.log(h,c),c}).forEach((h,c)=>{i.forEach((l,p)=>{let d=h.clone().multiply(this.subMeshes[p].initialMatrix);l.setMatrixAt(c,d)})}),i.forEach(h=>{h.instanceMatrix.needsUpdate=!0,this.meshSetMaterial(h),this.add(h)})})}meshSetMaterial(t){t.isMesh&&(t.frustumCulled=!1,t.castShadow=!0,Array.isArray(t.material)?t.material.map(e=>{e.emissiveIntensity*=.95}):(t.material.emissiveIntensity*=.95,t.material.emissive=t.material.color,t.material.emissiveMap=t.material.map))}setOpacity(t,e){e===void 0&&(e=!1),this.subMeshes.forEach(i=>{let{material:s}=i;if(Array.isArray(s))s.forEach(o=>{if(e)o.opacity=t;else{let n=this.materialOriginParams.get(o)||{opacity:1};t>n.opacity?o.opacity=n.opacity:o.opacity=t}o.needsUpdate=!0});else{let o=this.materialOriginParams.get(s)||{opacity:1};t>o.opacity?s.opacity=o.opacity:s.opacity=t,s.needsUpdate=!0}}),this.children.forEach(i=>{i.instanceMatrix.needsUpdate=!0})}dispose(){this.children.forEach(t=>t.dispose()),A(this),this.clear()}constructor(t,e){super(),this.context=t,this.options=e,this.subMeshes=[],this.materialOriginParams=new Map,this.loadModel()}};import{Object3D as Tl,Mesh as kl,LineSegments as Dl,ObjectLoader as Al}from"three";var Je=class extends Tl{init(){return g(this,null,function*(){this.geometry=this.initGeometry(),this.initMaterial(),this.initMesh(),this.mesh.position.z=this.options.deltaHeight+this.options.airHeight,this.options.lineGeometry&&(this.initLineMaterial(),this.initLineGeometry(),this.createBorder())})}initGeometry(){return this.loader.parseGeometries([this.options.mergedGeometry])[this.options.mergedGeometry.uuid]}initMaterial(){this.material=C.GetMergeAttributeGraphicMaterial()}initLineMaterial(){return this.lineMaterial=C.GetMergeAttributeGraphicLineMaterial()}initMesh(){this.mesh&&this.remove(this.mesh),this.mesh=new kl(this.geometry,this.material),this.add(this.mesh)}initLineGeometry(){this.lineGeometry&&this.lineGeometry.dispose();let t=this.loader.parseGeometries([this.options.lineGeometry]);this.lineGeometry=t[this.options.lineGeometry.uuid]}createBorder(){this.line&&this.remove(this.line);let t=new Dl(this.lineGeometry,this.lineMaterial);return t.position.z=.01,this.line=t,this.add(t),t}dispose(){var t;this.geometry&&this.geometry.dispose(),(t=this.line)==null||t.geometry.dispose(),this.clear()}constructor(t,e){super(),this.context=t,this.loader=new Al,this.options=w({},Tt,e),this.init()}};import{Mesh as Ol,Object3D as Rl,ObjectLoader as Il}from"three";var Yi=class extends Rl{initGeometry(){return g(this,null,function*(){let t=new Il().parseGeometries([this.options.mergedGeometry]);this.geometry=t[this.options.mergedGeometry.uuid]})}init(){return g(this,null,function*(){var t;yield this.initGeometry();let e=new Ol(this.geometry,dt.GetMergeAttributeWallMaterial());this.add(e);let i=(t=this.geometry)==null?void 0:t.getAttribute("opacity");i&&(this.originOpacities=Array.from(i.array))})}setOpacity(t,e){e===void 0&&(e=!1);var i;let s=(i=this.geometry)==null?void 0:i.getAttribute("opacity");if(s){for(let n=0;n<s.count;n++)if(e)s.setX(n,t);else{var o;s.setX(n,Math.min(t,(o=this.originOpacities[n])!=null?o:1))}s.needsUpdate=!0}}dispose(){var t;(t=this.geometry)==null||t.dispose(),this.clear()}constructor(t,e){super(),this.context=t,this.options=e,this.originOpacities=[],this.init()}};import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import{Float32BufferAttribute as Fl,FrontSide as Gl,InstancedBufferAttribute as Bl,InstancedMesh as zl,MeshBasicMaterial as Wl,Object3D as Ul,Shape as Hl,ShapeGeometry as Nl,Vector2 as qi}from"three";var pe=class extends Ul{init(){return g(this,null,function*(){let t=this.options.iconUrl,e=yield ot.getTextureByUrl(t),i=new Wl({map:e,transparent:!0,alphaTest:.2,side:Gl}),s=new zl(this.geometry,i,this.options.mergedMatrixes.size);s.instanceMatrix=new Bl(new Float32Array(this.options.mergedMatrixes.array),16),this.add(s),this.mesh=s,this.position.z+=.004})}setOpacity(t){this.mesh&&(this.mesh.material.opacity=t,this.mesh.material.needsUpdate=!0,this.mesh.instanceMatrix.needsUpdate=!0)}dispose(){var t;this.mesh&&A(this.mesh),(t=this.mesh)==null||t.dispose(),this.clear()}constructor(t,e){super(),this.context=t,this.geometry=new Nl(new Hl([new qi(-.5,-.5),new qi(-.5,.5),new qi(.5,.5),new qi(.5,-.5)])),this.options=w({},yo,e);let i=new Fl([0,0,0,1,1,1,1,0],2);this.geometry.setAttribute("uv",i),this.init()}};import"core-js/modules/es.array.push.js";import{Mesh as Zl,Object3D as jl,ObjectLoader as Vl,Vector2 as lr}from"three";import{LineSegments2 as pr}from"three/examples/jsm/lines/LineSegments2.js";import{LineSegmentsGeometry as dr}from"three/examples/jsm/lines/LineSegmentsGeometry.js";var $i=class extends jl{initGeometry(){return g(this,null,function*(){let t=this.loader.parseGeometries([this.options.mergedGeometry]);this.geometry=t[this.options.mergedGeometry.uuid]})}initMaterial(){let t=C.createMeshBasicMaterial({color:"#ffffff",opacity:1,vertexColors:!0});return this.material=t,t}initDoubleLine(){if(this.options.dashedLineGeometry){let t=C.createLine2MaterialMap({color:"#ffffff",width:.2,dashed:!0,resolution:new lr(this.context.clientSize.width,this.context.clientSize.height),vertexColors:!0});t.transparent=!0,t.needsUpdate=!0;let e=new dr;e.setPositions(this.options.dashedLineGeometry.positions),e.setColors(this.options.dashedLineGeometry.colors);let i=new pr(e,t);i.computeLineDistances(),i.position.z+=.01,this.add(i),this.doubleLines.push(i)}if(this.options.lineGeometry){let t=C.createLine2MaterialMap({color:"#ffffff",width:.2,dashed:!1,resolution:new lr(this.context.clientSize.width,this.context.clientSize.height),vertexColors:!0}),e=new dr;e.setPositions(this.options.lineGeometry.positions),e.setColors(this.options.lineGeometry.colors);let i=new pr(e,t);i.position.z+=.01,this.add(i),this.doubleLines.push(i)}}init(){return g(this,null,function*(){yield this.initGeometry(),this.initMaterial();let t=new Zl(this.geometry,this.material);this.add(t),this.initDoubleLine(),this.position.z+=.02})}setOpacity(t){this.material.opacity=t,this.material.needsUpdate=!0,this.doubleLines.forEach(e=>{e.material.opacity=t,e.material.needsUpdate=!0})}dispose(){var t,e;(t=this.geometry)==null||t.dispose(),(e=this.lineGeometry)==null||e.dispose(),this.doubleLines.map(i=>i.geometry.dispose()),this.clear()}constructor(t,e){super(),this.context=t,this.options=e,this.doubleLines=[],this.loader=new Vl,this.init()}};import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/web.dom-collections.iterator.js";import{Object3D as Kl,Vector3 as vo,BufferGeometry as Xl,LineSegments as Yl,Color as ur,BoxGeometry as ql,InstancedMesh as $l,Matrix4 as Jl,Quaternion as Ql,InstancedBufferAttribute as mr,BufferAttribute as fr}from"three";var qe=class extends Kl{setColorByIndex(t,e){this.mesh&&(this.mesh.setColorAt(t,new ur(e).convertLinearToSRGB()),this.mesh.instanceColor.needsUpdate=!0)}init(){return g(this,null,function*(){this.initMaterial(),this.initMesh(),this.mesh.position.z=this.options[0].deltaHeight+this.options[0].airHeight,this.options[0].strokeOpacity!==0&&(this.initLineMaterial(),this.initLineGeometry(),this.createBorder())})}initMaterial(){this.material=C.GetInstancedGraphicMaterial()}initLineMaterial(){let t=C.GetMergeAttributeGraphicLineMaterial();this.lineMaterial=t}initMesh(){this.mesh&&this.remove(this.mesh),this.mesh=new $l(this.geometry,this.material,this.options.length);let t=new mr(new Float32Array(this.options.length),1),e=new mr(new Float32Array(this.options.length),1);this.options.forEach((i,s)=>{let o=i.geometry.coords[0],[n,r,h]=o.slice(0,3),c=Math.sqrt((r[0]-n[0])**2+(r[1]-n[1])**2),l=Math.sqrt((h[0]-r[0])**2+(h[1]-r[1])**2),p=[c,l],d=Math.max(...p),u=Math.min(...p),f;d===c?f=[r[0]-n[0],r[1]-n[1]]:f=[h[0]-r[0],h[1]-r[1]];let[x,m]=f,y=Math.atan2(m,x)-Math.PI/2,P=new Jl().compose(new vo(i.center_coord_x,i.center_coord_y,(i.deltaHeight||0)+i.airHeight+i.height/2),new Ql().setFromAxisAngle(new vo(0,0,1),y),new vo(u,d,i.height));this.mesh.setMatrixAt(s,P),this.mesh.setColorAt(s,new ur(i.fillColor).convertLinearToSRGB());var M;t.array[s]=(M=i.fillOpacity)!=null?M:1;var E;e.array[s]=((E=i.deltaHeight)!=null?E:0)+i.airHeight+i.height}),this.originOpacity=[...t.array],this.geometry.setAttribute("opacity",t),this.geometry.setAttribute("maxZ",e),this.add(this.mesh),this.mesh.instanceMatrix.needsUpdate=!0}initLineGeometry(){this.lineGeometry&&this.lineGeometry.dispose();let{points:t,colors:e,opacities:i}=Js(this.options),s=new Xl().setFromPoints(t);s.setAttribute("color",new fr(new Float32Array(e),3)),s.setAttribute("opacity",new fr(new Float32Array(i),1)),this.lineOriginOpacity=[...i],this.lineGeometry=s}createBorder(){this.line&&this.remove(this.line);let t=new Yl(this.lineGeometry,this.lineMaterial);return t.position.z=.01,this.line=t,this.add(t),t}setOpacity(t,e){e===void 0&&(e=!1);let i=this.geometry.getAttribute("opacity");for(let n=0;n<i.count;n++)if(e)i.array[n]=t;else{var s;i.array[n]=Math.min(t,(s=this.originOpacity[n])!=null?s:1)}if(i.needsUpdate=!0,this.lineGeometry){let n=this.lineGeometry.getAttribute("opacity");for(let r=0;r<n.count;r++)if(e)n.array[r]=t;else{var o;n.array[r]=Math.min(t,(o=this.lineOriginOpacity[r])!=null?o:1)}n.needsUpdate=!0}}dispose(){var t,e;this.geometry.dispose(),(t=this.mesh)==null||t.dispose(),(e=this.line)==null||e.geometry.dispose(),this.clear()}constructor(t,e){super(),this.context=t,this.geometry=new ql(1,1,1),this.options=[],this.originOpacity=[],this.lineOriginOpacity=[],this.options=e.map(i=>w({},Tt,i)),this.init()}};import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/web.dom-collections.iterator.js";import{Object3D as tp,Color as ep,BoxGeometry as ip,InstancedMesh as sp,InstancedBufferAttribute as xo}from"three";var Te=class extends tp{init(){return g(this,null,function*(){this.initMaterial(),this.initMesh()})}initMaterial(){this.material=C.GetInstancedGraphicMaterial()}initMesh(){if(this.mesh&&this.remove(this.mesh),!this.elements)return;this.mesh=new sp(this.geometry,this.material,this.elements.size);let t=new xo(new Float32Array(this.elements.opacities),1),e=new xo(new Float32Array(this.elements.maxZs),1);this.originOpacities=[...t.array],this.geometry.setAttribute("opacity",t),this.geometry.setAttribute("maxZ",e),this.mesh.instanceMatrix.set(this.elements.matrixes),this.mesh.instanceColor=new xo(new Float32Array(this.elements.colors),3),this.add(this.mesh),this.mesh.instanceMatrix.needsUpdate=!0}setColorByIndex(t,e){this.mesh&&(this.mesh.setColorAt(t,new ep(e).convertLinearToSRGB()),this.mesh.instanceColor.needsUpdate=!0)}setOpacityByIndex(t,e){if(this.mesh){let i=this.geometry.getAttribute("opacity");i.setX(t,e),i.needsUpdate=!0}}setMatrixByIndex(t,e){this.mesh&&(this.mesh.setMatrixAt(t,e),this.mesh.instanceMatrix.needsUpdate=!0)}setMaxZByIndex(t,e){if(this.mesh){let i=this.geometry.getAttribute("maxZ");i.setX(t,e),i.needsUpdate=!0}}setColorById(t,e){if(!this.elements)return;let i=this.elements.ids.findIndex(s=>s===t);i!==-1&&this.setColorByIndex(i,e)}setOpacityById(t,e){if(!this.elements)return;let i=this.elements.ids.findIndex(s=>s===t);i!==-1&&this.setOpacityByIndex(i,e)}setMatrixById(t,e){if(!this.elements)return;let i=this.elements.ids.findIndex(s=>s===t);i!==-1&&this.setMatrixByIndex(i,e)}setMaxZById(t,e){if(!this.elements)return;let i=this.elements.ids.findIndex(s=>s===t);i!==-1&&this.setMaxZByIndex(i,e)}setOpacity(t,e){if(e===void 0&&(e=!1),!this.geometry)return;let i=this.geometry.getAttribute("opacity");for(let o=0;o<i.count;o++)if(e)i.array[o]=t;else{var s;i.array[o]=Math.min(t,(s=this.originOpacities[o])!=null?s:1)}i.needsUpdate=!0}pushElements(t){this.elements?(this.elements.size+=t.size,this.elements.colors=[...this.elements.colors,...t.colors],this.elements.matrixes=[...this.elements.matrixes,...t.matrixes],this.elements.opacities=[...this.elements.opacities,...t.opacities],this.elements.maxZs=[...this.elements.maxZs,...t.maxZs],this.elements.ids=[...this.elements.ids,...t.ids],this.originOpacities=[...this.originOpacities,...t.opacities]):this.elements=t,this.refesh()}removeInstanceById(t){if(this.elements){if(this.mesh){let e=this.elements.ids.indexOf(t);e!==-1&&(this.elements.size--,this.elements.colors.splice(e*3,3),this.elements.matrixes.splice(e*16,16),this.elements.opacities.splice(e,1),this.elements.maxZs.splice(e,1),this.elements.ids.splice(e,1),this.originOpacities.splice(e,1))}this.refesh()}}refesh(){this.mesh&&(this.mesh.dispose(),this.remove(this.mesh)),this.init()}dispose(){var t;this.material=null,this.originOpacities.length=0,this.geometry.dispose(),(t=this.mesh)==null||t.dispose(),this.clear()}constructor(t,e){super(),this.geometry=new ip(1,1,1),this.material=null,this.elements=null,this.originOpacities=[],this.elements=e,this.init()}};import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/web.dom-collections.iterator.js";import{Object3D as op,BoxGeometry as np,InstancedMesh as rp,InstancedBufferAttribute as Ji}from"three";var Qi=class extends op{init(){return g(this,null,function*(){this.initMaterial(),this.initMesh()})}initMaterial(){this.material=C.GetInstancedWallMaterial()}initMesh(){if(this.mesh&&this.remove(this.mesh),!this.elements)return;this.mesh=new rp(this.geometry,this.material,this.elements.size);let t=new Ji(new Float32Array(this.elements.opacities),1),e=new Ji(new Float32Array(this.elements.maxZs),1),i=new Ji(new Float32Array(this.elements.minZs),1);this.originOpacities=[...t.array],this.geometry.setAttribute("opacity",t),this.geometry.setAttribute("maxZ",e),this.geometry.setAttribute("minZ",i),this.mesh.instanceMatrix.set(this.elements.matrixes),this.mesh.instanceColor=new Ji(new Float32Array(this.elements.colors),3),this.add(this.mesh),this.mesh.instanceMatrix.needsUpdate=!0}setOpacityByIndex(t,e){if(this.mesh){let i=this.geometry.getAttribute("opacity");i.setX(t,e),i.needsUpdate=!0}}setOpacity(t,e){e===void 0&&(e=!1),this.elements&&this.elements.opacities.forEach((i,s)=>{let o=e?t:Math.min(t,this.originOpacities[s]);this.setOpacityByIndex(s,o)})}dispose(){this.mesh&&(this.mesh.dispose(),this.remove(this.mesh)),this.material=null,this.geometry&&this.geometry.dispose(),this.elements=null}constructor(t,e){super(),this.geometry=new np(1,1,1),this.material=null,this.elements=null,this.originOpacities=[],this.elements=e,this.init()}};import{Object3D as ap,LineSegments as hp,ObjectLoader as cp}from"three";var de=class extends ap{init(){return g(this,null,function*(){this.initLineGeometry(),this.initLineMaterial(),this.createBorder()})}initLineMaterial(){return this.lineMaterial=C.GetMergeAttributeGraphicLineMaterial()}initLineGeometry(){this.lineGeometry&&this.lineGeometry.dispose();let t=this.loader.parseGeometries([this.options]);this.lineGeometry=t[this.options.uuid]}createBorder(){this.line&&this.remove(this.line);let t=new hp(this.lineGeometry,this.lineMaterial);return t.position.z=.01,this.line=t,this.add(t),t}dispose(){var t;(t=this.lineGeometry)==null||t.dispose(),this.lineMaterial=null,this.clear()}constructor(t,e){super(),this.context=t,this.lineMaterial=null,this.loader=new cp,this.options=w({},Tt,e),this.init()}};import{Frustum as lp}from"three";var ts=class extends pt{setEnable(t){super.setEnable(t),U(this.rect,0,0,0,0),t?this.registryEvent():(this.startPoint=void 0,this.unRegistryEvent())}registryEvent(){this.context.container.addEventListener("pointerdown",this.onPointerDown),this.context.container.addEventListener("pointermove",this.onPointerMove),this.context.container.addEventListener("pointerup",this.onPointerUp),this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.container.removeEventListener("pointerdown",this.onPointerDown),this.context.container.removeEventListener("pointermove",this.onPointerMove),this.context.container.removeEventListener("pointerup",this.onPointerUp),this.context.removeEventListener("update",this.onUpdate)}doSelect(){if(this.startPoint&&this.endPoint){if(this.startPoint.distanceTo(this.endPoint)<.1)return;let{context:{camera:e,container:{clientWidth:i,clientHeight:s}}}=this,o=T(this.startPoint,e,i,s),n=T(this.endPoint,e,i,s),r={x:Math.min(o.x,n.x),y:Math.min(o.y,n.y)},h={x:Math.max(o.x,n.x),y:Math.max(o.y,n.y)},c=this.searchMapInFrustum(r,h);this.dispatchEvent({type:"selected",list:c})}}searchMapInFrustum(t,e){var i;let{context:s}=this;return((i=s.currentFloor)==null?void 0:i.graphicLayer.children.filter(o=>o instanceof K&&this.searchChildInFrustum(o,t,e)))||[]}searchChildInFrustum(t,e,i){let{context:{camera:s,container:{clientWidth:o,clientHeight:n}}}=this;if(!t)return!1;if(!t.mesh){let d=t.getPosition();if(d){let u=T(d,s,o,n);return ie(u,e,i)}return!1}t.mesh.geometry.boundingBox||t.mesh.geometry.computeBoundingBox();let r=t.mesh.geometry.boundingBox;if(!r)return!1;let{min:h,max:c}=r,l=T(h,s,o,n),p=T(c,s,o,n);return!(!ie(l,e,i)||!ie(p,e,i))}dispose(){super.dispose(),this.rect=null,this.unRegistryEvent()}constructor(t){super(t),this.frustum=new lp,this.onPointerDown=s=>{if(!this.enable)return;let o=this.getIntersectByPointerEvent(s);o&&(this.startPoint=o),this.endPoint=void 0},this.onPointerMove=s=>{if(!this.enable||!this.startPoint)return;let o=this.getIntersectByPointerEvent(s);o&&(this.endPoint=o)},this.onPointerUp=s=>{if(!this.enable)return;let o=this.getIntersectByPointerEvent(s);o&&(this.endPoint=o),this.doSelect(),this.startPoint=void 0},this.onUpdate=()=>{if(this.startPoint){let s=this.getSvgCoordinate(this.startPoint),o=w({},s);this.endPoint&&(o=this.getSvgCoordinate(this.endPoint));let n={x:Math.min(s.x,o.x),y:Math.min(s.y,o.y)},r=Math.abs(o.x-s.x),h=Math.abs(o.y-s.y);U(this.rect,n.x,n.y,r,h)}else U(this.rect,0,0,0,0)};let{config:{selectBox:{fill:e,stroke:i}}}=t;this.rect=mt(i,e),this.svg.appendChild(this.rect),this.registryEvent()}};var es=class extends pp{get list(){return this._list}enableBoxSelection(){this.isMultipleSelect||!this.context.config.enableBoxSelect||(this.isMultipleSelect=!0,this.boxSelection.setEnable(!0),this.prevPanStatus=this.context.control.enablePan,this.prevRotateStatus=this.context.control.enableRotate,this.context.control.enablePan=!1,this.context.control.enableRotate=!1)}disableBoxSelection(){this.isMultipleSelect&&(this.isMultipleSelect=!1,this.boxSelection.setEnable(!1),this.context.control.enablePan=!!this.prevPanStatus,this.context.control.enableRotate=!!this.prevRotateStatus)}selectEnd(){this.dispatchEvent({type:"select",graphics:[...this._list],isMultipleSelect:this.isMultipleSelect})}registryEvent(){this.context.container.addEventListener("pointerdown",this.onPointerDown),this.context.container.addEventListener("pointerup",this.onPointerUp),this.context.container.addEventListener("pointerout",this.onPointerOut),this.context.container.addEventListener("pointercancel",this.onPointerOut),window.addEventListener("keydown",this.onKeyDown),window.addEventListener("keyup",this.onKeyUp),this.boxSelection.addEventListener("selected",this.onBoxSelected)}unRegistryEvent(){this.context.container.removeEventListener("pointerdown",this.onPointerDown),this.context.container.removeEventListener("pointerup",this.onPointerUp),this.context.container.removeEventListener("pointerout",this.onPointerOut),this.context.container.removeEventListener("pointercancel",this.onPointerOut),window.removeEventListener("keydown",this.onKeyDown),window.removeEventListener("keyup",this.onKeyUp),this.boxSelection.removeEventListener("selected",this.onBoxSelected)}clear(){this._list.clear()}remove(t){this._list.delete(t)}dispose(){this.unRegistryEvent()}constructor(t){super(),this.context=t,this._list=new Set,this.downPoint=null,this.downTime=0,this.isMultipleSelect=!1,this.onPointerDown=e=>{Date.now()-this.downTime<200||(this.downPoint={x:e.offsetX,y:e.offsetY},this.downTime=Date.now())},this.onPointerUp=e=>{if(!this.downPoint)return;let{offsetX:i,offsetY:s}=e,{x:o,y:n}=this.downPoint;if(Math.sqrt((o-i)**2+(n-s)**2)>3)return;let{graphics:r}=this.context.getGraphicsByDeviceXy(i,s),h=new Set(r.map(l=>l.options.id));this.context.getPoisByDeviceXy(i,s).forEach(l=>{if(!h.has(l.options.id)){var p;let d=((p=this.context.currentFloor)==null?void 0:p.graphicLayer.graphicMap.get(l.options.id))||null;d&&d.options.geometry.type==="point"&&(r.push(d),h.add(l.options.id))}}),(xe?e.metaKey:e.ctrlKey)||this._list.clear(),r.forEach(l=>this._list.add(l)),this.selectEnd(),this.downPoint=null},this.onPointerOut=e=>{this.disableBoxSelection()},this.onKeyDown=e=>{we(e.key)&&this.enableBoxSelection()},this.onKeyUp=e=>{we(e.key)&&this.disableBoxSelection()},this.onBoxSelected=e=>{let{list:i}=e;this._list.clear(),i.forEach(s=>{this._list.add(s)}),this.selectEnd()},this.boxSelection=new ts(t),this.boxSelection.setEnable(!1),this.registryEvent()}};import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/web.dom-collections.iterator.js";import{EventDispatcher as dp,Vector2 as up}from"three";var is=class extends dp{handleHoverGraphicsChange(t){t===void 0&&(t=this.curGraphics),this.dispatchEvent({type:"hover-change",graphics:Array.from(t)})}registryEvent(){this.context.addEventListener("pointer-over",this.onPointerMove),this.context.addEventListener("pointer-move",this.onPointerMove),this.context.addEventListener("pointer-level",this.onPointerLevel),document.body.addEventListener("pointermove",this.onBodyPointerMove)}unRegistryEvent(){this.context.removeEventListener("pointer-over",this.onPointerMove),this.context.removeEventListener("pointer-move",this.onPointerMove),this.context.removeEventListener("pointer-level",this.onPointerLevel),document.body.removeEventListener("pointermove",this.onBodyPointerMove)}dispose(){this.unRegistryEvent(),this.timer.dispose()}constructor(t){super(),this.context=t,this.curGraphics=new Set,this.timer=new H,this.graphicTimerMap=new Map,this.onPointerMove=e=>{let{graphics:i,pois:s,e:o}=e,n=s.map(l=>{var p;return(p=this.context.currentFloor)==null?void 0:p.graphicLayer.graphicMap.get(l.options.id)}).filter(l=>l&&l.options.geometry.type==="point");if(!i.length&&!n.length&&this.curGraphics.size){this.curGraphics.clear(),this.handleHoverGraphicsChange();return}let{time:r}=this.context.config.hover,h=new Set;if(n.length){let l,p=1e4;n.forEach(d=>{let u=s.find(f=>f.options.id===d.options.id);if(u instanceof ce){let{x:f,y:x}=u.clientPos,m=Math.sqrt((f-o.offsetX)**2+(x-o.offsetY)**2);m<p&&(p=m,l=d)}else if(u instanceof $){let{x:f,y:x}=u.box.getCenter(new up),m=Math.sqrt((f-o.offsetX)**2+(x-o.offsetY)**2);m<p&&(p=m,l=d)}}),h.add(l)}h.size||i.forEach(l=>h.add(l)),h.forEach(l=>{if(this.graphicTimerMap.get(l)||this.curGraphics.has(l))return;let p=this.timer.setTimeout(()=>{this.curGraphics.add(l),this.graphicTimerMap.delete(l),this.timer.clearTimeout(p),this.handleHoverGraphicsChange()},r);this.graphicTimerMap.set(l,p)}),this.graphicTimerMap.forEach((l,p)=>{h.has(p)||(this.timer.clearTimeout(l),this.graphicTimerMap.delete(p))});let c=this.curGraphics.size;this.curGraphics.forEach(l=>{h.has(l)||this.curGraphics.delete(l)}),c!==this.curGraphics.size&&this.handleHoverGraphicsChange()},this.onPointerLevel=()=>{this.curGraphics.clear(),this.handleHoverGraphicsChange()},this.onBodyPointerMove=e=>{if(this.curGraphics.size){let i=this.context.container.getBoundingClientRect();(e.clientX<i.left||e.clientX>i.right||e.clientY<i.top||e.clientY>i.bottom)&&this.onPointerLevel()}},this.registryEvent()}};import"core-js/modules/web.dom-collections.iterator.js";import{Box3 as mp,Vector3 as Wt}from"three";import{polygon as gr,intersect as fp}from"@turf/turf";var ss=class{updateBox(){this.box.setFromObject(this.context.scene)}setEnable(t){this.enable=t,t?this.registryEvent():this.unRegistryEvent()}changePrevCamera(){this.prevCamera={position:this.context.camera.position.clone(),zoom:this.context.camera.zoom,target:this.context.control.target.clone()}}backToPrevCamera(){this.setEnable(!1),this.context.camera.position.copy(this.prevCamera.position),this.context.camera.zoom=this.prevCamera.zoom,this.context.control.target.copy(this.prevCamera.target),this.context.control.update(),this.setEnable(!0)}registryEvent(){this.context.addEventListener("control-change",this.onCameraChange)}unRegistryEvent(){this.context.removeEventListener("control-change",this.onCameraChange)}getCurFloorScreenPosition(){if(!this.context.scene.children.filter(f=>f instanceof zt).length)return null;let e=this.box,{camera:i,clientSize:{width:s,height:o}}=this.context,{min:n,max:r}=e,c=[new Wt(n.x,n.y,n.z),new Wt(r.x,n.y,n.z),new Wt(n.x,r.y,n.z),new Wt(r.x,r.y,n.z),new Wt(n.x,n.y,r.z),new Wt(r.x,n.y,r.z),new Wt(n.x,r.y,r.z),new Wt(r.x,r.y,r.z)].map(f=>T(f,i,s,o)),l=Math.min(...c.map(f=>f.x)),p=Math.max(...c.map(f=>f.x)),d=Math.min(...c.map(f=>f.y)),u=Math.max(...c.map(f=>f.y));return{left:l,right:p,top:d,bottom:u}}checkDistanceToScreenEdge(t){let{left:e,right:i,top:s,bottom:o}=t,{width:n,height:r}=this.context.clientSize,[h,c,l,p]=this.context.config.cameraBound.padding,d=gr([[[e,s],[i,s],[i,o],[e,o],[e,s]]]),u=gr([[[p,h],[n-c,h],[n-c,r-l],[p,r-l],[p,h]]]);try{return fp(d,u)!==null}catch(f){return console.warn("\u8BA1\u7B97\u4EA4\u96C6\u51FA\u9519:",f),!1}}dispose(){this.unRegistryEvent()}constructor(t){this.context=t,this.prevCamera={position:new Wt,zoom:1,target:new Wt},this.enable=!0,this.box=new mp,this.onCameraChange=()=>{let e=this.getCurFloorScreenPosition();if(e){let{left:i,right:s,top:o,bottom:n}=e;if([i,s,o,n].every(h=>!h))return;this.checkDistanceToScreenEdge({left:i,right:s,top:o,bottom:n})?this.changePrevCamera():this.backToPrevCamera()}},this.registryEvent(),this.changePrevCamera()}};import"core-js/modules/es.promise.finally.js";import{Vector3 as xr}from"three";import{Tween as as,Group as Pp}from"@tweenjs/tween.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{EventDispatcher as gp,MOUSE as Re,Quaternion as yr,Spherical as os,TOUCH as Ie,Vector2 as xt,Vector3 as Et,Plane as yp,Ray as vp,MathUtils as xp}from"three";var ns=new vp,vr=new yp,wp=Math.cos(70*xp.DEG2RAD),rs=class extends gp{dispose(){this.domElement.removeEventListener("contextmenu",this.onContextMenu),this.domElement.removeEventListener("pointerdown",this.onPointerDown),this.domElement.removeEventListener("pointercancel",this.onPointerUp),this.domElement.removeEventListener("wheel",this.onMouseWheel),this.domElement.removeEventListener("pointermove",this.onPointerMove),this.domElement.removeEventListener("pointerup",this.onPointerUp),this._domElementKeyEvents!==null&&(this._domElementKeyEvents.removeEventListener("keydown",this.onKeyDown),this._domElementKeyEvents=null)}constructor(t,e){super(),this.rotateLineStart=new xt,this.rotateLineEnd=new xt,this.spherical=new os,this.sphericalDelta=new os,this.object=t,this.domElement=e,this.domElement.style.touchAction="none",this.enabled=!0,this.target=new Et,this.minDistance=0,this.maxDistance=1/0,this.minZoom=0,this.maxZoom=1/0,this.minPolarAngle=0,this.maxPolarAngle=Math.PI,this.minAzimuthAngle=-1/0,this.maxAzimuthAngle=1/0,this.enableDamping=!1,this.dampingFactor=.05,this.enableZoom=!0,this.zoomSpeed=1,this.enableRotate=!0,this.rotateSpeed=1,this.enablePan=!0,this.panSpeed=1,this.keyPanSpeed=7,this.zoomToCursor=!1,this.autoRotate=!1,this.autoRotateSpeed=2,this.keys={LEFT:"ArrowLeft",UP:"ArrowUp",RIGHT:"ArrowRight",BOTTOM:"ArrowDown"},this.screenSpacePanning=!1,this.mouseButtons={LEFT:Re.PAN,MIDDLE:Re.DOLLY,RIGHT:Re.ROTATE},this.touches={ONE:Ie.PAN,TWO:Ie.DOLLY_ROTATE},this.target0=this.target.clone(),this.position0=this.object.position.clone(),this.zoom0=this.object.zoom,this._domElementKeyEvents=null,this.getPolarAngle=function(){return r.phi},this.getAzimuthalAngle=function(){return r.theta},this.getDistance=function(){return this.object.position.distanceTo(this.target)},this.listenToKeyEvents=function(v){v.addEventListener("keydown",this.onKeyDown),this._domElementKeyEvents=v},this.stopListenToKeyEvents=function(){var v;(v=this._domElementKeyEvents)==null||v.removeEventListener("keydown",this.onKeyDown),this._domElementKeyEvents=null},this.saveState=function(){i.target0.copy(i.target),i.position0.copy(i.object.position),i.zoom0=i.object.zoom},this.reset=function(){i.target.copy(i.target0),i.object.position.copy(i.position0),i.object.zoom=i.zoom0,i.object.updateProjectionMatrix(),i.dispatchEvent({type:"change"}),i.update(),o=s.NONE},this.update=function(){let v=new Et,_=new yr().setFromUnitVectors(t.up,new Et(0,1,0)),B=_.clone().invert(),q=new Et,vt=new yr,Rt=new Et,St=2*Math.PI;return function(Ue){Ue===void 0&&(Ue=null);let Ht=i.object.position;v.copy(Ht).sub(i.target),v.applyQuaternion(_),r.setFromVector3(v),i.autoRotate&&o===s.NONE&&Z(J(Ue)),i.enableDamping?(r.theta+=h.theta*i.dampingFactor,r.phi+=h.phi*i.dampingFactor):(r.theta+=h.theta,r.phi+=h.phi);let Nt=i.minAzimuthAngle,Zt=i.maxAzimuthAngle;isFinite(Nt)&&isFinite(Zt)&&(Nt<-Math.PI?Nt+=St:Nt>Math.PI&&(Nt-=St),Zt<-Math.PI?Zt+=St:Zt>Math.PI&&(Zt-=St),Nt<=Zt?r.theta=Math.max(Nt,Math.min(Zt,r.theta)):r.theta=r.theta>(Nt+Zt)/2?Math.max(Nt,r.theta):Math.min(Zt,r.theta)),r.phi=Math.max(i.minPolarAngle,Math.min(i.maxPolarAngle,r.phi)),r.makeSafe(),i.enableDamping===!0?i.target.addScaledVector(l,i.dampingFactor):i.target.add(l),i.zoomToCursor&&R||i.object.isOrthographicCamera?r.radius=G(r.radius):r.radius=G(r.radius*c),v.setFromSpherical(r),v.applyQuaternion(B),Ht.copy(i.target).add(v),i.object.lookAt(i.target),i.enableDamping===!0?(h.theta*=1-i.dampingFactor,h.phi*=1-i.dampingFactor,l.multiplyScalar(1-i.dampingFactor)):(h.set(0,0,0),l.set(0,0,0));let li=!1;if(i.zoomToCursor&&R){let He=null;if(i.object.isPerspectiveCamera){let Ne=v.length();He=G(Ne*c);let pi=Ne-He;i.object.position.addScaledVector(E,pi),i.object.updateMatrixWorld()}else if(i.object.isOrthographicCamera){let Ne=new Et(S.x,S.y,0);Ne.unproject(i.object),i.object.zoom=Math.max(i.minZoom,Math.min(i.maxZoom,i.object.zoom/c)),i.object.updateProjectionMatrix(),li=!0;let pi=new Et(S.x,S.y,0);pi.unproject(i.object),i.object.position.sub(pi).add(Ne),i.object.updateMatrixWorld(),He=v.length()}else console.warn("WARNING: OrbitControls.js encountered an unknown camera type - zoom to cursor disabled."),i.zoomToCursor=!1;He!==null&&(i.screenSpacePanning?i.target.set(0,0,-1).transformDirection(i.object.matrix).multiplyScalar(He).add(i.object.position):(ns.origin.copy(i.object.position),ns.direction.set(0,0,-1).transformDirection(i.object.matrix),Math.abs(i.object.up.dot(ns.direction))<wp?t.lookAt(i.target):(vr.setFromNormalAndCoplanarPoint(i.object.up,i.target),ns.intersectPlane(vr,i.target))))}else i.object.isOrthographicCamera&&(i.object.zoom=Math.max(i.minZoom,Math.min(i.maxZoom,i.object.zoom/c)),i.object.updateProjectionMatrix(),li=!0);return c=1,R=!1,li||q.distanceToSquared(i.object.position)>n||8*(1-vt.dot(i.object.quaternion))>n||Rt.distanceToSquared(i.target)>0?(i.dispatchEvent({type:"change"}),q.copy(i.object.position),vt.copy(i.object.quaternion),Rt.copy(i.target),li=!1,!0):!1}}();let i=this,s={NONE:-1,ROTATE:0,DOLLY:1,PAN:2,TOUCH_ROTATE:3,TOUCH_PAN:4,TOUCH_DOLLY_PAN:5,TOUCH_DOLLY_ROTATE:6},o=s.NONE,n=1e-6,r=new os,h=new os,c=1,l=new Et,p=new xt,d=new xt,u=new xt,f=new xt,x=new xt,m=new xt,y=new xt,P=new xt,M=new xt,E=new Et,S=new xt,R=!1,b=[],N={};function J(v){return v!==null?2*Math.PI/60*i.autoRotateSpeed*v:2*Math.PI/60/60*i.autoRotateSpeed}function O(){return Math.pow(.95,i.zoomSpeed)}function Z(v){h.theta-=v}function Q(v){h.phi-=v}let st=function(){let v=new Et;return function(B,q){v.setFromMatrixColumn(q,0),v.multiplyScalar(-B),l.add(v)}}(),nt=function(){let v=new Et;return function(B,q){i.screenSpacePanning===!0?v.setFromMatrixColumn(q,1):(v.setFromMatrixColumn(q,0),v.crossVectors(i.object.up,v)),v.multiplyScalar(B),l.add(v)}}(),D=function(){let v=new Et;return function(B,q){let vt=i.domElement;if(i.object.isPerspectiveCamera){let Rt=i.object.position;v.copy(Rt).sub(i.target);let St=v.length();St*=Math.tan(i.object.fov/2*Math.PI/180),st(2*B*St/vt.clientHeight,i.object.matrix),nt(2*q*St/vt.clientHeight,i.object.matrix)}else i.object.isOrthographicCamera?(st(B*(i.object.right-i.object.left)/i.object.zoom/vt.clientWidth,i.object.matrix),nt(q*(i.object.top-i.object.bottom)/i.object.zoom/vt.clientHeight,i.object.matrix)):(console.warn("WARNING: OrbitControls.js encountered an unknown camera type - pan disabled."),i.enablePan=!1)}}();function ge(v){i.object.isPerspectiveCamera||i.object.isOrthographicCamera?c/=v:(console.warn("WARNING: OrbitControls.js encountered an unknown camera type - dolly/zoom disabled."),i.enableZoom=!1)}function ze(v){i.object.isPerspectiveCamera||i.object.isOrthographicCamera?c*=v:(console.warn("WARNING: OrbitControls.js encountered an unknown camera type - dolly/zoom disabled."),i.enableZoom=!1)}function F(v){if(!i.zoomToCursor)return;R=!0;let _=i.domElement.getBoundingClientRect(),B=v.clientX-_.left,q=v.clientY-_.top,vt=_.width,Rt=_.height;S.x=B/vt*2-1,S.y=-(q/Rt)*2+1,E.set(S.x,S.y,1).unproject(i.object).sub(i.object.position).normalize()}function G(v){return Math.max(i.minDistance,Math.min(i.maxDistance,v))}function Y(v){p.set(v.clientX,v.clientY)}function j(v){F(v),y.set(v.clientX,v.clientY)}function At(v){f.set(v.clientX,v.clientY)}function Ot(v){d.set(v.clientX,v.clientY),u.subVectors(d,p).multiplyScalar(i.rotateSpeed);let _=i.domElement;Z(2*Math.PI*u.x/_.clientHeight),Q(2*Math.PI*u.y/_.clientHeight),p.copy(d),i.update()}function ee(v){P.set(v.clientX,v.clientY),M.subVectors(P,y),M.y>0?ge(O()):M.y<0&&ze(O()),y.copy(P),i.update()}function Ut(v){x.set(v.clientX,v.clientY),m.subVectors(x,f).multiplyScalar(i.panSpeed),D(m.x,m.y),f.copy(x),i.update()}function We(v){F(v),v.deltaY<0?ze(O()):v.deltaY>0&&ge(O()),i.update()}function la(v){let _=!1;switch(v.code){case i.keys.UP:v.ctrlKey||v.metaKey||v.shiftKey?Q(2*Math.PI*i.rotateSpeed/i.domElement.clientHeight):D(0,i.keyPanSpeed),_=!0;break;case i.keys.BOTTOM:v.ctrlKey||v.metaKey||v.shiftKey?Q(-2*Math.PI*i.rotateSpeed/i.domElement.clientHeight):D(0,-i.keyPanSpeed),_=!0;break;case i.keys.LEFT:v.ctrlKey||v.metaKey||v.shiftKey?Z(2*Math.PI*i.rotateSpeed/i.domElement.clientHeight):D(i.keyPanSpeed,0),_=!0;break;case i.keys.RIGHT:v.ctrlKey||v.metaKey||v.shiftKey?Z(-2*Math.PI*i.rotateSpeed/i.domElement.clientHeight):D(-i.keyPanSpeed,0),_=!0;break}_&&(v.preventDefault(),i.update())}function Bo(){if(b.length===1)p.set(b[0].pageX,b[0].pageY);else{let v=(b[0].pageX-b[0].pageY)/(b[1].pageX-b[1].pageY),_=b[0].pageY-v*b[0].pageX;i.rotateLineStart.set(v,_);let B=.5*(b[0].pageX+b[1].pageX),q=.5*(b[0].pageY+b[1].pageY);p.set(B,q)}}function zo(){if(b.length===1)f.set(b[0].pageX,b[0].pageY);else{let v=.5*(b[0].pageX+b[1].pageX),_=.5*(b[0].pageY+b[1].pageY);f.set(v,_)}}function Wo(){let v=b[0].pageX-b[1].pageX,_=b[0].pageY-b[1].pageY,B=Math.sqrt(v*v+_*_);y.set(0,B)}function pa(){i.enableZoom&&Wo(),i.enablePan&&zo()}function da(){i.enableZoom&&Wo(),i.enableRotate&&Bo()}function Uo(v){if(b.length==1)d.set(v.pageX,v.pageY);else{let B=Gs(v),q=.5*(v.pageX+B.x),vt=.5*(v.pageY+B.y);d.set(q,vt);let Rt=(v.pageY-B.y)/(v.pageX-B.x),St=B.y-Rt*B.x;if(i.rotateLineEnd.set(Rt,St),Number.isFinite(i.rotateLineEnd.x)&&Number.isFinite(i.rotateLineStart.x)){let Bs=(i.rotateLineStart.y-i.rotateLineEnd.y)/(i.rotateLineEnd.x-i.rotateLineStart.x),Ue=Rt*Bs+St;if(Number.isFinite(Bs)&&Number.isFinite(Ue)){let Ht=Math.atan(i.rotateLineEnd.x)-Math.atan(i.rotateLineStart.x);Math.PI-Math.abs(Ht)<.5&&(Ht=-Math.sign(Ht)*(Math.PI-Math.abs(Ht))),Math.abs(Ht)<.1&&(h.theta+=Ht)}}i.rotateLineStart.copy(i.rotateLineEnd)}u.subVectors(d,p).multiplyScalar(i.rotateSpeed);let _=i.domElement;Q(2*Math.PI*u.y/_.clientHeight),p.copy(d)}function Ho(v){if(b.length===1)x.set(v.pageX,v.pageY);else{let _=Gs(v),B=.5*(v.pageX+_.x),q=.5*(v.pageY+_.y);x.set(B,q)}m.subVectors(x,f).multiplyScalar(i.panSpeed),D(m.x,m.y),f.copy(x)}function No(v){let _=Gs(v),B=v.pageX-_.x,q=v.pageY-_.y,vt=Math.sqrt(B*B+q*q);P.set(0,vt),M.set(0,Math.pow(P.y/y.y,i.zoomSpeed)),ge(M.y),y.copy(P)}function ua(v){i.enableZoom&&No(v),i.enablePan&&Ho(v)}function ma(v){i.enableZoom&&No(v),i.enableRotate&&Uo(v)}this.onPointerDown=function(_){i.enabled!==!1&&(b.length===0&&(i.domElement.setPointerCapture(_.pointerId),i.domElement.addEventListener("pointermove",i.onPointerMove),i.domElement.addEventListener("pointerup",i.onPointerUp)),xa(_),_.pointerType==="touch"?ya(_):fa(_))},this.onPointerMove=function(_){i.enabled!==!1&&(_.pointerType==="touch"?va(_):ga(_))},this.onPointerUp=function(_){wa(_),b.length===0&&(i.domElement.releasePointerCapture(_.pointerId),i.domElement.removeEventListener("pointermove",i.onPointerMove),i.domElement.removeEventListener("pointerup",i.onPointerUp)),i.dispatchEvent({type:"end"}),o=s.NONE};function fa(v){let _;switch(v.button){case 0:_=i.mouseButtons.LEFT;break;case 1:_=i.mouseButtons.MIDDLE;break;case 2:_=i.mouseButtons.RIGHT;break;default:_=-1}switch(_){case Re.DOLLY:if(i.enableZoom===!1)return;j(v),o=s.DOLLY;break;case Re.ROTATE:if(v.ctrlKey||v.metaKey||v.shiftKey){if(i.enablePan===!1)return;At(v),o=s.PAN}else{if(i.enableRotate===!1)return;Y(v),o=s.ROTATE}break;case Re.PAN:if(v.ctrlKey||v.metaKey||v.shiftKey){if(i.enableRotate===!1)return;Y(v),o=s.ROTATE}else{if(i.enablePan===!1)return;At(v),o=s.PAN}break;default:o=s.NONE}o!==s.NONE&&i.dispatchEvent({type:"start"})}function ga(v){switch(o){case s.ROTATE:if(i.enableRotate===!1)return;Ot(v);break;case s.DOLLY:if(i.enableZoom===!1)return;ee(v);break;case s.PAN:if(i.enablePan===!1)return;Ut(v);break}}this.onMouseWheel=function(_){i.enabled===!1||i.enableZoom===!1||o!==s.NONE||(_.preventDefault(),i.dispatchEvent({type:"start"}),We(_),i.dispatchEvent({type:"end"}))},this.onKeyDown=function(_){i.enabled===!1||i.enablePan===!1||la(_)};function ya(v){switch(Zo(v),b.length){case 1:switch(i.touches.ONE){case Ie.ROTATE:if(i.enableRotate===!1)return;Bo(),o=s.TOUCH_ROTATE;break;case Ie.PAN:if(i.enablePan===!1)return;zo(),o=s.TOUCH_PAN;break;default:o=s.NONE}break;case 2:switch(i.touches.TWO){case Ie.DOLLY_PAN:if(i.enableZoom===!1&&i.enablePan===!1)return;pa(),o=s.TOUCH_DOLLY_PAN;break;case Ie.DOLLY_ROTATE:if(i.enableZoom===!1&&i.enableRotate===!1)return;da(),o=s.TOUCH_DOLLY_ROTATE;break;default:o=s.NONE}break;default:o=s.NONE}o!==s.NONE&&i.dispatchEvent({type:"start"})}function va(v){switch(Zo(v),o){case s.TOUCH_ROTATE:if(i.enableRotate===!1)return;Uo(v),i.update();break;case s.TOUCH_PAN:if(i.enablePan===!1)return;Ho(v),i.update();break;case s.TOUCH_DOLLY_PAN:if(i.enableZoom===!1&&i.enablePan===!1)return;ua(v),i.update();break;case s.TOUCH_DOLLY_ROTATE:if(i.enableZoom===!1&&i.enableRotate===!1)return;ma(v),i.update();break;default:o=s.NONE}}this.onContextMenu=function(_){i.enabled!==!1&&_.preventDefault()};function xa(v){b.push(v)}function wa(v){delete N[v.pointerId];for(let _=0;_<b.length;_++)if(b[_].pointerId==v.pointerId){b.splice(_,1);return}}function Zo(v){let _=N[v.pointerId];_===void 0&&(_=new xt,N[v.pointerId]=_),_.set(v.pageX,v.pageY)}function Gs(v){let _=v.pointerId===b[0].pointerId?b[1]:b[0];return N[_.pointerId]}i.domElement.addEventListener("contextmenu",this.onContextMenu),i.domElement.addEventListener("pointerdown",this.onPointerDown),i.domElement.addEventListener("pointercancel",this.onPointerUp),i.domElement.addEventListener("wheel",this.onMouseWheel,{passive:!1}),this.update()}};var hs=class extends rs{registryEvent(){this.addEventListener("change",this.onChange),this.context.addEventListener("update",this.tweenUpdate)}unRegistryEvent(){this.removeEventListener("change",this.onChange),this.context.removeEventListener("update",this.tweenUpdate)}setPolarAngle(t,e){e===void 0&&(e=!1);let{maxPolarAngle:i,minPolarAngle:s}=this,o=i===s;(e||t<=i&&t>=s)&&(this.maxPolarAngle=t,this.minPolarAngle=t,this.update()),o||(this.maxPolarAngle=i,this.minPolarAngle=s)}setPolarAngleByDuration(t,e,i){return g(this,null,function*(){return e===void 0&&(e=!1),i===void 0&&(i=500),i<=0?this.setPolarAngle(t,e):Mt(new Promise(s=>{let o={polar:this.getPolarAngle()},n={polar:t},r=new as(o,this.tweenGroup).to(n,i).onUpdate(()=>{this.setPolarAngle(o.polar,e)}).onComplete(()=>{this.enabled=!0,this.tweenGroup.remove(r),s(!0)}).onStart(()=>{this.enabled=!1}).start()}),i+500)})}setAzimuthalAngle(t,e){let{maxAzimuthAngle:i,minAzimuthAngle:s}=this,o=i===s;(e||t<=i&&t>=s)&&(this.maxAzimuthAngle=t,this.minAzimuthAngle=t,this.update()),o||(this.maxAzimuthAngle=i,this.minAzimuthAngle=s)}setAzimuthalAngleDuration(t,e,i){return e===void 0&&(e=!1),i===void 0&&(i=500),i<=0?this.setAzimuthalAngle(t,e):Mt(new Promise(s=>{let o={azimuthal:this.getAzimuthalAngle()},n={azimuthal:t},r=new as(o,this.tweenGroup).to(n,i).onUpdate(()=>{this.setAzimuthalAngle(o.azimuthal,e)}).onComplete(()=>{this.enabled=!0,this.tweenGroup.remove(r),s(!0)}).onStart(()=>{this.enabled=!1}).start()}),i+500)}getCameraLookAt(){return new xr().subVectors(this.target,this.camera.position)}setCameraPositionByTarget(t,e){return g(this,null,function*(){let i=this.target.clone(),s=this.getCameraLookAt();if(!e){this.camera.position.copy(t.clone().sub(s)),this.target.copy(t.clone()),this.update();return}return Mt(new Promise(o=>{let n=new as(i,this.tweenGroup).to(t,e).onUpdate(()=>{this.camera.position.copy(i.clone().sub(s)),this.target.copy(i.clone()),this.update()}).onComplete(()=>{this.tweenGroup.remove(n),this.enabled=!0,o(!0)}).onStart(()=>{this.enabled=!1}).start()}),e+500)})}setZoom(t,e,i){i===void 0&&(i=!1);let{minZoom:s,maxZoom:o}=this;(i||t>=s&&t<=o)&&(this.camera.position.copy(e.clone().sub(this.getCameraLookAt())),this.target.copy(e),this.camera.zoom=t,this.update())}setZoomByDuration(t,e,i,s){return g(this,null,function*(){i===void 0&&(i=!1),s===void 0&&(s=500);let o={zoom:this.camera.zoom,target:this.target.clone()};if(!(t===this.camera.zoom&&!i))return s?Mt(new Promise(n=>{let r=new as(o,this.tweenGroup).to({zoom:t,target:e},s).onUpdate(()=>{this.setZoom(o.zoom,o.target,i)}).onComplete(()=>{this.tweenGroup.remove(r),this.enabled=!0,n(!0)}).onStart(()=>{this.enabled=!1}).start()}),s+500).finally(()=>{this.enabled=!0}):this.setZoom(t,e,i)})}setTargetByOffset(t,e){if(e===void 0&&(e=this.target.clone()),this.camera.updateMatrix(),t){let i=new xr;i.setFromMatrixColumn(this.camera.matrix,1),i.normalize(),i.multiplyScalar(t/this.camera.zoom),e.add(i)}this.setCameraPositionByTarget(e,0)}clearTween(){this.tweenGroup.getAll().forEach(t=>t.stop()),this.tweenGroup.removeAll()}dispose(){super.dispose(),this.unRegistryEvent(),this.clearTween()}constructor(t,e,i){super(e,i),this.context=t,this.camera=e,this.domElement=i,this.prevCameraZoom=1,this.tweenGroup=new Pp,this.offsetY=0,this.onChange=()=>{let s=this.camera.zoom;s!==this.prevCameraZoom&&(this.prevCameraZoom=s,this.dispatchEvent({type:"change-zoom",zoom:s}))},this.tweenUpdate=()=>{this.tweenGroup.update()},this.enableDamping=!1,this.zoomSpeed=.5,this.prevCameraZoom=e.zoom,this.registryEvent()}};import{EventDispatcher as Mp,WebGLRenderer as _p,LinearToneMapping as bp}from"three";var cs=class extends _p{setCameraAndScene(t,e){this.scene=t,this.camera=e}autoRender(){if(this.scene&&this.camera&&this.enable&&(this.event.dispatchEvent({type:"update"}),this.render(this.scene,this.camera)),this.context.config.renderAnimation==="requestAnimationFrame")this.timer.requestAnimationFrame(()=>{this.autoRender()});else{let t=1e3/this.context.config.fps;this.timer.setTimeout(()=>{this.autoRender()},t)}}pauseRender(){this.enable=!1}continueRender(){this.enable=!0}addEventListener(t,e){this.event.addEventListener(t,e)}removeEventListener(t,e){this.event.removeEventListener(t,e)}constructor(t,e){super(w({antialias:!0,alpha:!0},e)),this.context=t,this.event=new Mp,this.enable=!0,this.timer=new H,this.autoClear=!0,this.setPixelRatio(window.devicePixelRatio),this.toneMapping=bp,this.toneMappingExposure=1;let i=this.dispose;this.dispose=()=>{this.timer.dispose(),this.enable=!1,i.call(this),this.domElement.remove(),this.domElement=null,this.shadowMap=null,this.info.programs&&(this.info.programs.length=0),this.info=null}}};import{Scene as Cp}from"three";import{PMREMGenerator as Ep}from"three";import{RoomEnvironment as Sp}from"three/examples/jsm/environments/RoomEnvironment.js";function wr(a,t){t===void 0&&(t=.85);let e=new Ep(a);return e.compileEquirectangularShader(),e.fromScene(new Sp).texture}var ls=class extends Cp{dispose(){var t;(t=this.environment)==null||t.dispose(),this.environment=null,A(this),this.clear()}constructor(t){super(),this.environment=wr(t)}};import{OrthographicCamera as Lp}from"three";var ps=class extends Lp{constructor(t,e){super(-t/2,t/2,e/2,-e/2,-1e4,5e4),this.up.set(0,0,1),this.position.set(0,0,100),this.lookAt(0,0,0)}};import{polygon as Mr}from"@turf/turf";import"core-js/modules/es.array.unshift.js";import"core-js/modules/es.array.push.js";import{Vector3 as Tp}from"three";var ds=class{registryEvent(){this.context.addEventListener("update",this.onUpdate),this.context.addEventListener("control-change",this.onControlChange),this.context.addEventListener("resize",this.onControlChange)}unRegistryEvent(){this.context.removeEventListener("update",this.onUpdate),this.context.removeEventListener("control-change",this.onControlChange),this.context.removeEventListener("resize",this.onControlChange)}changePoiLevelOrCollisionEnable(t){let e=this.objects.findIndex(i=>i===t);e!==-1&&(this.objects.splice(e,1),this.addObject(t))}addObject(t){if(!this.objects.includes(t)){if(this.needsUpdate=!0,!t.options.collision_enable){this.objects.unshift(t);return}if(t.options.level===0){this.objects.push(t);return}for(let e=0;e<this.objects.length;e++){let i=this.objects[e];if(i.options.collision_enable&&i.options.level<=t.options.level){this.objects.splice(e,0,t);return}}this.objects.push(t)}}removeObject(t){let e=this.objects.indexOf(t);e!==-1&&(this.objects.splice(e,1),this.needsUpdate=!0)}removeObjects(t){this.objects=this.objects.filter(e=>!t.includes(e)),this.needsUpdate=!0}getObjectById(t){return this.objects.find(e=>e.options.id===t)||null}validShowParkingSpace(t){t===void 0&&(t=60);let{clientSize:{width:e,height:i},control:s,camera:o}=this.context,n=Math.min(e/t,i/t,s.maxZoom-1);return o.zoom>=n}detectCollisions(){if(!this.needsUpdate)return;let t=[],{camera:e}=this.context;e.updateMatrixWorld();let i=l=>l<=1&&l>=-1,s=e.projectionMatrix.clone();s.multiply(e.matrixWorldInverse);let o=e.zoom/this.context.basicZoom,n=25/30,r=Math.min(25,Math.max(1,o*n)),h=this.validShowParkingSpace();this.objects.filter(l=>{if(l.visible){if(!(r<=l.options.maxWeight&&r>=l.options.minWeight)||!h&&l.userData.type==="parkingSpace")return l.parentSetVisible(!1),!1;let p=l.getWorldPosition(new Tp);return p.applyMatrix4(s),l.screenPosition=p,i(p.x)&&i(p.y)&&i(p.z)?!0:(l.parentSetVisible(!1),!1)}return!1}).forEach((l,p)=>{let d=l.getBox(l.screenPosition);if(d===null){l.parentSetVisible(!1);return}if(p===0||!l.options.collision_enable){t.push(d),l.parentSetVisible(!0);return}let u=t.some(f=>f.intersectsBox(d));l.parentSetVisible(!u),u||t.push(d)}),this.needsUpdate=!1}markForUpdate(){this.needsUpdate=!0}clear(){this.objects=[],this.needsUpdate=!0}dispose(){this.objects=[],this.unRegistryEvent()}constructor(t){this.context=t,this.objects=[],this.needsUpdate=!0,this.onUpdate=()=>{this.detectCollisions()},this.onControlChange=()=>{this.needsUpdate=!0},this.registryEvent()}};var us=class extends kp{get config(){return this.bmap.config}get center(){return this.bmap.buildingCenter}setRange(t){this.range=Mr([t])}resizeClientSize(){let{x:t,y:e,width:i,height:s}=this.container.getBoundingClientRect();this.clientSize={width:i||this.container.clientWidth,height:s||this.container.clientHeight,x:t,y:e}}init(){let{clientWidth:t,clientHeight:e}=this.container;this.camera=new ps(t,e),this.renderer.setSize(t,e),this.renderer.setCameraAndScene(this.scene,this.camera),this.renderer.autoRender(),this.control=new hs(this,this.camera,this.renderer.domElement),this.control.maxPolarAngle=this.config.control.maxPolar,this.container.appendChild(this.renderer.domElement),this.scene.add(this.lights),this.basicRatio=this.getRatio(),this.control.addEventListener("change",this.onControlChange),this.control.addEventListener("change-zoom",this.onControlChangeZoom),this.renderer.addEventListener("update",this.onRendererUpdate),this.cameraBound=new ss(this)}getRatio(t,e){t===void 0&&(t=new kt(0,0,0)),e===void 0&&(e=new kt(100,0,0));let{clientWidth:i,clientHeight:s}=this.container,o=T(t,this.camera,i,s),n=T(e,this.camera,i,s);return Math.ceil(Math.sqrt((n.x-o.x)**2+(n.y-o.y)**2))}changeAmbientLightColor(t){this.lights.children.forEach(e=>{e instanceof Rp&&(e.color=new Op(t))})}switchFloor(t,e){e===void 0&&(e=!0),console.log("switchFloor",e),this.currentFloor&&(this.scene.remove(this.currentFloor),e?this.currentFloor.dispose():this.currentFloor.onRemoveFromScene()),this.currentFloor=t,this.setRange(t.userData.range||[]),this.scene.add(t),t.onAddToScene("scene"),this.cameraBound.updateBox()}getGraphicsByDeviceXy(t,e){var i,s;let o=new me;o.x=t/this.clientSize.width*2-1,o.y=e/this.clientSize.height*-2+1;let n=new Pr;n.setFromCamera(o,this.camera),n.ray.origin.sub(n.ray.direction.clone().multiplyScalar(100));let r=(i=this.currentFloor)==null?void 0:i.graphicLayer.getGraphicByRaycaster(n),h=(s=this.currentFloor)==null?void 0:s.parkingSpaceLayer.getParkingSpaceByRaycaster(n);return r!=null&&r.graphics.length&&(h!=null&&h.graphics.length)?r.distance<h.distance?r:h:r!=null&&r.graphics.length?r:h!=null&&h.graphics.length?h:{graphics:[],position:null}}getPoisByDeviceXy(t,e){var i,s;let o=(i=this.currentFloor)==null?void 0:i.poiLayer.getPoiByDeviceXy(t,e),n=(s=this.currentFloor)==null?void 0:s.poiLayer2.getPoiByDeviceXy(t,e);return(o||[]).concat(n||[])}registryEvent(){window.addEventListener("resize",this.onWindowResize),this.container.addEventListener("click",this.onClick),this.container.addEventListener("pointerover",this.onPointerover),this.container.addEventListener("pointermove",this.onPointermove),this.container.addEventListener("pointerleave",this.onPointerleave),this.container.addEventListener("pointercancel",this.onPointerleave),this.container.addEventListener("pointerout",this.onPointerleave),this.selection.addEventListener("select",this.onSelectionSelect),this.hoverHelper.addEventListener("hover-change",this.onHoverChange)}unRegistryEvent(){window.removeEventListener("resize",this.onWindowResize),this.container.removeEventListener("click",this.onClick),this.container.removeEventListener("pointerover",this.onPointerover),this.container.removeEventListener("pointermove",this.onPointermove),this.container.removeEventListener("pointerleave",this.onPointerleave),this.container.removeEventListener("pointercancel",this.onPointerleave),this.container.removeEventListener("pointerout",this.onPointerleave),this.selection.removeEventListener("select",this.onSelectionSelect),this.hoverHelper.removeEventListener("hover-change",this.onHoverChange),this.control.removeEventListener("change",this.onControlChange),this.control.removeEventListener("change-zoom",this.onControlChangeZoom),this.renderer.removeEventListener("update",this.onRendererUpdate)}setPolarAngle(t,e){return e===void 0&&(e=500),this.control.setPolarAngleByDuration(t,!0,e)}setAzimuthalAngle(t,e){return e===void 0&&(e=500),this.control.setAzimuthalAngleDuration(t,!0,e)}getCameraLookAt(){return this.control.getCameraLookAt()}setZoom(t,e,i){return i===void 0&&(i=500),this.control.setZoomByDuration(t,e,!0,i)}getFitCameraToObjectZoom(t,e,i){return e===void 0&&(e=[20,20,20,20]),i===void 0&&(i=!0),this.getFitCameraToBoxZoom(new Ap().setFromObject(t),e,i)}getFitCameraToBoxZoom(t,e,i){e===void 0&&(e=[20,20,20,20]),i===void 0&&(i=!0);let[s,o,n,r]=e,{clientSize:{width:h,height:c}}=this,l=this.control.getPolarAngle();i&&this.setPolarAngle(0,0),this.setPolarAngle(l,0),this.camera.updateMatrixWorld(),this.camera.updateProjectionMatrix();let{max:p,min:d}=t,u=new kt(d.x,p.y,p.z),f=new kt(p.x,p.y,p.z),x=new kt(p.x,d.y,d.z),m=new kt(d.x,d.y,d.z),y=T(u,this.camera,h,c),P=T(f,this.camera,h,c),M=T(m,this.camera,h,c),E=T(x,this.camera,h,c),R=new Dp().setFromPoints([new me(y.x,y.y),new me(P.x,P.y),new me(M.x,M.y),new me(E.x,E.y)]).getSize(new me),b=(h-o-r)/R.x,N=(c-s-n)/R.y,J=Math.min(b,N),O=new kt((p.x+d.x)/2,(p.y+d.y)/2,(p.z+d.z)/2),Z=J*this.camera.zoom,Q=this.camera.clone();Q.zoom=Z,Q.updateMatrix();let st=(o-r)/2,nt=(s-n)/2;if(st){let D=new kt;D.setFromMatrixColumn(Q.matrix,0),D.normalize(),D.multiplyScalar(st/Z),O.add(D)}if(nt){let D=new kt;D.setFromMatrixColumn(Q.matrix,1),D.normalize(),D.multiplyScalar(nt/Z),O.add(D)}return{zoom:J*this.camera.zoom,center:O}}fitCameraToObject(t,e,i,s){e===void 0&&(e=[20,20,20,20]),i===void 0&&(i=500),s===void 0&&(s=!0);let{zoom:o,center:n}=this.getFitCameraToObjectZoom(t,e,s);return this.setZoom(o,n,i)}fitCameraToBox(t,e,i,s){e===void 0&&(e=[20,20,20,20]),i===void 0&&(i=500),s===void 0&&(s=!0);let{zoom:o,center:n}=this.getFitCameraToBoxZoom(t,e,s);return this.setZoom(o,n,i)}getFitCameraToGroundZoom(t,e,i){if(t===void 0&&(t=[20,20,20,20]),e===void 0&&(e=500),i===void 0&&(i=!0),this.currentFloor&&this.currentFloor.hasElement)return this.getFitCameraToObjectZoom(this.currentFloor.groundUpper,t,i).zoom}fitCameraToGround(t,e,i){return t===void 0&&(t=[20,20,20,20]),e===void 0&&(e=500),i===void 0&&(i=!0),this.currentFloor&&this.currentFloor.hasElement?this.fitCameraToObject(this.currentFloor.groundLayer,t,e,i):Promise.resolve(!1)}setCameraPosition(t,e){return g(this,null,function*(){return this.control.setCameraPositionByTarget(t,e)})}pauseRender(){this.renderer.pauseRender()}continueRender(){this.renderer.continueRender()}forceUpdate(){this.collisionSystem.needsUpdate=!0}dispose(){var t;this.collisionSystem.dispose(),(t=this.currentFloor)==null||t.dispose(),this.control.dispose(),this.cameraBound.dispose(),this.selection.dispose(),this.hoverHelper.dispose(),this.unRegistryEvent(),this.renderer.dispose(),this.lights.children.forEach(e=>e.dispose()),this.scene.dispose(),this.container=null,this.renderer=null}constructor(t,e){super(),this.container=t,this.lights=Xo(),this.range=Mr([]),this.clientSize={width:0,height:0,x:0,y:0},this.renderRf=0,this.basicZoom=1,this.onControlChange=()=>{this.dispatchEvent({type:"change-ratio",px:(this.basicRatio||0)*this.camera.zoom}),this.dispatchEvent({type:"control-change"})},this.onControlChangeZoom=i=>{let{zoom:s}=i;this.dispatchEvent({type:"control-zoom-change",zoom:s})},this.onRendererUpdate=()=>{this.dispatchEvent({type:"update"})},this.onWindowResize=()=>{let{container:i,camera:s,renderer:o}=this,{clientWidth:n,clientHeight:r}=i;n=Math.max(1,n),r=Math.max(1,r),s.left=-n/2,s.right=n/2,s.top=r/2,s.bottom=-r/2,s.updateProjectionMatrix(),o.setSize(n,r),this.resizeClientSize(),this.dispatchEvent({type:"resize",width:n,height:r})},this.onClick=i=>{let{graphics:s,position:o}=this.getGraphicsByDeviceXy(i.offsetX,i.offsetY);s.length&&this.dispatchEvent({type:"graphic-click",graphics:s,position:o});let n=this.getPoisByDeviceXy(i.offsetX,i.offsetY);n.length&&this.dispatchEvent({type:"poi-click",pois:n});let r=null,h=new me;h.x=i.offsetX/this.clientSize.width*2-1,h.y=i.offsetY/this.clientSize.height*-2+1;let c=new Pr;c.setFromCamera(h,this.camera);let l=new Ip(new kt(0,0,1),0),p=new kt;if(c.ray.intersectPlane(l,p)?r=p:(c.ray.direction.negate(),c.ray.intersectPlane(l,p)&&(r=p)),r){let d=this.bmap.coordinateTransform.worldToMercator(r);this.dispatchEvent({type:"click",position:r,mercator:d})}},this.onPointerover=i=>{let{graphics:s,position:o}=this.getGraphicsByDeviceXy(i.offsetX,i.offsetY),n=this.getPoisByDeviceXy(i.offsetX,i.offsetY);this.dispatchEvent({type:"pointer-over",e:i,graphics:s,pois:n,position:o})},this.onPointermove=i=>{let{graphics:s,position:o}=this.getGraphicsByDeviceXy(i.offsetX,i.offsetY),n=this.getPoisByDeviceXy(i.offsetX,i.offsetY);this.dispatchEvent({type:"pointer-move",e:i,graphics:s,pois:n,position:o})},this.onPointerleave=i=>{this.dispatchEvent({type:"pointer-level"})},this.onSelectionSelect=i=>{let{graphics:s,isMultipleSelect:o}=i;this.dispatchEvent({type:"select-graphic",graphics:s,isMultipleSelect:o})},this.onHoverChange=i=>{let{graphics:s}=i;this.dispatchEvent({type:"hover",graphics:s})},this.bmap=e,this.container.style.position="relative",this.container.style.overflow="hidden",this.renderer=new cs(this),this.scene=new ls(this.renderer),this.collisionSystem=new ds(this),this.init(),this.selection=new es(this),this.hoverHelper=new is(this),this.resizeClientSize(),this.registryEvent()}};import{merge as Fp}from"lodash";var Gp={placeId:0,fps:30,apiDomain:"",apiInfo:{},apiPath:{floorGraphic:"/api/inception-map/floor/get",floorRange:"/api/inception-map/range/get",equipmentList:"/api/inception-map/equipment/get",roadNetwork:"/api/inception-map/road_network/get",loadPlaceInfo:"https://screen.aibee.cn/ai-map/map/get-floor-map"},enableBoxSelect:!0,resizeObserver:{enable:!1,debounceTime:5},initTransToMark:!1,heatMap:{radius:50,minOpacity:.1,gradient:{0:"#8F9FCD",.5:"#6284FF",1:"#F95D5D"}},useFloorCache:!0,control:{maxPolar:1.2,defaultPolar:1.1,defaultAzimuthal:0,maxZoomScale:30},defaultPadding:[20,20,20,20],svg:{circle:{radius:"2",fill:"#1CADFF"},line:{stroke:"#1CADFF"}},selectBox:{stroke:"#1CADFF",fill:"rgba(28, 173, 255, 0.3)"},hover:{time:100},ground:{color:"#F6F6F6",opacity:1,height:.001,stroke:!1,strokeColor:"#E6E6E6",strokeOpacity:1},markGraphic:{color:"#EEF0F3",opacity:1,height:.001,stroke:!1,strokeColor:"#000",strokeOpacity:1},graphic:{fillOpacity:1},cameraBound:{padding:[150,150,150,150]},poi:{boxScale:1},loaderPlaceConfig:{textFontSize:14},poiTextBackground:{enable:!1,color:"#FFFFFF",opacity:1},renderAnimation:"setTimeout"};function _r(a){return typeof a.resizeObserver=="boolean"&&(a.resizeObserver={enable:a.resizeObserver}),Fp({},Gp,a)}import{debounce as od}from"lodash";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/web.dom-collections.iterator.js";import{Vector3 as Jp,Color as Qp}from"three";import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.sort.js";var ii=function(a){return a.LAYERED_RENDER_VERSION="layeredRender",a.MERGED_RENDER_VERSION="mergedRender",a}({});function ms(a,t){let e=a.poi_info.showName||a.store_name||a.poi_info.text;switch(t){case"zh-cn":return e;case"en":var i;return((i=a.store_info_ext)==null?void 0:i.poi_name)||e;case"zh-hk":var s;return((s=a.store_info_ext)==null?void 0:s.traditional_name)||e}}function fs(a,t){let e=a.poi_info.showName||a.store_name||a.poi_info.text;switch(t){case"zh-cn":return e;case"en":var i;return((i=a.infra_info_ext)==null?void 0:i.poi_name)||e;case"zh-hk":var s;return((s=a.infra_info_ext)==null?void 0:s.traditional_name)||e}}var wo=["range","ground","store","facility","parkingSpace"];function br(a){return wo.indexOf(a.l_type)===-1?wo.length:wo.indexOf(a.l_type)}function Bp(a){a.layers.sort((t,e)=>br(t)-br(e))}function zp(a){let t=a.layers.find(i=>i.l_type==="range"),e=[t.elements[0].center_x,t.elements[0].center_y];a.layers.map(i=>{if(i.l_type!=="range")return vi(i.elements,e)})}function si(a){Bp(a),zp(a)}function Fe(a,t){return t===void 0&&(t=6),a.floor_id+"_"+a.version_id+(t?"_"+t:"")}function Er(a,t,e){switch(a.l_type){case"ground":return Po(a,t);case"graph":return Wp(a,t,e);case"wall":return Up(a,t);case"lane":return Hp(a,t);case"texture2d":case"texture3d":return Np(a,t);case"glb":return Zp(a,t);case"store":return jp(a,t,e);case"facility":return Kp(a,t,e);case"parkingSpace":return Yp(a,t,e);case"text":return $p(a,t)}}function Sr(a,t,e,i,s){switch(a.l_type){case"store":return Vp(a,t,e,i,s);case"facility":return Xp(a,t,e,i,s);case"parkingSpace":return qp(a,t,i,s)}}function Wp(a,t,e){e.mergeGraphic?t.mergeGraphicLayer.addGraphics(a.elements,a.mergedElements):a.elements.map(i=>{let s=t.addGraphic(w({},i,{dashed:!1}));t.userData.graphics.push(s),t.userData.graphicMap.set(i.id,s)})}function Po(a,t){let e=a.elements.map(i=>new K(t.context,w({},i,{dashed:!1})));t.addGrounds(e)}function Up(a,t){if(a.mergedElements)a.mergedElements.map(e=>{if(e.instancedGeometry){let i=new Qi(t.context,e.instancedGeometry);t.wallLayer.add(i)}if(e.mergedGeometry){let i=new Yi(t.context,e);t.wallLayer.add(i)}});else{let e=a.elements.reduce((i,s)=>{let{fillColor:o,fillOpacity:n,strokeColor:r,strokeOpacity:h,height:c}=s,l=o.toLowerCase()+"-"+n+"-"+r.toLowerCase()+"-"+h+"-"+c;return h===0&&(l=o.toLowerCase()+"-"+n+"-"+c),i[l]?i[l].push(s):i[l]=[s],i},{});Object.values(e).forEach(i=>{let s=new ji(t.context,i);t.wallLayer.add(s)})}}function Hp(a,t){if(a.mergedElements){let e=new $i(t.context,a.mergedElements);t.laneLayer.add(e)}else{let e=new Ki(t.context,a.elements);t.laneLayer.add(e)}}function Np(a,t){if(a.mergedMatrixes)a.mergedMatrixes.map(e=>{let i=new pe(t.context,e);t.textureLayer.add(i)});else if(a.elements.length){let e=new le(t.context,a.elements);t.textureLayer.add(e)}}function Zp(a,t){t.glbModelLayer.addModels(a.elements.map(e=>w({},e,{url:e.secondUrl,rotate:e.secondRotate,width:e.secondWidth,center_x:e.center_coord_x,center_y:e.center_coord_y,deltaHeight:0})))}function jp(a,t,e){e.mergeGraphic?t.mergeGraphicLayer.addGraphics(a.elements,a.mergedElements):a.elements.map(i=>{let s=t.addGraphic(w({},i,{dashed:!1}));t.userData.graphics.push(s),t.userData.graphicMap.set(i.id,s)})}function Vp(a,t,e,i,s){a.elements.filter(o=>s.filterPoi(o)).map(o=>{try{let n=ms(o,e),r=new $(t.context,{id:o.id,icon:o.poi_info.showImageUrl||o.poi_info.icon,text:n,position:{x:o.center_coord_x,y:o.center_coord_y,z:o.airHeight+o.height},icon_size:[24,24],level:o.poi_info.level||0,hide_text:!i.showStoreName,maxWeight:o.poi_info.maxWeight||25,minWeight:o.poi_info.minWeight||1,text_font_size:i.textFontSize});t.poiLayer2.pushPoi(r),r&&(r.userData.type="store",r.userData.data=o,r.userData.floor=t.name)}catch(n){console.log("\u521B\u5EFA\u5E97\u94FApoi\u5931\u8D25",n,o)}})}function Kp(a,t,e){e.mergeGraphic?t.mergeGraphicLayer.addGraphics(a.elements,a.mergedElements):a.elements.map(i=>{let s=t.addGraphic(w({},i,{dashed:!1}));t.userData.graphics.push(s),t.userData.graphicMap.set(i.id,s)})}function Xp(a,t,e,i,s){a.elements.filter(o=>o.poi_info).filter(o=>s.filterPoi(o)).map(o=>{try{let n=fs(o,e),r=new $(t.context,{id:o.id,icon:o.poi_info.showImageUrl||o.poi_info.icon,text:n,position:{x:o.center_coord_x,y:o.center_coord_y,z:o.airHeight+o.height},icon_size:[24,24],level:o.poi_info.level||0,hide_text:!i.showFacilityName,maxWeight:o.poi_info.maxWeight||25,minWeight:o.poi_info.minWeight||1,text_font_size:i.textFontSize});t.poiLayer2.pushPoi(r),r.userData.type="facility",r.userData.data=o,r.userData.floor=t.name}catch(n){console.log("\u6DFB\u52A0facility\u5931\u8D25",n,o)}})}function Yp(a,t,e){t.parkingSpaceLayer.load(a,e.mergeParkingSpace),t.userData.parkingSpaces=t.parkingSpaceLayer.graphicMap.values(),t.userData.parkingSpacesGraphicMap=t.parkingSpaceLayer.graphicMap}function qp(a,t,e,i){return g(this,null,function*(){a.elements.filter(o=>o.texts[0]).filter(o=>i.filterPoi(o)).forEach(o=>{try{let n=o.displayName||o.texts[0],r=new $(t.context,{id:o.id,text:n,position:{x:o.center_coord_x,y:o.center_coord_y,z:o.airHeight+o.height},text_font_size:e.textFontSize});r&&(r.userData.type="parkingSpace",r.userData.data=o,r.userData.floor=t.name),t.poiLayer2.pushPoi(r)}catch(n){console.log("\u6DFB\u52A0\u8F66\u4F4Dpoi\u5931\u8D25",n,o)}})})}function $p(a,t){let e=new Xi(t.context,a.elements.map(i=>w({},i,{center_x:i.center_coord_x,center_y:i.center_coord_y})));t.textTextureLayer.add(e)}function Mo(){return new Worker(new URL("./worker/loader.worker-2CGJ23U5.js",import.meta.url))}var td={mergeParkingSpace:!0,mergeGraphic:!0,renderVersion:ii.MERGED_RENDER_VERSION,layers:["graph","wall","lane","texture2d","texture3d","glb","store","facility","parkingSpace","text"],filterPoi:()=>!0},Ge=class extends et{initDb(){return g(this,null,function*(){try{let{db:t}=yield _i();this.db=t}catch(t){console.log("[\u6253\u5F00indexDb\u9519\u8BEF]",t)}})}load(t,e){return g(this,null,function*(){if(Array.isArray(t))this.floors=t,e&&(this.placeConfig=w({},this.placeConfig,e));else if(typeof t=="string"){let i=yield fetch(t).then(s=>s.json());if(i.code===200){let s=location.origin;this.floors=i.data.list.map(o=>{let n=/^http(s?):\/\//.test(o.entry_infra_url),r=/^http(s?):\/\//.test(o.map_url),h=/^http(s?):\/\//.test(o.route_url);return w({},o,{entry_infra_url:n?o.entry_infra_url:""+s+o.entry_infra_url,map_url:r?o.map_url:""+s+o.map_url,route_url:h?o.route_url:""+s+o.route_url})}),this.placeConfig=w({},this.placeConfig,JSON.parse(i.data.config||"{}"),e)}}else return this.load("https://screen.aibee.cn/ai-map/map/get-floor-map?place_id="+t,e);this.getOtherDataByFreeTime()})}setCacheData(t,e,i){return g(this,null,function*(){return this.initDbPromise.then(()=>Ye(t,""+e,i))})}getCacheData(t,e){return g(this,null,function*(){return this.initDbPromise.then(()=>Ce(t,""+e))})}getFloorData(t){return g(this,null,function*(){let e=yield this.getFloorJsonData(t);return e?this.getDataByJson(e):null})}getFloorDataByFloorInfo(t){return g(this,null,function*(){let e=yield this.getFloorJsonDataByFloorInfo(t);return this.getDataByJson(e)})}setLocale(t){this.locale=t,this.bmap.context.currentFloor&&this.bmap.context.currentFloor.poiLayer2.pois.forEach(e=>{e.userData.type==="store"&&(e.options.text=ms(e.userData.data,t)),e.userData.type==="facility"&&(e.options.text=fs(e.userData.data,t))})}getFloorJsonDataByFloorInfo(t){return g(this,null,function*(){if(this.getFloorDataPromise.has(t.floor))return this.getFloorDataPromise.get(t.floor);let e=new Promise(i=>g(this,null,function*(){let s=Fe(t),o=yield fetch(t.map_url).then(n=>n.json());o.floor=t.floor,si(o),this.setCacheData(ht.MAP_DATA,s,o),this.setCacheData(ht.MAP_VERSION,s,t.version_id),i(o)}));return this.getFloorDataPromise.set(t.floor,e),e})}getFloorJsonData(t){return g(this,null,function*(){let e=this.floors.find(i=>i.floor===t);return e?new Promise(i=>g(this,null,function*(){let s=Fe(e,this.options.renderVersion===ii.LAYERED_RENDER_VERSION?1:void 0);try{let o=Fe(e),n=yield this.getCacheData(ht.MAP_DATA,o);if(n&&n.transformed){console.log("\u4ECE\u7F13\u5B58\u4E2D\u53D6\u5230\u4E86\u5408\u5E76\u540E\u7684\u6570\u636E"),i(n);return}if(this.options.renderVersion===ii.LAYERED_RENDER_VERSION){let r=yield this.getCacheData(ht.MAP_DATA,s);if(r){console.log("\u4ECE\u7F13\u5B58\u4E2D\u53D6\u5230\u4E86\u6570\u636E"),i(r);return}}if(console.log("\u7F13\u5B58\u4E2D\u6CA1\u6709\u6570\u636E"),this.loadWorker){z(this.loadWorker,"adjust_floor_priority",{floor:t});let r=h=>{if(h.data.type==="floor_success"&&h.data.data.floor===t){var c;(c=this.loadWorker)==null||c.removeEventListener("message",r),i(this.getFloorJsonData(t))}};this.loadWorker.addEventListener("message",r)}else i(this.getFloorJsonDataByFloorInfo(e))}catch(o){console.log("[get floor data error]",o),i(this.getFloorJsonDataByFloorInfo(e))}})):null})}getRoadNetworkData(){return g(this,null,function*(){return(yield Promise.all(this.floors.map(e=>g(this,null,function*(){let i=Fe(e,0);try{let s=yield this.getCacheData(ht.ROAD_NETWORK_DATA,i);if(s)return s;let o=yield fetch(e.route_url).then(n=>n.json());return this.setCacheData(ht.ROAD_NETWORK_DATA,i,o),this.setCacheData(ht.ROUTE_VERSION,i,e.version_id),o}catch(s){let o=yield fetch(e.route_url).then(n=>n.json());return this.setCacheData(ht.ROAD_NETWORK_DATA,i,o),o}})))).filter(e=>e.points)})}getFacilitiesData(){return g(this,null,function*(){let t=this.floors.reduce((s,o)=>s.updated_at>o.updated_at?s:o,this.floors[0]);if(!t)return null;let e=Fe(t,0),i=()=>g(this,null,function*(){let s=yield fetch(t.entry_infra_url).then(o=>o.json());return s&&(this.setCacheData(ht.FACILITY_DATA,e,s),this.setCacheData(ht.FACILITY_VERSION,e,t.version_id)),s});try{let s=yield this.getCacheData(ht.FACILITY_DATA,e);return s||i()}catch(s){return console.log("[get facility error]",s),i()}})}getOtherDataByFreeTime(){return g(this,null,function*(){yield this.initDbPromise,this.loadWorker&&(yield z(this.loadWorker,"load",{floors:this.floors,version:this.options.renderVersion})),this.closeWorker()})}getMulFloorsData(t){return g(this,null,function*(){return Promise.all(t.map(e=>this.getFloorData(e))).then(e=>e.filter(i=>i))})}getDataByUrl(t){return g(this,null,function*(){let e=yield fetch(t).then(i=>i.json());return this.getDataByJson(e)})}getDataByJson(t,e,i){return g(this,null,function*(){si(t),e=this.getFloorBaseLayer(t,e);let s=w({},this.placeConfig,i);return yield this.getFloorContentLayer(t,e),yield this.getFloorPoi(t,e,s),this.changeFloorBox(t,e),e})}getDataByJsonStep(t,e,i){return g(this,null,function*(){si(t),e=this.getFloorBaseLayer(t,e);let s=w({},this.placeConfig,i);return this.changeFloorBox(t,e),requestAnimationFrame(()=>g(this,null,function*(){yield this.getFloorContentLayer(t,e),this.changeFloorBox(t,e),requestAnimationFrame(()=>g(this,null,function*(){yield this.getFloorPoi(t,e,s),this.changeFloorBox(t,e)}))})),e})}changeFloorBox(t,e){e.updateBox();let i=e.box.getSize(new Jp),s=Math.max(i.x,i.y,i.z);e.userData.height=s/4+t.floorHeight}switchFloor(t,e){return g(this,null,function*(){return new Promise(i=>{let s={run:()=>this._switchFloor(t,e),meta:{type:"switchFloor"}},o=this.taskQueue.replaceByMetaType(s),n=r=>{let{task:h,res:c}=r;h.tid===o&&(this.taskQueue.removeEventListener("active-task-end",n),i(c))};this.taskQueue.addEventListener("active-task-end",n)})})}_switchFloor(t,e){return g(this,null,function*(){var i;let s=t;if(typeof t=="string"){let l=yield this.getFloorJsonData(t);if(l)s=l;else return null}else si(t);let o=w({},this.placeConfig,e),n=new zt(this.bmap.context);n.userData.data=t;let r=this.floors.find(l=>l.floor===s.floor);var h;let c=(h=r==null?void 0:r.map_angle)!=null?h:0;return this.bmap.dispatchEvent({type:ct.SWITCH_FLOOR_BEFORE,data:{curFloor:n,graphics:[]}}),this.dispatchEvent({type:"switch-floor-before",data:{curFloor:n,graphics:[],floorData:s}}),this.bmap.context.scene.background=new Qp(o.backgroundColor),this.getFloorBaseLayer(s,n),this.changeFloorBox(s,n),this.bmap.buildingCenter=n.userData.center,this.bmap.currentBuildGround=(i=n.userData.data.layers.find(l=>l.l_type==="range"))==null?void 0:i.elements[0],this.bmap.context.switchFloor(n),this.bmap.config.control.defaultAzimuthal=c/180*Math.PI,this.bmap.initialFloorCamera(),this.bmap.context.cameraBound.updateBox(),this.dispatchEvent({type:"switch-floor-ground",data:{curFloor:n,graphics:[]}}),this.bmap.dispatchEvent({type:ct.SWITCH_FLOOR_GROUND,data:{curFloor:n}}),yield Hs(),yield this.getFloorContentLayer(s,n),this.changeFloorBox(s,n),this.bmap.context.cameraBound.updateBox(),this.dispatchEvent({type:"switch-floor-content",data:{curFloor:n,graphics:[]}}),yield tn(2),yield this.getFloorPoi(s,n,o),this.dispatchEvent({type:"switch-floor-after",data:{curFloor:n,graphics:n.graphicLayer.children}}),this.bmap.dispatchEvent({type:ct.SWITCH_FLOOR_AFTER,data:{curFloor:n,graphics:n.graphicLayer.children}}),n})}getFloorBaseLayer(t,e){e||(e=new zt(this.bmap.context));let i=[0,0];return t.layers.forEach(s=>{switch(s.l_type){case"range":let o=s.elements[0];i=[o.center_x,o.center_y],e.userData.range=o.geometry.cds[0],e.userData.rangeGraphic=o;break;case"ground":Po(s,e);break;default:break}}),e.userData.center=i,e.name=t.floor,e.userData.data=t,e}getFloorContentLayer(t,e){return g(this,null,function*(){e||(e=new zt(this.bmap.context)),e.userData.graphics=[],e.userData.graphicMap=new Map;let i=Date.now();for(let s=0;s<t.layers.length;s++){let o=t.layers[s];["range","ground"].includes(o.l_type)||this.options.layers.includes(o.l_type)&&(Er(o,e,this.options),console.log("time",Date.now()-i,o.l_type),i=Date.now())}return e})}getFloorPoi(t,e,i){return g(this,null,function*(){i===void 0&&(i=this.placeConfig);let s=Date.now();yield Promise.all(t.layers.map(n=>{if(this.options.layers.includes(n.l_type))return Sr(n,e,this.locale,i,this.options)})),console.log("poi time",Date.now()-s);let o=Date.now();Hs().then(()=>{console.log("poi render time",Date.now()-o)})})}clear(){return g(this,null,function*(){An(),this.db=null})}closeWorker(){this.loadWorker&&(this.loadWorker.terminate(),this.loadWorker=null)}dispose(){super.dispose(),this.clear(),this.closeWorker(),this.getFloorDataPromise.clear()}constructor(t,e={}){super(),this.bmap=t,this.floors=[],this.initDbPromise=Promise.resolve(),this.db=null,this.taskQueue=new be,this.loadWorker=Mo(),this.locale="zh-cn",this.placeConfig={backgroundColor:"#f1f7f6",showFacilityName:!0,showStoreName:!0,textFontSize:14},this.getFloorDataPromise=new Map,this.options=w({},td,e),this.placeConfig=w({},this.placeConfig,t.config.loaderPlaceConfig),this.initDbPromise=this.initDb()}};import"core-js/modules/web.dom-collections.iterator.js";function Cr(a,t){return g(this,null,function*(){let{brand:e,project:i}=a,{apiDomain:s,apiPath:{floorRange:o},apiInfo:n}=t,r=""+s+o+"?brand="+e+"&project="+i+"&phase="+i+"&building="+i;return yield fetch(r,n).then(c=>c.json()).then(c=>c.data).then(c=>{let l=(c||[])[0];return l&&(l.info=JSON.parse(l.info)),l})})}function Lr(a,t){return g(this,null,function*(){let{brand:e,project:i,floor:s,ts:o,resource_type_list:n}=a,{apiDomain:r,apiPath:{floorGraphic:h},apiInfo:c}=t,l=""+r+h+"?brand="+e+"&project="+i+"&phase="+i+"&building="+i+"&floor="+s+"&ts="+o+"&resource_type_list="+n;return yield fetch(l,c).then(d=>d.json()).then(d=>d.data).then(d=>((d||[]).map(u=>u.info=JSON.parse(u.info)),d||[]))})}function zE(a,t){return g(this,null,function*(){let{project:e,floor:i}=a,{apiDomain:s,apiInfo:o}=t,n=s+"/api/inception-map/external_street/get?projectCode="+e+"&floorCode="+i;return yield fetch(n,o).then(h=>h.json()).then(h=>h.data).then(h=>JSON.parse(h[0].streetInfo||"{}")).then(h=>h.fileId?ed(h.fileId,t):null)})}function ed(a,t){return g(this,null,function*(){let{apiDomain:e,apiInfo:i}=t;return fetch(e+"/api/inception-map/file/getFileStream?fileId="+a,i).then(s=>s.arrayBuffer()).then(s=>{let n=new TextDecoder("utf-8").decode(s);return n?JSON.parse(n):null})})}var Tr=class{load(t){return g(this,null,function*(){let e=qt(t);if(this.cacheData.has(e))return this.cacheData.get(e);let[,i]=yield Promise.all([this.loadBuildGround(t),Lr(t,this.bmap.config)]),s=qt({floor:t.floor,ts:t.ts});vi(i.map(n=>n.info),this.bmap.buildingCenter,this.floorDataLengthMap.get(s)||0),i.forEach(n=>n.info.transformToBuildingGround=!1),this.cacheData.set(e,i);let o=this.floorDataLengthMap.get(s)||0;return this.floorDataLengthMap.set(s,o+i.length),this.loadExternalStreet(t),i})}loadExternalStreet(t){return g(this,null,function*(){})}switchFloorByData(t,e){if(!t.length)return;let i=e.userData.legacyToGraphicMap||new Map,s=e.userData.graphicMap||new Map,{ground:o,markGraphic:n,graphic:r}=this.bmap.config;for(let h=0;h<t.length;h++){let c=t[h],l=w({},c,{info:w({},c.info)});if(c.info.group==="ground"){l.info.fillColor=o.color,l.info.fillOpacity=o.opacity,l.info.height=o.height,l.info.stroke=o.stroke,l.info.strokeColor=o.strokeColor,l.info.strokeOpacity=o.strokeOpacity,e.createGround(l.info);continue}else c.info.userData.mark?(l.info.height=n.height,l.info.fillColor=n.color,l.info.fillOpacity=n.opacity,l.info.stroke=n.stroke,l.info.strokeColor=n.strokeColor,l.info.strokeOpacity=n.strokeOpacity):(l.info.fillOpacity=r.fillOpacity,this.bmap.config.initTransToMark&&(l.info.height=n.height,l.info.fillColor=n.color,l.info.stroke=n.stroke,l.info.strokeColor=n.strokeColor,l.info.strokeOpacity=n.strokeOpacity));let p=e.addGraphic(l.info);p.userData.data=c,i.set(c.legacy_id,p),s.set(c.element_uuid,c)}e.userData.legacyToGraphicMap=i,e.userData.graphicMap=s,e.userData.rangeGraphic=this.bmap.currentBuildGround,e.userData.range=this.bmap.currentBuildGround.geometry.cds[0],e.userData.center=this.bmap.buildingCenter,e.updateBox(),e===this.bmap.context.currentFloor?(this.bmap.triggerHooks(ct.SWITCH_FLOOR_BEFORE,{curFloor:e,graphics:e.graphicLayer.children}),this.bmap.initialFloorCamera(),this.bmap.triggerHooks(ct.SWITCH_FLOOR_AFTER,{curFloor:e,graphics:e.graphicLayer.children})):this.bmap.switchFloorByFloor(e)}filterData(t,e){let i=e.userData.graphicMap||new Map;return t.filter(s=>!i.has(s.element_uuid))}switchFloorByStoreData(t,e){return g(this,null,function*(){let i=yield this.load(w({},t,{resource_type_list:"6"})),s=this.filterData(i,e);this.switchFloorByData(s,e)})}switchFloorByOtherData(t,e){return g(this,null,function*(){let i=yield this.load(w({},t,{resource_type_list:"1,2,3,4"})),s=this.filterData(i,e);this.switchFloorByData(s,e)})}loadBuildGround(t){return g(this,null,function*(){let{brand:e,project:i}=t,s=yield this.loadBuildingGround({brand:e,project:i});var o;return this.bmap.currentBuildGround=(o=s==null?void 0:s.info)!=null?o:null,this.bmap.changeBuildingCenter(s,{brand:e,project:i}),this.bmap.currentBuildGround})}loadBuildingGround(t){return g(this,null,function*(){let{brand:e,project:i}=t,s=qt({brand:e,project:i});if(this.buildingGroundMap.has(s))return this.buildingGroundMap.get(s);let o=Cr({brand:e,project:i},this.bmap.config).then(n=>(this.buildingGroundMap.set(s,n),n));return this.buildingGroundMap.set(s,o),o})}switchFloor(t){return g(this,null,function*(){let e=new zt(this.bmap.context);e.userData.graphicMap=new Map,e.name=t.floor;try{yield Promise.all([this.switchFloorByStoreData(t,e),this.switchFloorByOtherData(t,e)])}catch(i){console.log(i)}return e})}dispose(){this.cacheData.clear(),this.floorDataLengthMap.clear(),this.buildingGroundMap.clear()}constructor(t){this.bmap=t,this.cacheData=new Map,this.floorDataLengthMap=new Map,this.buildingGroundMap=new Map,this.externalStreetMap=new Map}};var cS=function(a){return a[a.D2=0]="D2",a[a.D3=1.1]="D3",a}({}),kr=class extends sd{get buildingCenter(){return this.coordinateTransform.getBuildingCenter()}set buildingCenter(t){this.coordinateTransform.setBuildingCenter(t)}get basicZoom(){return this.context.basicZoom}set basicZoom(t){this.context.basicZoom=t}changeBuildingCenter(t,e){let{brand:i,project:s}=e,o=t?fi(t.info.geometry.cds[0]):[0,0];this.buildingCenter=o,this.coordinateTransform.setBuildingCenter(o),this.dispatchEvent({type:"center-change",center:o,project:s,brand:i})}use(t){t.bmap=this,this.plugins.push(t)}unUse(t){this.plugins=this.plugins.filter(e=>e!==t)}triggerHooks(t,e){this.dispatchEvent({type:t,data:e})}switchFloor(t){return g(this,null,function*(){return this.loader||(this.loader=new Ge(this),this.loader.placeConfig=w({},this.loader.placeConfig,this.config.loaderPlaceConfig),yield this.loader.load(this.config.apiPath.loadPlaceInfo+"?place_id="+this.config.placeId+"&env=prod")),this.loader.switchFloor(t)})}switchFloorByFloor(t,e,i){e===void 0&&(e=!0),i===void 0&&(i=t.graphicLayer.children),this.triggerHooks(ct.SWITCH_FLOOR_BEFORE,{curFloor:t,graphics:i}),this.buildingCenter=t.userData.center,this.coordinateTransform.setBuildingCenter(t.userData.center),this.currentBuildGround=t.userData.rangeGraphic,this.context.switchFloor(t,e),this.initialFloorCamera(),this.triggerHooks(ct.SWITCH_FLOOR_AFTER,{curFloor:t,graphics:i})}initialFloorCamera(){this.context.cameraBound.setEnable(!1),this.context.control.minZoom=0,this.context.control.maxZoom=1/0,this.context.camera.zoom=1,this.context.setAzimuthalAngle(this.config.control.defaultAzimuthal,0),this.context.setPolarAngle(this.config.control.defaultPolar,0),this.context.fitCameraToGround(this.config.defaultPadding,0);let t=this.context.camera.zoom;this.context.control.minZoom=t,this.context.control.maxZoom=t*this.config.control.maxZoomScale,this.type==="3d"&&this.context.fitCameraToGround(this.config.defaultPadding,0,!1),this.basicZoom=this.context.camera.zoom,this.context.control.addEventListener("change",this.onControlChange),this.onControlChange(),this.context.cameraBound.setEnable(!0),this.context.cameraBound.changePrevCamera()}addModel(t,e){if(t.options.geometry.type==="polygon"){var i;let s=(i=this.context.currentFloor)==null?void 0:i.addModel(w({},e,{position:t.getPosition().setZ(.1),id:t.options.id}));if(s){let{facilityAngle:o=0,facilityXScale:n=1,facilityYScale:r=1}=t.options.userData;s.rotateZ((180-o)/180*Math.PI),s.scale.set(n,r,1)}}}getLegacyToGraphicMap(){var t;return((t=this.context.currentFloor)==null?void 0:t.userData.legacyToGraphicMap)||new Map}getFloorAllGraphics(){var t;return((t=this.context.currentFloor)==null?void 0:t.getGraphics())||[]}createGraphicPoi(t,e){if(this.context.currentFloor){e.id===void 0&&(e.id=t.options.id);let i=t.options.centerCoords,s=t.getCenter(),o=(i==null?void 0:i[0])||s.x,n=(i==null?void 0:i[1])||s.y;return console.log(o,n,i,s),this.context.currentFloor.addPoi(w({},e,{position:{x:o,y:n,z:s.z+t.options.height/2}}))}return null}createPoi2ByPosition(t,e){if(this.context.currentFloor){let i=this.mercatorToWorld([t.x,t.y]),s=new $(this.context,w({},e,{position:{x:i.x,y:i.y,z:t.z}}));return this.context.currentFloor.poiLayer2.pushPoi(s),s}return null}translateElementToCenter(t,e,i,s){e===void 0&&(e=500),i===void 0&&(i=0),s===void 0&&(s=0);let o=t.getPosition().clone(),{context:{camera:n}}=this;if(n.updateMatrix(),s){let r=new bo;r.setFromMatrixColumn(n.matrix,1),r.normalize(),r.multiplyScalar(s/n.zoom),o.add(r)}if(i){let r=new bo;r.setFromMatrixColumn(n.matrix,0),r.normalize(),r.multiplyScalar(i/n.zoom),o.add(r)}return this.context.setCameraPosition(o,e)}translateElementToCenterX(t,e){return g(this,null,function*(){return e===void 0&&(e=500),Mt(new Promise(i=>{let s=this.context.control.target.clone(),o=t.getPosition();this.timer.requestAnimationFrame(()=>{let{clientSize:{width:n,height:r},camera:h}=this.context,l=T(o,h,n,r).x-n/2,p=new bo;p.setFromMatrixColumn(this.context.camera.matrix,0),p.normalize(),p.multiplyScalar(l/this.context.camera.zoom),s.add(p),this.context.setCameraPosition(s,e).then(i)})}),e+500)})}getElementDeviceCoordinate(t){let e=t.position.clone(),{clientWidth:i,clientHeight:s}=this.container;return T(e,this.context.camera,i,s)}changeMapType(t,e){return e===void 0&&(e=500),this.type=t,t==="2d"?this.context.setPolarAngle(0,e):this.context.setPolarAngle(1.1,e)}resetView(t){return g(this,null,function*(){t===void 0&&(t=300);let e=t/3;yield this.context.setAzimuthalAngle(this.config.control.defaultAzimuthal,e),yield this.context.setPolarAngle(this.config.control.defaultPolar,e),yield this.context.fitCameraToGround(this.config.defaultPadding,e,!1)})}reduceMap(t,e){t===void 0&&(t=.5),e===void 0&&(e=500);let i=this.context.camera.zoom;return this.context.setZoom(i-t,this.context.control.target,e)}enlargeMap(t,e){t===void 0&&(t=.5),e===void 0&&(e=500);let i=this.context.camera.zoom;return this.context.setZoom(i+t,this.context.control.target,e)}registryEvent(){if(window.addEventListener("keydown",this.onKeydown),window.addEventListener("keyup",this.onKeyUp),this.config.resizeObserver.enable){let t=new ResizeObserver(this.debounceResize);t.observe(this.container),this.observe=t}}unRegistryEvent(){var t;this.context.control.removeEventListener("change",this.onControlChange),window.removeEventListener("keydown",this.onKeydown),window.removeEventListener("keyup",this.onKeyUp),(t=this.observe)==null||t.disconnect(),this.observe=null}configurePolarShortcutKeys(t){this.polarKeys=t}configureAzimuthalShortcutKeys(t){this.azimuthalKeys=t}rotateMap(t,e){t===void 0&&(t=.1),e===void 0&&(e=500);let i=this.context.control.getAzimuthalAngle();return this.context.setAzimuthalAngle(i+t,e)}measureDistance(){return g(this,null,function*(){return this.cancelDistance(),new Promise((t,e)=>{this.changeMapType("2d",0),this.context.control.enableRotate=!1,this.svgLine=new Ni(this.context);let i=this.svgLine.dispose.bind(this.svgLine);this.svgLine.dispose=function(){i(),e("cancel")},this.svgLine.addEventListener("distance",s=>{let{distance:o}=s;t(o)})})})}cancelDistance(){this.svgLine&&(this.svgLine.dispose(),this.svgLine=void 0,this.context.control.enableRotate=!0)}measureArea(){return this.cancelArea(),new Promise((t,e)=>{this.changeMapType("2d",0),this.context.control.enableRotate=!1,this.svgPolygon=new Zi(this.context);let i=this.svgPolygon.dispose.bind(this.svgPolygon);this.svgPolygon.dispose=function(){i(),e("cancel")},this.svgPolygon.addEventListener("area",s=>{let{area:o}=s;t(o)})})}cancelArea(){this.svgPolygon&&(this.svgPolygon.dispose(),this.svgPolygon=void 0,this.context.control.enableRotate=!0)}fitCameraByPois(t,e,i){return g(this,null,function*(){if(e===void 0&&(e=[20,20,20,20]),i===void 0&&(i=500),!t.length)return;let s=new id;return t.forEach(o=>{let{position:n}=o;s.expandByPoint(n)}),this.context.fitCameraToBox(s,e,i,!1)})}fitCameraByPoiNodeIds(t,e,i){return g(this,null,function*(){e===void 0&&(e=[20,20,20,20]),i===void 0&&(i=500);let s=t.map(o=>this.getPoiById(o)).filter(o=>!!o);if(s.length)return this.fitCameraByPois(s,e,i)})}getGraphicByNodeId(t){var e,i;return((e=this.context.currentFloor)==null?void 0:e.graphicLayer.getGraphicByNodeId(t))||((i=this.context.currentFloor)==null?void 0:i.parkingSpaceLayer.graphicMap.get(t))||null}deleteGraphic(t){var e;(e=this.context.currentFloor)==null||e.graphicLayer.removeGraphic(t)}createGraphicByOptions(t){var e;if(!t.transformToBuildingGround&&this.currentBuildGround){let i=fi(this.currentBuildGround.geometry.cds[0]);if(t.geometry.type==="polygon")t.geometry.coords=JSON.parse(JSON.stringify(t.geometry.cds)),t.geometry.coords.map(s=>{Array.isArray(s)&&s.forEach(o=>{o[0]-=i[0],o[1]-=i[1]})});else{let[s,o]=t.geometry.cds;t.geometry.coords=[s-i[0],o-i[1]]}}return(e=this.context.currentFloor)==null?void 0:e.graphicLayer.createGraphic(t)}mercatorToWorld(t){return this.coordinateTransform.mercatorToWorld(t)}worldToMercator(t){return this.coordinateTransform.worldToMercator(t)}removePoiById(t){var e,i;(e=this.context.currentFloor)==null||e.poiLayer.removePoiById(t),(i=this.context.currentFloor)==null||i.poiLayer2.removePoiById(t)}getPoiById(t){var e;let i=this.context.collisionSystem.objects;return((e=this.context.currentFloor)==null?void 0:e.poiLayer.getPoiById(t))||i.find(s=>s.options.id===t)}getPois(){var t;return[...(((t=this.context.currentFloor)==null?void 0:t.poiLayer.pois)||[]).filter(e=>!e.options.built_in),...this.context.collisionSystem.objects||[]]}clearPoi(){this.context.currentFloor&&this.context.currentFloor.poiLayer.clear()}removeSelectGraphic(t){this.context.selection.remove(t)}dispose(){this.loader&&(this.loader.dispose(),this.loader=null),this.unRegistryEvent(),this.timer.dispose(),this.plugins.forEach(t=>t.dispose()),this.plugins=[],this.context.dispose(),this.context=null,this.container=null,V.dispose(),ot.dispose(),gt.dispose(),lt.dispose(),C.dispose(),Lt.dispose(),this.debounceResize=null,_o.Dispose==null||_o.Dispose.call(_o)}constructor(t,e={}){super(),this.container=t,this.polarKeys=[],this.azimuthalKeys=[],this.prevCameraZoom=1,this.type="2d",this.currentBuildGround=null,this.observe=null,this.coordinateTransform=new Mi([0,0]),this.timer=new H,this.plugins=[],this.loader=null,this.onControlChange=()=>{let{camera:{zoom:i}}=this.context;i!==this.prevCameraZoom&&(this.dispatchEvent({type:"zoom-change",basicZoom:this.basicZoom,cameraZoom:this.context.camera.zoom}),this.prevCameraZoom=i)},this.onKeydown=i=>{this.polarKeys.includes(i.code)&&(this.context.control.maxPolarAngle=this.config.control.maxPolar,this.context.control.minPolarAngle=0),this.azimuthalKeys.includes(i.code)&&(this.context.control.maxAzimuthAngle=1/0,this.context.control.minAzimuthAngle=1/0)},this.onKeyUp=i=>{if(this.polarKeys.includes(i.code)){let s=this.context.control.getPolarAngle();this.context.control.maxPolarAngle=s,this.context.control.minPolarAngle=s}if(this.azimuthalKeys.includes(i.code)){let s=this.context.control.getAzimuthalAngle();this.context.control.maxAzimuthAngle=s,this.context.control.minAzimuthAngle=s}},this.resize=()=>{this.context.cameraBound.setEnable(!1),this.context.onWindowResize();let i=this.context.control.getAzimuthalAngle(),s=this.context.camera.zoom;this.context.control.minZoom=0,this.context.control.maxZoom=1/0,this.context.camera.zoom=1,this.context.setAzimuthalAngle(0,0);let o=this.context.getFitCameraToGroundZoom(this.config.defaultPadding,0)||1;this.context.camera.zoom=s,this.context.control.minZoom=o,this.context.control.maxZoom=o*this.config.control.maxZoomScale,this.basicZoom=s,this.context.control.addEventListener("change",this.onControlChange),this.context.setAzimuthalAngle(i,0),this.context.cameraBound.setEnable(!0)},this.config=_r(e),this.context=new us(t,this),this.debounceResize=od(this.resize,this.config.resizeObserver.debounceTime),this.registryEvent()}};var dS=function(a){return a.HALF="half",a.POWER="power",a.MECHANICAL="mechanical",a.NORMAL="normal",a.VIP="vip",a.GSADV="gsadv",a}({});import"core-js/modules/web.dom-collections.iterator.js";var W=class extends et{dispose(){let t=this.bmap.plugins.findIndex(e=>e===this);t!==-1&&this.bmap.plugins.splice(t,1),this.bmap=null,super.dispose()}constructor(t){super(),this.bmap=t,this.bmap.use(this)}};var Dr=class extends W{fetchEquipment(){return g(this,null,function*(){let{apiDomain:t,apiPath:{equipmentList:e},apiInfo:i}=this.bmap.config,s=""+t+e;yield fetch(s,i).then(o=>o.json()).then(o=>o.data).then(o=>{this.equipmentList=o,this.equipmentMap=new Map(o.map(n=>[n.equipment_id,n]))}),this.dispatchEvent({type:"change-equipment-list",data:this.equipmentList}),this.bmap.context.currentFloor&&this.changeGraphicToEquipment(this.bmap.context.currentFloor.graphicLayer.children)})}getGraphicEquipment(t){return t.userData.data.info.userData.equipment}changeGraphicToEquipment(t){t.filter(e=>{let i=this.getGraphicEquipment(e);return i&&this.equipmentMap.has(i)}).forEach(e=>{let i=this.equipmentMap.get(this.getGraphicEquipment(e)),s=this.bmap.createGraphicPoi(e,{icon:i==null?void 0:i.equipment_icon,built_in:!0,icon_size:[14,14]});s&&(s.userData.data=i,s.userData.type="equipment")})}dispose(){var t;this.bmap.removeEventListener(ct.SWITCH_FLOOR_AFTER,this.onSwitchFloor),Array.from(((t=this.bmap.context.currentFloor)==null?void 0:t.poiLayer.pois)||[]).forEach(e=>{if(e.userData.type==="equipment"){var i;(i=this.bmap.context.currentFloor)==null||i.poiLayer.removePoi(e)}}),super.dispose()}constructor(t){super(t),this.equipmentList=[],this.equipmentMap=new Map,this.onSwitchFloor=e=>{let{data:{graphics:i}}=e;this.equipmentList.length&&this.changeGraphicToEquipment(i)},this.fetchEquipment(),this.bmap.addEventListener(ct.SWITCH_FLOOR_AFTER,this.onSwitchFloor)}};import"core-js/modules/es.string.replace.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.promise.finally.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{Mesh as dd,Object3D as ud,TextureLoader as md,Color as fd,Vector2 as So,Vector3 as gd,NormalBlending as yd,RepeatWrapping as vd}from"three";import"core-js/modules/es.typed-array.float32-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.typed-array.uint16-array.js";import{BufferGeometry as nd,Matrix4 as Or,Vector3 as fe,Ray as rd,Sphere as ad,LineSegments as hd,BufferAttribute as oe,ShaderChunk as wt,ShaderMaterial as Rr,UniformsLib as cd,Color as ld,Vector2 as Ar}from"three";var Pt=class extends nd{constructor(){super(),this.isMeshLine=!0,this.type="MeshLine",this.positions=[],this.previous=[],this.next=[],this.side=[],this.width=[],this.indices_array=[],this.uvs=[],this.counters=[],this._points=[],this._geom=null,this.widthCallback=null,this.matrixWorld=new Or,Object.defineProperties(this,{geometry:{enumerable:!0,get:function(){return this}},geom:{enumerable:!0,get:function(){return this._geom},set:function(t){this.setGeometry(t,this.widthCallback)}},points:{enumerable:!0,get:function(){return this._points},set:function(t){this.setPoints(t,this.widthCallback)}}})}};Pt.prototype.setMatrixWorld=function(a){this.matrixWorld=a};Pt.prototype.setGeometry=function(a,t){this._geometry=a,this.setPoints(a.getAttribute("position").array,t)};Pt.prototype.setPoints=function(a,t){if(!(a instanceof Float32Array)&&!(a instanceof Array)){console.error("ERROR: The BufferArray of points is not instancied correctly.");return}if(this._points=a,this.widthCallback=t,this.positions=[],this.counters=[],a.length&&a[0]instanceof fe)for(var e=0;e<a.length;e++){var i=a[e],s=e/a.length;this.positions.push(i.x,i.y,i.z),this.positions.push(i.x,i.y,i.z),this.counters.push(s),this.counters.push(s)}else for(var e=0;e<a.length;e+=3){var s=e/a.length;this.positions.push(a[e],a[e+1],a[e+2]),this.positions.push(a[e],a[e+1],a[e+2]),this.counters.push(s),this.counters.push(s)}this.process()};function pd(a,t){var e=new Or,i=new rd,s=new ad,o=new fe,n=this.geometry;if(n.boundingSphere||n.computeBoundingSphere(),s.copy(n.boundingSphere),s.applyMatrix4(this.matrixWorld),a.ray.intersectSphere(s,o)!==!1){e.copy(this.matrixWorld).invert(),i.copy(a.ray).applyMatrix4(e);var r=new fe,h=new fe,c=new fe,l=this instanceof hd?2:1,p=n.index,d=n.attributes;if(p!==null)for(var u=p.array,f=d.position.array,x=d.width.array,m=0,y=u.length-1;m<y;m+=l){var P=u[m],M=u[m+1];r.fromArray(f,P*3),h.fromArray(f,M*3);var E=x[Math.floor(m/3)]!==void 0?x[Math.floor(m/3)]:1,S=a.params.Line.threshold+this.material.lineWidth*E/2,R=S*S,b=i.distanceSqToSegment(r,h,o,c);if(!(b>R)){o.applyMatrix4(this.matrixWorld);var N=a.ray.origin.distanceTo(o);N<a.near||N>a.far||(t.push({distance:N,point:c.clone().applyMatrix4(this.matrixWorld),index:m,face:null,faceIndex:null,object:this}),m=y)}}}}Pt.prototype.raycast=pd;Pt.prototype.compareV3=function(a,t){var e=a*6,i=t*6;return this.positions[e]===this.positions[i]&&this.positions[e+1]===this.positions[i+1]&&this.positions[e+2]===this.positions[i+2]};Pt.prototype.copyV3=function(a){var t=a*6;return[this.positions[t],this.positions[t+1],this.positions[t+2]]};Pt.prototype.getDistance=function(a){let t=0;for(let e=0;e<a;e++){let i=6*e,s=new fe(this.positions[i],this.positions[i+1],this.positions[i+2]),o=new fe(this.positions[i+6],this.positions[i+7],this.positions[i+8]),n=s.distanceTo(o);t+=n}return t};Pt.prototype.process=function(){var a=this.positions.length/6;this.previous=[],this.next=[],this.side=[],this.width=[],this.indices_array=[],this.uvs=[];var t;let e=this.getDistance(a-1);var i;this.compareV3(0,a-1)?i=this.copyV3(a-2):i=this.copyV3(0),this.previous.push(i[0],i[1],i[2]),this.previous.push(i[0],i[1],i[2]);for(var s=0;s<a;s++){if(this.side.push(1),this.side.push(-1),this.widthCallback?t=this.widthCallback(s/(a-1)):t=1,this.width.push(t),this.width.push(t),s===0)this.uvs.push(0,0),this.uvs.push(0,1);else if(s===a-1)this.uvs.push(1,0),this.uvs.push(1,1);else{let n=this.getDistance(s)/e;this.uvs.push(n,0),this.uvs.push(n,1)}if(s<a-1){i=this.copyV3(s),this.previous.push(i[0],i[1],i[2]),this.previous.push(i[0],i[1],i[2]);var o=s*2;this.indices_array.push(o,o+1,o+2),this.indices_array.push(o+2,o+1,o+3)}s>0&&(i=this.copyV3(s),this.next.push(i[0],i[1],i[2]),this.next.push(i[0],i[1],i[2]))}this.compareV3(a-1,0)?i=this.copyV3(1):i=this.copyV3(a-1),this.next.push(i[0],i[1],i[2]),this.next.push(i[0],i[1],i[2]),!this._attributes||this._attributes.position.count!==this.positions.length?this._attributes={position:new oe(new Float32Array(this.positions),3),previous:new oe(new Float32Array(this.previous),3),next:new oe(new Float32Array(this.next),3),side:new oe(new Float32Array(this.side),1),width:new oe(new Float32Array(this.width),1),uv:new oe(new Float32Array(this.uvs),2),index:new oe(new Uint16Array(this.indices_array),1),counters:new oe(new Float32Array(this.counters),1)}:(this._attributes.position.copyArray(new Float32Array(this.positions)),this._attributes.position.needsUpdate=!0,this._attributes.previous.copyArray(new Float32Array(this.previous)),this._attributes.previous.needsUpdate=!0,this._attributes.next.copyArray(new Float32Array(this.next)),this._attributes.next.needsUpdate=!0,this._attributes.side.copyArray(new Float32Array(this.side)),this._attributes.side.needsUpdate=!0,this._attributes.width.copyArray(new Float32Array(this.width)),this._attributes.width.needsUpdate=!0,this._attributes.uv.copyArray(new Float32Array(this.uvs)),this._attributes.uv.needsUpdate=!0,this._attributes.index.copyArray(new Uint16Array(this.indices_array)),this._attributes.index.needsUpdate=!0),this.setAttribute("position",this._attributes.position),this.setAttribute("previous",this._attributes.previous),this.setAttribute("next",this._attributes.next),this.setAttribute("side",this._attributes.side),this.setAttribute("width",this._attributes.width),this.setAttribute("uv",this._attributes.uv),this.setAttribute("counters",this._attributes.counters),this.setIndex(this._attributes.index),this.computeBoundingSphere(),this.computeBoundingBox()};function Eo(a,t,e,i,s){var o;if(a=a.subarray||a.slice?a:a.buffer,e=e.subarray||e.slice?e:e.buffer,a=t?a.subarray?a.subarray(t,s&&t+s):a.slice(t,s&&t+s):a,e.set)e.set(a,i);else for(o=0;o<a.length;o++)e[o+i]=a[o];return e}Pt.prototype.advance=function(a){var t=this._attributes.position.array,e=this._attributes.previous.array,i=this._attributes.next.array,s=t.length;Eo(t,0,e,0,s),Eo(t,6,t,0,s-6),t[s-6]=a.x,t[s-5]=a.y,t[s-4]=a.z,t[s-3]=a.x,t[s-2]=a.y,t[s-1]=a.z,Eo(t,6,i,0,s-6),i[s-6]=a.x,i[s-5]=a.y,i[s-4]=a.z,i[s-3]=a.x,i[s-2]=a.y,i[s-1]=a.z,this._attributes.position.needsUpdate=!0,this._attributes.previous.needsUpdate=!0,this._attributes.next.needsUpdate=!0};wt.meshline_vert=["",wt.logdepthbuf_pars_vertex,wt.fog_pars_vertex,"","attribute vec3 previous;","attribute vec3 next;","attribute float side;","attribute float width;","attribute float counters;","","uniform vec2 resolution;","uniform float lineWidth;","uniform vec3 color;","uniform float opacity;","uniform float sizeAttenuation;","","varying vec2 vUV;","varying vec4 vColor;","varying float vCounters;","","vec2 fix( vec4 i, float aspect ) {",""," vec2 res = i.xy / i.w;"," res.x *= aspect;"," vCounters = counters;"," return res;","","}","","void main() {",""," float aspect = resolution.x / resolution.y;",""," vColor = vec4( color, opacity );"," vUV = uv;",""," mat4 m = projectionMatrix * modelViewMatrix;"," vec4 finalPosition = m * vec4( position, 1.0 );"," vec4 prevPos = m * vec4( previous, 1.0 );"," vec4 nextPos = m * vec4( next, 1.0 );",""," vec2 currentP = fix( finalPosition, aspect );"," vec2 prevP = fix( prevPos, aspect );"," vec2 nextP = fix( nextPos, aspect );",""," float w = lineWidth * width;",""," vec2 dir;"," if( nextP == currentP ) dir = normalize( currentP - prevP );"," else if( prevP == currentP ) dir = normalize( nextP - currentP );"," else {"," vec2 dir1 = normalize( currentP - prevP );"," vec2 dir2 = normalize( nextP - currentP );"," dir = normalize( dir1 + dir2 );",""," vec2 perp = vec2( -dir1.y, dir1.x );"," vec2 miter = vec2( -dir.y, dir.x );"," //w = clamp( w / dot( miter, perp ), 0., 4. * lineWidth * width );",""," }",""," //vec2 normal = ( cross( vec3( dir, 0. ), vec3( 0., 0., 1. ) ) ).xy;"," vec4 normal = vec4( -dir.y, dir.x, 0., 1. );"," normal.xy *= .5 * w;"," normal *= projectionMatrix;"," if( sizeAttenuation == 0. ) {"," normal.xy *= finalPosition.w;"," normal.xy /= ( vec4( resolution, 0., 1. ) * projectionMatrix ).xy;"," }",""," finalPosition.xy += normal.xy * side;",""," gl_Position = finalPosition;","",wt.logdepthbuf_vertex,wt.fog_vertex&&" vec4 mvPosition = modelViewMatrix * vec4( position, 1.0 );",wt.fog_vertex,"}"].join(`
|
|
502
502
|
`);wt.meshline_frag=["",wt.fog_pars_fragment,wt.logdepthbuf_pars_fragment,"","uniform sampler2D map;","uniform sampler2D alphaMap;","uniform float useMap;","uniform float useAlphaMap;","uniform float useDash;","uniform float dashArray;","uniform float dashOffset;","uniform float dashRatio;","uniform float visibility;","uniform float alphaTest;","uniform vec2 repeat;","uniform float thresholdRatio;","","varying vec2 vUV;","varying vec4 vColor;","varying float vCounters;","","void main() {",""," if (vUV.x <= thresholdRatio) {"," discard;"," }",wt.logdepthbuf_fragment,""," vec4 c = vColor;"," if( useMap == 1. ) c *= texture2D( map, vUV * repeat );"," if( useAlphaMap == 1. ) c.a *= texture2D( alphaMap, vUV * repeat ).a;"," if( c.a < alphaTest ) discard;"," if( useDash == 1. ){"," c.a *= ceil(mod(vCounters + dashOffset, dashArray) - (dashArray * dashRatio));"," }"," gl_FragColor = c;"," gl_FragColor.a *= step(vCounters, visibility);","",wt.fog_fragment,"}"].join(`
|
|
503
|
-
`);var si=class extends Rr{constructor(t){super({uniforms:Object.assign({},ad.fog,{lineWidth:{value:1},map:{value:null},useMap:{value:0},alphaMap:{value:null},useAlphaMap:{value:0},color:{value:new hd(16777215)},opacity:{value:1},resolution:{value:new Ar(1,1)},sizeAttenuation:{value:1},dashArray:{value:0},dashOffset:{value:0},dashRatio:{value:.5},useDash:{value:0},visibility:{value:1},alphaTest:{value:0},repeat:{value:new Ar(1,1)},thresholdRatio:{value:0},transparent:{value:!0},depthTest:{vale:!1},depthWrite:{value:!1}}),vertexShader:wt.meshline_vert,fragmentShader:wt.meshline_frag}),this.isMeshLineMaterial=!0,this.type="MeshLineMaterial",Object.defineProperties(this,{lineWidth:{enumerable:!0,get:function(){return this.uniforms.lineWidth.value},set:function(e){this.uniforms.lineWidth.value=e}},map:{enumerable:!0,get:function(){return this.uniforms.map.value},set:function(e){this.uniforms.map.value=e}},useMap:{enumerable:!0,get:function(){return this.uniforms.useMap.value},set:function(e){this.uniforms.useMap.value=e}},alphaMap:{enumerable:!0,get:function(){return this.uniforms.alphaMap.value},set:function(e){this.uniforms.alphaMap.value=e}},useAlphaMap:{enumerable:!0,get:function(){return this.uniforms.useAlphaMap.value},set:function(e){this.uniforms.useAlphaMap.value=e}},color:{enumerable:!0,get:function(){return this.uniforms.color.value},set:function(e){this.uniforms.color.value=e}},opacity:{enumerable:!0,get:function(){return this.uniforms.opacity.value},set:function(e){this.uniforms.opacity.value=e}},resolution:{enumerable:!0,get:function(){return this.uniforms.resolution.value},set:function(e){this.uniforms.resolution.value.copy(e)}},sizeAttenuation:{enumerable:!0,get:function(){return this.uniforms.sizeAttenuation.value},set:function(e){this.uniforms.sizeAttenuation.value=e}},dashArray:{enumerable:!0,get:function(){return this.uniforms.dashArray.value},set:function(e){this.uniforms.dashArray.value=e,this.useDash=e!==0?1:0}},dashOffset:{enumerable:!0,get:function(){return this.uniforms.dashOffset.value},set:function(e){this.uniforms.dashOffset.value=e}},dashRatio:{enumerable:!0,get:function(){return this.uniforms.dashRatio.value},set:function(e){this.uniforms.dashRatio.value=e}},useDash:{enumerable:!0,get:function(){return this.uniforms.useDash.value},set:function(e){this.uniforms.useDash.value=e}},visibility:{enumerable:!0,get:function(){return this.uniforms.visibility.value},set:function(e){this.uniforms.visibility.value=e}},alphaTest:{enumerable:!0,get:function(){return this.uniforms.alphaTest.value},set:function(e){this.uniforms.alphaTest.value=e}},repeat:{enumerable:!0,get:function(){return this.uniforms.repeat.value},set:function(e){this.uniforms.repeat.value.copy(e)}},thresholdRatio:{enumerable:!0,get:function(){return this.uniforms.thresholdRatio.value},set:function(e){this.uniforms.thresholdRatio.value=e}}}),this.setValues(t)}};si.prototype.copy=function(a){return Rr.prototype.copy.call(this,a),this.lineWidth=a.lineWidth,this.map=a.map,this.useMap=a.useMap,this.alphaMap=a.alphaMap,this.useAlphaMap=a.useAlphaMap,this.color.copy(a.color),this.opacity=a.opacity,this.resolution.copy(a.resolution),this.sizeAttenuation=a.sizeAttenuation,this.dashArray.copy(a.dashArray),this.dashOffset.copy(a.dashOffset),this.dashRatio.copy(a.dashRatio),this.useDash=a.useDash,this.visibility=a.visibility,this.alphaTest=a.alphaTest,this.repeat.copy(a.repeat),this};var Ir={texture_url:Si,lineWidth:10,color:16777215},gs=class extends pd{registryEvent(){this.navigation.bmap.context.addEventListener("control-change",this.onControlChange),this.navigation.bmap.context.addEventListener("update",this.onUpdate),this.navigation.bmap.context.addEventListener("resize",this.onResize)}unRegistryEvent(){this.navigation.bmap.context.removeEventListener("control-change",this.onControlChange),this.navigation.bmap.context.removeEventListener("update",this.onUpdate),this.navigation.bmap.context.removeEventListener("resize",this.onResize)}getRepeat(){let{points:t,navigation:{bmap:{context:{camera:e,clientSize:{width:i,height:s}}}}}=this,o=t.map(r=>{let[h,c]=r;return L(new md(h,c,0),e,i,s)}).map(r=>{let{x:h,y:c}=r;return[h,c]});return ut(o)/32}changeRepeat(){if(!this.material)return;let t=this.getRepeat();this.material.repeat=new So(t,1)}loadTexture(t){return new Promise((e,i)=>{new dd().load(t,e,void 0,i)})}transformPoints(t){let e=[];for(let i=0;i<t.length;i++)e.push(...t[i],0);return e}updatePoints(t){this.points=t,this.changeRepeat();let e=this.transformPoints(t);this.geometry&&this.geometry.setPoints(e)}movePath(t){this.material&&(this.material.thresholdRatio=t)}create(t){return g(this,null,function*(){let e=this.geometry=new Pt;if(this.updatePoints(t),!this.texture){let o=this.texture=yield this.loadTexture(this.config.texture_url);o.wrapS=o.wrapT=gd}let i=this.material=new si({useMap:!0,color:new ud(this.config.color),transparent:!0,resolution:new So(this.navigation.bmap.context.clientSize.width,this.navigation.bmap.context.clientSize.height),depthTest:!1,sizeAttenuation:!1,lineWidth:this.config.lineWidth*2,map:this.texture,blending:fd,repeat:new So(this.getRepeat(),1)}),s=this.mesh=new ld(e,i);return s.renderOrder=99999,this.add(s),s})}dispose(){var t,e,i;this.unRegistryEvent(),this.clear(),(t=this.geometry)==null||t.dispose(),(e=this.material)==null||e.dispose(),(i=this.texture)==null||i.dispose(),this.navigation=null}constructor(t,e){super(),this.navigation=t,this.mesh=null,this.geometry=null,this.material=null,this.texture=null,this.config=Ir,this.points=[],this.basicRepeat=1,this.prevCameraZoom=0,this.onControlChange=()=>{let i=this.navigation.bmap.context.camera.zoom;i!==this.prevCameraZoom&&(this.prevCameraZoom=i,this.changeRepeat())},this.onUpdate=()=>{this.texture},this.onResize=()=>{if(this.material){let{width:i,height:s}=this.navigation.bmap.context.clientSize;this.material.resolution.set(i,s)}},this.config=Object.assign({},Ir,e),this.registryEvent(),this.prevCameraZoom=this.navigation.bmap.context.camera.zoom}};import{Tween as Lo,Easing as Sd}from"@tweenjs/tween.js";import{Vector2 as Cd,Vector3 as Dt}from"three";import"core-js/modules/es.array.unshift.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{Vector2 as Co}from"three";import{Tween as yd}from"@tweenjs/tween.js";import{throttle as vd}from"lodash";import{booleanPointInPolygon as xd,point as wd,polygon as Pd}from"@turf/turf";var Md={offsetDistance:15,offsetToResetTime:3e3,directionEmitThreshold:5,simulationSpeed:1,destinationDistanceThreshold:10},ys=class extends et{get curRoutePath(){return this.paths[this.routeIndex]||null}get curRoutePathPoints(){var t;return((t=this.curRoutePath)==null?void 0:t.points)||[]}registryEvent(){this.navigation.bmap.context.addEventListener("update",this.onUpdate),this.navigation.addEventListener("add-path",this.onAddPaths)}unRegistryEvent(){this.navigation.bmap.context.removeEventListener("update",this.onUpdate),this.navigation.removeEventListener("add-path",this.onAddPaths)}setRoadData(t){this.roadData=t}resetStatus(t){this.offset=!1,this.reset=!1,this.routeIndex=0,this.pointIndex=0,this.offsetDistance=0,this.resetTimer&&(this.timer.clearTimeout(this.resetTimer),this.resetTimer=null),t.length&&(this.position=t[0].points[0])}emitNavigationStatus(){let t=this.getNavigationInfo();t&&this.dispatchEvent({type:"navigation-info",info:t})}adsorb(t,e){let{curRoutePathPoints:i,position:s,curRoutePath:o,paths:n,routeIndex:r}=this;if(!i.length)return null;let h=i,c=this.paths[this.routeIndex].floor,l=this.getCurRouteRemainDistance();if(s){let f=Vt(i,s);h=h.slice(f+1),h.unshift(s)}let p=[{floor:o==null?void 0:o.floor,points:h},...n.slice(r+1)],{distance:d,closestPoint:u,index:m,i:v}=p.reduce((f,x,P)=>{if(x.floor!==t)return f;let{distance:_,closestPoint:E,index:S}=x.points.reduce((R,b,N,J)=>{if(!J[N+1])return w({},R,{distance:R.distance===1/0?T(b,e):R.distance});let{distance:O,closestPoint:Z}=pn(e,b,J[N+1]);if(!this.navigation.options.canBack&&c===t){let Q=[e,...J.slice(N+1)],st=ut(Q);if(l-st>10)return R}return O<R.distance?{distance:O,closestPoint:Z,index:N}:R},{distance:1/0,closestPoint:x.points[0],index:0});return _<f.distance?{distance:_,closestPoint:E,index:P,i:S}:f},{distance:1/0,closestPoint:h[0],index:0,i:0});return{distance:d,closestPoint:u,routeIndex:m+r,pointIndex:m===0?v+this.pointIndex:v}}toPosition(t,e){this.actualPosition=e;let i=this.adsorb(t,e);if(!i)return;let{distance:s,closestPoint:o,routeIndex:n,pointIndex:r}=i;this.offsetDistance=s,s>this.options.offsetDistance?(this.offset=!0,this.resetTimer||(this.resetTimer=this.timer.setTimeout(()=>{this.reset=!0,this.resetTimer=null},this.options.offsetToResetTime))):(this.offset=!1,this.reset=!1,this.resetTimer&&(this.timer.clearTimeout(this.resetTimer),this.resetTimer=null)),this.routeIndex=n,this.pointIndex=r,this.position=o,this.emitNavigationStatus()}startSimulation(){this.resetStatus(this.paths),this.emitNavigationStatus(),this.startCurRouteSimulation()}pause(){var t;this.tweenUtil.clear(),(t=this.throttleUpdatePosition)==null||t.cancel(),this.paused=!0}continue(){this.paused=!1,this.startCurRouteSimulation()}startCurRouteSimulation(){return g(this,null,function*(){let{curRoutePath:t}=this;if(!t)return;this.simulationTween&&this.tweenUtil.remove(this.simulationTween);let e=[];return new Promise(i=>{let s=[this.position,...this.curRoutePathPoints.slice(this.pointIndex+1)],o=this.getCurRouteRemainDistance(),n=o/this.options.simulationSpeed,r=this.throttleUpdatePosition=vd(c=>{let l=Pe(s,c.distance);l&&(e.push({floor:t.floor,pos:l}),this.toPosition(t.floor,l))},100),h=this.simulationTween=new yd({distance:0},this.tweenUtil.group).to({distance:o},n*1e3).onUpdate(r).onComplete(()=>{this.tweenUtil.remove(h),r.flush(),r.cancel(),this.routeIndex+1<this.paths.length?(this.routeIndex++,this.position=this.paths[this.routeIndex].points[0],this.pointIndex=0,setTimeout(()=>{i(this.startCurRouteSimulation())},3e3)):(i(!0),console.log(e,this.routeIndex,this.paths))}).start()})})}changeSimulationSpeed(t){this.options.simulationSpeed=t,this.paused||this.startCurRouteSimulation()}getCurRouteRemainDistance(){let{curRoutePathPoints:t,pointIndex:e,position:i}=this;if(!t.length)return 0;let s=[i,...t.slice(e+1)];return ut(s)}getCurRouteToStartDistance(){let{curRoutePathPoints:t,pointIndex:e,position:i}=this;if(!t.length)return 0;let s=[...t.slice(0,e+1),i];return ut(s)}getRemainDistance(){let t=this.getCurRouteRemainDistance();return{total:this.paths.slice(this.routeIndex+1).reduce((s,o)=>s+o.distance,0)+t,curRoute:t}}getNextDirDistance(){var t;if(!this.position)return null;let{pointIndex:e,curRoutePathPoints:i,position:s,curRoutePath:o}=this,n=e,r=$t.FRONT,h=(o==null||(t=o.pointInfos[n])==null?void 0:t.crossName)||"",c=0,l=0,p=0;for(;r===$t.FRONT&&n<=i.length;){let v=i[n],f=i[n+1],x=i[n+2];if(!v||!f)r=$t.END;else if(c+=T(v,f),!x)r=$t.END;else{r=js(v,f,x),l=ye(v,f,x),p=(new Co(x[0]-f[0],x[1]-f[1]).angle()*180/Math.PI-90+360)%360;var d;h=(d=o==null?void 0:o.pointInfos[n+1].crossName)!=null?d:"",n+=1}}i[n]&&(c=T(s,i[n]));let u=Vs(l);if(r===$t.END&&c<=this.options.directionEmitThreshold)return{dir:r,distance:c,crossName:h,angle:l,nextAngle:p,nextDir:u};let m=this.getCurRouteToStartDistance();return e===0&&m<=5?{dir:$t.START,distance:c,crossName:h,angle:l,nextAngle:p,nextDir:u}:(c>=this.options.directionEmitThreshold&&(r=$t.FRONT),{dir:r,distance:c,crossName:h,angle:l,nextAngle:p,nextDir:u})}calcReverseAngle(t){let e=t!=null?t:this.actualPosition;if(!e||!this.position)return null;let{curRoutePathPoints:i,pointIndex:s}=this,o=this.position;if(!i.length)return null;let n=o,r=null;if(i[s+1]?r=i[s+1]:i[s-1]&&(n=i[s-1],r=o),!r)return null;let h=new Co(r[0]-n[0],r[1]-n[1]),c=new Co(e[0]-o[0],e[1]-o[1]);return h.length()===0||c.length()===0?null:h.angleTo(c)*180/Math.PI}getCurPointAreaInfo(){let t=this.roadData.find(e=>e.floor===this.paths[this.routeIndex].floor);if(t){let e=(t.areas||[]).find(i=>{let s=Pd(i.cds),o=wd(this.position);return xd(o,s)});if(e)return e}return{imageUrl:null}}getNavigationInfo(){let{total:t,curRoute:e}=this.getRemainDistance(),i=this.getNextDirDistance();if(!i)return null;let{dir:s,distance:o,crossName:n,angle:r,nextAngle:h,nextDir:c}=i;e<=this.options.destinationDistanceThreshold&&(s=$t.END);let{imageUrl:l}=this.getCurPointAreaInfo(),p=this.calcReverseAngle();return{distance:t,curRouteDistance:e,nextDirDistance:o,dir:s,angle:r,nextAngle:h,pos:this.position,routeIndex:this.routeIndex,crossName:n,offset:this.offset,reset:this.reset,imageUrl:l,nextDir:c,offsetDistance:this.offsetDistance,reverseAngle:p}}dispose(){this.timer.dispose(),this.unRegistryEvent(),this.tweenUtil.clear(),this.navigation=null}constructor(t,e,i){super(),this.navigation=t,this.offset=!1,this.reset=!1,this.position=[0,0],this.routeIndex=0,this.pointIndex=0,this.paths=[],this.timer=new H,this.resetTimer=null,this.tweenUtil=new se,this.paused=!1,this.offsetDistance=0,this.actualPosition=null,this.onAddPaths=s=>{let{paths:o}=s;this.paths=o,this.resetStatus(o),this.simulationTween&&!this.paused&&this.startSimulation()},this.onUpdate=()=>{this.tweenUtil.update()},this.options=Object.assign({},Md,e),this.roadData=i,this.registryEvent()}};import"core-js/modules/es.typed-array.uint8-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/es.typed-array.from.js";import"core-js/modules/web.dom-collections.iterator.js";import{DataTexture as _d,LinearFilter as Fr,RGBAFormat as Gr,Sprite as bd,SpriteMaterial as Ed}from"three";var Qt=class a extends ${addDebug(){a.canvas.style.cssText=`
|
|
503
|
+
`);var oi=class extends Rr{constructor(t){super({uniforms:Object.assign({},cd.fog,{lineWidth:{value:1},map:{value:null},useMap:{value:0},alphaMap:{value:null},useAlphaMap:{value:0},color:{value:new ld(16777215)},opacity:{value:1},resolution:{value:new Ar(1,1)},sizeAttenuation:{value:1},dashArray:{value:0},dashOffset:{value:0},dashRatio:{value:.5},useDash:{value:0},visibility:{value:1},alphaTest:{value:0},repeat:{value:new Ar(1,1)},thresholdRatio:{value:0},transparent:{value:!0},depthTest:{vale:!1},depthWrite:{value:!1}}),vertexShader:wt.meshline_vert,fragmentShader:wt.meshline_frag}),this.isMeshLineMaterial=!0,this.type="MeshLineMaterial",Object.defineProperties(this,{lineWidth:{enumerable:!0,get:function(){return this.uniforms.lineWidth.value},set:function(e){this.uniforms.lineWidth.value=e}},map:{enumerable:!0,get:function(){return this.uniforms.map.value},set:function(e){this.uniforms.map.value=e}},useMap:{enumerable:!0,get:function(){return this.uniforms.useMap.value},set:function(e){this.uniforms.useMap.value=e}},alphaMap:{enumerable:!0,get:function(){return this.uniforms.alphaMap.value},set:function(e){this.uniforms.alphaMap.value=e}},useAlphaMap:{enumerable:!0,get:function(){return this.uniforms.useAlphaMap.value},set:function(e){this.uniforms.useAlphaMap.value=e}},color:{enumerable:!0,get:function(){return this.uniforms.color.value},set:function(e){this.uniforms.color.value=e}},opacity:{enumerable:!0,get:function(){return this.uniforms.opacity.value},set:function(e){this.uniforms.opacity.value=e}},resolution:{enumerable:!0,get:function(){return this.uniforms.resolution.value},set:function(e){this.uniforms.resolution.value.copy(e)}},sizeAttenuation:{enumerable:!0,get:function(){return this.uniforms.sizeAttenuation.value},set:function(e){this.uniforms.sizeAttenuation.value=e}},dashArray:{enumerable:!0,get:function(){return this.uniforms.dashArray.value},set:function(e){this.uniforms.dashArray.value=e,this.useDash=e!==0?1:0}},dashOffset:{enumerable:!0,get:function(){return this.uniforms.dashOffset.value},set:function(e){this.uniforms.dashOffset.value=e}},dashRatio:{enumerable:!0,get:function(){return this.uniforms.dashRatio.value},set:function(e){this.uniforms.dashRatio.value=e}},useDash:{enumerable:!0,get:function(){return this.uniforms.useDash.value},set:function(e){this.uniforms.useDash.value=e}},visibility:{enumerable:!0,get:function(){return this.uniforms.visibility.value},set:function(e){this.uniforms.visibility.value=e}},alphaTest:{enumerable:!0,get:function(){return this.uniforms.alphaTest.value},set:function(e){this.uniforms.alphaTest.value=e}},repeat:{enumerable:!0,get:function(){return this.uniforms.repeat.value},set:function(e){this.uniforms.repeat.value.copy(e)}},thresholdRatio:{enumerable:!0,get:function(){return this.uniforms.thresholdRatio.value},set:function(e){this.uniforms.thresholdRatio.value=e}}}),this.setValues(t)}};oi.prototype.copy=function(a){return Rr.prototype.copy.call(this,a),this.lineWidth=a.lineWidth,this.map=a.map,this.useMap=a.useMap,this.alphaMap=a.alphaMap,this.useAlphaMap=a.useAlphaMap,this.color.copy(a.color),this.opacity=a.opacity,this.resolution.copy(a.resolution),this.sizeAttenuation=a.sizeAttenuation,this.dashArray.copy(a.dashArray),this.dashOffset.copy(a.dashOffset),this.dashRatio.copy(a.dashRatio),this.useDash=a.useDash,this.visibility=a.visibility,this.alphaTest=a.alphaTest,this.repeat.copy(a.repeat),this};var Ir={texture_url:Si,lineWidth:10,color:16777215},gs=class extends ud{registryEvent(){this.navigation.bmap.context.addEventListener("control-change",this.onControlChange),this.navigation.bmap.context.addEventListener("update",this.onUpdate),this.navigation.bmap.context.addEventListener("resize",this.onResize)}unRegistryEvent(){this.navigation.bmap.context.removeEventListener("control-change",this.onControlChange),this.navigation.bmap.context.removeEventListener("update",this.onUpdate),this.navigation.bmap.context.removeEventListener("resize",this.onResize)}getRepeat(){let{points:t,navigation:{bmap:{context:{camera:e,clientSize:{width:i,height:s}}}}}=this,o=t.map(r=>{let[h,c]=r;return T(new gd(h,c,0),e,i,s)}).map(r=>{let{x:h,y:c}=r;return[h,c]});return ut(o)/32}changeRepeat(){if(!this.material)return;let t=this.getRepeat();this.material.repeat=new So(t,1)}loadTexture(t){return new Promise((e,i)=>{new md().load(t,e,void 0,i)})}transformPoints(t){let e=[];for(let i=0;i<t.length;i++)e.push(...t[i],0);return e}updatePoints(t){this.points=t,this.changeRepeat();let e=this.transformPoints(t);this.geometry&&this.geometry.setPoints(e)}movePath(t){this.material&&(this.material.thresholdRatio=t)}create(t){return g(this,null,function*(){let e=this.geometry=new Pt;if(this.updatePoints(t),!this.texture){let o=this.texture=yield this.loadTexture(this.config.texture_url);o.wrapS=o.wrapT=vd}let i=this.material=new oi({useMap:!0,color:new fd(this.config.color),transparent:!0,resolution:new So(this.navigation.bmap.context.clientSize.width,this.navigation.bmap.context.clientSize.height),depthTest:!1,sizeAttenuation:!1,lineWidth:this.config.lineWidth*2,map:this.texture,blending:yd,repeat:new So(this.getRepeat(),1)}),s=this.mesh=new dd(e,i);return s.renderOrder=99999,this.add(s),s})}dispose(){var t,e,i;this.unRegistryEvent(),this.clear(),(t=this.geometry)==null||t.dispose(),(e=this.material)==null||e.dispose(),(i=this.texture)==null||i.dispose(),this.navigation=null}constructor(t,e){super(),this.navigation=t,this.mesh=null,this.geometry=null,this.material=null,this.texture=null,this.config=Ir,this.points=[],this.basicRepeat=1,this.prevCameraZoom=0,this.onControlChange=()=>{let i=this.navigation.bmap.context.camera.zoom;i!==this.prevCameraZoom&&(this.prevCameraZoom=i,this.changeRepeat())},this.onUpdate=()=>{this.texture},this.onResize=()=>{if(this.material){let{width:i,height:s}=this.navigation.bmap.context.clientSize;this.material.resolution.set(i,s)}},this.config=Object.assign({},Ir,e),this.registryEvent(),this.prevCameraZoom=this.navigation.bmap.context.camera.zoom}};import{Tween as Lo,Easing as Ld}from"@tweenjs/tween.js";import{Vector2 as Td,Vector3 as Dt}from"three";import"core-js/modules/es.array.unshift.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import{Vector2 as Co}from"three";import{Tween as xd}from"@tweenjs/tween.js";import{throttle as wd}from"lodash";import{booleanPointInPolygon as Pd,point as Md,polygon as _d}from"@turf/turf";var bd={offsetDistance:15,offsetToResetTime:3e3,directionEmitThreshold:5,simulationSpeed:1,destinationDistanceThreshold:10},ys=class extends et{get curRoutePath(){return this.paths[this.routeIndex]||null}get curRoutePathPoints(){var t;return((t=this.curRoutePath)==null?void 0:t.points)||[]}registryEvent(){this.navigation.bmap.context.addEventListener("update",this.onUpdate),this.navigation.addEventListener("add-path",this.onAddPaths)}unRegistryEvent(){this.navigation.bmap.context.removeEventListener("update",this.onUpdate),this.navigation.removeEventListener("add-path",this.onAddPaths)}setRoadData(t){this.roadData=t}resetStatus(t){this.offset=!1,this.reset=!1,this.routeIndex=0,this.pointIndex=0,this.offsetDistance=0,this.resetTimer&&(this.timer.clearTimeout(this.resetTimer),this.resetTimer=null),t.length&&(this.position=t[0].points[0])}emitNavigationStatus(){let t=this.getNavigationInfo();t&&this.dispatchEvent({type:"navigation-info",info:t})}adsorb(t,e){let{curRoutePathPoints:i,position:s,curRoutePath:o,paths:n,routeIndex:r}=this;if(!i.length)return null;let h=i,c=this.paths[this.routeIndex].floor,l=this.getCurRouteRemainDistance();if(s){let m=Vt(i,s);h=h.slice(m+1),h.unshift(s)}let p=[{floor:o==null?void 0:o.floor,points:h},...n.slice(r+1)],{distance:d,closestPoint:u,index:f,i:x}=p.reduce((m,y,P)=>{if(y.floor!==t)return m;let{distance:M,closestPoint:E,index:S}=y.points.reduce((R,b,N,J)=>{if(!J[N+1])return w({},R,{distance:R.distance===1/0?k(b,e):R.distance});let{distance:O,closestPoint:Z}=pn(e,b,J[N+1]);if(!this.navigation.options.canBack&&c===t){let Q=[e,...J.slice(N+1)],st=ut(Q);if(l-st>10)return R}return O<R.distance?{distance:O,closestPoint:Z,index:N}:R},{distance:1/0,closestPoint:y.points[0],index:0});return M<m.distance?{distance:M,closestPoint:E,index:P,i:S}:m},{distance:1/0,closestPoint:h[0],index:0,i:0});return{distance:d,closestPoint:u,routeIndex:f+r,pointIndex:f===0?x+this.pointIndex:x}}toPosition(t,e){this.actualPosition=e;let i=this.adsorb(t,e);if(!i)return;let{distance:s,closestPoint:o,routeIndex:n,pointIndex:r}=i;this.offsetDistance=s,s>this.options.offsetDistance?(this.offset=!0,this.resetTimer||(this.resetTimer=this.timer.setTimeout(()=>{this.reset=!0,this.resetTimer=null},this.options.offsetToResetTime))):(this.offset=!1,this.reset=!1,this.resetTimer&&(this.timer.clearTimeout(this.resetTimer),this.resetTimer=null)),this.routeIndex=n,this.pointIndex=r,this.position=o,this.emitNavigationStatus()}startSimulation(){this.resetStatus(this.paths),this.emitNavigationStatus(),this.startCurRouteSimulation()}pause(){var t;this.tweenUtil.clear(),(t=this.throttleUpdatePosition)==null||t.cancel(),this.paused=!0}continue(){this.paused=!1,this.startCurRouteSimulation()}startCurRouteSimulation(){return g(this,null,function*(){let{curRoutePath:t}=this;if(!t)return;this.simulationTween&&this.tweenUtil.remove(this.simulationTween);let e=[];return new Promise(i=>{let s=[this.position,...this.curRoutePathPoints.slice(this.pointIndex+1)],o=this.getCurRouteRemainDistance(),n=o/this.options.simulationSpeed,r=this.throttleUpdatePosition=wd(c=>{let l=Pe(s,c.distance);l&&(e.push({floor:t.floor,pos:l}),this.toPosition(t.floor,l))},100),h=this.simulationTween=new xd({distance:0},this.tweenUtil.group).to({distance:o},n*1e3).onUpdate(r).onComplete(()=>{this.tweenUtil.remove(h),r.flush(),r.cancel(),this.routeIndex+1<this.paths.length?(this.routeIndex++,this.position=this.paths[this.routeIndex].points[0],this.pointIndex=0,setTimeout(()=>{i(this.startCurRouteSimulation())},3e3)):(i(!0),console.log(e,this.routeIndex,this.paths))}).start()})})}changeSimulationSpeed(t){this.options.simulationSpeed=t,this.paused||this.startCurRouteSimulation()}getCurRouteRemainDistance(){let{curRoutePathPoints:t,pointIndex:e,position:i}=this;if(!t.length)return 0;let s=[i,...t.slice(e+1)];return ut(s)}getCurRouteToStartDistance(){let{curRoutePathPoints:t,pointIndex:e,position:i}=this;if(!t.length)return 0;let s=[...t.slice(0,e+1),i];return ut(s)}getRemainDistance(){let t=this.getCurRouteRemainDistance();return{total:this.paths.slice(this.routeIndex+1).reduce((s,o)=>s+o.distance,0)+t,curRoute:t}}getNextDirDistance(){var t;if(!this.position)return null;let{pointIndex:e,curRoutePathPoints:i,position:s,curRoutePath:o}=this,n=e,r=$t.FRONT,h=(o==null||(t=o.pointInfos[n])==null?void 0:t.crossName)||"",c=0,l=0,p=0;for(;r===$t.FRONT&&n<=i.length;){let x=i[n],m=i[n+1],y=i[n+2];if(!x||!m)r=$t.END;else if(c+=k(x,m),!y)r=$t.END;else{r=js(x,m,y),l=ye(x,m,y),p=(new Co(y[0]-m[0],y[1]-m[1]).angle()*180/Math.PI-90+360)%360;var d;h=(d=o==null?void 0:o.pointInfos[n+1].crossName)!=null?d:"",n+=1}}i[n]&&(c=k(s,i[n]));let u=Vs(l);if(r===$t.END&&c<=this.options.directionEmitThreshold)return{dir:r,distance:c,crossName:h,angle:l,nextAngle:p,nextDir:u};let f=this.getCurRouteToStartDistance();return e===0&&f<=5?{dir:$t.START,distance:c,crossName:h,angle:l,nextAngle:p,nextDir:u}:(c>=this.options.directionEmitThreshold&&(r=$t.FRONT),{dir:r,distance:c,crossName:h,angle:l,nextAngle:p,nextDir:u})}calcReverseAngle(t){let e=t!=null?t:this.actualPosition;if(!e||!this.position)return null;let{curRoutePathPoints:i,pointIndex:s}=this,o=this.position;if(!i.length)return null;let n=o,r=null;if(i[s+1]?r=i[s+1]:i[s-1]&&(n=i[s-1],r=o),!r)return null;let h=new Co(r[0]-n[0],r[1]-n[1]),c=new Co(e[0]-o[0],e[1]-o[1]);return h.length()===0||c.length()===0?null:h.angleTo(c)*180/Math.PI}getCurPointAreaInfo(){let t=this.roadData.find(e=>e.floor===this.paths[this.routeIndex].floor);if(t){let e=(t.areas||[]).find(i=>{let s=_d(i.cds),o=Md(this.position);return Pd(o,s)});if(e)return e}return{imageUrl:null}}getNavigationInfo(){let{total:t,curRoute:e}=this.getRemainDistance(),i=this.getNextDirDistance();if(!i)return null;let{dir:s,distance:o,crossName:n,angle:r,nextAngle:h,nextDir:c}=i;e<=this.options.destinationDistanceThreshold&&(s=$t.END);let{imageUrl:l}=this.getCurPointAreaInfo(),p=this.calcReverseAngle();return{distance:t,curRouteDistance:e,nextDirDistance:o,dir:s,angle:r,nextAngle:h,pos:this.position,routeIndex:this.routeIndex,crossName:n,offset:this.offset,reset:this.reset,imageUrl:l,nextDir:c,offsetDistance:this.offsetDistance,reverseAngle:p}}dispose(){this.timer.dispose(),this.unRegistryEvent(),this.tweenUtil.clear(),this.navigation=null}constructor(t,e,i){super(),this.navigation=t,this.offset=!1,this.reset=!1,this.position=[0,0],this.routeIndex=0,this.pointIndex=0,this.paths=[],this.timer=new H,this.resetTimer=null,this.tweenUtil=new se,this.paused=!1,this.offsetDistance=0,this.actualPosition=null,this.onAddPaths=s=>{let{paths:o}=s;this.paths=o,this.resetStatus(o),this.simulationTween&&!this.paused&&this.startSimulation()},this.onUpdate=()=>{this.tweenUtil.update()},this.options=Object.assign({},bd,e),this.roadData=i,this.registryEvent()}};import"core-js/modules/es.typed-array.uint8-array.js";import"core-js/modules/es.typed-array.at.js";import"core-js/modules/es.typed-array.fill.js";import"core-js/modules/es.typed-array.find-last.js";import"core-js/modules/es.typed-array.find-last-index.js";import"core-js/modules/es.typed-array.set.js";import"core-js/modules/es.typed-array.sort.js";import"core-js/modules/es.typed-array.to-reversed.js";import"core-js/modules/es.typed-array.to-sorted.js";import"core-js/modules/es.typed-array.with.js";import"core-js/modules/es.array-buffer.constructor.js";import"core-js/modules/es.array-buffer.slice.js";import"core-js/modules/es.array-buffer.detached.js";import"core-js/modules/es.array-buffer.transfer.js";import"core-js/modules/es.array-buffer.transfer-to-fixed-length.js";import"core-js/modules/es.typed-array.from.js";import"core-js/modules/web.dom-collections.iterator.js";import{DataTexture as Ed,LinearFilter as Fr,RGBAFormat as Gr,Sprite as Sd,SpriteMaterial as Cd}from"three";var te=class a extends ${addDebug(){a.canvas.style.cssText=`
|
|
504
504
|
position: fixed;
|
|
505
505
|
top: 0;
|
|
506
506
|
left: 0;
|
|
507
507
|
z-index: 9999;
|
|
508
|
-
`,document.body.appendChild(a.canvas)}setAngle(t){if(console.log("angle",t),a.textureMap.has(t))this._initIcon(a.textureMap.get(t));else{this.draw(t);let e=this.getTexture(this.getImageData());a.textureMap.set(t,e),this._initIcon(e),this._initScale({zoom:this.bmap.context.camera.zoom})}}_initIcon(t){if(this.spriteIcon)this.spriteIcon.material.map=t,t.needsUpdate=!0;else{let e=new bd(new Ed({map:t,transparent:!0,alphaTest:.2,depthTest:this.options.depth_test,rotation:this.options.icon_rotate/180*Math.PI}));e.renderOrder=1e5+this.options.level,t.needsUpdate=!0,this.add(e),e.center.set(.5,.5),this.spriteIcon=e}}initSize(){this.spriteIcon&&this.spriteIcon.center.set(.5,.5)}draw(t){let{ctx:e}=a,{config:{size:i}}=this,s=i[0]/2,o=i[1]/2,n=4,r=1,h=n+r;if(e.clearRect(0,0,i[0],i[1]),e.setLineDash([10,10]),e.strokeStyle="#fff",e.lineWidth=2,e.beginPath(),e.arc(s,o,o-h,-Math.PI/2,Math.PI*2-Math.PI/2,t<Math.PI),e.stroke(),e.strokeStyle="#0A7AFF",t<Math.PI){let c=-Math.PI/2,l=c-t;e.beginPath(),e.arc(s,o,o-h,c,l,!0)}else{let c=-Math.PI/2,l=c+Math.PI*2-t;e.beginPath(),e.arc(s,o,o-h,c,l,!1)}e.stroke(),e.clearRect(s-h*2,0,h*4,h*4),e.beginPath(),e.arc(s,h,n,0,Math.PI*2),e.fillStyle="#0A7AFF",e.fill(),e.setLineDash([10,0]),e.strokeStyle="#fff",e.lineWidth=r,e.stroke(),e.clearRect(0,o-5,10,10),e.clearRect(s-5,i[1]-10,10,10),e.clearRect(i[0]-10,o-5,10,10),t>Math.PI/2&&t<Math.PI?e.fillStyle="#0A7AFF":e.fillStyle="#fff",e.fillRect(0,o-1,10,2),e.fillStyle="#fff",e.fillRect(s-1,i[1]-10,2,10),t>Math.PI&&t<Math.PI/2*3?e.fillStyle="#0A7AFF":e.fillStyle="#fff",e.fillRect(i[0]-10,o-1,10,2)}getImageData(){let{ctx:t}=a,{config:{size:e}}=this;return t.getImageData(0,0,e[0],e[1])}getTexture(t){let{config:{size:e}}=this,i=new _d(Uint8Array.from(t.data),e[0],e[1],Gr);return i.format=Gr,i.magFilter=Fr,i.minFilter=Fr,i.colorSpace="srgb",i.flipY=!0,i}dispose(){var t;super.dispose(),(t=this.spriteIcon)==null||t.material.dispose()}static dispose(){this.textureMap.forEach(t=>{t.dispose()}),this.textureMap.clear(),this.ctx=null,this.canvas=null}constructor(t,e){super(t.context,{icon_size:e.size,collision_enable:!1,level:2}),this.bmap=t,this.config=e,a.canvas.width=e.size[0],a.canvas.height=e.size[1]}};Qt.canvas=document.createElement("canvas");Qt.ctx=Qt.canvas.getContext("2d",{willReadFrequently:!0});Qt.textureMap=new Map;var Ld={path:{},cheapMaximumDistance:20,needStartPoi:!1,startPoi:{},positionNavigation:{},offsetY:150,directionEmitThreshold:5,disablePathAnimation:!1,disablePathRotate:!1,disablePathShorten:!1,speed:1,roadData:[],runAnimationMaxTime:1,navigationCameraBasic:45,canBack:!1},Br=class extends W{get curFloorPathLength(){var t,e;return(e=(t=this.curFloorPath)==null?void 0:t.distance)!=null?e:0}get curFloorPathPoints(){var t,e;return(e=(t=this.curFloorPath)==null?void 0:t.points)!=null?e:[]}registryEvent(){this.bmap.context.addEventListener("update",this.onUpdate),this.bmap.addEventListener(ct.SWITCH_FLOOR_GROUND,this.onSwitchFloor),this.positionNavigation.addEventListener("navigation-info",this.onNavigationInfo),this.bmap.context.addEventListener("control-change",this.onControlChangeForStartPoi)}setRoadData(t){this.options.roadData=t,this.positionNavigation.setRoadData(t)}showStartRotateHelperPoi(){var t;if(this.needStartRotateHelperPoi=!0,!this.startPoi||this.startRotateHelperPoi)return;let e=this.startPoi.options.icon_size;this.startRotateHelperPoi=new Qt(this.bmap,{size:[e[0]+20,e[1]+20]}),this.startRotateHelperPoi.setAngle(0),this.startRotateHelperPoi.position.setZ(.51),(t=this.bmap.context.currentFloor)==null||t.poiLayer2.pushPoi(this.startRotateHelperPoi)}hideStartRotateHelperPoi(){if(this.needStartRotateHelperPoi=!1,this.startRotateHelperPoi){var t;(t=this.bmap.context.currentFloor)==null||t.poiLayer2.removePoi(this.startRotateHelperPoi),this.startRotateHelperPoi=null}}setStartPoiPosition(t,e){this.startPoi&&(this.startPoi.position.setX(t).setY(e),this.startRotateHelperPoi&&this.startRotateHelperPoi.position.setX(t).setY(e),this.detachLine&&this.detachLine.setPosition(this.startPoi.position,this.detachStartPoi.position))}resetStatus(){this.pauseAnimation(),this.positionNavigation.resetStatus(this.paths),this.movedDistance=0,this.startPoi&&this.translatePath&&this.setStartPoiPosition(this.translatePath[0][0],this.translatePath[0][1])}toPositionByTask(t){var e;let s=(e=this.taskQueue.getTasks().find(n=>n.meta.type==="toPosition"))==null?void 0:e.tid,o={run:()=>this.toPositionBySpeed(t,this.options.speed),meta:{type:"toPosition"}};s?this.taskQueue.replace(s,o):this.taskQueue.add(o)}pauseAnimation(){this.taskQueue.clear(),this.positionNavigation.pause(),this.tweenUtil.pause()}continueAnimation(){this.tweenUtil.continue(),this.positionNavigation.continue()}clearTween(){this.tweenUtil.clear(),this.taskQueue.clear(),this.bmap.context.control.enabled=!0}unRegistryEvent(){this.bmap.context.removeEventListener("update",this.onUpdate),this.bmap.removeEventListener(ct.SWITCH_FLOOR_GROUND,this.onSwitchFloor),this.positionNavigation.removeEventListener("navigation-info",this.onNavigationInfo),this.bmap.context.removeEventListener("control-change",this.onControlChangeForStartPoi)}clearPath(){if(this.resetStatus(),this.path&&(this.bmap.context.scene.remove(this.path),this.path.dispose(),this.path=null,this.clearTween()),this.startPoi){var t;if((t=this.bmap.context.currentFloor)==null||t.poiLayer2.removePoi(this.startPoi),this.startPoi=null,this.startRotateHelperPoi){var e;(e=this.bmap.context.currentFloor)==null||e.poiLayer2.removePoi(this.startRotateHelperPoi),this.startRotateHelperPoi=null}}if(this.detachStartPoi){var i;(i=this.bmap.context.currentFloor)==null||i.removePoi2(this.detachStartPoi),this.detachStartPoi=null}this.detachLine&&(this.bmap.context.scene.remove(this.detachLine),this.detachLine.dispose(),this.detachLine=null),this.translatePath=null}setCurFloorPath(t){t===null?(this.curFloorPath=null,this.currentPathPosition=null,this.toPointPosition=null):(this.curFloorPath=t,this.currentPathPosition=t.points[0],this.toPointPosition=t.points[0]),this.movedDistance=0,this.clearTween()}setCurPathIndex(t){var e,i;this.curPathIndex=t,((e=this.paths[t])==null?void 0:e.floor)===((i=this.bmap.context.currentFloor)==null?void 0:i.name)?(this.setCurFloorPath(this.paths[t]),this.renderPath(this.translatePoints(this.curFloorPathPoints))):this.clearPath()}addPath(t,e){e===void 0&&(e=0);var i;this.paths=t,this.curPathIndex=e,this.clearTween(),this.clearPath();let s=(i=this.bmap.context.currentFloor)==null?void 0:i.name,o=t[e];if(s&&(o==null?void 0:o.floor)===s)if(this.setCurFloorPath(o),this.bmap.currentBuildGround)this.renderPath(this.translatePoints(o.points));else{let n=()=>{this.bmap.removeEventListener("center-change",n),this.renderPath(this.translatePoints(o.points))};this.bmap.addEventListener("center-change",n)}this.dispatchEvent({type:"add-path",paths:t})}translatePoints(t){let[e,i]=this.bmap.buildingCenter;return t.map(s=>[s[0]-e,s[1]-i])}renderPath(t){this.translatePath=t;let e=this.catmullRomCurve3(t);if(this.cPath=e,this.animationPathOptions={cPathIndex:0},this.pathStart=e[0],this.path?this.path.updatePoints(e):(this.path=new gs(this,this.options.path),this.path.create(e),this.path.position.z=this.bmap.context.currentFloor.groundMaxHeight+.5,this.bmap.context.scene.add(this.path)),this.path.movePath(0),this.startPoi){var i;if((i=this.bmap.context.currentFloor)==null||i.poiLayer2.removePoi(this.startPoi),this.startPoi=null,this.startRotateHelperPoi){var s;(s=this.bmap.context.currentFloor)==null||s.poiLayer2.removePoi(this.startRotateHelperPoi),this.startRotateHelperPoi=null}}if(this.removeDetachStart(),this.showDetachStartState&&this.options.detachStartPoi){var o;this.detachStartPoi=new $(this.bmap.context,w({},this.options.detachStartPoi,{id:"navigation_detach_start_poi",position:{x:e[0][0],y:e[0][1],z:.51},collision_enable:!1}))||null,(o=this.bmap.context.currentFloor)==null||o.poiLayer2.pushPoi(this.detachStartPoi),this.detachLine=new Qe(this.bmap.context,new Dt(e[0][0],e[0][1],.51),new Dt(e[0][0],e[0][1],.51)),this.bmap.context.scene.add(this.detachLine)}if(this.options.needStartPoi){var n;this.startPoi=new $(this.bmap.context,w({},this.options.startPoi,{id:"navigation_start_poi",position:{x:e[0][0],y:e[0][1],z:.51},collision_enable:!1}))||null,(n=this.bmap.context.currentFloor)==null||n.poiLayer2.pushPoi(this.startPoi),this.needStartRotateHelperPoi&&this.showStartRotateHelperPoi(),console.log(this.startRotateHelperPoi)}this.dispatchEvent({type:"render-path",path:this.path})}catmullRomCurve3(t){return gi(t,!1,!0,.1,170,2.5)}getPathDirection(){if(!this.curFloorPath||!this.currentPathPosition||this.curFloorPathPoints.length<2)return null;let t=Vt(this.curFloorPathPoints,this.currentPathPosition),e=this.curFloorPathPoints[t],i=this.curFloorPathPoints[t+1],s=new Dt(i[0]-e[0],i[1]-e[1],0).normalize(),o=new Dt(0,1,0).normalize(),n=s.angleTo(o),r=new Dt().crossVectors(o,s);return(Object.is(r.y,0)?-1:1)*n}getPathDirection2(){if(!this.curFloorPath||!this.toPointPosition||this.curFloorPathPoints.length<2)return null;let t=Vt(this.curFloorPathPoints,this.toPointPosition),e=this.curFloorPathPoints[t],i=this.curFloorPathPoints[t+1];return(new Cd(i[0]-e[0],i[1]-e[1]).normalize().angle()*180/Math.PI-90+360)%360}changeCameraToPathUp(t){return g(this,null,function*(){t===void 0&&(t=100);let e=this.getPathDirection();if(e===null)return;let i=this.bmap.context.control.getAzimuthalAngle();Math.abs(i-e)>Math.PI&&(i>0?e=Math.PI*2+e:e=e-Math.PI*2);let s=Math.abs(e-this.bmap.context.control.getAzimuthalAngle());if(s<.01)return;let{control:o}=this.bmap.context,n=t/Math.PI*6*s;return Mt(new Promise(r=>{let h={azimuthal:o.getAzimuthalAngle()},c={azimuthal:e},l=o.getPolarAngle(),{maxPolarAngle:p,minPolarAngle:d}=o;o.maxPolarAngle=l,o.minPolarAngle=l;let u=new Lo(h,this.tweenUtil.group).to(c,n).easing(Sd.Quadratic.InOut).onUpdate(()=>g(this,null,function*(){this.startPoi&&o.target.copy(this.startPoi.position),o.setAzimuthalAngle(h.azimuthal,!0),o.setTargetByOffset(this.options.offsetY)})).onComplete(()=>{o.enabled=!0,this.tweenUtil.remove(u),o.maxPolarAngle=p,o.minPolarAngle=d,r(!0)}).onStart(()=>{o.enabled=!1}).start()}),n+500).finally(()=>{this.bmap.context.control.enabled=!0})})}initNavigationCamera(t){return g(this,null,function*(){t===void 0&&(t=1e3);var e;let s=(e=this.taskQueue.getTasks().find(n=>n.meta.type==="initNavigationCamera"))==null?void 0:e.tid,o={run:()=>Mt(g(this,null,function*(){yield this.initCameraZoom(t/2),this.options.disablePathRotate||(yield this.changeCameraToPathUp(t/4)),yield this.translateCameraToStartPoi(t/(this.options.disablePathRotate?2:4))}),t+500).finally(()=>{this.bmap.context.control.enabled=!0}),meta:{type:"initNavigationCamera"}};s?this.taskQueue.replace(s,o):this.taskQueue.add(o)})}translateCameraToStartPoi(t){return g(this,null,function*(){if(t===void 0&&(t=100),!this.startPoi)return;let{clientSize:{width:e,height:i},camera:s,control:o}=this.bmap.context,n=Math.round(e/2),r=Math.round(i/2),h=o.target.clone(),c=L(this.startPoi.position,s,e,i),l=c.x-n,p=r-c.y+this.options.offsetY;if(!(Math.abs(l)<=1&&Math.abs(p)<=1)){if(Math.abs(l)>=1){let d=new Dt;d.setFromMatrixColumn(s.matrix,0),d.normalize(),d.multiplyScalar(l/s.zoom),h.add(new Dt(d.x,d.y,0))}if(Math.abs(p)>=1){let d=new Dt;d.setFromMatrixColumn(s.matrix,1),d.normalize(),d.multiplyScalar(p/s.zoom),h.add(new Dt(d.x,d.y,0))}return Mt(new Promise(d=>{let u=o.target.clone();console.log(u,h,t);let m=new Lo(u,this.tweenUtil.group).to(h,t).onUpdate(()=>{this.bmap.context.control.setCameraPositionByTarget(u,0)}).onComplete(()=>{this.bmap.context.control.setCameraPositionByTarget(h,0),this.tweenUtil.remove(m),this.bmap.context.control.enabled=!0,d(!0)}).onStart(()=>{this.bmap.context.control.enabled=!1}).start()}),t+500).then(()=>{this.bmap.context.control.enabled=!0})}})}initCameraZoom(t){return g(this,null,function*(){if(t===void 0&&(t=100),!this.startPoi)return;let{clientSize:{width:e,height:i},currentFloor:s}=this.bmap.context,{max:o,min:n}=s.box,r=e/(o.x-n.x),h=i/(o.y-n.y),l=(r>h?e:i)/this.options.navigationCameraBasic;return this.bmap.context.setZoom(l,this.startPoi.position,t).finally(()=>{this.bmap.context.control.enabled=!0})})}toPosition(t,e){if(this.paths[this.curPathIndex]&&this.paths[this.curPathIndex].floor===t&&this.detachStartPoi){let i=this.translatePoints([e]);this.detachStartPoi.position.setX(i[0][0]),this.detachStartPoi.position.setY(i[0][1]),this.detachLine&&this.startPoi&&this.detachLine.setPosition(this.startPoi.position,this.detachStartPoi.position)}this.options.canBack&&(this.positionNavigation.pointIndex=0,this.positionNavigation.position=this.paths[this.curPathIndex].points[0]),this.positionNavigation.toPosition(t,e)}startSimulation(){this.positionNavigation.startSimulation()}setSimulationSpeed(t){this.positionNavigation.changeSimulationSpeed(t)}toPositionBySpeed(t,e){return g(this,null,function*(){let{currentPathPosition:i,curFloorPath:s,curFloorPathPoints:o}=this;if(!s||!i)return null;let n=this.movedDistance,r=un(o,t);if(n===-1||r===-1||!this.options.canBack&&r<=n)return null;let h=r-n;if(!h)return;let c=Math.min(Math.abs(h)/e,this.options.runAnimationMaxTime);return this.pathTween&&this.clearTween(),Mt(new Promise(l=>{let p=this.pathTween=new Lo({distance:0},this.tweenUtil.group).to({distance:h},c*1e3).onUpdate(d=>g(this,null,function*(){this.moveDistance(d.distance+n,p)})).onComplete(()=>{this.tweenUtil.remove(p),l(!0)}).start()}),c*1e3+500).finally(()=>{this.bmap.context.control.enabled=!0})})}moveDistance(t,e){return g(this,null,function*(){if(this.movedDistance=t,!this.options.disablePathShorten){var i;(i=this.path)==null||i.movePath(this.movedDistance/this.curFloorPathLength)}let s=Pe(this.curFloorPathPoints,this.movedDistance);if(s===null)return;this.currentPathPosition=s;let o=this.translatePoints([s])[0];this.startPoi&&(this.setStartPoiPosition(o[0],o[1]),this.options.disablePathAnimation||this.bmap.context.control.setTargetByOffset(this.options.offsetY,this.startPoi.position.clone())),!this.options.disablePathAnimation&&!this.options.disablePathRotate&&(e==null||e.pause(),yield this.changeCameraToPathUp(500/this.options.speed),e==null||e.resume())})}removeDetachStart(){if(this.detachLine&&(this.bmap.context.scene.remove(this.detachLine),this.detachLine.dispose(),this.detachLine=null),this.detachStartPoi){var t;(t=this.bmap.context.currentFloor)==null||t.poiLayer2.removePoi(this.detachStartPoi),this.detachStartPoi=null}}hideDetachStart(){this.showDetachStartState=!1,this.removeDetachStart()}showDetachStart(){if(!this.detachStartPoi&&(this.showDetachStartState=!0,this.path&&this.startPoi&&this.options.detachStartPoi)){var t;let e=this.startPoi.position;this.detachStartPoi=new $(this.bmap.context,w({},this.options.detachStartPoi,{id:"navigation_detach_start_poi",position:e,collision_enable:!1}))||null,(t=this.bmap.context.currentFloor)==null||t.poiLayer2.pushPoi(this.detachStartPoi),this.detachLine=new Qe(this.bmap.context,new Dt(e.x,e.y,.51),new Dt(e.x,e.y,.51)),this.bmap.context.scene.add(this.detachLine)}}setStartPoiRotate(t){this.startPoiRotate=t;let e=this.getPathDirection2(),i=t;if(e!==null){let r=(360-e)%360,h=t-r;for(;h>180;)h-=360;for(;h<-180;)h+=360;let c=Math.abs(h);this.isStartPoiSnapped?c>40?(this.isStartPoiSnapped=!1,i=t):i=r:c<=30?(this.isStartPoiSnapped=!0,i=r):i=t}let o=(this.bmap.context.control.getAzimuthalAngle()*180/Math.PI+360)%360,n=(360-i-o)%360;this.detachStartPoi&&(this.detachStartPoi.options.icon_rotate=n),this.startPoi&&(this.startPoi.options.icon_rotate=n,this.startRotateHelperPoi&&this.startRotateHelperPoi.setAngle(n))}dispose(){var t;if(this.path&&(this.bmap.context.scene.remove(this.path),this.path.dispose()),this.hideDetachStart(),this.startPoi){var e;(e=this.bmap.context.currentFloor)==null||e.poiLayer2.removePoi(this.startPoi),this.startPoi=null}this.tweenUtil.dispose(),this.unRegistryEvent(),(t=this.startRotateHelperPoi)==null||t.dispose(),Qt.dispose(),this.positionNavigation.dispose(),this.startRotateHelperPoi=null,super.dispose()}constructor(t,e={},i){super(t),this.path=null,this.fetchRoadStatus=!1,this.paths=[],this.curPathIndex=0,this.curFloorPath=null,this.translatePath=null,this.currentPathPosition=null,this.toPointPosition=null,this.pathTween=null,this.startPoi=null,this.detachStartPoi=null,this.detachLine=null,this.startPoiRotate=null,this.isStartPoiSnapped=!1,this.startRotateHelperPoi=null,this.needStartRotateHelperPoi=!1,this.showDetachStartState=!0,this.movedDistance=0,this.pathStart=[0,0],this.tweenUtil=new se,this.taskQueue=new be,this.animationPathOptions={cPathIndex:0},this.cPath=[],this.onNavigationInfo=s=>{let{info:o}=s;if(this.dispatchEvent({type:"navigation-info",info:o}),!o.offset){if(o.routeIndex!==this.curPathIndex)return;this.toPointPosition=o.pos,this.toPositionByTask(o.pos)}},this.onUpdate=()=>{this.tweenUtil.update()},this.onSwitchFloor=s=>{let{data:{curFloor:o}}=s;if(this.clearTween(),this.paths[this.curPathIndex]){let n=this.paths[this.curPathIndex];this.setCurFloorPath(n!=null?n:null),n?this.renderPath(this.translatePoints(n.points)):this.clearPath()}else this.clearPath()},this.onControlChangeForStartPoi=()=>{this.startPoi&&this.startPoiRotate!==null&&this.setStartPoiRotate(this.startPoiRotate)},!i&&typeof e=="object"&&(i=e),this.options=Object.assign({},Ld,i),this.positionNavigation=new ys(this,w({simulationSpeed:this.options.speed},this.options.positionNavigation),this.options.roadData),this.registryEvent()}};import"core-js/modules/web.dom-collections.iterator.js";import{Group as Td,Color as zr}from"three";var Wr=class extends W{show(t,e){let i=0;t.forEach(n=>{n.onAddToScene("mulFloors"),n.position.z=i,i+=n.userData.height,n.poiLayer2.pois.forEach(r=>{r.options.depth_test=!0})});let{scene:s,currentFloor:o}=this.bmap.context;s.background=new zr((e==null?void 0:e.backgroundColor)||"#f1f7f6"),o&&(s.remove(o),o.dispose()),this.group.add(...t),s.add(this.group),this.floors=t,this.fitCamera(),this.bmap.context.cameraBound.updateBox(),this.showStatus=!0,this.bmap.context.forceUpdate()}showStep(t,e){return this.show(t,e)}hide(){let{scene:t}=this.bmap.context;t.remove(this.group),this.floors.forEach(e=>{e.dispose()}),this.floors=[],this.group.clear(),this.showStatus=!1}showByNotDispose(t,e,i){i===void 0&&(i=()=>!0);let s=0;t.forEach(r=>{[...r.poiLayer2.pois].forEach(h=>{if(!i(h)){h.visible=!1;return}h.options.depth_test=!0}),r.position.z=s,s+=r.userData.height,r.onAddToScene("mulFloors")});let{scene:o,currentFloor:n}=this.bmap.context;o.background=new zr((e==null?void 0:e.backgroundColor)||"#f1f7f6"),n&&o.remove(n),this.group.add(...t),o.add(this.group),this.floors=t,this.fitCamera(),this.bmap.context.cameraBound.updateBox(),this.showStatus=!0,this.bmap.context.forceUpdate()}hideByNotDispose(){let{scene:t}=this.bmap.context;t.remove(this.group),this.floors.forEach(e=>{e.poiLayer2.pois.forEach(i=>{i.visible=!0,i.options.depth_test=!1})}),this.floors.forEach(e=>{e.position.z=0,e.onRemoveFromScene()}),this.floors=[],this.group.clear(),this.showStatus=!1}fitCamera(){let{context:t,config:e}=this.bmap;t.cameraBound.setEnable(!1),t.control.minZoom=0,t.control.maxZoom=1/0,t.camera.zoom=1,t.setAzimuthalAngle(e.control.defaultAzimuthal,0),t.setPolarAngle(e.control.defaultPolar,0),t.fitCameraToObject(this.group,e.defaultPadding,0,!1);let i=t.camera.zoom;t.control.minZoom=i,t.control.maxZoom=i*e.control.maxZoomScale,this.bmap.basicZoom=t.camera.zoom,t.control.addEventListener("change",this.bmap.onControlChange),this.bmap.onControlChange(),t.cameraBound.setEnable(!0)}dispose(){this.floors.forEach(t=>t.dispose()),this.floors=[],super.dispose()}constructor(t){super(t),this.floors=[],this.group=new Td,this.showStatus=!1,this.group.name="mul-floor-group"}};import{EventDispatcher as kd}from"three";import{merge as Dd}from"lodash";function To(){return new Worker(new URL("./worker/path.worker-6PRVSLKC.js",import.meta.url))}var Ur={useWorker:!1,lift_priority:3},vs=class extends kd{setLiftPriority(t){return g(this,null,function*(){var e;(e=this.roadNetwork)==null||e.setLiftPriority(t),this.worker&&(yield z(this.worker,"onSetLiftPriority",t))})}loaded(){return new Promise(t=>{if(this.initRoadStatus)t(!0);else{let e=i=>{let{status:s}=i;s&&(this.removeEventListener("init-road-status",e),t(!0))};this.addEventListener("init-road-status",e)}})}setRoadData(t,e){return g(this,null,function*(){this.initRoadStatus=!1,this.dispatchEvent({type:"init-road-status",status:!1}),this.roadNetwork&&this.roadNetwork.initRoute(t,e),this.worker&&(yield z(this.worker,"set_road_info",{roadData:t,facilities:e})),this.initRoadStatus=!0,this.dispatchEvent({type:"init-road-status",status:!0})})}getPath(t,e,i,s,o,n){return g(this,null,function*(){return i===void 0&&(i=""),new Promise((r,h)=>g(this,null,function*(){yield this.loaded();function c(l){l?typeof l=="string"?h(l):r(l):h("no-path")}if(this.roadNetwork){let l=this.roadNetwork.getPath(t,e,i,s,o,n);c(l)}else if(this.worker){let l=yield z(this.worker,"get_path",{start:t,end:e,type:i,permission:s,travelDirection:o,options:n});c(l)}else console.log("\u6CA1\u6709\u521D\u59CB\u5316\u8DEF\u7F51"),h("no-road-network")}))})}getDirectionPath(t){return g(this,null,function*(){return this.worker?z(this.worker,"get_direction_path",t):dn(t)})}dispose(){return g(this,null,function*(){this.roadNetwork&&this.roadNetwork.clear(),this.worker&&(yield z(this.worker,"clear",""),this.worker.terminate())})}constructor(t=Ur){super(),this.worker=null,this.initRoadStatus=!1,this.roadNetwork=null,this.options=Dd({},Ur,t),this.options.useWorker?(this.worker=To(),z(this.worker,"set_lift_priority",this.options.lift_priority)):this.roadNetwork=new Me(this.options.lift_priority)}};import{EventDispatcher as Ad}from"three";function ko(){return new Worker(new URL("./worker/cr-path.worker-I545UGRL.js",import.meta.url))}var Hr=class extends Ad{setRoadData(t){return g(this,null,function*(){this.initRoadStatus=!1,this.dispatchEvent({type:"init-road-status",status:!1}),yield z(this.worker,"set_road_info",{roadData:t}),this.initRoadStatus=!0,this.dispatchEvent({type:"init-road-status",status:!0})})}getPath(t,e,i){return g(this,null,function*(){return i===void 0&&(i=""),new Promise((s,o)=>{let n=()=>{z(this.worker,"get_path",{start:t,end:e,type:i}).then(r=>{r?typeof r=="string"?o(r):s(r):o("no-path")})};if(this.initRoadStatus)n();else{let r=h=>{let{status:c}=h;c&&(this.removeEventListener("init-road-status",r),n())};this.addEventListener("init-road-status",r)}})})}getDirectionPath(t){return z(this.worker,"get_direction_path",t)}dispose(){return g(this,null,function*(){z(this.worker,"clear",""),this.worker.terminate()})}constructor(){super(),this.worker=ko(),this.initRoadStatus=!1}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/es.array.push.js";import{Frustum as Od}from"three";var xs=class extends pt{setEnable(t){super.setEnable(t),U(this.rect,0,0,0,0),t?this.registryEvent():(this.startPoint=void 0,this.unRegistryEvent())}registryEvent(){this.context.container.addEventListener("pointerdown",this.onPointerDown),this.context.container.addEventListener("pointermove",this.onPointerMove),this.context.container.addEventListener("pointerup",this.onPointerUp),this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.container.removeEventListener("pointerdown",this.onPointerDown),this.context.container.removeEventListener("pointermove",this.onPointerMove),this.context.container.removeEventListener("pointerup",this.onPointerUp),this.context.removeEventListener("update",this.onUpdate)}doSelect(){if(this.startPoint&&this.endPoint){if(this.startPoint.distanceTo(this.endPoint)<.1)return;let{context:{camera:e,container:{clientWidth:i,clientHeight:s}}}=this,o=L(this.startPoint,e,i,s),n=L(this.endPoint,e,i,s),r={x:Math.min(o.x,n.x),y:Math.min(o.y,n.y)},h={x:Math.max(o.x,n.x),y:Math.max(o.y,n.y)},c=this.searchMapInFrustum(r,h);this.dispatchEvent({type:"selected",list:c})}}searchMapInFrustum(t,e){var i;let{context:s}=this;return((i=s.currentFloor)==null?void 0:i.graphicLayer.children.filter(o=>o instanceof K&&this.searchChildInFrustum(o,t,e)))||[]}searchChildInFrustum(t,e,i){let{context:{camera:s,container:{clientWidth:o,clientHeight:n}}}=this;if(!t)return!1;if(!t.mesh){let d=t.getPosition();if(d){let u=L(d,s,o,n);return ee(u,e,i)}return!1}t.mesh.geometry.boundingBox||t.mesh.geometry.computeBoundingBox();let r=t.mesh.geometry.boundingBox;if(!r)return!1;let{min:h,max:c}=r,l=L(h,s,o,n),p=L(c,s,o,n);return!(!ee(l,e,i)||!ee(p,e,i))}dispose(){super.dispose(),this.rect=null,this.unRegistryEvent()}constructor(t){super(t),this.frustum=new Od,this.onPointerDown=s=>{if(!this.enable)return;let o=this.getIntersectByPointerEvent(s);o&&(this.startPoint=o),this.endPoint=void 0},this.onPointerMove=s=>{if(!this.enable||!this.startPoint)return;let o=this.getIntersectByPointerEvent(s);o&&(this.endPoint=o)},this.onPointerUp=s=>{if(!this.enable)return;let o=this.getIntersectByPointerEvent(s);o&&(this.endPoint=o),this.doSelect(),this.startPoint=void 0},this.onUpdate=()=>{if(this.startPoint){let s=this.getSvgCoordinate(this.startPoint),o=w({},s);this.endPoint&&(o=this.getSvgCoordinate(this.endPoint));let n={x:Math.min(s.x,o.x),y:Math.min(s.y,o.y)},r=Math.abs(o.x-s.x),h=Math.abs(o.y-s.y);U(this.rect,n.x,n.y,r,h)}else U(this.rect,0,0,0,0)};let{config:{selectBox:{fill:e,stroke:i}}}=t;this.rect=mt(i,e),this.svg.appendChild(this.rect),this.registryEvent()}};var Rd={boxSelection:!1,elements:["graphic","poi"]},Nr=class extends W{get list(){return this._list}enableBoxSelection(){this.isMultipleSelect||!this.options.boxSelection||(this.isMultipleSelect=!0,this.boxSelection.setEnable(!0),this.prevPanStatus=this.bmap.context.control.enablePan,this.prevRotateStatus=this.bmap.context.control.enableRotate,this.bmap.context.control.enablePan=!1,this.bmap.context.control.enableRotate=!1)}disableBoxSelection(){this.isMultipleSelect&&(this.isMultipleSelect=!1,this.boxSelection.setEnable(!1),this.bmap.context.control.enablePan=!!this.prevPanStatus,this.bmap.context.control.enableRotate=!!this.prevRotateStatus)}selectEnd(){this.dispatchEvent({type:"select",graphics:[...this._list],pois:[...this._poiList],isMultipleSelect:this.isMultipleSelect})}registryEvent(){this.bmap.context.container.addEventListener("pointerdown",this.onPointerDown),this.bmap.context.container.addEventListener("pointerup",this.onPointerUp),this.bmap.context.container.addEventListener("pointerout",this.onPointerOut),this.bmap.context.container.addEventListener("pointercancel",this.onPointerOut),window.addEventListener("keydown",this.onKeyDown),window.addEventListener("keyup",this.onKeyUp),this.boxSelection.addEventListener("selected",this.onBoxSelected)}unRegistryEvent(){this.bmap.context.container.removeEventListener("pointerdown",this.onPointerDown),this.bmap.context.container.removeEventListener("pointerup",this.onPointerUp),this.bmap.context.container.removeEventListener("pointerout",this.onPointerOut),this.bmap.context.container.removeEventListener("pointercancel",this.onPointerOut),window.removeEventListener("keydown",this.onKeyDown),window.removeEventListener("keyup",this.onKeyUp),this.boxSelection.removeEventListener("selected",this.onBoxSelected)}clear(){this._list.clear()}remove(t){this._list.delete(t)}dispose(){this.unRegistryEvent(),super.dispose()}constructor(t,e={}){super(t),this._list=new Set,this._poiList=new Set,this.downPoint=null,this.isMultipleSelect=!1,this.onPointerDown=i=>{this.downPoint={x:i.offsetX,y:i.offsetY}},this.onPointerUp=i=>{if(!this.downPoint)return;let{offsetX:s,offsetY:o}=i,{x:n,y:r}=this.downPoint;if(Math.sqrt((n-s)**2+(r-o)**2)>3)return;let h=new Set,c=[],l=[];if(this.options.elements.includes("graphic")){let{graphics:p}=this.bmap.context.getGraphicsByDeviceXy(s,o);p.map(d=>h.add(d.options.id)),c.push(...p)}if(this.options.elements.includes("poi")){let p=this.bmap.context.getPoisByDeviceXy(s,o);l.push(...p),p.forEach(d=>{if(!h.has(d.options.id)){var u;let m=((u=this.bmap.context.currentFloor)==null?void 0:u.graphicLayer.graphicMap.get(d.options.id))||null;m&&(h.add(d.options.id),c.push(m))}})}(!this.options.boxSelection||!(xe?i.metaKey:i.ctrlKey))&&(this._list.clear(),this._poiList.clear()),c.forEach(p=>this._list.add(p)),l.forEach(p=>this._poiList.add(p)),this.selectEnd(),this.downPoint=null},this.onPointerOut=i=>{this.disableBoxSelection()},this.onKeyDown=i=>{we(i.key)&&this.enableBoxSelection()},this.onKeyUp=i=>{we(i.key)&&this.disableBoxSelection()},this.onBoxSelected=i=>{let{list:s}=i;this._list.clear(),this._poiList.clear(),s.forEach(o=>{if(this.options.elements.includes("graphic")&&this._list.add(o),this.options.elements.includes("poi")){let n=this.bmap.getPoiById(o.options.id);n&&this._poiList.add(n)}}),this.selectEnd()},this.options=w({},Rd,e),this.boxSelection=new xs(this.bmap.context),this.boxSelection.setEnable(!1),this.registryEvent()}};import"core-js/modules/es.array.push.js";import{cloneDeep as Id,isNil as ne,throttle as Zr}from"lodash";var I=function(a){return a.COMPASS="compass",a.DEVICE_MOTION="deviceMotion",a.ACCELERATION="acceleration",a.GPS="gps",a}({});var Fd={time:1e3,elements:[I.COMPASS,I.DEVICE_MOTION,I.ACCELERATION,I.GPS]},ws=class extends et{start(){this.options.elements.some(t=>[I.DEVICE_MOTION,I.COMPASS].includes(t))&&this.listenDeviceOrientation(),this.options.elements.includes(I.ACCELERATION)&&this.listenAcceleration(),this.options.elements.includes(I.GPS)&&this.listenGps(),this.dispatchEvent({type:"start"}),this.dispatchTimer=this.timer.setInterval(()=>{this.dispatchEvent({type:"sensor-data",data:Id(this.data)}),this.data=[]},this.options.time)}addDataItem(t){this.data.push(t),this.dispatchEvent({type:"add-data-item",item:t})}listenDeviceOrientation(){Yt?window.addEventListener("deviceorientation",this.deviceOrientationAbsHandler,!1):window.addEventListener("deviceorientationabsolute",this.deviceOrientationAbsHandler,{absolute:!0})}listenAcceleration(){window.addEventListener("devicemotion",this.handleAcceleration,!1)}listenGps(){this.gpsTimer=navigator.geolocation.watchPosition(t=>{console.log("watch gps",t.coords),this.addDataItem({type:I.GPS,timestamp:Date.now(),res:[t.coords.longitude,t.coords.latitude,t.coords.accuracy]})},t=>{console.log("\u83B7\u53D6gps\u5931\u8D25",t)},{enableHighAccuracy:!0})}checkSensor(){return g(this,null,function*(){return{deviceOrientation:yield this.checkDeviceOrientation()}})}checkDeviceOrientation(){return g(this,null,function*(){var t;if(!Yt)return!0;if(typeof window.DeviceOrientationEvent!="undefined"&&typeof((t=window.DeviceOrientationEvent)==null?void 0:t.requestPermission)=="function")try{var e;return(yield(e=window.DeviceOrientationEvent)==null?void 0:e.requestPermission())==="granted"}catch(i){return!1}return!1})}stop(){window.removeEventListener("devicemotion",this.handleAcceleration,!1),Yt?window.removeEventListener("deviceorientation",this.deviceOrientationAbsHandler,!1):window.removeEventListener("deviceorientationabsolute",this.deviceOrientationAbsHandler,{absolute:!0}),ne(this.gpsTimer)||navigator.geolocation.clearWatch(this.gpsTimer),this.dispatchTimer&&this.timer.clearInterval(this.dispatchTimer),this.data=[],this.dispatchEvent({type:"stop"})}constructor(t={}){super(),this.gpsTimer=null,this.data=[],this.timer=new H,this.dispatchTimer=null,this.addAcceleration=Zr(e=>{this.addDataItem(e)},20),this.deviceOrientationAbsHandler=Zr(e=>{let i=Date.now(),{alpha:s,beta:o,gamma:n}=e;if(ne(s)||ne(o)||ne(n))return;let r;Yt?r=e.webkitCompassHeading:r=360-s,this.options.elements.includes(I.DEVICE_MOTION)&&this.addDataItem({type:I.DEVICE_MOTION,timestamp:i,res:[s,o,n]}),this.options.elements.includes(I.COMPASS)&&this.addDataItem({type:I.COMPASS,timestamp:i,res:r})},200),this.handleAcceleration=e=>{let i=e.accelerationIncludingGravity;ne(i)||ne(i.x)||ne(i.y)||ne(i.z)||this.addAcceleration({type:I.ACCELERATION,timestamp:Date.now(),res:[i.x,i.y,i.z]})},this.options=w({},Fd,t)}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";function Ps(a,t){return 1/Math.sqrt(2*Math.PI*Math.pow(t,2))*Math.exp(-Math.pow(a,2)/(2*Math.pow(t,2)))}function oi(a){return(a+360)%360}function jr(a,t){let i=6378137*a*Math.PI/180,s=6378137*Math.log(Math.tan(Math.PI/4+t*Math.PI/180/2));return{x:i,y:s}}function Be(a,t,e,i){return Math.sqrt(Math.pow(Math.abs(a-e),2)+Math.pow(Math.abs(t-i),2))}var Ms=class{motionModelRotYaw(t){if(!(Math.abs(t)<.001)){this.last_yaw_compass=oi(this.last_yaw_compass+t);for(let e=0;e<this.NumParticle;e++){let i=Math.random()*this.yaw_noise_sigma;this.particleX[2][e]=this.particleX[2][e]+t+i,this.particleX[2][e]=oi(this.particleX[2][e])}}}motionModelStepLength(t,e){if(t===0)return;for(let s=0;s<this.NumParticle;s++){let o=Math.random()*this.step_noise_sigma;this.particleX[0][s]+=(.65+o)*Math.sin(-this.particleX[2][s]/180*Math.PI),this.particleX[1][s]+=(.65+o)*Math.cos(this.particleX[2][s]/180*Math.PI),e(this.particleX[0][s],this.particleX[1][s])||(this.particleWeight[0][s]*=this.unaccess_weight)}let i=this.particleWeight[0].reduce((s,o)=>s+o,0);this.particleWeight[0]=this.particleWeight[0].map(s=>s/i)}motionModelCompassYaw(t,e){if(e-this.last_compass_time>this.compass_update_interval){let i=360-t;i+=this.delta_yaw,i=oi(i),Math.abs(i-this.last_yaw_compass)>60?this.compass_consecutive_offset_count++:this.compass_consecutive_offset_count=0;for(let o=0;o<this.NumParticle;o++){let n=Math.abs(this.particleX[2][o]-i);n>180&&(n=360-n),this.particleWeight[0][o]*=Ps(n,this.sigmaCompass)}let s=this.particleWeight[0].reduce((o,n)=>o+n,0);this.particleWeight[0]=this.particleWeight[0].map(o=>o/s),this.setLastCompassTime(e)}}resampling(){if(1/this.particleWeight[0].reduce((e,i)=>e+i*i,0)<this.reSampNumParticle){let e=this.particleWeight[0].reduce((r,h,c)=>r.concat(r[c]+h),[0]),s=this.particleWeight[0].map(()=>1/this.NumParticle).map((r,h)=>r+Math.random()/this.NumParticle),o=[],n=0;for(let r=0;r<this.NumParticle;r++){for(;s[r]>e[n];)n++;o.push(n)}this.particleX=this.particleX.map((r,h)=>o.map(c=>r[c])),this.particleWeight[0]=Array(this.NumParticle).fill(1/this.NumParticle)}}update(t,e){for(let s=0;s<this.NumParticle;s++){let o=Be(this.particleX[0][s],this.particleX[1][s],t.x,t.y);this.particleWeight[0][s]=Math.max(1e-7,this.particleWeight[0][s]*Ps(o,e))}let i=this.particleWeight[0].reduce((s,o)=>s+o,0);this.particleWeight[0]=this.particleWeight[0].map(s=>s/i)}updateCar(t,e){let i=t.x-this.xEst[0][0],s=t.y-this.xEst[1][0];for(let n=0;n<this.NumParticle;n++){let r=Be(this.particleX[0][n],this.particleX[1][n],t.x,t.y);this.particleWeight[0][n]=Math.max(1e-7,this.particleWeight[0][n]*Ps(r,e)),this.particleX[0][n]+=i,this.particleX[1][n]+=s}let o=this.particleWeight[0].reduce((n,r)=>n+r,0);this.particleWeight[0]=this.particleWeight[0].map(n=>n/o)}getPosInitFlag(){return this.particle_PosInitFlag}getYawInitFlag(){return this.particle_yawInitFlag}setPosInitFlag(t){this.particle_PosInitFlag=t}setYawInitFlag(t){this.particle_yawInitFlag=t}getResultX(){let t=[0,0,0];for(let e=0;e<3;e++)for(let i=0;i<this.NumParticle;i++)t[e]+=this.particleX[e][i]*this.particleWeight[0][i];return this.xEst=t.map(e=>[e]),this.xEst[0][0]}getResultY(){return this.xEst[1][0]}getResultYaw(){let t=this.particleWeight[0].indexOf(Math.max(...this.particleWeight[0]));return this.particleX[2][t]}getEstConfidence(){let t=this.particleWeight[0].indexOf(Math.max(...this.particleWeight[0])),e=this.particleWeight[0].indexOf(Math.min(...this.particleWeight[0])),i=[this.particleX[0][t],this.particleX[1][t]],s=[this.particleX[0][e],this.particleX[1][e]],o=Be(i[0],i[1],s[0],s[1]),n=o*.67;return console.log(o,n),n}getParticleNum(){return this.NumParticle}getParticleX(){return this.particleX}setLastCompassTime(t){this.last_compass_time=t}getLastCompassTime(){return this.last_compass_time}initParticlesByPos(t,e,i){if(!this.particle_PosInitFlag){this.particleWeight[0]=Array(this.NumParticle).fill(1/this.NumParticle);let s=0;for(;s<this.NumParticle;){let n=(2*Math.random()-1)*this.initial_xy_uncertainty,r=(2*Math.random()-1)*this.initial_xy_uncertainty;i(t+n,e+r)||(this.particleWeight[0][s]*=this.unaccess_weight),this.particleX[0][s]=t+n,this.particleX[1][s]=e+r,s++}let o=this.particleWeight[0].reduce((n,r)=>n+r,0);this.particleWeight[0]=this.particleWeight[0].map(n=>n/o),this.particle_PosInitFlag=!0,this.xEst[0][0]=t,this.xEst[1][0]=e,this.xEst[2][0]=0}}initParticlesByCompass(t){console.log("Init compass: "+t);let e=360-t;e+=this.delta_yaw,e=oi(e),console.log("Init Yaw: "+e);for(let i=0;i<this.NumParticle;i++){let s=(2*Math.random()-1)*this.initial_yaw_uncertainty;this.particleX[2][i]=e+s}this.particle_yawInitFlag=!0,this.xEst[2][0]=e,this.last_yaw_compass=e,this.compass_consecutive_offset_count=0}constructor(t){this.last_yaw_compass=0,this.compass_consecutive_offset_count=0,this.NumParticle=t.NumParticle,this.reSampNumParticle=t.reSampNumParticle,this.initial_xy_uncertainty=t.initial_xy_uncertainty,this.initial_yaw_uncertainty=t.initial_yaw_uncertainty,this.step_noise_sigma=t.step_noise_sigma,this.yaw_noise_sigma=t.yaw_noise_sigma,this.compass_update_interval=t.compass_update_interval,this.sigmaCompass=t.sigmaCompass,this.delta_yaw=t.delta_yaw,this.sigmaBeacon=t.sigmaBeacon,this.unaccess_weight=t.unaccess_weight,this.particle_PosInitFlag=!1,this.particle_yawInitFlag=!1,this.xEst=[[0],[0],[0]],this.particleX=Array.from({length:3},()=>Array(this.NumParticle).fill(0)),this.particleWeight=Array.from({length:1},()=>Array(this.NumParticle).fill(1/this.NumParticle)),this.last_compass_time=0}};import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";var _s=class{init(){this.fre=100,this.accH_fifo=[],this.accH_time_fifo=[],this.accH_fifo_len=Math.floor(1*this.fre)+1,this.step_count=0,this.state_count=0,this.last_valley_time=0,this.last_peak_time=0,this.last_step_time=0,this.min_step_time=.3,this.max_step_time=1,this.min_peak=10+.5,this.max_valley=10-.5,this.peak_num=0,this.valley_num=0,this.fft_min_amp=.3,this.fft_min_fre=0,this.fft_max_fre=4,this.last_fft_amp=0,this.abnor_start_time=0,this.abnor_fft_detected=!1,this.abnor_peak_time=0,this.abnor_peak_accH=0,this.const_step_length=.65,this.last_rot=[0,0,0],this.delta_rot=[0,0,0],this.last_yaw=0,this.delta_yaw=null,this.delta_rot_sum_fifo=[],this.delta_rot_sum_time_fifo=[],this.delta_yaw_accum=0,this.delta_yaw_accum_timestamp=0,this.delta_yaw_time_threshold=.5,this.last_px=0,this.last_py=0,this.delta_px=0,this.delta_py=0,this.is_moving=!1,this.currentMotionState="UNKNOWN",this.previousMotionState="UNKNOWN",this.acc_variance_buffer=[],this.rot_variance_buffer=[],this.acc_buffer=[],this.walkingCount=0,this.stationaryCount=0,this.phoneUseCount=0,this.stateCounter=0}reset(){this.init()}setInitPose(t){t===void 0&&(t=[0,0]),this.last_px=t[0],this.last_py=t[1],console.info("pdr init pos: "+this.last_px+", "+this.last_py)}setInitYaw(t){t===void 0&&(t=0),this.last_yaw=t}getPos(t,e,i){let s=0;return i.length===3&&(this.delta_yaw=this.getDeltaYawFromRot(t,i)),e.length===3&&(s=this.getStepLength(t,e)),s!==0&&(this.last_px+=this.delta_px,this.last_py+=this.delta_py),[this.last_px,this.last_py]}getDeltaPose(){return[this.delta_px,this.delta_py]}getMotionState(){return this.currentMotionState}getStepLength(t,e){if(e.length<3)return console.warn("acc data less than 3"),0;let i=!1,s=Math.sqrt(Math.pow(e[0],2)+Math.pow(e[1],2)+Math.pow(e[2],2));if(this.accH_fifo.push(s),this.accH_time_fifo.push(t),this.imuFreUpdate(),!this.isMoving(e,this.last_rot))return 0;if(this.accH_fifo.length<this.accH_fifo_len+1)i=!1;else{for(;this.accH_fifo.length>=this.accH_fifo_len+1;)this.accH_fifo.shift(),this.accH_time_fifo.shift();let n=this.PVStepDetec(),r=this.FFTStepDetec(),h=this.recheckState(),c=this.accH_time_fifo[Math.floor(this.accH_time_fifo.length*3/4)];Math.abs(this.abnor_start_time)<.001&&this.abnor_fft_detected?this.abnor_start_time=c:this.abnor_fft_detected||(this.abnor_start_time=0),n&&r&&h?(this.step_count+=1,this.last_step_time=c,i=!0):Math.abs(this.abnor_start_time)>.001&&this.abnor_peak_time-this.abnor_start_time>this.abnor_time_threshold&&this.step_count>1&&this.abnor_peak_time-this.last_step_time>1?(this.step_count+=1,this.last_step_time=c,i=!0):(c-this.last_step_time>2&&(this.state_count=0),i=!1)}if(i){let n=this.last_yaw/180*Math.PI;return this.delta_px=this.const_step_length*Math.cos(n),this.delta_py=this.const_step_length*Math.sin(n),this.const_step_length}else return 0}imuFreUpdate(){if(this.accH_time_fifo.length>2&&(this.accH_time_fifo[this.accH_time_fifo.length-1]-this.accH_time_fifo[this.accH_time_fifo.length-2]<0||this.accH_time_fifo[this.accH_time_fifo.length-1]-this.accH_time_fifo[this.accH_time_fifo.length-2]>10||this.accH_time_fifo[this.accH_time_fifo.length-1]===this.accH_time_fifo[0])&&(console.warn("pdr reset last one time "+this.accH_time_fifo[this.accH_time_fifo.length-1]+" last two time "+this.accH_time_fifo[this.accH_time_fifo.length-2]),this.reset()),this.accH_fifo.length>9||this.fre<15){let t=(this.accH_fifo.length-1)/(this.accH_time_fifo[this.accH_time_fifo.length-1]-this.accH_time_fifo[0]);Math.abs(this.fre-t)>8&&(this.fre=Math.round((t-3)/10)*10,(this.fre<=10||this.fre>=100)&&(console.warn("Frequency Error "+this.fre),this.fre=100),console.debug("Frequency change to "+this.fre),this.accH_fifo_len=Math.floor(1*this.fre)+1)}}recheckState(){return!0}PVStepDetec(){let t=!1,e=this.accH_fifo.slice(Math.floor(this.accH_fifo_len/2)),i=this.accH_time_fifo.slice(Math.floor(this.accH_fifo_len/2)),s=e[Math.floor(e.length/2)],o=i[Math.floor(i.length/2)],n=Math.max(...e),r=Math.min(...e),h=!1,c=!1;return Math.abs(s-r)<.01&&s<this.max_valley&&this.valley_num<=this.peak_num&&(this.last_valley_time===0?c=!0:c=o-this.last_valley_time>this.min_step_time,c&&(this.last_valley_time=o,this.valley_num+=1)),Math.abs(s-n)<.01&&s>this.min_peak&&this.peak_num<=this.valley_num&&(this.last_peak_time===0?h=!0:h=o-this.last_peak_time>this.min_step_time,h&&(this.last_peak_time=o,this.peak_num+=1)),s===n&&s>this.min_peak&&(this.abnor_peak_time=o,this.abnor_peak_accH=s),this.peak_num===this.valley_num&&(h||c)&&(t=!0),t}FFTStepDetec(){return!0}isMoving(t,e){if(t.length<3||e.length<3)return!1;this.acc_buffer.push([...t]),this.acc_buffer.length>this.static_window_size&&this.acc_buffer.shift();let i=Math.sqrt(Math.pow(t[0],2)+Math.pow(t[1],2)+Math.pow(t[2],2));this.acc_variance_buffer.push(i),this.acc_variance_buffer.length>this.static_window_size&&this.acc_variance_buffer.shift();let s=Math.abs(e[0])+Math.abs(e[1])+Math.abs(e[2]);if(this.rot_variance_buffer.push(s),this.rot_variance_buffer.length>this.static_window_size&&this.rot_variance_buffer.shift(),this.acc_variance_buffer.length<10)return this.is_moving;let o=this.acc_variance_buffer.slice(-10),n=this.rot_variance_buffer.slice(-10),r=this.calculateMean(o),h=this.calculateStdDeviation(o),c=this.calculateMean(n),l=this.calculateStdDeviation(n),p;return r>this.walkingThreshold&&h>.5?(this.walkingCount++,this.stationaryCount=0,this.phoneUseCount=0,p="WALKING"):r<this.phoneUseThreshold&&c>this.rotationThreshold?(this.phoneUseCount++,this.walkingCount=0,this.stationaryCount=0,p="USING_PHONE"):c<.5?(this.stationaryCount++,this.walkingCount=0,this.phoneUseCount=0,p="STATIONARY"):p="UNKNOWN",p!==this.currentMotionState?(this.stateCounter++,this.stateCounter>=this.stateChangeThreshold&&(this.previousMotionState=this.currentMotionState,this.currentMotionState=p,this.stateCounter=0,console.debug("Motion state changed: "+this.previousMotionState+" -> "+this.currentMotionState),console.debug("Stats: avgAcc="+r.toFixed(2)+", accStdDev="+h.toFixed(2)+", avgRot="+c.toFixed(2)+", rotStdDev="+l.toFixed(2)))):this.stateCounter=0,this.is_moving=this.currentMotionState==="WALKING",this.is_moving}calculateMean(t){return t.length===0?0:t.reduce((e,i)=>e+i,0)/t.length}calculateStdDeviation(t){if(t.length<2)return 0;let e=this.calculateMean(t),s=t.map(o=>{let n=o-e;return n*n}).reduce((o,n)=>o+n,0)/t.length;return Math.sqrt(s)}getMotionStatistics(){let t=this.acc_variance_buffer.slice(-10),e=this.rot_variance_buffer.slice(-10),i=this.calculateMean(t),s=this.calculateMean(e),o=this.calculateStdDeviation(t),n=this.calculateStdDeviation(e);return console.debug("\u8FD0\u52A8\u68C0\u6D4B: avgAcc="+i.toFixed(2)+", accStdDev="+o.toFixed(2)+", avgRot="+s.toFixed(2)+", rotStdDev="+n.toFixed(2)),console.debug("\u72B6\u6001\u5224\u65AD\u6761\u4EF6: \u884C\u8D70(avgAcc>"+this.walkingThreshold+", accStdDev>0.5), \u9759\u6B62(avgRot<0.5), \u624B\u673A(avgAcc<"+this.phoneUseThreshold+", avgRot>"+this.rotationThreshold+")"),console.debug("\u5F53\u524D\u72B6\u6001: "+this.currentMotionState+", \u8BA1\u6570: \u884C\u8D70="+this.walkingCount+", \u9759\u6B62="+this.stationaryCount+", \u624B\u673A="+this.phoneUseCount),{currentState:this.currentMotionState,avgAcceleration:i,avgRotation:s,accStdDeviation:o,rotStdDeviation:n,walkingCount:this.walkingCount,stationaryCount:this.stationaryCount,phoneUseCount:this.phoneUseCount,dataPoints:this.acc_variance_buffer.length,isMoving:this.is_moving}}getDeltaYawFromRot(t,e){if(e.length<3)return console.warn("rot data less than 3"),0;let i=[0,0,0];this.last_rot.length===3&&(i=e.map((r,h)=>r-this.last_rot[h]));for(let r=0;r<e.length;r++)i[r]<-180?i[r]+=360:i[r]>180&&(i[r]-=360);let s=.2;this.delta_rot.length===3?this.delta_rot=this.delta_rot.map((r,h)=>s*r+(1-s)*i[h]):this.delta_rot=i,this.last_rot=e,this.delta_yaw=this.delta_rot[0],this.last_yaw+=this.delta_yaw,this.last_yaw=this.limitYaw(this.last_yaw);let o=this.delta_rot.reduce((r,h)=>r+Math.abs(h),0);this.delta_rot_sum_fifo.push(o),this.delta_rot_sum_time_fifo.push(t),Math.abs(this.delta_rot_sum_time_fifo[this.delta_rot_sum_time_fifo.length-1]-this.delta_rot_sum_time_fifo[0])>1&&(this.delta_rot_sum_fifo.shift(),this.delta_rot_sum_time_fifo.shift()),this.delta_yaw_accum+=this.delta_yaw;let n=0;return Math.abs(this.delta_yaw_accum_timestamp-t)>this.delta_yaw_time_threshold?(n=this.delta_yaw_accum,this.delta_yaw_accum=0,this.delta_yaw_accum_timestamp=t,n):null}limitYaw(t){for(;t<-180;)t+=360;for(;t>180;)t-=360;return t}constructor(){this.fre=100,this.accH_fifo=[],this.accH_time_fifo=[],this.accH_fifo_len=Math.floor(1*this.fre)+1,this.step_count=0,this.state_count=0,this.last_valley_time=0,this.last_peak_time=0,this.last_step_time=0,this.min_step_time=.3,this.max_step_time=1,this.min_peak=10.5,this.max_valley=9.5,this.peak_num=0,this.valley_num=0,this.fft_min_amp=.3,this.fft_min_fre=0,this.fft_max_fre=4,this.last_fft_amp=0,this.abnor_start_time=0,this.abnor_fft_detected=!1,this.abnor_time_threshold=4,this.abnor_peak_time=0,this.abnor_peak_accH=0,this.const_step_length=.85,this.last_rot=[],this.delta_rot=[],this.last_yaw=0,this.delta_yaw=null,this.delta_rot_sum_fifo=[],this.delta_rot_sum_time_fifo=[],this.delta_yaw_accum=0,this.delta_yaw_accum_timestamp=0,this.delta_yaw_time_threshold=.5,this.last_px=0,this.last_py=0,this.delta_px=0,this.delta_py=0,this.is_moving=!1,this.currentMotionState="UNKNOWN",this.previousMotionState="UNKNOWN",this.walkingThreshold=1,this.stationaryThreshold=.6,this.phoneUseThreshold=.7,this.rotationThreshold=.8,this.walkingCount=0,this.stationaryCount=0,this.phoneUseCount=0,this.stateCounter=0,this.stateChangeThreshold=3,this.static_window_size=20,this.acc_variance_buffer=[],this.rot_variance_buffer=[],this.acc_buffer=[]}};var Gd={using_gps:!0,gps_max_horizontalAccuracy:20,initial_gps_delay_time:3e3},bs=class{pfFusionPDRiBeacon(t){let{type:e,timestamp:i,res:s}=t,o=!1;if(this.cacheSensorData.push(t),this.particleFilter.getPosInitFlag()&&this.particleFilter.getYawInitFlag()){if(e===I.ACCELERATION){let n=s,r=this.pdr.getStepLength(i/1e3,n);r!==0&&(this.particleFilter.motionModelStepLength(r,()=>!0),this.particleFilter.resampling(),this.position_count+=1,o=!0)}if(this.using_gps&&e===I.GPS)if(this.last_beacon_time===null||i-this.last_beacon_time>5e3){let n=this.getGpsPosition(s);o=n!==null,n&&(this.particleFilter.update(n,this.gps_horizontalAccuracy),this.resetParticleFilterDist(n,"gps",s[2]),this.particleFilter.resampling(),this.position_count+=1,this.cacheSensorData.length=0)}else return[!1,0,0];if(e===I.DEVICE_MOTION){let n=this.pdr.getDeltaYawFromRot(i/1e3,s);n!==null&&this.particleFilter.motionModelRotYaw(n)}e===I.COMPASS&&this.particleFilter.motionModelCompassYaw(s,i),this.last_pos_time&&i-this.last_pos_time>500&&(this.position_count+=1,o=!0)}else if(!this.particleFilter.getPosInitFlag()&&this.using_gps&&e===I.GPS)if(this.startTime&&Date.now()-this.startTime>this.options.initial_gps_delay_time){let n=this.getGpsPosition(s);o=n!==null,console.log("gps_pos",n,s),n?(this.particleFilter.initParticlesByPos(n.x,n.y,()=>!0),this.last_pos_time=i,console.log("init Pos by gps success time "+i),this.cacheSensorData.length=0):console.log("init Pos by gps fail time "+i)}else this.startTime||(this.startTime=i);else if(!this.particleFilter.getYawInitFlag()&&e===I.COMPASS){let n=s;this.particleFilter.initParticlesByCompass(n),this.particleFilter.setLastCompassTime(i),console.log("init yaw by compass success time "+i)}return o&&(this.last_pos_time=i),[o,this.particleFilter.getResultX(),this.particleFilter.getResultY()]}setBeaconPosition(t,e){if(this.last_beacon_time=e,this.particleFilter.getPosInitFlag())this.particleFilter.update(t,this.sigmaBeacon);else{this.particleFilter.initParticlesByPos(t.x,t.y,()=>!0);let i=this.cacheSensorData.filter(s=>s.timestamp>e);console.log("\u521D\u59CBsensorData",i),i.map(s=>this.pfFusionPDRiBeacon(s))}return this.resetParticleFilterDist(t),this.particleFilter.resampling(),this.position_count+=1,this.cacheSensorData.length=0,[this.particleFilter.getResultX(),this.particleFilter.getResultY()]}getGpsPosition(t){return t[2]>this.gps_max_horizontalAccuracy?null:jr(t[0],t[1])}resetParticleFilterDist(t,e,i){let s=this.particleFilter.getResultX(),o=this.particleFilter.getResultY(),n=Be(s,o,t.x,t.y);(e==="gps"?i&&n>i||n>this.GpsMaxEstimateErr:n>this.MaxEstimateErr)?(this.outTrustRegionNum+=1,this.outTrustRegionNum>=this.TrustNum&&(console.info("\u8D85\u51FA\u53EF\u4FE1\u533A\u57DF\uFF0C\u91CD\u7F6E\u7C92\u5B50\u8FC7\u6EE4\u5668\u5230: "+t.x+", "+t.y),this.particleFilter.setPosInitFlag(!1),this.particleFilter.setYawInitFlag(!1),this.outTrustRegionNum=0,this.startTime=Date.now())):this.outTrustRegionNum=0}constructor(t){this.sigmaBeacon=5,this.gps_horizontalAccuracy=10,this.using_gps=!0,this.last_beacon_time=Date.now(),this.position_count=0,this.gps_max_horizontalAccuracy=20,this.MaxEstimateErr=5,this.GpsMaxEstimateErr=30,this.outTrustRegionNum=0,this.TrustNum=1,this.cacheSensorData=[],this.startTime=null;let e=w({},Gd,t);this.options=e,this.using_gps=e.using_gps,this.gps_max_horizontalAccuracy=e.gps_max_horizontalAccuracy,this.particleFilter=new Ms({NumParticle:200,reSampNumParticle:.65,initial_xy_uncertainty:12,initial_yaw_uncertainty:100,step_noise_sigma:.5,yaw_noise_sigma:2,compass_update_interval:3e3,sigmaCompass:80,delta_yaw:2,sigmaBeacon:5,unaccess_weight:.7}),this.pdr=new _s}};import{booleanPointInPolygon as Bd,point as zd}from"@turf/turf";var Es=class extends et{checkSensor(){return this.sensor.checkSensor()}setSensor(t){this.sensor=t}start(){this.sensor.start(),this.pdr.startTime=Date.now(),this.sensor.addEventListener("add-data-item",t=>{let{item:e}=t;this.getPositionBySensorItem(e,!this._pause)})}pause(){this._pause=!0}continue(){this._pause=!1}getPositionBySensorItem(t,e){e===void 0&&(e=!0);let[i,s,o]=this.pdr.pfFusionPDRiBeacon(t);return i&&e&&Bd(zd([s,o]),this.bmap.context.range)&&this.dispatchEvent({type:"position",x:s,y:o,_type:t.type===I.GPS?"gps":"pdr"}),[i,s,o]}setBeaconPosition(t,e){let[i,s]=this.pdr.setBeaconPosition(t,e);this.dispatchEvent({type:"position",x:i,y:s,_type:"beacon"})}dispose(){this.sensor.stop()}constructor(t,e={}){super(),this.bmap=t,this._pause=!1,this.sensor=new ws(e.sensor),this.pdr=new bs(e.pdr||{})}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.array.flat.js";import"core-js/modules/es.array.unscopables.flat.js";import{Object3D as Ud,TextureLoader as Hd,Color as Nd,Vector2 as Do,Vector3 as Zd,NormalBlending as jd,RepeatWrapping as Vd,Box3 as Kd}from"three";import{ShaderLib as Ss,ShaderMaterial as Wd,UniformsLib as Cs,UniformsUtils as Kr,Vector2 as Vr}from"three";Cs["custom-line"]={linewidth:{value:1},resolution:{value:new Vr(1,1)},dashScale:{value:1},dashSize:{value:1},gapSize:{value:1},repeat:{value:new Vr(1,1)},allDistance:{value:1}};Ss["custom-line"]={uniforms:Kr.merge([Cs.common,Cs.fog,Cs["custom-line"]]),vertexShader:`
|
|
508
|
+
`,document.body.appendChild(a.canvas)}setAngle(t){if(console.log("angle",t),a.textureMap.has(t))this._initIcon(a.textureMap.get(t));else{this.draw(t);let e=this.getTexture(this.getImageData());a.textureMap.set(t,e),this._initIcon(e),this._initScale({zoom:this.bmap.context.camera.zoom})}}_initIcon(t){if(this.spriteIcon)this.spriteIcon.material.map=t,t.needsUpdate=!0;else{let e=new Sd(new Cd({map:t,transparent:!0,alphaTest:.2,depthTest:this.options.depth_test,rotation:this.options.icon_rotate/180*Math.PI}));e.renderOrder=1e5+this.options.level,t.needsUpdate=!0,this.add(e),e.center.set(.5,.5),this.spriteIcon=e}}initSize(){this.spriteIcon&&this.spriteIcon.center.set(.5,.5)}draw(t){let{ctx:e}=a,{config:{size:i}}=this,s=i[0]/2,o=i[1]/2,n=4,r=1,h=n+r;if(e.clearRect(0,0,i[0],i[1]),e.setLineDash([10,10]),e.strokeStyle="#fff",e.lineWidth=2,e.beginPath(),e.arc(s,o,o-h,-Math.PI/2,Math.PI*2-Math.PI/2,t<Math.PI),e.stroke(),e.strokeStyle="#0A7AFF",t<Math.PI){let c=-Math.PI/2,l=c-t;e.beginPath(),e.arc(s,o,o-h,c,l,!0)}else{let c=-Math.PI/2,l=c+Math.PI*2-t;e.beginPath(),e.arc(s,o,o-h,c,l,!1)}e.stroke(),e.clearRect(s-h*2,0,h*4,h*4),e.beginPath(),e.arc(s,h,n,0,Math.PI*2),e.fillStyle="#0A7AFF",e.fill(),e.setLineDash([10,0]),e.strokeStyle="#fff",e.lineWidth=r,e.stroke(),e.clearRect(0,o-5,10,10),e.clearRect(s-5,i[1]-10,10,10),e.clearRect(i[0]-10,o-5,10,10),t>Math.PI/2&&t<Math.PI?e.fillStyle="#0A7AFF":e.fillStyle="#fff",e.fillRect(0,o-1,10,2),e.fillStyle="#fff",e.fillRect(s-1,i[1]-10,2,10),t>Math.PI&&t<Math.PI/2*3?e.fillStyle="#0A7AFF":e.fillStyle="#fff",e.fillRect(i[0]-10,o-1,10,2)}getImageData(){let{ctx:t}=a,{config:{size:e}}=this;return t.getImageData(0,0,e[0],e[1])}getTexture(t){let{config:{size:e}}=this,i=new Ed(Uint8Array.from(t.data),e[0],e[1],Gr);return i.format=Gr,i.magFilter=Fr,i.minFilter=Fr,i.colorSpace="srgb",i.flipY=!0,i}dispose(){var t;super.dispose(),(t=this.spriteIcon)==null||t.material.dispose()}static dispose(){this.textureMap.forEach(t=>{t.dispose()}),this.textureMap.clear(),this.ctx=null,this.canvas=null}constructor(t,e){super(t.context,{icon_size:e.size,collision_enable:!1,level:2}),this.bmap=t,this.config=e,a.canvas.width=e.size[0],a.canvas.height=e.size[1]}};te.canvas=document.createElement("canvas");te.ctx=te.canvas.getContext("2d",{willReadFrequently:!0});te.textureMap=new Map;var kd={path:{},cheapMaximumDistance:20,needStartPoi:!1,startPoi:{},positionNavigation:{},offsetY:150,directionEmitThreshold:5,disablePathAnimation:!1,disablePathRotate:!1,disablePathShorten:!1,speed:1,roadData:[],runAnimationMaxTime:1,navigationCameraBasic:45,canBack:!1},Br=class extends W{get curFloorPathLength(){var t,e;return(e=(t=this.curFloorPath)==null?void 0:t.distance)!=null?e:0}get curFloorPathPoints(){var t,e;return(e=(t=this.curFloorPath)==null?void 0:t.points)!=null?e:[]}registryEvent(){this.bmap.context.addEventListener("update",this.onUpdate),this.bmap.addEventListener(ct.SWITCH_FLOOR_GROUND,this.onSwitchFloor),this.positionNavigation.addEventListener("navigation-info",this.onNavigationInfo),this.bmap.context.addEventListener("control-change",this.onControlChangeForStartPoi)}setRoadData(t){this.options.roadData=t,this.positionNavigation.setRoadData(t)}showStartRotateHelperPoi(){var t;if(this.needStartRotateHelperPoi=!0,!this.startPoi||this.startRotateHelperPoi)return;let e=this.startPoi.options.icon_size;this.startRotateHelperPoi=new te(this.bmap,{size:[e[0]+20,e[1]+20]}),this.startRotateHelperPoi.setAngle(0),this.startRotateHelperPoi.position.setZ(.51),(t=this.bmap.context.currentFloor)==null||t.poiLayer2.pushPoi(this.startRotateHelperPoi)}hideStartRotateHelperPoi(){if(this.needStartRotateHelperPoi=!1,this.startRotateHelperPoi){var t;(t=this.bmap.context.currentFloor)==null||t.poiLayer2.removePoi(this.startRotateHelperPoi),this.startRotateHelperPoi=null}}setStartPoiPosition(t,e){this.startPoi&&(this.startPoi.position.setX(t).setY(e),this.startRotateHelperPoi&&this.startRotateHelperPoi.position.setX(t).setY(e),this.detachLine&&this.detachLine.setPosition(this.startPoi.position,this.detachStartPoi.position))}resetStatus(){this.pauseAnimation(),this.positionNavigation.resetStatus(this.paths),this.movedDistance=0,this.startPoi&&this.translatePath&&this.setStartPoiPosition(this.translatePath[0][0],this.translatePath[0][1])}toPositionByTask(t){var e;let s=(e=this.taskQueue.getTasks().find(n=>n.meta.type==="toPosition"))==null?void 0:e.tid,o={run:()=>this.toPositionBySpeed(t,this.options.speed),meta:{type:"toPosition"}};s?this.taskQueue.replace(s,o):this.taskQueue.add(o)}pauseAnimation(){this.taskQueue.clear(),this.positionNavigation.pause(),this.tweenUtil.pause()}continueAnimation(){this.tweenUtil.continue(),this.positionNavigation.continue()}clearTween(){this.tweenUtil.clear(),this.taskQueue.clear(),this.bmap.context.control.enabled=!0}unRegistryEvent(){this.bmap.context.removeEventListener("update",this.onUpdate),this.bmap.removeEventListener(ct.SWITCH_FLOOR_GROUND,this.onSwitchFloor),this.positionNavigation.removeEventListener("navigation-info",this.onNavigationInfo),this.bmap.context.removeEventListener("control-change",this.onControlChangeForStartPoi)}clearPath(){if(this.resetStatus(),this.path&&(this.bmap.context.scene.remove(this.path),this.path.dispose(),this.path=null,this.clearTween()),this.startPoi){var t;if((t=this.bmap.context.currentFloor)==null||t.poiLayer2.removePoi(this.startPoi),this.startPoi=null,this.startRotateHelperPoi){var e;(e=this.bmap.context.currentFloor)==null||e.poiLayer2.removePoi(this.startRotateHelperPoi),this.startRotateHelperPoi=null}}if(this.detachStartPoi){var i;(i=this.bmap.context.currentFloor)==null||i.removePoi2(this.detachStartPoi),this.detachStartPoi=null}this.detachLine&&(this.bmap.context.scene.remove(this.detachLine),this.detachLine.dispose(),this.detachLine=null),this.translatePath=null}setCurFloorPath(t){t===null?(this.curFloorPath=null,this.currentPathPosition=null,this.toPointPosition=null):(this.curFloorPath=t,this.currentPathPosition=t.points[0],this.toPointPosition=t.points[0]),this.movedDistance=0,this.clearTween()}setCurPathIndex(t){var e,i;this.curPathIndex=t,((e=this.paths[t])==null?void 0:e.floor)===((i=this.bmap.context.currentFloor)==null?void 0:i.name)?(this.setCurFloorPath(this.paths[t]),this.renderPath(this.translatePoints(this.curFloorPathPoints))):this.clearPath()}addPath(t,e){e===void 0&&(e=0);var i;this.paths=t,this.curPathIndex=e,this.clearTween(),this.clearPath();let s=(i=this.bmap.context.currentFloor)==null?void 0:i.name,o=t[e];if(s&&(o==null?void 0:o.floor)===s)if(this.setCurFloorPath(o),this.bmap.currentBuildGround)this.renderPath(this.translatePoints(o.points));else{let n=()=>{this.bmap.removeEventListener("center-change",n),this.renderPath(this.translatePoints(o.points))};this.bmap.addEventListener("center-change",n)}this.dispatchEvent({type:"add-path",paths:t})}translatePoints(t){let[e,i]=this.bmap.buildingCenter;return t.map(s=>[s[0]-e,s[1]-i])}renderPath(t){this.translatePath=t;let e=this.catmullRomCurve3(t);if(this.cPath=e,this.animationPathOptions={cPathIndex:0},this.pathStart=e[0],this.path?this.path.updatePoints(e):(this.path=new gs(this,this.options.path),this.path.create(e),this.path.position.z=this.bmap.context.currentFloor.groundMaxHeight+.5,this.bmap.context.scene.add(this.path)),this.path.movePath(0),this.startPoi){var i;if((i=this.bmap.context.currentFloor)==null||i.poiLayer2.removePoi(this.startPoi),this.startPoi=null,this.startRotateHelperPoi){var s;(s=this.bmap.context.currentFloor)==null||s.poiLayer2.removePoi(this.startRotateHelperPoi),this.startRotateHelperPoi=null}}if(this.removeDetachStart(),this.showDetachStartState&&this.options.detachStartPoi){var o;this.detachStartPoi=new $(this.bmap.context,w({},this.options.detachStartPoi,{id:"navigation_detach_start_poi",position:{x:e[0][0],y:e[0][1],z:.51},collision_enable:!1}))||null,(o=this.bmap.context.currentFloor)==null||o.poiLayer2.pushPoi(this.detachStartPoi),this.detachLine=new ti(this.bmap.context,new Dt(e[0][0],e[0][1],.51),new Dt(e[0][0],e[0][1],.51)),this.bmap.context.scene.add(this.detachLine)}if(this.options.needStartPoi){var n;this.startPoi=new $(this.bmap.context,w({},this.options.startPoi,{id:"navigation_start_poi",position:{x:e[0][0],y:e[0][1],z:.51},collision_enable:!1}))||null,(n=this.bmap.context.currentFloor)==null||n.poiLayer2.pushPoi(this.startPoi),this.needStartRotateHelperPoi&&this.showStartRotateHelperPoi(),console.log(this.startRotateHelperPoi)}this.dispatchEvent({type:"render-path",path:this.path})}catmullRomCurve3(t){return yi(t,!1,!0,.1,170,2.5)}getPathDirection(){if(!this.curFloorPath||!this.currentPathPosition||this.curFloorPathPoints.length<2)return null;let t=Vt(this.curFloorPathPoints,this.currentPathPosition),e=this.curFloorPathPoints[t],i=this.curFloorPathPoints[t+1],s=new Dt(i[0]-e[0],i[1]-e[1],0).normalize(),o=new Dt(0,1,0).normalize(),n=s.angleTo(o),r=new Dt().crossVectors(o,s);return(Object.is(r.y,0)?-1:1)*n}getPathDirection2(){if(!this.curFloorPath||!this.toPointPosition||this.curFloorPathPoints.length<2)return null;let t=Vt(this.curFloorPathPoints,this.toPointPosition),e=this.curFloorPathPoints[t],i=this.curFloorPathPoints[t+1];return(new Td(i[0]-e[0],i[1]-e[1]).normalize().angle()*180/Math.PI-90+360)%360}changeCameraToPathUp(t){return g(this,null,function*(){t===void 0&&(t=100);let e=this.getPathDirection();if(e===null)return;let i=this.bmap.context.control.getAzimuthalAngle();Math.abs(i-e)>Math.PI&&(i>0?e=Math.PI*2+e:e=e-Math.PI*2);let s=Math.abs(e-this.bmap.context.control.getAzimuthalAngle());if(s<.01)return;let{control:o}=this.bmap.context,n=t/Math.PI*6*s;return Mt(new Promise(r=>{let h={azimuthal:o.getAzimuthalAngle()},c={azimuthal:e},l=o.getPolarAngle(),{maxPolarAngle:p,minPolarAngle:d}=o;o.maxPolarAngle=l,o.minPolarAngle=l;let u=new Lo(h,this.tweenUtil.group).to(c,n).easing(Ld.Quadratic.InOut).onUpdate(()=>g(this,null,function*(){this.startPoi&&o.target.copy(this.startPoi.position),o.setAzimuthalAngle(h.azimuthal,!0),o.setTargetByOffset(this.options.offsetY)})).onComplete(()=>{o.enabled=!0,this.tweenUtil.remove(u),o.maxPolarAngle=p,o.minPolarAngle=d,r(!0)}).onStart(()=>{o.enabled=!1}).start()}),n+500).finally(()=>{this.bmap.context.control.enabled=!0})})}initNavigationCamera(t){return g(this,null,function*(){t===void 0&&(t=1e3);var e;let s=(e=this.taskQueue.getTasks().find(n=>n.meta.type==="initNavigationCamera"))==null?void 0:e.tid,o={run:()=>Mt(g(this,null,function*(){yield this.initCameraZoom(t/2),this.options.disablePathRotate||(yield this.changeCameraToPathUp(t/4)),yield this.translateCameraToStartPoi(t/(this.options.disablePathRotate?2:4))}),t+500).finally(()=>{this.bmap.context.control.enabled=!0}),meta:{type:"initNavigationCamera"}};s?this.taskQueue.replace(s,o):this.taskQueue.add(o)})}translateCameraToStartPoi(t){return g(this,null,function*(){if(t===void 0&&(t=100),!this.startPoi)return;let{clientSize:{width:e,height:i},camera:s,control:o}=this.bmap.context,n=Math.round(e/2),r=Math.round(i/2),h=o.target.clone(),c=T(this.startPoi.position,s,e,i),l=c.x-n,p=r-c.y+this.options.offsetY;if(!(Math.abs(l)<=1&&Math.abs(p)<=1)){if(Math.abs(l)>=1){let d=new Dt;d.setFromMatrixColumn(s.matrix,0),d.normalize(),d.multiplyScalar(l/s.zoom),h.add(new Dt(d.x,d.y,0))}if(Math.abs(p)>=1){let d=new Dt;d.setFromMatrixColumn(s.matrix,1),d.normalize(),d.multiplyScalar(p/s.zoom),h.add(new Dt(d.x,d.y,0))}return Mt(new Promise(d=>{let u=o.target.clone();console.log(u,h,t);let f=new Lo(u,this.tweenUtil.group).to(h,t).onUpdate(()=>{this.bmap.context.control.setCameraPositionByTarget(u,0)}).onComplete(()=>{this.bmap.context.control.setCameraPositionByTarget(h,0),this.tweenUtil.remove(f),this.bmap.context.control.enabled=!0,d(!0)}).onStart(()=>{this.bmap.context.control.enabled=!1}).start()}),t+500).then(()=>{this.bmap.context.control.enabled=!0})}})}initCameraZoom(t){return g(this,null,function*(){if(t===void 0&&(t=100),!this.startPoi)return;let{clientSize:{width:e,height:i},currentFloor:s}=this.bmap.context,{max:o,min:n}=s.box,r=e/(o.x-n.x),h=i/(o.y-n.y),l=(r>h?e:i)/this.options.navigationCameraBasic;return this.bmap.context.setZoom(l,this.startPoi.position,t).finally(()=>{this.bmap.context.control.enabled=!0})})}toPosition(t,e){if(this.paths[this.curPathIndex]&&this.paths[this.curPathIndex].floor===t&&this.detachStartPoi){let i=this.translatePoints([e]);this.detachStartPoi.position.setX(i[0][0]),this.detachStartPoi.position.setY(i[0][1]),this.detachLine&&this.startPoi&&this.detachLine.setPosition(this.startPoi.position,this.detachStartPoi.position)}this.options.canBack&&(this.positionNavigation.pointIndex=0,this.positionNavigation.position=this.paths[this.curPathIndex].points[0]),this.positionNavigation.toPosition(t,e)}startSimulation(){this.positionNavigation.startSimulation()}setSimulationSpeed(t){this.positionNavigation.changeSimulationSpeed(t)}toPositionBySpeed(t,e){return g(this,null,function*(){let{currentPathPosition:i,curFloorPath:s,curFloorPathPoints:o}=this;if(!s||!i)return null;let n=this.movedDistance,r=un(o,t);if(n===-1||r===-1||!this.options.canBack&&r<=n)return null;let h=r-n;if(!h)return;let c=Math.min(Math.abs(h)/e,this.options.runAnimationMaxTime);return this.pathTween&&this.clearTween(),Mt(new Promise(l=>{let p=this.pathTween=new Lo({distance:0},this.tweenUtil.group).to({distance:h},c*1e3).onUpdate(d=>g(this,null,function*(){this.moveDistance(d.distance+n,p)})).onComplete(()=>{this.tweenUtil.remove(p),l(!0)}).start()}),c*1e3+500).finally(()=>{this.bmap.context.control.enabled=!0})})}moveDistance(t,e){return g(this,null,function*(){if(this.movedDistance=t,!this.options.disablePathShorten){var i;(i=this.path)==null||i.movePath(this.movedDistance/this.curFloorPathLength)}let s=Pe(this.curFloorPathPoints,this.movedDistance);if(s===null)return;this.currentPathPosition=s;let o=this.translatePoints([s])[0];this.startPoi&&(this.setStartPoiPosition(o[0],o[1]),this.options.disablePathAnimation||this.bmap.context.control.setTargetByOffset(this.options.offsetY,this.startPoi.position.clone())),!this.options.disablePathAnimation&&!this.options.disablePathRotate&&(e==null||e.pause(),yield this.changeCameraToPathUp(500/this.options.speed),e==null||e.resume())})}removeDetachStart(){if(this.detachLine&&(this.bmap.context.scene.remove(this.detachLine),this.detachLine.dispose(),this.detachLine=null),this.detachStartPoi){var t;(t=this.bmap.context.currentFloor)==null||t.poiLayer2.removePoi(this.detachStartPoi),this.detachStartPoi=null}}hideDetachStart(){this.showDetachStartState=!1,this.removeDetachStart()}showDetachStart(){if(!this.detachStartPoi&&(this.showDetachStartState=!0,this.path&&this.startPoi&&this.options.detachStartPoi)){var t;let e=this.startPoi.position;this.detachStartPoi=new $(this.bmap.context,w({},this.options.detachStartPoi,{id:"navigation_detach_start_poi",position:e,collision_enable:!1}))||null,(t=this.bmap.context.currentFloor)==null||t.poiLayer2.pushPoi(this.detachStartPoi),this.detachLine=new ti(this.bmap.context,new Dt(e.x,e.y,.51),new Dt(e.x,e.y,.51)),this.bmap.context.scene.add(this.detachLine)}}setStartPoiRotate(t){this.startPoiRotate=t;let e=this.getPathDirection2(),i=t;if(e!==null){let r=(360-e)%360,h=t-r;for(;h>180;)h-=360;for(;h<-180;)h+=360;let c=Math.abs(h);this.isStartPoiSnapped?c>40?(this.isStartPoiSnapped=!1,i=t):i=r:c<=30?(this.isStartPoiSnapped=!0,i=r):i=t}let o=(this.bmap.context.control.getAzimuthalAngle()*180/Math.PI+360)%360,n=(360-i-o)%360;this.detachStartPoi&&(this.detachStartPoi.options.icon_rotate=n),this.startPoi&&(this.startPoi.options.icon_rotate=n,this.startRotateHelperPoi&&this.startRotateHelperPoi.setAngle(n))}dispose(){var t;if(this.path&&(this.bmap.context.scene.remove(this.path),this.path.dispose()),this.hideDetachStart(),this.startPoi){var e;(e=this.bmap.context.currentFloor)==null||e.poiLayer2.removePoi(this.startPoi),this.startPoi=null}this.tweenUtil.dispose(),this.unRegistryEvent(),(t=this.startRotateHelperPoi)==null||t.dispose(),te.dispose(),this.positionNavigation.dispose(),this.startRotateHelperPoi=null,super.dispose()}constructor(t,e={},i){super(t),this.path=null,this.fetchRoadStatus=!1,this.paths=[],this.curPathIndex=0,this.curFloorPath=null,this.translatePath=null,this.currentPathPosition=null,this.toPointPosition=null,this.pathTween=null,this.startPoi=null,this.detachStartPoi=null,this.detachLine=null,this.startPoiRotate=null,this.isStartPoiSnapped=!1,this.startRotateHelperPoi=null,this.needStartRotateHelperPoi=!1,this.showDetachStartState=!0,this.movedDistance=0,this.pathStart=[0,0],this.tweenUtil=new se,this.taskQueue=new be,this.animationPathOptions={cPathIndex:0},this.cPath=[],this.onNavigationInfo=s=>{let{info:o}=s;if(this.dispatchEvent({type:"navigation-info",info:o}),!o.offset){if(o.routeIndex!==this.curPathIndex)return;this.toPointPosition=o.pos,this.toPositionByTask(o.pos)}},this.onUpdate=()=>{this.tweenUtil.update()},this.onSwitchFloor=s=>{let{data:{curFloor:o}}=s;if(this.clearTween(),this.paths[this.curPathIndex]){let n=this.paths[this.curPathIndex];this.setCurFloorPath(n!=null?n:null),n?this.renderPath(this.translatePoints(n.points)):this.clearPath()}else this.clearPath()},this.onControlChangeForStartPoi=()=>{this.startPoi&&this.startPoiRotate!==null&&this.setStartPoiRotate(this.startPoiRotate)},!i&&typeof e=="object"&&(i=e),this.options=Object.assign({},kd,i),this.positionNavigation=new ys(this,w({simulationSpeed:this.options.speed},this.options.positionNavigation),this.options.roadData),this.registryEvent()}};import"core-js/modules/web.dom-collections.iterator.js";import{Group as Dd,Color as zr}from"three";var Wr=class extends W{show(t,e){let i=0;t.forEach(n=>{n.onAddToScene("mulFloors"),n.position.z=i,i+=n.userData.height,n.poiLayer2.pois.forEach(r=>{r.options.depth_test=!0})});let{scene:s,currentFloor:o}=this.bmap.context;s.background=new zr((e==null?void 0:e.backgroundColor)||"#f1f7f6"),o&&(s.remove(o),o.dispose()),this.group.add(...t),s.add(this.group),this.floors=t,this.fitCamera(),this.bmap.context.cameraBound.updateBox(),this.showStatus=!0,this.bmap.context.forceUpdate()}showStep(t,e){return this.show(t,e)}hide(){let{scene:t}=this.bmap.context;t.remove(this.group),this.floors.forEach(e=>{e.dispose()}),this.floors=[],this.group.clear(),this.showStatus=!1}showByNotDispose(t,e,i){i===void 0&&(i=()=>!0);let s=0;t.forEach(r=>{[...r.poiLayer2.pois].forEach(h=>{if(!i(h)){h.visible=!1;return}h.options.depth_test=!0}),r.position.z=s,s+=r.userData.height,r.onAddToScene("mulFloors")});let{scene:o,currentFloor:n}=this.bmap.context;o.background=new zr((e==null?void 0:e.backgroundColor)||"#f1f7f6"),n&&o.remove(n),this.group.add(...t),o.add(this.group),this.floors=t,this.fitCamera(),this.bmap.context.cameraBound.updateBox(),this.showStatus=!0,this.bmap.context.forceUpdate()}hideByNotDispose(){let{scene:t}=this.bmap.context;t.remove(this.group),this.floors.forEach(e=>{e.poiLayer2.pois.forEach(i=>{i.visible=!0,i.options.depth_test=!1})}),this.floors.forEach(e=>{e.position.z=0,e.onRemoveFromScene()}),this.floors=[],this.group.clear(),this.showStatus=!1}fitCamera(){let{context:t,config:e}=this.bmap;t.cameraBound.setEnable(!1),t.control.minZoom=0,t.control.maxZoom=1/0,t.camera.zoom=1,t.setAzimuthalAngle(e.control.defaultAzimuthal,0),t.setPolarAngle(e.control.defaultPolar,0),t.fitCameraToObject(this.group,e.defaultPadding,0,!1);let i=t.camera.zoom;t.control.minZoom=i,t.control.maxZoom=i*e.control.maxZoomScale,this.bmap.basicZoom=t.camera.zoom,t.control.addEventListener("change",this.bmap.onControlChange),this.bmap.onControlChange(),t.cameraBound.setEnable(!0)}dispose(){this.floors.forEach(t=>t.dispose()),this.floors=[],super.dispose()}constructor(t){super(t),this.floors=[],this.group=new Dd,this.showStatus=!1,this.group.name="mul-floor-group"}};import{EventDispatcher as Ad}from"three";import{merge as Od}from"lodash";function To(){return new Worker(new URL("./worker/path.worker-VZGSKDYR.js",import.meta.url))}var Ur={useWorker:!1,lift_priority:3},vs=class extends Ad{setLiftPriority(t){return g(this,null,function*(){var e;(e=this.roadNetwork)==null||e.setLiftPriority(t),this.worker&&(yield z(this.worker,"onSetLiftPriority",t))})}loaded(){return new Promise(t=>{if(this.initRoadStatus)t(!0);else{let e=i=>{let{status:s}=i;s&&(this.removeEventListener("init-road-status",e),t(!0))};this.addEventListener("init-road-status",e)}})}setRoadData(t,e){return g(this,null,function*(){this.initRoadStatus=!1,this.dispatchEvent({type:"init-road-status",status:!1}),this.roadNetwork&&this.roadNetwork.initRoute(t,e),this.worker&&(yield z(this.worker,"set_road_info",{roadData:t,facilities:e})),this.initRoadStatus=!0,this.dispatchEvent({type:"init-road-status",status:!0})})}getPath(t,e,i,s,o,n){return g(this,null,function*(){return i===void 0&&(i=""),new Promise((r,h)=>g(this,null,function*(){yield this.loaded();function c(l){l?typeof l=="string"?h(l):r(l):h("no-path")}if(this.roadNetwork){let l=this.roadNetwork.getPath(t,e,i,s,o,n);c(l)}else if(this.worker){let l=yield z(this.worker,"get_path",{start:t,end:e,type:i,permission:s,travelDirection:o,options:n});c(l)}else console.log("\u6CA1\u6709\u521D\u59CB\u5316\u8DEF\u7F51"),h("no-road-network")}))})}getDirectionPath(t){return g(this,null,function*(){return this.worker?z(this.worker,"get_direction_path",t):dn(t)})}dispose(){return g(this,null,function*(){this.roadNetwork&&this.roadNetwork.clear(),this.worker&&(yield z(this.worker,"clear",""),this.worker.terminate())})}constructor(t=Ur){super(),this.worker=null,this.initRoadStatus=!1,this.roadNetwork=null,this.options=Od({},Ur,t),this.options.useWorker?(this.worker=To(),z(this.worker,"set_lift_priority",this.options.lift_priority)):this.roadNetwork=new Me(this.options.lift_priority)}};import{EventDispatcher as Rd}from"three";function ko(){return new Worker(new URL("./worker/cr-path.worker-I545UGRL.js",import.meta.url))}var Hr=class extends Rd{setRoadData(t){return g(this,null,function*(){this.initRoadStatus=!1,this.dispatchEvent({type:"init-road-status",status:!1}),yield z(this.worker,"set_road_info",{roadData:t}),this.initRoadStatus=!0,this.dispatchEvent({type:"init-road-status",status:!0})})}getPath(t,e,i){return g(this,null,function*(){return i===void 0&&(i=""),new Promise((s,o)=>{let n=()=>{z(this.worker,"get_path",{start:t,end:e,type:i}).then(r=>{r?typeof r=="string"?o(r):s(r):o("no-path")})};if(this.initRoadStatus)n();else{let r=h=>{let{status:c}=h;c&&(this.removeEventListener("init-road-status",r),n())};this.addEventListener("init-road-status",r)}})})}getDirectionPath(t){return z(this.worker,"get_direction_path",t)}dispose(){return g(this,null,function*(){z(this.worker,"clear",""),this.worker.terminate()})}constructor(){super(),this.worker=ko(),this.initRoadStatus=!1}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.set.difference.v2.js";import"core-js/modules/es.set.intersection.v2.js";import"core-js/modules/es.set.is-disjoint-from.v2.js";import"core-js/modules/es.set.is-subset-of.v2.js";import"core-js/modules/es.set.is-superset-of.v2.js";import"core-js/modules/es.set.symmetric-difference.v2.js";import"core-js/modules/es.set.union.v2.js";import"core-js/modules/es.array.push.js";import{Frustum as Id}from"three";var xs=class extends pt{setEnable(t){super.setEnable(t),U(this.rect,0,0,0,0),t?this.registryEvent():(this.startPoint=void 0,this.unRegistryEvent())}registryEvent(){this.context.container.addEventListener("pointerdown",this.onPointerDown),this.context.container.addEventListener("pointermove",this.onPointerMove),this.context.container.addEventListener("pointerup",this.onPointerUp),this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.container.removeEventListener("pointerdown",this.onPointerDown),this.context.container.removeEventListener("pointermove",this.onPointerMove),this.context.container.removeEventListener("pointerup",this.onPointerUp),this.context.removeEventListener("update",this.onUpdate)}doSelect(){if(this.startPoint&&this.endPoint){if(this.startPoint.distanceTo(this.endPoint)<.1)return;let{context:{camera:e,container:{clientWidth:i,clientHeight:s}}}=this,o=T(this.startPoint,e,i,s),n=T(this.endPoint,e,i,s),r={x:Math.min(o.x,n.x),y:Math.min(o.y,n.y)},h={x:Math.max(o.x,n.x),y:Math.max(o.y,n.y)},c=this.searchMapInFrustum(r,h);this.dispatchEvent({type:"selected",list:c})}}searchMapInFrustum(t,e){var i;let{context:s}=this;return((i=s.currentFloor)==null?void 0:i.graphicLayer.children.filter(o=>o instanceof K&&this.searchChildInFrustum(o,t,e)))||[]}searchChildInFrustum(t,e,i){let{context:{camera:s,container:{clientWidth:o,clientHeight:n}}}=this;if(!t)return!1;if(!t.mesh){let d=t.getPosition();if(d){let u=T(d,s,o,n);return ie(u,e,i)}return!1}t.mesh.geometry.boundingBox||t.mesh.geometry.computeBoundingBox();let r=t.mesh.geometry.boundingBox;if(!r)return!1;let{min:h,max:c}=r,l=T(h,s,o,n),p=T(c,s,o,n);return!(!ie(l,e,i)||!ie(p,e,i))}dispose(){super.dispose(),this.rect=null,this.unRegistryEvent()}constructor(t){super(t),this.frustum=new Id,this.onPointerDown=s=>{if(!this.enable)return;let o=this.getIntersectByPointerEvent(s);o&&(this.startPoint=o),this.endPoint=void 0},this.onPointerMove=s=>{if(!this.enable||!this.startPoint)return;let o=this.getIntersectByPointerEvent(s);o&&(this.endPoint=o)},this.onPointerUp=s=>{if(!this.enable)return;let o=this.getIntersectByPointerEvent(s);o&&(this.endPoint=o),this.doSelect(),this.startPoint=void 0},this.onUpdate=()=>{if(this.startPoint){let s=this.getSvgCoordinate(this.startPoint),o=w({},s);this.endPoint&&(o=this.getSvgCoordinate(this.endPoint));let n={x:Math.min(s.x,o.x),y:Math.min(s.y,o.y)},r=Math.abs(o.x-s.x),h=Math.abs(o.y-s.y);U(this.rect,n.x,n.y,r,h)}else U(this.rect,0,0,0,0)};let{config:{selectBox:{fill:e,stroke:i}}}=t;this.rect=mt(i,e),this.svg.appendChild(this.rect),this.registryEvent()}};var Fd={boxSelection:!1,elements:["graphic","poi"]},Nr=class extends W{get list(){return this._list}enableBoxSelection(){this.isMultipleSelect||!this.options.boxSelection||(this.isMultipleSelect=!0,this.boxSelection.setEnable(!0),this.prevPanStatus=this.bmap.context.control.enablePan,this.prevRotateStatus=this.bmap.context.control.enableRotate,this.bmap.context.control.enablePan=!1,this.bmap.context.control.enableRotate=!1)}disableBoxSelection(){this.isMultipleSelect&&(this.isMultipleSelect=!1,this.boxSelection.setEnable(!1),this.bmap.context.control.enablePan=!!this.prevPanStatus,this.bmap.context.control.enableRotate=!!this.prevRotateStatus)}selectEnd(){this.dispatchEvent({type:"select",graphics:[...this._list],pois:[...this._poiList],isMultipleSelect:this.isMultipleSelect})}registryEvent(){this.bmap.context.container.addEventListener("pointerdown",this.onPointerDown),this.bmap.context.container.addEventListener("pointerup",this.onPointerUp),this.bmap.context.container.addEventListener("pointerout",this.onPointerOut),this.bmap.context.container.addEventListener("pointercancel",this.onPointerOut),window.addEventListener("keydown",this.onKeyDown),window.addEventListener("keyup",this.onKeyUp),this.boxSelection.addEventListener("selected",this.onBoxSelected)}unRegistryEvent(){this.bmap.context.container.removeEventListener("pointerdown",this.onPointerDown),this.bmap.context.container.removeEventListener("pointerup",this.onPointerUp),this.bmap.context.container.removeEventListener("pointerout",this.onPointerOut),this.bmap.context.container.removeEventListener("pointercancel",this.onPointerOut),window.removeEventListener("keydown",this.onKeyDown),window.removeEventListener("keyup",this.onKeyUp),this.boxSelection.removeEventListener("selected",this.onBoxSelected)}clear(){this._list.clear()}remove(t){this._list.delete(t)}dispose(){this.unRegistryEvent(),super.dispose()}constructor(t,e={}){super(t),this._list=new Set,this._poiList=new Set,this.downPoint=null,this.isMultipleSelect=!1,this.onPointerDown=i=>{this.downPoint={x:i.offsetX,y:i.offsetY}},this.onPointerUp=i=>{if(!this.downPoint)return;let{offsetX:s,offsetY:o}=i,{x:n,y:r}=this.downPoint;if(Math.sqrt((n-s)**2+(r-o)**2)>3)return;let h=new Set,c=[],l=[];if(this.options.elements.includes("graphic")){let{graphics:p}=this.bmap.context.getGraphicsByDeviceXy(s,o);p.map(d=>h.add(d.options.id)),c.push(...p)}if(this.options.elements.includes("poi")){let p=this.bmap.context.getPoisByDeviceXy(s,o);l.push(...p),p.forEach(d=>{if(!h.has(d.options.id)){var u;let f=((u=this.bmap.context.currentFloor)==null?void 0:u.graphicLayer.graphicMap.get(d.options.id))||null;f&&(h.add(d.options.id),c.push(f))}})}(!this.options.boxSelection||!(xe?i.metaKey:i.ctrlKey))&&(this._list.clear(),this._poiList.clear()),c.forEach(p=>this._list.add(p)),l.forEach(p=>this._poiList.add(p)),this.selectEnd(),this.downPoint=null},this.onPointerOut=i=>{this.disableBoxSelection()},this.onKeyDown=i=>{we(i.key)&&this.enableBoxSelection()},this.onKeyUp=i=>{we(i.key)&&this.disableBoxSelection()},this.onBoxSelected=i=>{let{list:s}=i;this._list.clear(),this._poiList.clear(),s.forEach(o=>{if(this.options.elements.includes("graphic")&&this._list.add(o),this.options.elements.includes("poi")){let n=this.bmap.getPoiById(o.options.id);n&&this._poiList.add(n)}}),this.selectEnd()},this.options=w({},Fd,e),this.boxSelection=new xs(this.bmap.context),this.boxSelection.setEnable(!1),this.registryEvent()}};import"core-js/modules/es.array.push.js";import{cloneDeep as Gd,isNil as ne,throttle as Zr}from"lodash";var I=function(a){return a.COMPASS="compass",a.DEVICE_MOTION="deviceMotion",a.ACCELERATION="acceleration",a.GPS="gps",a}({});var Bd={time:1e3,elements:[I.COMPASS,I.DEVICE_MOTION,I.ACCELERATION,I.GPS]},ws=class extends et{start(){this.options.elements.some(t=>[I.DEVICE_MOTION,I.COMPASS].includes(t))&&this.listenDeviceOrientation(),this.options.elements.includes(I.ACCELERATION)&&this.listenAcceleration(),this.options.elements.includes(I.GPS)&&this.listenGps(),this.dispatchEvent({type:"start"}),this.dispatchTimer=this.timer.setInterval(()=>{this.dispatchEvent({type:"sensor-data",data:Gd(this.data)}),this.data=[]},this.options.time)}addDataItem(t){this.data.push(t),this.dispatchEvent({type:"add-data-item",item:t})}listenDeviceOrientation(){Yt?window.addEventListener("deviceorientation",this.deviceOrientationAbsHandler,!1):window.addEventListener("deviceorientationabsolute",this.deviceOrientationAbsHandler,{absolute:!0})}listenAcceleration(){window.addEventListener("devicemotion",this.handleAcceleration,!1)}listenGps(){this.gpsTimer=navigator.geolocation.watchPosition(t=>{console.log("watch gps",t.coords),this.addDataItem({type:I.GPS,timestamp:Date.now(),res:[t.coords.longitude,t.coords.latitude,t.coords.accuracy]})},t=>{console.log("\u83B7\u53D6gps\u5931\u8D25",t)},{enableHighAccuracy:!0})}checkSensor(){return g(this,null,function*(){return{deviceOrientation:yield this.checkDeviceOrientation()}})}checkDeviceOrientation(){return g(this,null,function*(){var t;if(!Yt)return!0;if(typeof window.DeviceOrientationEvent!="undefined"&&typeof((t=window.DeviceOrientationEvent)==null?void 0:t.requestPermission)=="function")try{var e;return(yield(e=window.DeviceOrientationEvent)==null?void 0:e.requestPermission())==="granted"}catch(i){return!1}return!1})}stop(){window.removeEventListener("devicemotion",this.handleAcceleration,!1),Yt?window.removeEventListener("deviceorientation",this.deviceOrientationAbsHandler,!1):window.removeEventListener("deviceorientationabsolute",this.deviceOrientationAbsHandler,{absolute:!0}),ne(this.gpsTimer)||navigator.geolocation.clearWatch(this.gpsTimer),this.dispatchTimer&&this.timer.clearInterval(this.dispatchTimer),this.data=[],this.dispatchEvent({type:"stop"})}constructor(t={}){super(),this.gpsTimer=null,this.data=[],this.timer=new H,this.dispatchTimer=null,this.addAcceleration=Zr(e=>{this.addDataItem(e)},20),this.deviceOrientationAbsHandler=Zr(e=>{let i=Date.now(),{alpha:s,beta:o,gamma:n}=e;if(ne(s)||ne(o)||ne(n))return;let r;Yt?r=e.webkitCompassHeading:r=360-s,this.options.elements.includes(I.DEVICE_MOTION)&&this.addDataItem({type:I.DEVICE_MOTION,timestamp:i,res:[s,o,n]}),this.options.elements.includes(I.COMPASS)&&this.addDataItem({type:I.COMPASS,timestamp:i,res:r})},200),this.handleAcceleration=e=>{let i=e.accelerationIncludingGravity;ne(i)||ne(i.x)||ne(i.y)||ne(i.z)||this.addAcceleration({type:I.ACCELERATION,timestamp:Date.now(),res:[i.x,i.y,i.z]})},this.options=w({},Bd,t)}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";function Ps(a,t){return 1/Math.sqrt(2*Math.PI*Math.pow(t,2))*Math.exp(-Math.pow(a,2)/(2*Math.pow(t,2)))}function ni(a){return(a+360)%360}function jr(a,t){let i=6378137*a*Math.PI/180,s=6378137*Math.log(Math.tan(Math.PI/4+t*Math.PI/180/2));return{x:i,y:s}}function Be(a,t,e,i){return Math.sqrt(Math.pow(Math.abs(a-e),2)+Math.pow(Math.abs(t-i),2))}var Ms=class{motionModelRotYaw(t){if(!(Math.abs(t)<.001)){this.last_yaw_compass=ni(this.last_yaw_compass+t);for(let e=0;e<this.NumParticle;e++){let i=Math.random()*this.yaw_noise_sigma;this.particleX[2][e]=this.particleX[2][e]+t+i,this.particleX[2][e]=ni(this.particleX[2][e])}}}motionModelStepLength(t,e){if(t===0)return;for(let s=0;s<this.NumParticle;s++){let o=Math.random()*this.step_noise_sigma;this.particleX[0][s]+=(.65+o)*Math.sin(-this.particleX[2][s]/180*Math.PI),this.particleX[1][s]+=(.65+o)*Math.cos(this.particleX[2][s]/180*Math.PI),e(this.particleX[0][s],this.particleX[1][s])||(this.particleWeight[0][s]*=this.unaccess_weight)}let i=this.particleWeight[0].reduce((s,o)=>s+o,0);this.particleWeight[0]=this.particleWeight[0].map(s=>s/i)}motionModelCompassYaw(t,e){if(e-this.last_compass_time>this.compass_update_interval){let i=360-t;i+=this.delta_yaw,i=ni(i),Math.abs(i-this.last_yaw_compass)>60?this.compass_consecutive_offset_count++:this.compass_consecutive_offset_count=0;for(let o=0;o<this.NumParticle;o++){let n=Math.abs(this.particleX[2][o]-i);n>180&&(n=360-n),this.particleWeight[0][o]*=Ps(n,this.sigmaCompass)}let s=this.particleWeight[0].reduce((o,n)=>o+n,0);this.particleWeight[0]=this.particleWeight[0].map(o=>o/s),this.setLastCompassTime(e)}}resampling(){if(1/this.particleWeight[0].reduce((e,i)=>e+i*i,0)<this.reSampNumParticle){let e=this.particleWeight[0].reduce((r,h,c)=>r.concat(r[c]+h),[0]),s=this.particleWeight[0].map(()=>1/this.NumParticle).map((r,h)=>r+Math.random()/this.NumParticle),o=[],n=0;for(let r=0;r<this.NumParticle;r++){for(;s[r]>e[n];)n++;o.push(n)}this.particleX=this.particleX.map((r,h)=>o.map(c=>r[c])),this.particleWeight[0]=Array(this.NumParticle).fill(1/this.NumParticle)}}update(t,e){for(let s=0;s<this.NumParticle;s++){let o=Be(this.particleX[0][s],this.particleX[1][s],t.x,t.y);this.particleWeight[0][s]=Math.max(1e-7,this.particleWeight[0][s]*Ps(o,e))}let i=this.particleWeight[0].reduce((s,o)=>s+o,0);this.particleWeight[0]=this.particleWeight[0].map(s=>s/i)}updateCar(t,e){let i=t.x-this.xEst[0][0],s=t.y-this.xEst[1][0];for(let n=0;n<this.NumParticle;n++){let r=Be(this.particleX[0][n],this.particleX[1][n],t.x,t.y);this.particleWeight[0][n]=Math.max(1e-7,this.particleWeight[0][n]*Ps(r,e)),this.particleX[0][n]+=i,this.particleX[1][n]+=s}let o=this.particleWeight[0].reduce((n,r)=>n+r,0);this.particleWeight[0]=this.particleWeight[0].map(n=>n/o)}getPosInitFlag(){return this.particle_PosInitFlag}getYawInitFlag(){return this.particle_yawInitFlag}setPosInitFlag(t){this.particle_PosInitFlag=t}setYawInitFlag(t){this.particle_yawInitFlag=t}getResultX(){let t=[0,0,0];for(let e=0;e<3;e++)for(let i=0;i<this.NumParticle;i++)t[e]+=this.particleX[e][i]*this.particleWeight[0][i];return this.xEst=t.map(e=>[e]),this.xEst[0][0]}getResultY(){return this.xEst[1][0]}getResultYaw(){let t=this.particleWeight[0].indexOf(Math.max(...this.particleWeight[0]));return this.particleX[2][t]}getEstConfidence(){let t=this.particleWeight[0].indexOf(Math.max(...this.particleWeight[0])),e=this.particleWeight[0].indexOf(Math.min(...this.particleWeight[0])),i=[this.particleX[0][t],this.particleX[1][t]],s=[this.particleX[0][e],this.particleX[1][e]],o=Be(i[0],i[1],s[0],s[1]),n=o*.67;return console.log(o,n),n}getParticleNum(){return this.NumParticle}getParticleX(){return this.particleX}setLastCompassTime(t){this.last_compass_time=t}getLastCompassTime(){return this.last_compass_time}initParticlesByPos(t,e,i){if(!this.particle_PosInitFlag){this.particleWeight[0]=Array(this.NumParticle).fill(1/this.NumParticle);let s=0;for(;s<this.NumParticle;){let n=(2*Math.random()-1)*this.initial_xy_uncertainty,r=(2*Math.random()-1)*this.initial_xy_uncertainty;i(t+n,e+r)||(this.particleWeight[0][s]*=this.unaccess_weight),this.particleX[0][s]=t+n,this.particleX[1][s]=e+r,s++}let o=this.particleWeight[0].reduce((n,r)=>n+r,0);this.particleWeight[0]=this.particleWeight[0].map(n=>n/o),this.particle_PosInitFlag=!0,this.xEst[0][0]=t,this.xEst[1][0]=e,this.xEst[2][0]=0}}initParticlesByCompass(t){console.log("Init compass: "+t);let e=360-t;e+=this.delta_yaw,e=ni(e),console.log("Init Yaw: "+e);for(let i=0;i<this.NumParticle;i++){let s=(2*Math.random()-1)*this.initial_yaw_uncertainty;this.particleX[2][i]=e+s}this.particle_yawInitFlag=!0,this.xEst[2][0]=e,this.last_yaw_compass=e,this.compass_consecutive_offset_count=0}constructor(t){this.last_yaw_compass=0,this.compass_consecutive_offset_count=0,this.NumParticle=t.NumParticle,this.reSampNumParticle=t.reSampNumParticle,this.initial_xy_uncertainty=t.initial_xy_uncertainty,this.initial_yaw_uncertainty=t.initial_yaw_uncertainty,this.step_noise_sigma=t.step_noise_sigma,this.yaw_noise_sigma=t.yaw_noise_sigma,this.compass_update_interval=t.compass_update_interval,this.sigmaCompass=t.sigmaCompass,this.delta_yaw=t.delta_yaw,this.sigmaBeacon=t.sigmaBeacon,this.unaccess_weight=t.unaccess_weight,this.particle_PosInitFlag=!1,this.particle_yawInitFlag=!1,this.xEst=[[0],[0],[0]],this.particleX=Array.from({length:3},()=>Array(this.NumParticle).fill(0)),this.particleWeight=Array.from({length:1},()=>Array(this.NumParticle).fill(1/this.NumParticle)),this.last_compass_time=0}};import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";var _s=class{init(){this.fre=100,this.accH_fifo=[],this.accH_time_fifo=[],this.accH_fifo_len=Math.floor(1*this.fre)+1,this.step_count=0,this.state_count=0,this.last_valley_time=0,this.last_peak_time=0,this.last_step_time=0,this.min_step_time=.3,this.max_step_time=1,this.min_peak=10+.5,this.max_valley=10-.5,this.peak_num=0,this.valley_num=0,this.fft_min_amp=.3,this.fft_min_fre=0,this.fft_max_fre=4,this.last_fft_amp=0,this.abnor_start_time=0,this.abnor_fft_detected=!1,this.abnor_peak_time=0,this.abnor_peak_accH=0,this.const_step_length=.65,this.last_rot=[0,0,0],this.delta_rot=[0,0,0],this.last_yaw=0,this.delta_yaw=null,this.delta_rot_sum_fifo=[],this.delta_rot_sum_time_fifo=[],this.delta_yaw_accum=0,this.delta_yaw_accum_timestamp=0,this.delta_yaw_time_threshold=.5,this.last_px=0,this.last_py=0,this.delta_px=0,this.delta_py=0,this.is_moving=!1,this.currentMotionState="UNKNOWN",this.previousMotionState="UNKNOWN",this.acc_variance_buffer=[],this.rot_variance_buffer=[],this.acc_buffer=[],this.walkingCount=0,this.stationaryCount=0,this.phoneUseCount=0,this.stateCounter=0}reset(){this.init()}setInitPose(t){t===void 0&&(t=[0,0]),this.last_px=t[0],this.last_py=t[1],console.info("pdr init pos: "+this.last_px+", "+this.last_py)}setInitYaw(t){t===void 0&&(t=0),this.last_yaw=t}getPos(t,e,i){let s=0;return i.length===3&&(this.delta_yaw=this.getDeltaYawFromRot(t,i)),e.length===3&&(s=this.getStepLength(t,e)),s!==0&&(this.last_px+=this.delta_px,this.last_py+=this.delta_py),[this.last_px,this.last_py]}getDeltaPose(){return[this.delta_px,this.delta_py]}getMotionState(){return this.currentMotionState}getStepLength(t,e){if(e.length<3)return console.warn("acc data less than 3"),0;let i=!1,s=Math.sqrt(Math.pow(e[0],2)+Math.pow(e[1],2)+Math.pow(e[2],2));if(this.accH_fifo.push(s),this.accH_time_fifo.push(t),this.imuFreUpdate(),!this.isMoving(e,this.last_rot))return 0;if(this.accH_fifo.length<this.accH_fifo_len+1)i=!1;else{for(;this.accH_fifo.length>=this.accH_fifo_len+1;)this.accH_fifo.shift(),this.accH_time_fifo.shift();let n=this.PVStepDetec(),r=this.FFTStepDetec(),h=this.recheckState(),c=this.accH_time_fifo[Math.floor(this.accH_time_fifo.length*3/4)];Math.abs(this.abnor_start_time)<.001&&this.abnor_fft_detected?this.abnor_start_time=c:this.abnor_fft_detected||(this.abnor_start_time=0),n&&r&&h?(this.step_count+=1,this.last_step_time=c,i=!0):Math.abs(this.abnor_start_time)>.001&&this.abnor_peak_time-this.abnor_start_time>this.abnor_time_threshold&&this.step_count>1&&this.abnor_peak_time-this.last_step_time>1?(this.step_count+=1,this.last_step_time=c,i=!0):(c-this.last_step_time>2&&(this.state_count=0),i=!1)}if(i){let n=this.last_yaw/180*Math.PI;return this.delta_px=this.const_step_length*Math.cos(n),this.delta_py=this.const_step_length*Math.sin(n),this.const_step_length}else return 0}imuFreUpdate(){if(this.accH_time_fifo.length>2&&(this.accH_time_fifo[this.accH_time_fifo.length-1]-this.accH_time_fifo[this.accH_time_fifo.length-2]<0||this.accH_time_fifo[this.accH_time_fifo.length-1]-this.accH_time_fifo[this.accH_time_fifo.length-2]>10||this.accH_time_fifo[this.accH_time_fifo.length-1]===this.accH_time_fifo[0])&&(console.warn("pdr reset last one time "+this.accH_time_fifo[this.accH_time_fifo.length-1]+" last two time "+this.accH_time_fifo[this.accH_time_fifo.length-2]),this.reset()),this.accH_fifo.length>9||this.fre<15){let t=(this.accH_fifo.length-1)/(this.accH_time_fifo[this.accH_time_fifo.length-1]-this.accH_time_fifo[0]);Math.abs(this.fre-t)>8&&(this.fre=Math.round((t-3)/10)*10,(this.fre<=10||this.fre>=100)&&(console.warn("Frequency Error "+this.fre),this.fre=100),console.debug("Frequency change to "+this.fre),this.accH_fifo_len=Math.floor(1*this.fre)+1)}}recheckState(){return!0}PVStepDetec(){let t=!1,e=this.accH_fifo.slice(Math.floor(this.accH_fifo_len/2)),i=this.accH_time_fifo.slice(Math.floor(this.accH_fifo_len/2)),s=e[Math.floor(e.length/2)],o=i[Math.floor(i.length/2)],n=Math.max(...e),r=Math.min(...e),h=!1,c=!1;return Math.abs(s-r)<.01&&s<this.max_valley&&this.valley_num<=this.peak_num&&(this.last_valley_time===0?c=!0:c=o-this.last_valley_time>this.min_step_time,c&&(this.last_valley_time=o,this.valley_num+=1)),Math.abs(s-n)<.01&&s>this.min_peak&&this.peak_num<=this.valley_num&&(this.last_peak_time===0?h=!0:h=o-this.last_peak_time>this.min_step_time,h&&(this.last_peak_time=o,this.peak_num+=1)),s===n&&s>this.min_peak&&(this.abnor_peak_time=o,this.abnor_peak_accH=s),this.peak_num===this.valley_num&&(h||c)&&(t=!0),t}FFTStepDetec(){return!0}isMoving(t,e){if(t.length<3||e.length<3)return!1;this.acc_buffer.push([...t]),this.acc_buffer.length>this.static_window_size&&this.acc_buffer.shift();let i=Math.sqrt(Math.pow(t[0],2)+Math.pow(t[1],2)+Math.pow(t[2],2));this.acc_variance_buffer.push(i),this.acc_variance_buffer.length>this.static_window_size&&this.acc_variance_buffer.shift();let s=Math.abs(e[0])+Math.abs(e[1])+Math.abs(e[2]);if(this.rot_variance_buffer.push(s),this.rot_variance_buffer.length>this.static_window_size&&this.rot_variance_buffer.shift(),this.acc_variance_buffer.length<10)return this.is_moving;let o=this.acc_variance_buffer.slice(-10),n=this.rot_variance_buffer.slice(-10),r=this.calculateMean(o),h=this.calculateStdDeviation(o),c=this.calculateMean(n),l=this.calculateStdDeviation(n),p;return r>this.walkingThreshold&&h>.5?(this.walkingCount++,this.stationaryCount=0,this.phoneUseCount=0,p="WALKING"):r<this.phoneUseThreshold&&c>this.rotationThreshold?(this.phoneUseCount++,this.walkingCount=0,this.stationaryCount=0,p="USING_PHONE"):c<.5?(this.stationaryCount++,this.walkingCount=0,this.phoneUseCount=0,p="STATIONARY"):p="UNKNOWN",p!==this.currentMotionState?(this.stateCounter++,this.stateCounter>=this.stateChangeThreshold&&(this.previousMotionState=this.currentMotionState,this.currentMotionState=p,this.stateCounter=0,console.debug("Motion state changed: "+this.previousMotionState+" -> "+this.currentMotionState),console.debug("Stats: avgAcc="+r.toFixed(2)+", accStdDev="+h.toFixed(2)+", avgRot="+c.toFixed(2)+", rotStdDev="+l.toFixed(2)))):this.stateCounter=0,this.is_moving=this.currentMotionState==="WALKING",this.is_moving}calculateMean(t){return t.length===0?0:t.reduce((e,i)=>e+i,0)/t.length}calculateStdDeviation(t){if(t.length<2)return 0;let e=this.calculateMean(t),s=t.map(o=>{let n=o-e;return n*n}).reduce((o,n)=>o+n,0)/t.length;return Math.sqrt(s)}getMotionStatistics(){let t=this.acc_variance_buffer.slice(-10),e=this.rot_variance_buffer.slice(-10),i=this.calculateMean(t),s=this.calculateMean(e),o=this.calculateStdDeviation(t),n=this.calculateStdDeviation(e);return console.debug("\u8FD0\u52A8\u68C0\u6D4B: avgAcc="+i.toFixed(2)+", accStdDev="+o.toFixed(2)+", avgRot="+s.toFixed(2)+", rotStdDev="+n.toFixed(2)),console.debug("\u72B6\u6001\u5224\u65AD\u6761\u4EF6: \u884C\u8D70(avgAcc>"+this.walkingThreshold+", accStdDev>0.5), \u9759\u6B62(avgRot<0.5), \u624B\u673A(avgAcc<"+this.phoneUseThreshold+", avgRot>"+this.rotationThreshold+")"),console.debug("\u5F53\u524D\u72B6\u6001: "+this.currentMotionState+", \u8BA1\u6570: \u884C\u8D70="+this.walkingCount+", \u9759\u6B62="+this.stationaryCount+", \u624B\u673A="+this.phoneUseCount),{currentState:this.currentMotionState,avgAcceleration:i,avgRotation:s,accStdDeviation:o,rotStdDeviation:n,walkingCount:this.walkingCount,stationaryCount:this.stationaryCount,phoneUseCount:this.phoneUseCount,dataPoints:this.acc_variance_buffer.length,isMoving:this.is_moving}}getDeltaYawFromRot(t,e){if(e.length<3)return console.warn("rot data less than 3"),0;let i=[0,0,0];this.last_rot.length===3&&(i=e.map((r,h)=>r-this.last_rot[h]));for(let r=0;r<e.length;r++)i[r]<-180?i[r]+=360:i[r]>180&&(i[r]-=360);let s=.2;this.delta_rot.length===3?this.delta_rot=this.delta_rot.map((r,h)=>s*r+(1-s)*i[h]):this.delta_rot=i,this.last_rot=e,this.delta_yaw=this.delta_rot[0],this.last_yaw+=this.delta_yaw,this.last_yaw=this.limitYaw(this.last_yaw);let o=this.delta_rot.reduce((r,h)=>r+Math.abs(h),0);this.delta_rot_sum_fifo.push(o),this.delta_rot_sum_time_fifo.push(t),Math.abs(this.delta_rot_sum_time_fifo[this.delta_rot_sum_time_fifo.length-1]-this.delta_rot_sum_time_fifo[0])>1&&(this.delta_rot_sum_fifo.shift(),this.delta_rot_sum_time_fifo.shift()),this.delta_yaw_accum+=this.delta_yaw;let n=0;return Math.abs(this.delta_yaw_accum_timestamp-t)>this.delta_yaw_time_threshold?(n=this.delta_yaw_accum,this.delta_yaw_accum=0,this.delta_yaw_accum_timestamp=t,n):null}limitYaw(t){for(;t<-180;)t+=360;for(;t>180;)t-=360;return t}constructor(){this.fre=100,this.accH_fifo=[],this.accH_time_fifo=[],this.accH_fifo_len=Math.floor(1*this.fre)+1,this.step_count=0,this.state_count=0,this.last_valley_time=0,this.last_peak_time=0,this.last_step_time=0,this.min_step_time=.3,this.max_step_time=1,this.min_peak=10.5,this.max_valley=9.5,this.peak_num=0,this.valley_num=0,this.fft_min_amp=.3,this.fft_min_fre=0,this.fft_max_fre=4,this.last_fft_amp=0,this.abnor_start_time=0,this.abnor_fft_detected=!1,this.abnor_time_threshold=4,this.abnor_peak_time=0,this.abnor_peak_accH=0,this.const_step_length=.85,this.last_rot=[],this.delta_rot=[],this.last_yaw=0,this.delta_yaw=null,this.delta_rot_sum_fifo=[],this.delta_rot_sum_time_fifo=[],this.delta_yaw_accum=0,this.delta_yaw_accum_timestamp=0,this.delta_yaw_time_threshold=.5,this.last_px=0,this.last_py=0,this.delta_px=0,this.delta_py=0,this.is_moving=!1,this.currentMotionState="UNKNOWN",this.previousMotionState="UNKNOWN",this.walkingThreshold=1,this.stationaryThreshold=.6,this.phoneUseThreshold=.7,this.rotationThreshold=.8,this.walkingCount=0,this.stationaryCount=0,this.phoneUseCount=0,this.stateCounter=0,this.stateChangeThreshold=3,this.static_window_size=20,this.acc_variance_buffer=[],this.rot_variance_buffer=[],this.acc_buffer=[]}};var zd={using_gps:!0,gps_max_horizontalAccuracy:20,initial_gps_delay_time:3e3},bs=class{pfFusionPDRiBeacon(t){let{type:e,timestamp:i,res:s}=t,o=!1;if(this.cacheSensorData.push(t),this.particleFilter.getPosInitFlag()&&this.particleFilter.getYawInitFlag()){if(e===I.ACCELERATION){let n=s,r=this.pdr.getStepLength(i/1e3,n);r!==0&&(this.particleFilter.motionModelStepLength(r,()=>!0),this.particleFilter.resampling(),this.position_count+=1,o=!0)}if(this.using_gps&&e===I.GPS)if(this.last_beacon_time===null||i-this.last_beacon_time>5e3){let n=this.getGpsPosition(s);o=n!==null,n&&(this.particleFilter.update(n,this.gps_horizontalAccuracy),this.resetParticleFilterDist(n,"gps",s[2]),this.particleFilter.resampling(),this.position_count+=1,this.cacheSensorData.length=0)}else return[!1,0,0];if(e===I.DEVICE_MOTION){let n=this.pdr.getDeltaYawFromRot(i/1e3,s);n!==null&&this.particleFilter.motionModelRotYaw(n)}e===I.COMPASS&&this.particleFilter.motionModelCompassYaw(s,i),this.last_pos_time&&i-this.last_pos_time>500&&(this.position_count+=1,o=!0)}else if(!this.particleFilter.getPosInitFlag()&&this.using_gps&&e===I.GPS)if(this.startTime&&Date.now()-this.startTime>this.options.initial_gps_delay_time){let n=this.getGpsPosition(s);o=n!==null,console.log("gps_pos",n,s),n?(this.particleFilter.initParticlesByPos(n.x,n.y,()=>!0),this.last_pos_time=i,console.log("init Pos by gps success time "+i),this.cacheSensorData.length=0):console.log("init Pos by gps fail time "+i)}else this.startTime||(this.startTime=i);else if(!this.particleFilter.getYawInitFlag()&&e===I.COMPASS){let n=s;this.particleFilter.initParticlesByCompass(n),this.particleFilter.setLastCompassTime(i),console.log("init yaw by compass success time "+i)}return o&&(this.last_pos_time=i),[o,this.particleFilter.getResultX(),this.particleFilter.getResultY()]}setBeaconPosition(t,e){if(this.last_beacon_time=e,this.particleFilter.getPosInitFlag())this.particleFilter.update(t,this.sigmaBeacon);else{this.particleFilter.initParticlesByPos(t.x,t.y,()=>!0);let i=this.cacheSensorData.filter(s=>s.timestamp>e);console.log("\u521D\u59CBsensorData",i),i.map(s=>this.pfFusionPDRiBeacon(s))}return this.resetParticleFilterDist(t),this.particleFilter.resampling(),this.position_count+=1,this.cacheSensorData.length=0,[this.particleFilter.getResultX(),this.particleFilter.getResultY()]}getGpsPosition(t){return t[2]>this.gps_max_horizontalAccuracy?null:jr(t[0],t[1])}resetParticleFilterDist(t,e,i){let s=this.particleFilter.getResultX(),o=this.particleFilter.getResultY(),n=Be(s,o,t.x,t.y);(e==="gps"?i&&n>i||n>this.GpsMaxEstimateErr:n>this.MaxEstimateErr)?(this.outTrustRegionNum+=1,this.outTrustRegionNum>=this.TrustNum&&(console.info("\u8D85\u51FA\u53EF\u4FE1\u533A\u57DF\uFF0C\u91CD\u7F6E\u7C92\u5B50\u8FC7\u6EE4\u5668\u5230: "+t.x+", "+t.y),this.particleFilter.setPosInitFlag(!1),this.particleFilter.setYawInitFlag(!1),this.outTrustRegionNum=0,this.startTime=Date.now())):this.outTrustRegionNum=0}constructor(t){this.sigmaBeacon=5,this.gps_horizontalAccuracy=10,this.using_gps=!0,this.last_beacon_time=Date.now(),this.position_count=0,this.gps_max_horizontalAccuracy=20,this.MaxEstimateErr=5,this.GpsMaxEstimateErr=30,this.outTrustRegionNum=0,this.TrustNum=1,this.cacheSensorData=[],this.startTime=null;let e=w({},zd,t);this.options=e,this.using_gps=e.using_gps,this.gps_max_horizontalAccuracy=e.gps_max_horizontalAccuracy,this.particleFilter=new Ms({NumParticle:200,reSampNumParticle:.65,initial_xy_uncertainty:12,initial_yaw_uncertainty:100,step_noise_sigma:.5,yaw_noise_sigma:2,compass_update_interval:3e3,sigmaCompass:80,delta_yaw:2,sigmaBeacon:5,unaccess_weight:.7}),this.pdr=new _s}};import{booleanPointInPolygon as Wd,point as Ud}from"@turf/turf";var Es=class extends et{checkSensor(){return this.sensor.checkSensor()}setSensor(t){this.sensor=t}start(){this.sensor.start(),this.pdr.startTime=Date.now(),this.sensor.addEventListener("add-data-item",t=>{let{item:e}=t;this.getPositionBySensorItem(e,!this._pause)})}pause(){this._pause=!0}continue(){this._pause=!1}getPositionBySensorItem(t,e){e===void 0&&(e=!0);let[i,s,o]=this.pdr.pfFusionPDRiBeacon(t);return i&&e&&Wd(Ud([s,o]),this.bmap.context.range)&&this.dispatchEvent({type:"position",x:s,y:o,_type:t.type===I.GPS?"gps":"pdr"}),[i,s,o]}setBeaconPosition(t,e){let[i,s]=this.pdr.setBeaconPosition(t,e);this.dispatchEvent({type:"position",x:i,y:s,_type:"beacon"})}dispose(){this.sensor.stop()}constructor(t,e={}){super(),this.bmap=t,this._pause=!1,this.sensor=new ws(e.sensor),this.pdr=new bs(e.pdr||{})}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.array.flat.js";import"core-js/modules/es.array.unscopables.flat.js";import{Object3D as Nd,TextureLoader as Zd,Color as jd,Vector2 as Do,Vector3 as Vd,NormalBlending as Kd,RepeatWrapping as Xd,Box3 as Yd}from"three";import{ShaderLib as Ss,ShaderMaterial as Hd,UniformsLib as Cs,UniformsUtils as Kr,Vector2 as Vr}from"three";Cs["custom-line"]={linewidth:{value:1},resolution:{value:new Vr(1,1)},dashScale:{value:1},dashSize:{value:1},gapSize:{value:1},repeat:{value:new Vr(1,1)},allDistance:{value:1}};Ss["custom-line"]={uniforms:Kr.merge([Cs.common,Cs.fog,Cs["custom-line"]]),vertexShader:`
|
|
509
509
|
#include <common>
|
|
510
510
|
#include <color_pars_vertex>
|
|
511
511
|
#include <fog_pars_vertex>
|
|
@@ -698,4 +698,4 @@ var Pa=Object.create;var Ws=Object.defineProperty;var Ma=Object.getOwnPropertyDe
|
|
|
698
698
|
float uvx = prevUv + (vUv.y + 1.0) / 2.0 * vCustomUv;
|
|
699
699
|
gl_FragColor = diffuseColor * texture2D(map, vec2(uvx, (vUv.x + 1.0) / 2.0) * repeat);
|
|
700
700
|
}
|
|
701
|
-
`};var Ls=class extends Wd{constructor(t){super({type:"ArrowLineMaterial",uniforms:Object.assign({},Kr.clone(Ss["custom-line"].uniforms),{map:{value:null}}),vertexShader:Ss["custom-line"].vertexShader,fragmentShader:Ss["custom-line"].fragmentShader,clipping:!0}),this.dashed=!1,Object.defineProperties(this,{map:{enumerable:!0,get:function(){return this.uniforms.map.value},set:function(e){this.uniforms.map.value=e}},color:{enumerable:!0,get:function(){return this.uniforms.diffuse.value},set:function(e){this.uniforms.diffuse.value=e}},linewidth:{enumerable:!0,get:function(){return this.uniforms.linewidth.value},set:function(e){this.uniforms.linewidth.value=e}},dashScale:{enumerable:!0,get:function(){return this.uniforms.dashScale.value},set:function(e){this.uniforms.dashScale.value=e}},dashSize:{enumerable:!0,get:function(){return this.uniforms.dashSize.value},set:function(e){this.uniforms.dashSize.value=e}},gapSize:{enumerable:!0,get:function(){return this.uniforms.gapSize.value},set:function(e){this.uniforms.gapSize.value=e}},resolution:{enumerable:!0,get:function(){return this.uniforms.resolution.value},set:function(e){this.uniforms.resolution.value.copy(e)}},repeat:{enumerable:!0,get:function(){return this.uniforms.repeat.value},set:function(e){this.uniforms.repeat.value.copy(e)}},allDistance:{enumerable:!0,get:function(){return this.uniforms.allDistance.value},set:function(e){this.uniforms.allDistance.value=e}}}),this.setValues(t),this.isLineMaterial=!0}};import{LineGeometry as Xd}from"three/examples/jsm/lines/LineGeometry.js";import{Line2 as Yd}from"three/examples/jsm/lines/Line2.js";var Xr={texture_url:Si,lineWidth:8,color:16777215},Ts=class extends Ud{registryEvent(){this.navigation.bmap.context.addEventListener("control-change",this.onControlChange),this.navigation.bmap.context.addEventListener("update",this.onUpdate),this.navigation.bmap.context.addEventListener("resize",this.onResize)}unRegistryEvent(){this.navigation.bmap.context.removeEventListener("control-change",this.onControlChange),this.navigation.bmap.context.removeEventListener("update",this.onUpdate),this.navigation.bmap.context.removeEventListener("resize",this.onResize)}getRepeat(){let{points:t,navigation:{bmap:{context:{camera:e,clientSize:{width:i,height:s}}}}}=this,o=t.map(r=>{let[h,c,l]=r;return L(new Zd(h,c,l),e,i,s)}).map(r=>{let{x:h,y:c}=r;return[h,c]});return ut(o)/32}changeRepeat(){if(!this.material)return;let t=this.getRepeat();this.material.repeat=new Do(t,1)}loadTexture(t){return new Promise((e,i)=>{new Hd().load(t,e,void 0,i)})}transformPoints(t){let e=[];for(let i=0;i<t.length;i++)e.push(...t[i]);return e}updatePoints(t){if(this.points=t,this.mesh){var e,i;this.remove(this.mesh),(e=this.material)==null||e.dispose(),(i=this.geometry)==null||i.dispose()}this.geometry=new Xd,this.geometry.setPositions(t.flat(2));let s=ut(t.map(r=>{let[h,c]=r;return[h,c]})),o=this.material=new Ls({color:new Nd(this.config.color),transparent:!0,resolution:new Do(this.navigation.bmap.context.clientSize.width,this.navigation.bmap.context.clientSize.height),depthTest:!0,depthWrite:!0,linewidth:this.config.lineWidth,map:this.texture,blending:jd,repeat:new Do(this.getRepeat(),1),allDistance:s}),n=this.mesh=new Yd(this.geometry,o);return n.computeLineDistances(),n.renderOrder=9,this.add(n),n}movePath(t){this.material&&(this.material.thresholdRatio=t)}create(t){return g(this,null,function*(){if(!this.texture){let e=this.texture=yield this.loadTexture(this.config.texture_url);e.wrapS=e.wrapT=Vd}return this.updatePoints(t)})}getBoundingBox(){return this.mesh?(this.mesh.geometry.computeBoundingBox(),new Kd().copy(this.mesh.geometry.boundingBox).applyMatrix4(this.mesh.matrixWorld)):null}dispose(){var t,e,i;this.unRegistryEvent(),this.clear(),(t=this.geometry)==null||t.dispose(),(e=this.material)==null||e.dispose(),(i=this.texture)==null||i.dispose(),this.navigation=null}constructor(t,e){super(),this.navigation=t,this.mesh=null,this.geometry=null,this.material=null,this.texture=null,this.config=Xr,this.points=[],this.basicRepeat=1,this.prevCameraZoom=0,this.onControlChange=()=>{let i=this.navigation.bmap.context.camera.zoom;i!==this.prevCameraZoom&&(this.prevCameraZoom=i,this.changeRepeat())},this.onUpdate=()=>{this.texture},this.onResize=()=>{if(this.material){let{width:i,height:s}=this.navigation.bmap.context.clientSize;this.material.resolution.set(i,s)}},this.config=Object.assign({},Xr,e),this.registryEvent(),this.prevCameraZoom=this.navigation.bmap.context.camera.zoom}};import{Tween as eu}from"@tweenjs/tween.js";import{AnimationMixer as qd,Box3 as $d,Object3D as Yr,Vector3 as Jd,Mesh as Qd,Euler as tu}from"three";var ks=class extends Yr{meshSetMaterial(t){t instanceof Qd&&(t.material.emissiveIntensity=.5,t.material.shininess=0,t.material.emissive=t.material.color,t.material.emissiveMap=t.material.map,t.material.transparent=!0,t.material.depthTest=!1,t.renderOrder=1e6),t.children.forEach(i=>{this.meshSetMaterial(i)})}getBaseScale(t){let{clientSize:{height:e},camera:i}=this.bmap.context,o=(i.top-i.bottom)/i.zoom/e;return this.options.size*o/this.modelMaxLength}registryEvent(){this.bmap.context.addEventListener("update",this._update),this.bmap.context.addEventListener("control-zoom-change",this._onChangeZoom)}unRegistryEvent(){this.bmap.context.removeEventListener("update",this._update),this.bmap.context.removeEventListener("control-zoom-change",this._onChangeZoom)}lookAtCamera(){if(this.model&&this.bmap&&this.bmap.context){let t=this.bmap.context.camera,e=new tu;e.setFromQuaternion(t.quaternion,"ZYX"),this.group.rotation.copy(e)}}setClips(t){this.clearClips(),t.length&&(this.mixer=new qd(this.model.scene),t.forEach(e=>this.mixer.clipAction(e).play()))}startClips(){var t;this.setClips(((t=this.model)==null?void 0:t.animations)||[])}clearClips(){this.mixer&&(this.mixer.stopAllAction(),this.mixer.uncacheRoot(this.mixer.getRoot()),this.mixer=null)}dispose(){this.unRegistryEvent(),this.clearClips(),this.clear(),this.model&&A(this.model.scene),this.bmap=null}constructor(t,e,i={}){super(),this.bmap=t,this.group=new Yr,this.mixer=null,this.previewTime=0,this.modelMaxLength=0,this.options={size:40},this._update=()=>{let s=Date.now();if(!this.previewTime)this.previewTime=s;else{var o;let n=s-this.previewTime;this.previewTime=s,(o=this.mixer)==null||o.update(n/1e3)}this.lookAtCamera()},this._onChangeZoom=s=>{let{zoom:o}=s;var n;if(!this.model)return;let r=this.getBaseScale(this.model.scene);(n=this.model)==null||n.scene.scale.set(r,r,r)},this.options=w({},this.options,i),this.add(this.group),lt.loadModel(e,!1).then(s=>{this.model=s;let n=new $d().setFromObject(s.scene).getSize(new Jd),r=Math.max(n.x,n.y,n.z);this.modelMaxLength=r;let h=this.getBaseScale(s.scene);s.scene.scale.set(h,h,h),this.meshSetMaterial(s.scene),this.group.add(s.scene),this.setClips(s.animations),this.group.rotation.set(Math.PI/2,Math.PI,0),this.dispatchEvent({type:"loaded"})}),this.registryEvent()}};import{Vector3 as Ao}from"three";var qr=class extends W{registryEvent(){this.bmap.context.addEventListener("update",this.onUpdate)}pauseAnimation(){this.tweenUtil.pause()}continueAnimation(){this.tweenUtil.continue()}clearTween(){this.tweenUtil.clear(),this.bmap.context.control.enabled=!0}unRegistryEvent(){this.bmap.context.removeEventListener("update",this.onUpdate)}clearPath(){this.path&&(this.bmap.context.scene.remove(this.path),this.path.dispose(),this.path=null,this.movedDistance=0,this.clearTween()),this.startModel&&(this.startModel.visible=!1),this.translatePath=null}addPath(t){this.paths=t;let e=t.map(i=>w({},i,{points:this.translatePoints(i.points)}));if(this.clearTween(),this.movedDistance=0,this.bmap.currentBuildGround)this.renderPath(e);else{let i=()=>{this.bmap.removeEventListener("center-change",i),this.renderPath(e)};this.bmap.addEventListener("center-change",i)}this.dispatchEvent({type:"add-path",paths:t})}translatePoints(t){let[e,i]=this.bmap.buildingCenter;return t.map(s=>[s[0]-e,s[1]-i])}renderPath(t){return g(this,null,function*(){if(!t.length)return this.clearPath();let e=[];t.forEach((i,s,o)=>{let n=this.mulFloor.floors.find(r=>r.name===i.floor);e.push(...i.points.map(r=>{let[h,c]=r;return[h,c,n.position.z+n.groundMaxHeight]}))}),this.cPath=e,this.animationPathOptions={cPathIndex:0},this.path?this.path.updatePoints(e):(this.path=new Ts(this),yield this.path.create(e),this.path.position.z=.5,this.bmap.context.scene.add(this.path)),this.startModel&&(this.startModel.position.set(e[0][0],e[0][1],e[0][2]),this.startModel.visible=!0),this.dispatchEvent({type:"render-path",path:this.path})})}catmullRomCurve3(t){return gi(t,!1,!0,.1,170,2.5)}getPathDirection(t,e){if(t.length<2)return null;let i=Vt(t,e),s=t[i],o=t[i+1],n=new Ao(o[0]-s[0],o[1]-s[1],0).normalize(),r=new Ao(0,1,0).normalize(),h=n.angleTo(r),c=new Ao().crossVectors(r,n);return(Object.is(c.y,0)?-1:1)*h}startSimulation(t){return g(this,null,function*(){t===void 0&&(t=1);let{paths:e,movedDistance:i}=this;if(!e.length)return;let s=e.reduce((n,r)=>n+r.distance,0);if(!s||i>=s)return;this.simulationTween&&this.tweenUtil.remove(this.simulationTween);let o=s/t;return this.startModel.startClips(),new Promise(n=>{let r=this.simulationTween=new eu({distance:this.movedDistance},this.tweenUtil.group).to({distance:s},o*1e3).onUpdate(h=>{var c;this.movedDistance=h.distance;let l=h.distance,p=0;for(let f=0;f<e.length;f++)if(e[f].distance>=l){p=f;break}else l-=e[f].distance;let d=Pe(e[p].points,l);if(d===null)return;this.currentPathPosition=d;let u=this.translatePoints([d])[0],m=this.mulFloor.floors.find(f=>f.name===e[p].floor),v=m?m.position.z+m.groundMaxHeight:(c=this.startModel)==null?void 0:c.position.z;this.startModel&&this.startModel.position.set(u[0],u[1],v)}).onComplete(()=>{if(this.tweenUtil.remove(r),this.startModel.clearClips(),this.startModel){var h,c,l,p;let d=(l=e.slice(-1)[0])==null||(c=l.points)==null||(h=c.slice(-1))==null?void 0:h[0];if(!d)return;let u=this.mulFloor.floors.find(f=>{var x;return f.name===((x=e.slice(-1)[0])==null?void 0:x.floor)});if(!u)return;let m=u?u.position.z+u.groundMaxHeight:(p=this.startModel)==null?void 0:p.position.z,v=this.translatePoints([d])[0];this.startModel.position.set(v[0],v[1],m)}n(!0)}).start()})})}setStartPoiRotate(t){if(this.startPoi){let i=(this.bmap.context.control.getAzimuthalAngle()*180/Math.PI+360)%360;this.startPoi.options.icon_rotate=(360-t-i)%360}}dispose(){this.path&&(this.bmap.context.scene.remove(this.path),this.path.dispose()),this.startModel&&(this.bmap.context.scene.remove(this.startModel),this.startModel.dispose()),this.tweenUtil.dispose(),this.unRegistryEvent(),super.dispose()}constructor(t,e,i={}){super(t),this.mulFloor=e,this.path=null,this.fetchRoadStatus=!1,this.paths=[],this.curFloorPath=null,this.translatePath=null,this.currentPathPosition=null,this.pathTween=null,this.startPoi=null,this.movedDistance=0,this.tweenUtil=new se,this.animationPathOptions={cPathIndex:0},this.cPath=[],this.onUpdate=()=>{this.tweenUtil.update()},this.startModel=new ks(t,Un,i.startModel),this.startModel.visible=!1,this.bmap.context.scene.add(this.startModel),this.registryEvent()}};import"core-js/modules/es.array.flat.js";import"core-js/modules/es.array.unscopables.flat.js";import{Raycaster as iu,Vector2 as su}from"three";var $r=class extends W{registryEvent(){this.clickHelper.addEventListener("click",this._click)}unRegistryEvent(){this.clickHelper.removeEventListener("click",this._click)}dispose(){this.unRegistryEvent(),this.clickHelper.dispose(),this.mulFloors=null,super.dispose()}constructor(t,e){super(t),this.mulFloors=e,this._click=i=>{let{e:s}=i;if(!this.mulFloors.showStatus)return;let o=new su,{offsetX:n,offsetY:r}=s,h=this.mulFloors.floors.map(d=>d.poiLayer2.getPoiByDeviceXy(n,r)).flat(2),{clientSize:c}=this.bmap.context;o.x=n/c.width*2-1,o.y=r/c.height*-2+1;let l=new iu;l.setFromCamera(o,this.bmap.context.camera),l.ray.origin.sub(l.ray.direction.clone().multiplyScalar(1e4));let p=this.mulFloors.floors.map(d=>d.graphicLayer.getGraphicByRaycaster(l).graphics).flat();this.dispatchEvent({type:"select",pois:h,graphics:p})},this.clickHelper=new xi(this.bmap.context.container),this.registryEvent()}};import"core-js/modules/es.array.push.js";import"core-js/modules/es.array.find-last-index.js";import"core-js/modules/es.array.find-last.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.array.sort.js";import{Vector2 as ni}from"three";function Qr(a){let t=a.length,e=0,i=0,s=0,o=0;a.forEach(c=>{e+=c[0],i+=c[1],s+=c[0]*c[1],o+=c[0]*c[0]});let n=t*o-e*e;if(n===0)return{m:0,b:0};let r=(t*s-e*i)/n,h=(i-r*e)/t;return{m:r,b:h}}function ou(a){let t=a.length,e=0,i=0,s=0,o=0;a.forEach(h=>{e+=h[0],i+=h[1],s+=h[0]*h[1],o+=h[0]*h[0]});let n=(t*s-e*i)/(t*o-e*e),r=(i-n*e)/t;return{m:n,b:r}}function nu(a,t,e){let i=e[0][0],s=e.slice(-1)[0][0],o=a*i+t,n=a*s+t;return{start:[i,o],end:[s,n]}}function Ds(a){if(a.length<2)return null;let t=a.filter((h,c)=>{let l=[...a];return l.splice(c,1),l.every(p=>p[0]!==h[0]&&p[1]!==h[1])});if(t.length<2)return null;let{m:e,b:i}=ou(t),{start:s,end:o}=nu(e,i,t),r=(360-new ni().subVectors(new ni(o[0],o[1]),new ni(s[0],s[1])).angle()*180/Math.PI)%360;return Number.isNaN(r)?null:r}function W1(a){let t=[];for(let e=1;e<a.length;e++){let i=a[e-1],s=a[e],o=s.position[0]-i.position[0],n=s.position[1]-i.position[1],r=Math.sqrt(o**2+n**2),h=s.time-i.time;if(h>0){let c=r/h;console.log("speedDelta",i.type,s.type,Oo(c),r,h),t.push(c)}else t.push(0)}return t}function U1(a,t){let e=a[0],i=a.slice(-1)[0],s=T(i.position,e.position),o=i.time-e.time;return o<100||s<3?null:s/o}function Oo(a){return a*60*60}function ri(a,t,e,i){let s=(e+90)%360*(Math.PI/180),o=t*i,n=new ni(a[0],a[1]),r=Math.cos(s),h=Math.sin(s),c=new ni(r,h);return n.add(c.normalize().multiplyScalar(o)),[n.x,n.y]}function H1(a){let t=[...a].sort((c,l)=>c-l),e=Jr(t,25),i=Jr(t,75),s=i-e,o=e-1.5*s,n=i+1.5*s,r=t.filter(c=>c>=o&&c<=n);return a.filter(c=>r.includes(c))}function Jr(a,t){let e=t/100*(a.length-1),i=Math.floor(e),s=Math.ceil(e);if(i===s)return a[i];let o=e-i;return a[i]*(1-o)+a[s]*o}import{isNil as As}from"lodash";var Os=class extends et{setPathAngle(t){this.pathAngle=t,this.dispatchEvent({type:"change-compass",value:this.pathAngle}),As(this.angle)&&(this.angle=t)}changeSpeed(){let t=this.history.filter(f=>["vision"].includes(f.type));if(t.length<2){this.speedFilter.filter(0),this.speed=0;return}let e=t[t.length-1].time,i=5e3;if(t[t.length-1].clientTime<Date.now()-1e3)return this.speed;let s=t.filter(f=>e-f.time<=i);if(s.length<5)return this.speed;let o=[];for(let f=0;f<s.length;f++){if(f===0){o.push(s[f]);continue}let x=s[f-1],P=s[f];P.time-x.time<2e3&&o.push(P)}if(o.length<2)return this.speed;let n=o[0].time,r=o[0].position,h=o.map((f,x)=>{let P=f.time-n,_=T(f.position,r);return[P,_]}),{m:c}=Qr(h),l=Math.max(c,0),p=15/3600;l>p&&console.warn("\u901F\u5EA6\u8D85\u8FC715km/h:",{speed_m_ms:l,speed_km_h:l*3600,points:o.map((f,x)=>({index:x+1,type:f.type,time:f.time,clientTime:f.clientTime,position:f.position})),relativeTimesAndDistances:h,totalDistance:T(o[o.length-1].position,o[0].position),totalTime:o[o.length-1].time-o[0].time,pointPairs:o.slice(1).map((f,x)=>({prevIndex:x+1,prevType:o[x].type,currIndex:x+2,currType:f.type,timeDiff:f.time-o[x].time,distance:T(f.position,o[x].position)}))});let d=2/1e3,u=Date.now(),m=u-this._lastSpeedUpdateTime;if(this._lastSpeedUpdateTime=u,this.speed!==0&&l!==0){let f=d*m;Math.abs(l-this.speed)>f&&(l=l>this.speed?this.speed+f:this.speed-f)}let v=this.speedFilter.filter(l);this.speed=v}changeAngle(t){t===void 0&&(t=this.visionHistory),t.length<2&&(this.angle=null);let e=Ds(t.map(i=>i.position));e!==null&&this.setAngle(e)}setAngle(t,e){e===void 0&&(e=!0),this.angle=t,e&&this.dispatchEvent({type:"change-position-compass",value:t})}setPosition(t,e,i){this.lastExternalPositionTime=Date.now();let s={position:t,time:e,clientTime:Date.now()-i,type:"vision"};if(this._setVisionHistoryForAngle(s),As(this.angle)||!this.speed){this.addHistory(s);return}let o=this.history.findLastIndex(r=>r.type==="vision"),n=this.history[o];if(n){if(n.time>e)return;let r=Ds([this.history.slice(-1)[0].position,t]);if(r&&Math.abs(r-this.angle)<60){this.addHistory(s);return}let h=ri(t,this.speed,360-this.pathAngle,i);T(h,this.history.slice(-1)[0].position)>5?this.visionExcessesCount++:this.visionExcessesCount=0,this.visionExcessesCount>3&&(console.warn("\u8FDE\u7EED\u4E09\u6B21\u89C6\u89C9\u548Cpdr\u5DEE\u8DDD\u5927\u4E8E5\u7C73\uFF0C\u4F7F\u7528\u89C6\u89C9\u6821\u51C6"),this.addHistory(s),this.visionExcessesCount=0)}}resetPdrPosition(){let t=this.history.findLast(e=>e.type==="vision");if(t&&this.speed){let e=ri(t.position,this.speed,360-this.pathAngle,Date.now()-t.clientTime);e&&this.history.push({position:e,time:Date.now(),clientTime:Date.now(),type:"pdr"})}}getLastVisionPdrPos(){let t=this.history.findLastIndex(i=>i.type==="vision");if(t!==-1){var e;return(e=this.history[t+1])!=null?e:this.history[t]}return null}_setVisionHistoryForAngle(t){if(this.visionHistory.length<3){this.visionHistory.push(t);return}let e=Ds([...this.visionHistory.slice(-3).map(i=>i.position),t.position]);if(e!==null&&this.angle!==null){let i=Math.abs(this.angle-e),s=Math.min(i,360-i);this.angle&&s>90?this.angleExcessesCount++:(this.angleExcessesCount=0,this.visionHistory.push(t))}if(this.angleExcessesCount>3)console.warn("\u8FDE\u7EED\u4E09\u6B21\u89D2\u5EA6\u6BD4\u8F83\u6B6A\uFF0C\u91CD\u65B0\u77EB\u6B63",e,this.angle,this.pathAngle),this.visionHistory=[t],this.angleExcessesCount=0;else{let i=T(this.visionHistory[0].position,this.visionHistory.slice(-1)[0].position);for(;i>5&&this.visionHistory.length>15;)this.visionHistory.shift(),i=T(this.visionHistory[0].position,this.visionHistory.slice(-1)[0].position)}this.changeAngle()}addHistory(t){this.history.push(t);let e=this.history.filter(r=>r.type==="vision"),i=e.length?Date.now()-e.slice(-1)[0].clientTime:0,s=T(this.history[0].position,this.history.slice(-1)[0].position),o=i>5e3?10:3,n=i>5e3?0:5;for(i>5e3&&console.warn("\u89C6\u89C9\u7ED3\u679C\u8D85\u51FA5s\u4E0D\u53EF\u7528\uFF0C\u5168\u90E8\u6E05\u7A7A");e.length>n&&s>o;)this.history.shift(),e=this.history.filter(r=>r.type==="vision"),s=T(this.history[0].position,this.history.slice(-1)[0].position);n===0?this.changeSpeed():t.type==="vision"&&this.changeSpeed(),this.changePosition(t.type)}setBeaconPosition(t,e,i){this.lastExternalPositionTime=Date.now();let s=Date.now()-i,o={position:t,time:e,clientTime:s,type:"beacon"},n=this.history.findLastIndex(l=>l.type!=="pdr"),r=this.history[n];if(!r){this.addHistory(o);return}if(As(this.pathAngle)||!this.speed){this.addHistory(o);return}if(r&&r.time>e)return;let h=ri(t,this.speed,360-this.pathAngle,i);T(h,this.history.slice(-1)[0].position)>5?this.beaconExcessesCount++:this.beaconExcessesCount=0,this.beaconExcessesCount>3&&(console.warn("\u8FDE\u7EED\u4E09\u6B21beacon\u548Cpdr\u5DEE\u8DDD\u5927\u4E8E5\u7C73\uFF0C\u4F7F\u7528beacon\u6821\u51C6"),this.addHistory(o),this.beaconExcessesCount=0)}startPositionTimer(){this.positionTimer&&this.timer.clearInterval(this.positionTimer),this.positionTimer=this.timer.setInterval(()=>{this.changePosition()},20)}stopPositionTimer(){this.positionTimer&&(this.timer.clearInterval(this.positionTimer),this.positionTimer=null)}changePosition(t){t===void 0&&(t="pdr");let e=Date.now()-this.lastExternalPositionTime;if(this.lastExternalPositionTime>0&&e>1e4){console.warn("\u8FDE\u7EED10s\u6CA1\u6709\u5916\u90E8\u5B9A\u4F4D\u7ED3\u679C\uFF0C\u505C\u6B62\u53D1\u9001\u60EF\u5BFC\u5B9A\u4F4D\u7ED3\u679C");return}let i=this.getPosition(t);i.success&&(this.history.push({position:i.pos,time:Date.now(),clientTime:Date.now(),type:"pdr"}),this.speed?this.dispatchEvent({type:"change-pos",value:w({},i)}):this.dispatchEvent({type:"change-pos",value:i}))}getPosition(t){if(this.history.length===0)return{success:!1,pos:[0,0],compass:null,speed:0};let e=this.history.slice(-1)[0];if(this.history.length<2)return{success:!0,pos:e.position,compass:this.pathAngle,speed:this.speed};if(As(this.pathAngle)||!this.speed)return{success:!0,pos:e.position,compass:this.pathAngle,speed:this.speed};let i=e.clientTime,s=Date.now()-i;return{success:!0,pos:this.pathAngle?ri(e.position,this.speed,360-this.pathAngle,s):e.position,compass:this.pathAngle,speed:Oo(this.speed)}}dispose(){this.timer.dispose()}constructor(){super(),this.history=[],this.visionHistory=[],this.speed=0,this.angle=null,this.timer=new H,this.positionTimer=null,this.speedFilter=new Pi,this.visionExcessesCount=0,this.beaconExcessesCount=0,this.angleExcessesCount=0,this.pathAngle=0,this.lastExternalPositionTime=0,this._lastSpeedUpdateTime=0,this.startPositionTimer(),this._lastSpeedUpdateTime=Date.now()}};import"core-js/modules/es.json.stringify.js";function Ro(){return new Worker(new URL("./worker/recommend.worker-W52NOBNN.js",import.meta.url))}import"core-js/modules/es.array.push.js";var Rs=class{setRoadData(t,e){this.roadNetwork.initRoute(t,e),this.roadReadyResolve(!0)}setRoadNetwork(t){this.roadNetwork=t}recommend(t,e,i,s,o){return g(this,null,function*(){yield this.roadReadyPromise;let n=e.reduce((l,p)=>(l[p.floor]?l[p.floor].push(p):l[p.floor]=[p],l),{}),r=this.roadNetwork.roadInfo.map(l=>l.floor),h=this.transformStart(t);if(!h)return null;let c=i?this.transformEnd(i):null;if(o){let l=e.filter(p=>{let d=this.roadNetwork.getParkingSpaceInfo(p.floor,p.lot_id);return d?d.parkingType===o:!1});if(l.length>0){let p=l.reduce((d,u)=>(d[u.floor]?d[u.floor].push(u):d[u.floor]=[u],d),{});if(c){let d=this.recommendByEnd(h,c,p,r,s);if(d)return d}else{let d=this.recommendByStart(h.floor,h.coord,h.routePointId,p,r,s);if(d)return d}}}return c?this.recommendByEnd(h,c,n,r,s):this.recommendByStart(h.floor,h.coord,h.routePointId,n,r,s)})}dispose(){this.roadNetwork.clear()}getFloorCarByDistance(t,e,i){let{floor:s,coord:o,routePointId:n}=t,r=null;return(e||[]).forEach(h=>{let c=this.roadNetwork.getPath({floor:s,coord:o,routePointId:n},{floor:h.floor,parkingSpace:h.lot_id},"forward",0,i);if(c==="near"){r={floor:h.floor,spaceNo:h.lot_id,distance:0};return}if(!c||typeof c=="string")return;let l={floor:h.floor,spaceNo:h.lot_id,distance:c[0].consume};r||(r=l),r.distance>l.distance&&(r=l)}),r}recommendByStart(t,e,i,s,o,n){let r=this.getFloorCarByDistance({floor:t,coord:e,routePointId:i},s[t],n);return r||this.recommendByStartNearFloor(t,e,i,s,o,n)}recommendByStartNearFloor(t,e,i,s,o,n){let r=o.indexOf(t);r===-1&&(r=o.length);let h=1,c=null;for(;h<=o.length;){if(o.filter((p,d)=>d===r-h||d===r+h).forEach(p=>{let d=this.getFloorCarByDistance({floor:t,coord:e,routePointId:i},s[p],n);c?d&&c.distance>d.distance&&(c=d):c=d}),c)return c;h++}return c}recommendByEnd(t,e,i,s,o){console.time("recommendByEnd");let n=this.recommendFloorCarByEndDistance(t,e,e.floor,i,o);if(n)return n;console.timeEnd("recommendByEnd"),console.time("recommendByStart");let r=this.recommendFloorCarByEndDistance(t,e,t.floor,i,o);return console.timeEnd("recommendByStart"),r||this.recommendByStartNearFloorAndEnd(t,e,t.floor,i,s,o)}recommendFloorCarByEndDistance(t,e,i,s,o){let n=s[i]||[];if(!n.length)return null;let r=null;return n.forEach(h=>{let c=this.roadNetwork.getParkingSpaceInfo(h.floor,h.lot_id);if(!c)return;console.time("path2");let l=this.roadNetwork.getPath({floor:h.floor,routePointId:c.id},e,"",0);if(console.timeEnd("path2"),l==="near"){r={floor:h.floor,spaceNo:h.lot_id,distance:0};return}if(!l||typeof l=="string")return;let p={floor:h.floor,spaceNo:h.lot_id,distance:l[0].consume},d={floor:h.floor,routePointId:c.id};if(r){if(r.distance>p.distance){console.count("forward");let u=this.roadNetwork.getPath(t,d,"forward",0,o);if(!u||typeof u=="string"&&u!=="near")return;r=p}}else{console.count("forward");let u=this.roadNetwork.getPath(t,d,"forward",0,o);if(!u||typeof u=="string"&&u!=="near")return;r=p}}),r}recommendByStartNearFloorAndEnd(t,e,i,s,o,n){let r=o.indexOf(i);r===-1&&(r=o.length);let h=1,c=null;for(;h<=o.length;){if(o.filter((p,d)=>d===r-h||d===r+h).forEach(p=>{let d=this.recommendFloorCarByEndDistance(t,e,p,s,n);c?d&&c.distance>d.distance&&(c=d):c=d}),c)return c;h++}return c}transformStart(t){if(t.routePointId)return{floor:t.floor,routePointId:t.routePointId};if(t.coord)return{floor:t.floor,coord:t.coord};if(t.nodeId){let e=this.roadNetwork.getNodeInfo(t.floor,t.nodeId);if(e)return{floor:e.floor,coord:e.cds}}return null}transformEnd(t){if(t.routePointId&&t.floor)return{floor:t.floor,routePointId:t.routePointId};if(t.coord)return{floor:t.floor,coord:t.coord};if(t.nodeId){let e=this.roadNetwork.getNodeInfo(t.floor,t.nodeId);if(e)return{floor:e.floor,coord:e.cds}}if(t.parkingSpace){let e=this.roadNetwork.getParkingSpaceInfo(t.floor,t.parkingSpace);if(e)return{floor:e.floor,coord:e.cds,routePointId:e.id}}return null}constructor(){this.roadNetwork=new Me,this.roadReadyPromise=new Promise(t=>{this.roadReadyResolve=t})}};var ru={placeId:0,catLotStatusApi:"https://screen.aibee.cn/ai-map/car-park/car-lot-status",useWorker:!1},ta=class{setRoadData(t,e){return this.options.useWorker&&this.worker?z(this.worker,"set_road_info",{roadData:t,facilities:e}):(this.recommendCore&&this.recommendCore.setRoadData(t,e),Promise.resolve())}recommend(t){return g(this,null,function*(){let e=yield fetch(this.options.catLotStatusApi,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({place_id:+this.options.placeId})}).then(i=>i.json()).then(i=>i.data.filter(s=>s.status===0)).then(i=>{var s;return i.filter((s=this.options.filterCarLotStatus)!=null?s:()=>!0)});return this.options.useWorker&&this.worker?z(this.worker,"recommend",w({},t,{carLotStatus:e})):this.recommendCore?this.recommendCore.recommend(t.start,e,t.end,t.travelDirection,t.parkingType):null})}dispose(){this.worker&&(this.worker.terminate(),this.worker=null),this.recommendCore&&(this.recommendCore.dispose(),this.recommendCore=null)}constructor(t={}){this.worker=null,this.recommendCore=null,this.options=w({},ru,t),this.options.useWorker?this.worker=Ro():this.recommendCore=new Rs}};import"core-js/modules/es.json.stringify.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.sort.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/web.url-search-params.js";import"core-js/modules/web.url-search-params.delete.js";import"core-js/modules/web.url-search-params.has.js";import"core-js/modules/web.url-search-params.size.js";import"core-js/modules/es.json.stringify.js";var au={url:"",reconnect:!0,heartBeat:2e3,heartMsg:JSON.stringify({command:"PING"}),reconnectTime:3e3,reconnectMaxCount:1e6,noMessageTime:6e3},ai=class extends et{initWebsocket(){this.ws=new WebSocket(this.options.url),this.ws.onopen=()=>{this.alive=!0,this.startHeart(),this.startOnMessageTimer(),this.stopReconnect(),this.dispatchEvent({type:"open"})},this.ws.onerror=()=>{this.alive=!1,this.ws=null,this.stopHeart(),this.stopOnMessageTimer(),this.startReconnect(),this.registryEvent()},this.ws.onclose=()=>{this.alive=!1,this.ws=null,this.stopHeart(),this.stopOnMessageTimer(),this.startReconnect()},this.ws.onmessage=t=>{this.startOnMessageTimer(),this.dispatchEvent({type:"message",message:t})}}startHeart(){this.stopHeart(),this.heartTimer=this.timer.setInterval(()=>{this.send(this.options.heartMsg)&&this.dispatchEvent({type:"send-heart"})},this.options.heartBeat)}stopHeart(){this.heartTimer&&(this.timer.clearInterval(this.heartTimer),this.heartTimer=null)}startReconnect(t){t===void 0&&(t=this.options.reconnectTime),this.stopReconnect(),this.options.reconnect&&(this.options.reconnectMaxCount--,this.options.reconnectMaxCount>=0&&(this.reconnectTimer=this.timer.setTimeout(()=>{this.initWebsocket()},t)))}stopReconnect(){this.reconnectTimer&&(this.timer.clearTimeout(this.reconnectTimer),this.reconnectTimer=null)}startOnMessageTimer(){this.stopOnMessageTimer(),this.noMessageTimer=this.timer.setTimeout(()=>{var t;(t=this.ws)==null||t.close(),this.dispatchEvent({type:"no-message-timeout"})},this.options.noMessageTime)}stopOnMessageTimer(){this.noMessageTimer&&(this.timer.clearTimeout(this.noMessageTimer),this.noMessageTimer=null)}send(t){var e;let i=typeof t=="string"?t:JSON.stringify(t);return this.alive&&((e=this.ws)==null?void 0:e.readyState)===1?(this.ws.send(i),this.dispatchEvent({type:"send-success",msg:i}),!0):(this.dispatchEvent({type:"send-fail",msg:i}),!1)}registryEvent(){window.addEventListener("online",this.onOnline)}unRegistryEvent(){window.removeEventListener("online",this.onOnline)}close(){var t;this.unRegistryEvent(),this.options.reconnect=!1,this.alive=!1,this.stopHeart(),this.stopReconnect(),this.stopOnMessageTimer(),(t=this.ws)==null||t.close(),this.ws=null,this.dispatchEvent({type:"close"})}dispose(){this.close(),this.timer.dispose(),super.dispose()}constructor(t){super(),this.ws=null,this.alive=!1,this.timer=new H,this.heartTimer=null,this.reconnectTimer=null,this.noMessageTimer=null,this.onOnline=()=>{this.startReconnect()},this.options=w({},au,t||{}),this.options.url&&this.initWebsocket()}};import{isNil as ea}from"lodash";var Io=a=>{let t=a.toString(2),e=""+Array(16-t.length+1).join("0")+t,i=parseInt(e.slice(0,4),2)*10,s=parseInt(e.slice(4,16),2);return[i,s]};var ia=class extends et{initPositionWebSocket(){let t=w({},this.options.ext_position_params,{place_id:this.options.place_id,token:this.options.access_token}),e=Object.keys(t).filter(i=>!ea(t[i])).map(i=>i+"="+t[i]).join("&");this.positionWebSocket=new ai({url:this.options.wss_position_url+"?"+e}),this.positionWebSocket.addEventListener("message",i=>{let{message:s}=i,o=(()=>{try{return JSON.parse(s.data)}catch(F){return s.data}})();if(this.dispatchEvent({type:"ws-message",data:o}),o.command==="POSITION_RESULT"&&o.data.success)if(["POSITION","FLOOR","PARK_POSITION","AOA"].includes(o.data.success_type)&&this.useGpsFloorTimer&&(this.positionFloor=o.data.floor,this.timer.clearTimeout(this.useGpsFloorTimer),this.useGpsFloorTimer=null),o.data.success_type==="AOA"){let{x:F,y:G,time:Y,floor:j,ts:At}=o.data,Ot=this.positionFloor!==j;if(this.positionFloor=j,this.dispatchEvent({type:"ws-position",floor:j,x:F,y:G,time:Y,_type:"aoa"}),this.options.upload_position){var n;(n=this.positionWebSocket)==null||n.send({command:"UPLOAD_POSITION",ts:Date.now(),index:this.uploadIndex++,data:JSON.stringify({x:F,y:G,floor:j,type:"aoa"}),serverData:JSON.stringify(o)})}if(!this.options.use_pdr){this.dispatchEvent({type:"position",floor:j,x:F,y:G,time:new Date(At).getTime()-o.lag-o.duration});return}if(this.options.type!==1){var r;if(Ot){var h,c,l;(l=this.pdrPosition)==null||(c=l.pdr)==null||(h=c.particleFilter)==null||h.setPosInitFlag(!1)}(r=this.pdrPosition)==null||r.setBeaconPosition({x:F,y:G},new Date(At).getTime()-o.lag-o.duration)}else if(Ot){var p;if(this.resetPdr(),(p=this.carInertialPosition)==null||p.stopPositionTimer(),this.path){let te=this.path.findIndex(We=>We.floor===j),Ut=this.path[te];if(Ut){var d;this.resetPdr(),(d=this.carInertialPosition)==null||d.setBeaconPosition(Ut.points[0],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}else{var u;(u=this.carInertialPosition)==null||u.setBeaconPosition([F,G],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}}else{var m;(m=this.carInertialPosition)==null||m.setBeaconPosition([F,G],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}}else{var v;(v=this.carInertialPosition)==null||v.setBeaconPosition([F,G],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}}else if(o.data.success_type==="POSITION"){let{x:F,y:G,time:Y,floor:j,ts:At}=o.data,Ot=this.positionFloor!==j;if(this.positionFloor=j,this.dispatchEvent({type:"ws-position",floor:j,x:F,y:G,time:Y,_type:"beacon"}),console.log("positionFloor",j,Ot),this.options.upload_position){var f;(f=this.positionWebSocket)==null||f.send({command:"UPLOAD_POSITION",ts:Date.now(),index:this.uploadIndex++,data:JSON.stringify({x:F,y:G,floor:j,type:"originBeacon"}),serverData:JSON.stringify(o)})}if(!this.options.use_pdr){this.dispatchEvent({type:"position",floor:j,x:F,y:G,time:new Date(At).getTime()-o.lag-o.duration});return}if(this.options.type!==1){var x;if(Ot){var P,_,E;(E=this.pdrPosition)==null||(_=E.pdr)==null||(P=_.particleFilter)==null||P.setPosInitFlag(!1)}(x=this.pdrPosition)==null||x.setBeaconPosition({x:F,y:G},new Date(At).getTime()-o.lag-o.duration)}else if(Ot){var S;if(this.resetPdr(),(S=this.carInertialPosition)==null||S.stopPositionTimer(),this.path){let te=this.path.findIndex(We=>We.floor===j),Ut=this.path[te];if(Ut){var R;this.resetPdr(),(R=this.carInertialPosition)==null||R.setBeaconPosition(Ut.points[0],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}else{var b;(b=this.carInertialPosition)==null||b.setBeaconPosition([F,G],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}}else{var N;(N=this.carInertialPosition)==null||N.setBeaconPosition([F,G],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}}else{var J;(J=this.carInertialPosition)==null||J.setBeaconPosition([F,G],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}}else if(o.data.success_type==="PARK_POSITION"&&o.data.success){if(this.options.type===1){let{x:F,y:G,time:Y,floor:j}=o.data,At=this.positionFloor!==j;if(this.positionFloor=o.data.floor,this.dispatchEvent({type:"ws-position",floor:j,x:F,y:G,time:Y,_type:"vision"}),!this.options.use_pdr){this.dispatchEvent({type:"position",floor:j,x:F,y:G,time:new Date(Y).getTime()});return}if(At){var O;if(this.resetPdr(),(O=this.carInertialPosition)==null||O.stopPositionTimer(),this.path){let Ot=this.path.findIndex(Ut=>Ut.floor===j),te=this.path[Ot];if(te){var Z;this.resetPdr(),(Z=this.carInertialPosition)==null||Z.setPosition(te.points[0],new Date(Y).getTime(),o.duration)}else{var Q;(Q=this.carInertialPosition)==null||Q.setPosition([F,G],new Date(Y).getTime(),o.duration)}}else{var st;(st=this.carInertialPosition)==null||st.setPosition([F,G],new Date(Y).getTime(),o.duration)}}else{var nt,D;if((nt=this.carInertialPosition)==null||nt.setPosition([F,G],new Date(Y).getTime(),o.duration),!((D=this.carInertialPosition)!=null&&D.positionTimer)){var ge;(ge=this.carInertialPosition)==null||ge.startPositionTimer()}}if(this.options.upload_position){var ze;(ze=this.positionWebSocket)==null||ze.send({command:"UPLOAD_POSITION",ts:Date.now(),index:this.uploadIndex++,data:JSON.stringify({x:F,y:G,floor:j,type:"vision"}),serverData:JSON.stringify(o)})}}}else this.dispatchEvent({type:"floor",floor:o.data.floor,time:o.data.time})})}initSensorWebSocket(){let t=w({},this.options.ext_sensor_params,{token:this.options.access_token,place_id:this.options.place_id,record_sensor:1}),e=Object.keys(t).filter(i=>!ea(t[i])).map(i=>i+"="+t[i]).join("&");this.sensorWebSocket=new ai({url:this.options.wss_sensor_url+"?"+e})}initPdr(){this.options.type===1?(this.carInertialPosition=new Os,this.carInertialPosition.addEventListener("change-pos",t=>{let{value:e}=t,{pos:i,success:s,speed:o}=e;if(s&&(this.dispatchEvent({type:"position",floor:this.positionFloor,x:i[0],y:i[1],time:Date.now(),speed:o}),this.options.upload_position)){var n;(n=this.positionWebSocket)==null||n.send({command:"UPLOAD_POSITION",ts:Date.now(),index:this.uploadIndex++,data:JSON.stringify({x:i[0],y:i[1],floor:this.positionFloor,type:"vision_pdr"})})}}),this.carInertialPosition.addEventListener("change-compass",t=>{let{value:e}=t;this.dispatchEvent({type:"compass",value:e})})):(this.pdrPosition=new Es(this.bmap,{pdr:{using_gps:this.options.use_gps},sensor:{elements:[I.COMPASS,I.ACCELERATION,I.DEVICE_MOTION].concat(this.options.use_gps?[I.GPS]:[])}}),this.requestDeviceOrientationPermission(),this.options.upload_position&&this.pdrPosition.sensor.addEventListener("sensor-data",t=>{let{data:e}=t;var i;(i=this.positionWebSocket)==null||i.send({command:"UPLOAD_SENSOR",ts:Date.now(),index:this.uploadIndex++,data:JSON.stringify(e)})}),this.pdrPosition.sensor.addEventListener("add-data-item",t=>{t.item.type==="compass"&&this.dispatchEvent({type:"compass",value:t.item.res})}),this.pdrPosition.addEventListener("position",t=>{let{x:e,y:i,_type:s}=t;if(console.log("_type",s,e,i,this.positionFloor,this.gpsFloor),s==="gps"&&!this.useGpsFloorTimer){let n=()=>{this.useGpsFloorTimer=this.timer.setTimeout(()=>{this.gpsFloor?this.positionFloor=this.gpsFloor:n()},5e3)};n()}if(this.positionFloor&&(this.dispatchEvent({type:"position",floor:this.positionFloor,x:e,y:i,time:Date.now()}),this.options.upload_position)){var o;(o=this.positionWebSocket)==null||o.send({command:"UPLOAD_POSITION",ts:Date.now(),index:this.uploadIndex++,data:JSON.stringify({x:e,y:i,floor:this.positionFloor,type:s})})}}))}setSensor(t){this.pdrPosition&&this.pdrPosition.setSensor(t)}requestDeviceOrientationPermission(){return g(this,null,function*(){if(this.pdrPosition){let t=yield this.pdrPosition.checkSensor();return t.deviceOrientation?this.pdrPosition.start():(this.dispatchEvent(w({type:"check-sensor"},t)),!t.deviceOrientation&&this.options.use_default_permission),t}else return null})}getGpsFloor(){return g(this,null,function*(){if(this.options.use_gps&&this.options.get_gps_floor_url){let t=yield fetch(this.options.get_gps_floor_url+"/"+this.options.place_id).then(e=>e.json());t.code===200&&(this.gpsFloor=t.data.gps_floor)}})}pausePdr(){if(this.options.type===1){var t;(t=this.carInertialPosition)==null||t.stopPositionTimer()}else{var e;(e=this.pdrPosition)==null||e.pause()}}continuePdr(){if(this.options.type===1)this.carInertialPosition&&(this.carInertialPosition.positionTimer||this.carInertialPosition.startPositionTimer());else{var t;(t=this.pdrPosition)==null||t.continue()}}setPathAngle(t){if(this.options.type===1){var e;(e=this.carInertialPosition)==null||e.setPathAngle(t)}}getForwardAngle(){if(this.options.type===1){var t,e;return(e=(t=this.carInertialPosition)==null?void 0:t.angle)!=null?e:null}else return null}resetPdr(){this.carInertialPosition&&(this.carInertialPosition.history=[],this.carInertialPosition.setPathAngle(0),this.carInertialPosition.speed=0),this.pdrPosition&&this.pdrPosition.pdr.particleFilter.setPosInitFlag(!1)}setPath(t){this.path=t}sendBeacon(t){var e;let i=[];if(Yt)i=t.map(o=>{let[n,r]=Io(o.major);return[o.uuid,r,o.minor,o.rssi,o.accuracy,n]}).filter(o=>o[3]!==0).sort((o,n)=>n[3]-o[3]);else{let o=t.reduce((n,r)=>{var h,c;let[l,p]=Io(r.major),d=""+p+r.minor;return(h=n)[c=d]||(h[c]=[]),n[d].push(w({},r,{battery:l,major:p})),n},{});Object.entries(o).forEach(n=>{let[r,h]=n,{uuid:c,major:l,minor:p,accuracy:d,battery:u}=h[0];if(h.length>1){let m=h.filter(f=>f.rssi<0),v=m.reduce((f,x)=>f+x.rssi,0);i.push([c,l,p,v/m.length,d,u])}else i.push([c,l,p,h[0].rssi,d,u])})}let s={command:"POSITION",index:this.uploadIndex++,ts:Date.now(),beacons:JSON.stringify([{type:"ibeacon",timestamp:Date.now()/1e3,res:i}]),ext_sensors:JSON.stringify({})};(e=this.sensorWebSocket)==null||e.send(s)}dispose(){var t,e,i,s;this.timer.dispose(),(t=this.positionWebSocket)==null||t.dispose(),this.positionWebSocket=null,(e=this.sensorWebSocket)==null||e.dispose(),this.sensorWebSocket=null,(i=this.pdrPosition)==null||i.dispose(),this.pdrPosition=null,(s=this.carInertialPosition)==null||s.dispose(),this.carInertialPosition=null,super.dispose()}constructor(t,e){super(),this.bmap=t,this.positionWebSocket=null,this.sensorWebSocket=null,this.pdrPosition=null,this.carInertialPosition=null,this.gpsFloor="",this.positionFloor="",this.useGpsFloorTimer=null,this.uploadIndex=0,this.path=null,this.timer=new H;let i=location.href.indexOf("?"),s=i!==-1?location.href.slice(i):location.search,o=new URLSearchParams(s),n=o.get("server_env")||"prod",r={test:"nav-test.aibee.cn",prod:"nav.aibee.cn"},h="wss://"+r[n]+"/aether-walker/indoor/position",c="wss://"+r[n]+"/aether-walker/indoor/sensor";this.options=w({place_id:o.get("place_id"),access_token:o.get("access_token"),env:n,wss_position_url:h,wss_sensor_url:c,get_gps_floor_url:"https://"+r[n]+"/aether-walker/indoor/conf",use_sensor:!1,type:-1,use_gps:!0,use_pdr:!0,upload_position:!0,use_default_permission:!0,ext_position_params:{},ext_sensor_params:{}},e),this.initPositionWebSocket(),this.options.use_sensor&&this.initSensorWebSocket(),this.options.use_pdr&&this.initPdr(),this.options.use_gps&&this.getGpsFloor()}};import"core-js/modules/web.dom-collections.iterator.js";var sa=class extends W{showMyPosition(t,e){var i;let s=(i=this.bmap.context.currentFloor)==null?void 0:i.getGraphicPosition(t);if(s){let o=new Le(this.bmap.context,{autoUpdate:!0,appendToBody:!1});o.div.appendChild(e),o.position.copy(this.bmap.mercatorToWorld(s)),this.myPositionOverlay=o,console.log("graphicPos",s,this)}else console.warn("[showMyPosition] \u6CA1\u6709\u627E\u5230\u56FE\u5143\u6240\u5728\u7684\u4F4D\u7F6E")}hideMyPosition(){this.myPositionOverlay&&(this.myPositionOverlay.dispose(),this.myPositionOverlay=null)}dispose(){this.hideMyPosition()}constructor(...t){super(...t),this.myPositionOverlay=null}};var oa=class extends W{highlightPoi(t,e){e===void 0&&(e={icon_size:[40,40],collision_enable:!1}),t.map(s=>this.bmap.getPoiById(s)).filter(s=>!!s).forEach(s=>{var o;(o=s.userData).restore||(o.restore={});for(let h in e)if(h in s.options){var n,r;(n=s.userData.restore)[r=h]||(n[r]=s.options[h]),s.options[h]=e[h]}})}restorePoi(t){t.map(i=>this.bmap.getPoiById(i)).filter(i=>!!i).forEach(i=>{console.log("poi.userData.restore",i.userData.restore);for(let s in i.userData.restore)s in i.options&&(i.options[s]=i.userData.restore[s]);i.userData.restore={}})}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.sort.js";var na=class extends W{sortByDistance(t,e,i){return g(this,null,function*(){i===void 0&&(i=!1);let s=[...e];if(i||e.length<20)return yield Promise.all(s.map(o=>g(this,null,function*(){o.distance=yield this._getDistance(t,{floor:o.floor,x:o.center_x,y:o.center_y})}))),s.sort((o,n)=>o.distance-n.distance);{let o=s.sort((r,h)=>{let c=Math.sqrt((r.center_x-t.x)**2+(r.center_y-t.y)**2)+(t.floor===r.floor?0:100),l=Math.sqrt((h.center_x-t.x)**2+(h.center_y-t.y)**2)+(t.floor===h.floor?0:100);return c-l});return[...(yield Promise.all(o.slice(0,20).map(r=>g(this,null,function*(){return r.distance=yield this._getDistance(t,{floor:r.floor,x:r.center_x,y:r.center_y}),r})))).sort((r,h)=>r.distance-h.distance),...o.slice(20)]}})}_getDistance(t,e){return g(this,null,function*(){return this.navPath.getPath({floor:t.floor,coord:[t.x,t.y]},{floor:e.floor,coord:[e.x,e.y]},"",0).then(i=>i.reduce((s,o,n)=>{if(s+=o.distance,n!==i.length-1)switch(o.endType){case"escalator":case"straightLadder":case"staircase":case"ramp":s+=100;break}return s},0)).catch(i=>i==="near"?0:1/0)})}dispose(){super.dispose(),this.needDisposeNavPath&&this.navPath.dispose()}constructor(t,e){if(super(t),this.needDisposeNavPath=!1,e)this.navPath=e;else{this.navPath=new vs;let i=new Ge(t);this.needDisposeNavPath=!0,i.load(t.config.apiPath.loadPlaceInfo+"?place_id="+t.config.placeId+"&env=prod").then(s=>g(this,null,function*(){let[o,n]=yield Promise.all([i.getRoadNetworkData(),i.getFacilitiesData()]);this.navPath.setRoadData(o,n.infrastructures)}))}}};var hu="https://robot-vr-public.bj.bcebos.com/v1/static_resource/satellite_tiles",cu={base_url:hu},ra=class extends W{setVisible(t){this.tileLayer.setVisibility(t)}dispose(){this.bmap.context.scene.remove(this.tileLayer),this.tileLayer.dispose(),super.dispose()}constructor(t,e){super(t),this.options=w({},cu,e),this.tileLayer=new ue(t.context,this.options),this.tileLayer.position.z=-1,this.bmap.context.scene.add(this.tileLayer)}};import{Box3 as lu,Group as pu}from"three";var aa=class extends W{addHeatmap(t,e){this.heatmap||(this.heatmap=new Hi(this.bmap.context),this.group.add(this.heatmap)),this.heatmap.loadData(t);let i=new lu().setFromObject(e.graphicLayer);return this.heatmap.position.setZ(i.max.z+.1),this.heatmap}removeHeatMap(){this.heatmap&&(this.group.remove(this.heatmap),this.heatmap.dispose(),this.heatmap=null)}dispose(){this.removeHeatMap(),this.bmap.context.scene.remove(this.group)}constructor(t){super(t),this.heatmap=null,this.group=new pu,this.bmap.context.scene.add(this.group)}};import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.reverse.js";import{Group as du,Vector3 as hi,Raycaster as uu,Vector2 as mu,Plane as fu,Box3 as gu}from"three";import"core-js/modules/es.array.push.js";var Is=class extends pt{updateRectPreview(t,e,i){i===void 0&&(i=!1);let s=Math.min(t.x,e.x),o=Math.min(t.y,e.y),n=Math.abs(e.x-t.x),r=Math.abs(e.y-t.y);this.previewElement||(this.previewElement=mt(this.options.strokeColor,"none"),this.previewElement.setAttribute("stroke-opacity",""+this.options.strokeOpacity),this.svg.appendChild(this.previewElement)),U(this.previewElement,s,o,n,r),i&&this.updateRectPreviewFill(s,o,n,r)}updateRectPreviewFill(t,e,i,s){this.previewFillElement||(this.previewFillElement=document.createElementNS("http://www.w3.org/2000/svg","rect"),this.previewFillElement.setAttribute("fill",this.options.fillColor),this.previewFillElement.setAttribute("fill-opacity",""+this.options.fillOpacity),this.svg.insertBefore(this.previewFillElement,this.svg.firstChild)),U(this.previewFillElement,t,e,i,s)}updateCirclePreview(t,e){this.previewElement||(this.previewElement=It(String(e),"none"),this.previewElement.setAttribute("stroke",this.options.strokeColor),this.previewElement.setAttribute("stroke-opacity",""+this.options.strokeOpacity),this.svg.appendChild(this.previewElement)),ft(this.previewElement,t.x,t.y),this.previewElement.setAttribute("r",""+e)}updateCirclePreviewFill(t,e){this.previewFillElement||(this.previewFillElement=document.createElementNS("http://www.w3.org/2000/svg","circle"),this.previewFillElement.setAttribute("fill",this.options.fillColor),this.previewFillElement.setAttribute("fill-opacity",""+this.options.fillOpacity),this.previewFillElement.setAttribute("stroke","none"),this.svg.insertBefore(this.previewFillElement,this.svg.firstChild)),ft(this.previewFillElement,t.x,t.y),this.previewFillElement.setAttribute("r",""+e)}addPolygonPoint(t){this.points.push(t);let e=It(String(this.options.pointRadius),this.options.pointColor);if(ft(e,t.x,t.y),this.controlPoints.push(e),this.svg.appendChild(e),this.points.length>1){let i=this.points[this.points.length-2],s=Kt(this.options.strokeColor);s.setAttribute("stroke-opacity",""+this.options.strokeOpacity),rt(s,i,t),this.svg.appendChild(s),this.lines.push(s)}this.lastLine&&this.lastLine.parentNode&&this.svg.removeChild(this.lastLine),this.lastLine=Kt(this.options.strokeColor),this.lastLine.setAttribute("stroke-opacity",""+this.options.strokeOpacity),rt(this.lastLine,t,t),this.svg.appendChild(this.lastLine),this.updatePolygonFill()}updatePolygonPreview(t){if(this.points.length===0)return;this.currentMousePoint=t;let e=this.points[this.points.length-1];this.lastLine&&rt(this.lastLine,e,t),this.updatePolygonFill(t)}checkAdsorb(t){if(this.points.length<2)return!1;let e=this.points[0],i=t.x-e.x,s=t.y-e.y;return Math.sqrt(i*i+s*s)<=this.adsorbRadius}updatePolygonFill(t){if(this.points.length<2)return;this.polygonFillElement||(this.polygonFillElement=document.createElementNS("http://www.w3.org/2000/svg","polygon"),this.polygonFillElement.setAttribute("fill",this.options.fillColor),this.polygonFillElement.setAttribute("fill-opacity",""+this.options.fillOpacity),this.polygonFillElement.setAttribute("stroke","none"),this.svg.insertBefore(this.polygonFillElement,this.svg.firstChild));let e=[];for(let i=0;i<this.points.length;i++){let s=this.points[i];!isNaN(s.x)&&!isNaN(s.y)&&e.push(s.x+","+s.y)}t&&!isNaN(t.x)&&!isNaN(t.y)&&e.push(t.x+","+t.y),e.length>=3&&this.polygonFillElement.setAttribute("points",e.join(" "))}clear(){this.points=[],this.currentMousePoint=void 0,this.controlPoints.forEach(t=>{t.parentNode&&this.svg.removeChild(t)}),this.controlPoints=[],this.lines.forEach(t=>{t.parentNode&&this.svg.removeChild(t)}),this.lines=[],this.previewElement&&(this.previewElement.parentNode&&this.svg.removeChild(this.previewElement),this.previewElement=null),this.previewFillElement&&(this.previewFillElement.parentNode&&this.svg.removeChild(this.previewFillElement),this.previewFillElement=null),this.lastLine&&(this.lastLine.parentNode&&this.svg.removeChild(this.lastLine),this.lastLine=null),this.polygonFillElement&&(this.polygonFillElement.parentNode&&this.svg.removeChild(this.polygonFillElement),this.polygonFillElement=null)}getLastPoint(){return this.points[this.points.length-1]}getFirstPoint(){return this.points[0]}dispose(){this.clear(),super.dispose()}constructor(t,e){super(t),this.previewElement=null,this.previewFillElement=null,this.controlPoints=[],this.lines=[],this.lastLine=null,this.points=[],this.polygonFillElement=null,this.currentMousePoint=void 0,this.adsorbRadius=8,this.options=e,e.adsorbRadius!==void 0&&(this.adsorbRadius=e.adsorbRadius)}};import"core-js/modules/es.array.push.js";import{Box3 as ha}from"three";var Fs=class extends pt{initElements(){this.svg.style.pointerEvents="auto",this.outline=mt(this.STROKE_COLOR,"transparent"),this.outline.setAttribute("stroke-dasharray","5,5"),this.outline.setAttribute("stroke-width","1"),this.svg.appendChild(this.outline),this.moveArea=mt(this.STROKE_COLOR,"transparent"),this.moveArea.style.cursor="move",this.svg.appendChild(this.moveArea);for(let t=0;t<4;t++){let e=Kt(this.STROKE_COLOR);e.setAttribute("stroke-width","1"),e.setAttribute("stroke-dasharray","5,5"),this.outlineLines.push(e),this.svg.appendChild(e)}for(let t=0;t<8;t++){let e=mt(this.STROKE_COLOR,this.FILL_COLOR);e.style.cursor=this.getCursorForPoint(t),this.scalePoints.push(e),this.svg.appendChild(e)}this.rotateHandle=It(String(this.ROTATE_HANDLE_RADIUS),this.FILL_COLOR),this.rotateHandle.setAttribute("stroke",this.STROKE_COLOR),this.rotateHandle.setAttribute("stroke-width","1"),this.rotateHandle.style.cursor="crosshair",this.svg.appendChild(this.rotateHandle)}getCursorForPoint(t){return["nw-resize","n-resize","ne-resize","e-resize","se-resize","s-resize","sw-resize","w-resize"][t]}registryEvent(){this.context.container.addEventListener("pointerdown",this.onPointerDown),this.context.container.addEventListener("pointermove",this.onPointerMove),this.context.container.addEventListener("pointerup",this.onPointerUp),this.context.container.addEventListener("pointerleave",this.onPointerUp),this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.container.removeEventListener("pointerdown",this.onPointerDown),this.context.container.removeEventListener("pointermove",this.onPointerMove),this.context.container.removeEventListener("pointerup",this.onPointerUp),this.context.container.removeEventListener("pointerleave",this.onPointerUp),this.context.removeEventListener("update",this.onUpdate)}getBoundingBoxInfo(){if(!this.selectedGraphic)return null;let t=new ha().setFromObject(this.selectedGraphic),{min:e,max:i}=t,{camera:s,container:{clientWidth:o,clientHeight:n}}=this.context,r=this.getSvgCoordinate(e),h=this.getSvgCoordinate(i);return{min:{x:r.x,y:r.y},max:{x:h.x,y:h.y},width:Math.abs(h.x-r.x),height:Math.abs(h.y-r.y),centerX:(r.x+h.x)/2,centerY:(r.y+h.y)/2}}show(t){this.selectedGraphic=t,this.svg.style.display="block",this.svg.style.pointerEvents="auto",this.updatePosition()}hide(){this.selectedGraphic=null,this.svg.style.display="none",this.svg.style.pointerEvents="none",this.clearControlPoints()}updatePosition(){if(this.boundingBox=this.getBoundingBoxInfo(),!this.boundingBox){this.clearControlPoints();return}let{min:t,max:e,width:i,height:s,centerX:o,centerY:n}=this.boundingBox,r=this.SCALE_POINT_SIZE/2,h=i/2,c=s/2;U(this.moveArea,t.x,e.y,i,s),U(this.outline,t.x,e.y,i,s),[{x1:t.x,y1:e.y,x2:e.x,y2:e.y},{x1:e.x,y1:e.y,x2:e.x,y2:t.y},{x1:e.x,y1:t.y,x2:t.x,y2:t.y},{x1:t.x,y1:t.y,x2:t.x,y2:e.y}].forEach((m,v)=>{rt(this.outlineLines[v],{x:m.x1,y:m.y1},{x:m.x2,y:m.y2})}),[{x:t.x-r,y:e.y-r},{x:o-r,y:e.y-r},{x:e.x-r,y:e.y-r},{x:e.x-r,y:n-r},{x:e.x-r,y:t.y-r},{x:o-r,y:t.y-r},{x:t.x-r,y:t.y-r},{x:t.x-r,y:n-r}].forEach((m,v)=>{U(this.scalePoints[v],m.x,m.y,this.SCALE_POINT_SIZE,this.SCALE_POINT_SIZE)});let d=o,u=e.y-this.ROTATE_HANDLE_OFFSET;ft(this.rotateHandle,d,u)}clearControlPoints(){U(this.moveArea,0,0,0,0),U(this.outline,0,0,0,0),this.outlineLines.forEach(e=>{rt(e,{x:0,y:0},{x:0,y:0})}),this.scalePoints.forEach(e=>{U(e,0,0,0,0)}),ft(this.rotateHandle,0,0)}getBoundingBox(){return this.selectedGraphic?new ha().setFromObject(this.selectedGraphic):null}getActionFromTarget(t){if(!t)return null;let e=t;if(e===this.rotateHandle)return{action:"rotate",point:this.rotateHandle};if(e===this.moveArea)return{action:"move",point:this.moveArea};let i=this.scalePoints.indexOf(e);return i!==-1?{action:["scale-left-top","scale-top","scale-right-top","scale-right","scale-right-bottom","scale-bottom","scale-left-bottom","scale-left"][i],point:this.scalePoints[i]}:null}getContainerPoint(t){let e=this.context.container.getBoundingClientRect();return{x:t.clientX-e.left,y:t.clientY-e.top}}dispose(){this.unRegistryEvent(),this.moveArea&&this.moveArea.parentNode&&this.svg.removeChild(this.moveArea),this.outline&&this.outline.parentNode&&this.svg.removeChild(this.outline),this.outlineLines.forEach(t=>{t.parentNode&&this.svg.removeChild(t)}),this.scalePoints.forEach(t=>{t.parentNode&&this.svg.removeChild(t)}),this.rotateHandle&&this.rotateHandle.parentNode&&this.svg.removeChild(this.rotateHandle),this.scalePoints=[],this.outlineLines=[],this.selectedGraphic=null,this.currentAction=null,this.startPoint=null,this.boundingBox=null,super.dispose()}constructor(t){super(t),this.scalePoints=[],this.outlineLines=[],this.isTransforming=!1,this.selectedGraphic=null,this.currentAction=null,this.startPoint=null,this.boundingBox=null,this.SCALE_POINT_SIZE=8,this.ROTATE_HANDLE_RADIUS=6,this.ROTATE_HANDLE_OFFSET=30,this.STROKE_COLOR="#1CADFF",this.FILL_COLOR="#ffffff",this.onUpdate=()=>{this.selectedGraphic&&this.updatePosition()},this.onPointerDown=e=>{if(!this.selectedGraphic)return;let i=this.getActionFromTarget(e.target);e.preventDefault(),e.stopPropagation(),i&&(this.currentAction=i.action,this.startPoint=this.getContainerPoint(e),this.isTransforming=!0,this.dispatchEvent({type:"transform-start",action:this.currentAction,point:this.startPoint}))},this.onPointerMove=e=>{if(!this.currentAction||!this.startPoint)return;let i=this.getContainerPoint(e),s={x:i.x-this.startPoint.x,y:i.y-this.startPoint.y};this.startPoint=i,this.dispatchEvent({type:"transform",action:this.currentAction,delta:s,currentPoint:i})},this.onPointerUp=()=>{this.currentAction&&(this.dispatchEvent({type:"transform-end",action:this.currentAction}),this.currentAction=null,this.startPoint=null,this.isTransforming=!1)},this.initElements(),this.registryEvent()}};var Fo={strokeColor:"#1CADFF",strokeOpacity:1,strokeWidth:1,fillColor:"rgb(28, 173, 255)",fillOpacity:.3,pointColor:"#1CADFF",pointOpacity:1,pointRadius:5,height:.1,circleSegments:64,adsorbRadius:8,autoSelect:!0};function yu(a,t,e){let i=[];for(let s=0;s<=e;s++){let o=s/e*Math.PI*2;i.push([a.x+t*Math.cos(o),a.y+t*Math.sin(o)])}return i.push([a.x+t,a.y]),[i]}function vu(a,t){let e=Math.min(a.x,t.x),i=Math.max(a.x,t.x),s=Math.min(a.y,t.y),o=Math.max(a.y,t.y);return[[[e,s],[i,s],[i,o],[e,o],[e,s]]]}function ca(a,t,e){let i=Math.cos(e),s=Math.sin(e),o=a[0]-t[0],n=a[1]-t[1];return[t[0]+o*i-n*s,t[1]+o*s+n*i]}var Go=class extends W{getState(){return this.state}startDrawPolygon(){this.state!=="idle"&&this.cancel(),this.deselectGraphic(),this.state="polygon",this.enter2DMode(),this.svgDrawer.clear(),this.disableControls(),this.dispatchEvent({type:"start",drawType:"polygon"})}startDrawRect(){this.state!=="idle"&&this.cancel(),this.deselectGraphic(),this.state="rect",this.enter2DMode(),this.startPoint=null,this.disableControls(),this.dispatchEvent({type:"start",drawType:"rect"})}startDrawCircle(){this.state!=="idle"&&this.cancel(),this.deselectGraphic(),this.state="circle",this.enter2DMode(),this.circleCenter=null,this.circleRadius=0,this.disableControls(),this.dispatchEvent({type:"start",drawType:"circle"})}cancel(){this.state==="idle"&&!this.selectedGraphic||(this.selectedGraphic&&this.deselectGraphic(),this.state!=="idle"&&(this.svgDrawer.clear(),this.state="idle",this.enableControls(),this.exit2DMode(),this.dispatchEvent({type:"cancel"})))}selectGraphic(t){let e=this.graphics.get(t);if(e){this.selectedGraphic&&this.deselectGraphic(),this.selectedGraphic=e,this.enter2DMode();var i,s;this.originalStyle={fillOpacity:(i=e.options.fillOpacity)!=null?i:.3,strokeOpacity:(s=e.options.strokeOpacity)!=null?s:1},e.options.fillOpacity=Math.min(this.originalStyle.fillOpacity,.5),e.options.strokeOpacity=Math.min(this.originalStyle.strokeOpacity,1),this.transformBox.show(e),this.dispatchEvent({type:"select",graphic:e})}}deselectGraphic(){if(!this.selectedGraphic)return;this.originalStyle&&(this.selectedGraphic.options.fillOpacity=this.originalStyle.fillOpacity,this.selectedGraphic.options.strokeOpacity=this.originalStyle.strokeOpacity,this.originalStyle=null);let t=this.selectedGraphic;this.selectedGraphic=null,this.transformBox.hide(),this.exit2DMode(),this.dispatchEvent({type:"deselect",graphic:t})}getSelectedGraphic(){return this.selectedGraphic}setRotation(t,e){let i=this.graphics.get(t);if(!i)return;let s=i.options.geometry.coords[0],o=[i.getCenter().x,i.getCenter().y],n=s.map(r=>ca(r,o,e));i.options.geometry.coords[0]=n,i.dispose(),i.init(),i.visible=!0,this.dispatchEvent({type:"change",action:"rotate",graphic:i,id:t})}setWidth(t,e){let i=this.graphics.get(t);if(!i)return;let s=i.getSize(),o=e/s.x,n=i.options.geometry.coords[0],r=[i.getCenter().x,i.getCenter().y],h=n.map(c=>[r[0]+(c[0]-r[0])*o,c[1]]);i.options.geometry.coords[0]=h,i.dispose(),i.init(),i.visible=!0,this.dispatchEvent({type:"change",action:"resize",graphic:i,id:t})}setHeight(t,e){let i=this.graphics.get(t);if(!i)return;let s=i.getSize(),o=e/s.y,n=i.options.geometry.coords[0],r=[i.getCenter().x,i.getCenter().y],h=n.map(c=>[c[0],r[1]+(c[1]-r[1])*o]);i.options.geometry.coords[0]=h,i.dispose(),i.init(),i.visible=!0,this.dispatchEvent({type:"change",action:"resize",graphic:i,id:t})}setCoordinates(t,e){let i=this.graphics.get(t);i&&(i.options.geometry.coords=e,i.dispose(),i.init(),i.visible=!0,this.dispatchEvent({type:"change",action:"update",graphic:i,id:t}))}loadGraphics(t){t.forEach(e=>{e.id?gt.registerKey(e.id):e.id=gt.genUniqueKey(),e.visible=!0,this.createGraphic(e)}),this.dispatchEvent({type:"change",action:"add"})}getGraphics(){return Array.from(this.graphics.values())}removeGraphic(t){var e;let i=this.graphics.get(t);i&&(((e=this.selectedGraphic)==null?void 0:e.options.id)===t&&this.deselectGraphic(),this.graphicsGroup.remove(i),i.dispose(),this.graphics.delete(t),gt.removeKey(t),this.dispatchEvent({type:"change",action:"remove",id:t}))}clearGraphics(){this.selectedGraphic&&this.deselectGraphic(),this.graphics.forEach((t,e)=>{this.graphicsGroup.remove(t),t.dispose(),gt.removeKey(e)}),this.graphics.clear(),this.dispatchEvent({type:"change",action:"remove"})}getScreenPoint(t){let e=this.bmap.context.container.getBoundingClientRect();return{x:t.clientX-e.left,y:t.clientY-e.top}}screenToWorld(t){let{camera:e,container:i}=this.bmap.context,s=new mu;s.x=t.x/i.clientWidth*2-1,s.y=-(t.y/i.clientHeight)*2+1,this.raycaster.setFromCamera(s,e);let o=new fu(new hi(0,0,1),0),n=new hi;return this.raycaster.ray.intersectPlane(o,n)?n:null}screenCoordsToWorld(t){return t.map(e=>{let i=this.screenToWorld(e);return i?[i.x,i.y]:[0,0]})}pixelsToWorldDistance(t,e){let i=this.screenToWorld(e);if(!i)return 0;let s={x:e.x+t,y:e.y},o=this.screenToWorld(s);return o?Math.sqrt((o.x-i.x)**2+(o.y-i.y)**2):0}registryEvents(){this.bmap.context.container.addEventListener("contextmenu",this.onContextMenu),this.bmap.context.container.addEventListener("pointerdown",this.onPointerDown),this.bmap.context.container.addEventListener("pointermove",this.onPointerMove),this.bmap.context.container.addEventListener("pointerup",this.onPointerUp)}unRegistryEvents(){this.bmap.context.container.removeEventListener("contextmenu",this.onContextMenu),this.bmap.context.container.removeEventListener("pointerdown",this.onPointerDown),this.bmap.context.container.removeEventListener("pointermove",this.onPointerMove),this.bmap.context.container.removeEventListener("pointerup",this.onPointerUp)}registryTransformEvents(){this.transformBox.addEventListener("transform-start",this.onTransformStart),this.transformBox.addEventListener("transform",this.onTransform),this.transformBox.addEventListener("transform-end",this.onTransformEnd)}unRegistryTransformEvents(){this.transformBox.removeEventListener("transform-start",this.onTransformStart),this.transformBox.removeEventListener("transform",this.onTransform),this.transformBox.removeEventListener("transform-end",this.onTransformEnd)}enter2DMode(){this.prevMapType===void 0&&(this.prevMapType=this.bmap.type,this.bmap.changeMapType("2d",0))}exit2DMode(){this.prevMapType!==void 0&&(this.bmap.changeMapType(this.prevMapType,0),this.prevMapType=void 0)}disableControls(){this.prevPanStatus=this.bmap.context.control.enablePan,this.prevRotateStatus=this.bmap.context.control.enableRotate,this.bmap.context.control.enablePan=!1,this.bmap.context.control.enableRotate=!1}enableControls(){this.prevPanStatus!==void 0&&(this.bmap.context.control.enablePan=this.prevPanStatus),this.prevRotateStatus!==void 0&&(this.bmap.context.control.enableRotate=this.prevRotateStatus)}hitTestGraphic(t){let e=Array.from(this.graphics.values()).reverse();for(let i of e){let s=new gu().setFromObject(i);if(t.x>=s.min.x&&t.x<=s.max.x&&t.y>=s.min.y&&t.y<=s.max.y)return i}return null}finishPolygon(){let t=this.svgDrawer.points;if(t.length<3)return;let e=[this.screenCoordsToWorld(t)],i=this.buildGraphicOptions(e),s=this.createGraphic(i);this.svgDrawer.clear(),this.state="idle",this.enableControls(),this.dispatchEvent({type:"finish",graphic:s,drawType:"polygon"}),this.options.autoSelect?this.selectGraphic(s.options.id):this.exit2DMode()}finishRect(){if(!this.startPoint)return;let t=this.currentMousePoint;if(!t)return;let e=this.screenToWorld(this.startPoint),i=this.screenToWorld(t);if(!e||!i)return;let s=vu(e,i),o=this.buildGraphicOptions(s),n=this.createGraphic(o);this.svgDrawer.clear(),this.startPoint=null,this.state="idle",this.enableControls(),this.dispatchEvent({type:"finish",graphic:n,drawType:"rect"}),this.options.autoSelect?this.selectGraphic(n.options.id):this.exit2DMode()}finishCircle(){if(!this.circleCenter||this.circleRadius<5)return;let t=this.screenToWorld(this.circleCenter);if(!t)return;let e=this.pixelsToWorldDistance(this.circleRadius,this.circleCenter),i=yu(t,e,this.options.circleSegments),s=this.buildGraphicOptions(i),o=this.createGraphic(s);this.svgDrawer.clear(),this.circleCenter=null,this.circleRadius=0,this.state="idle",this.enableControls(),this.dispatchEvent({type:"finish",graphic:o,drawType:"circle"}),this.options.autoSelect?this.selectGraphic(o.options.id):this.exit2DMode()}buildGraphicOptions(t){let e=t[0],i=0,s=0;for(let l=0;l<e.length-1;l++)i+=e[l][0],s+=e[l][1];let o=i/(e.length-1),n=s/(e.length-1),[r,h]=this.bmap.coordinateTransform.worldToMercator(new hi(o,n,0)),c=t.map(l=>l.map(p=>{let[d,u]=p;return this.bmap.coordinateTransform.worldToMercator(new hi(d,u,0))}));return w({},Tt,{id:gt.genUniqueKey(),geometry:{type:"polygon",cds:c,coords:t,curveCpt:[],curveIndex:[]},center_coord_x:o,center_coord_y:n,center_x:r,center_y:h,fillColor:this.options.fillColor,strokeColor:this.options.strokeColor,fillOpacity:this.options.fillOpacity,strokeOpacity:this.options.strokeOpacity,strokeWidth:this.options.strokeWidth,height:this.options.height,visible:!0})}createGraphic(t){let e=new K(this.bmap.context,t);return this.graphics.set(t.id,e),this.graphicsGroup.add(e),e}dispose(){this.exit2DMode(),this.unRegistryEvents(),this.unRegistryTransformEvents(),this.svgDrawer.dispose(),this.transformBox.dispose(),this.clearGraphics(),this.bmap.context.scene.remove(this.graphicsGroup),super.dispose()}constructor(t,e={}){super(t),this.state="idle",this.graphics=new Map,this.selectedGraphic=null,this.startPoint=null,this.circleCenter=null,this.circleRadius=0,this.originalStyle=null,this.initialRotateAngle=0,this.rotationCenter=[0,0],this.raycaster=new uu,this.currentMousePoint=null,this.onContextMenu=i=>{(this.state!=="idle"||this.selectedGraphic)&&(i.preventDefault(),this.cancel())},this.onPointerDown=i=>{if(i.button!==0)return;let s=this.getScreenPoint(i);if(this.state==="polygon")this.svgDrawer.checkAdsorb(s)&&this.svgDrawer.points.length>=2?this.finishPolygon():this.svgDrawer.addPolygonPoint(s);else if(this.state==="rect")if(!this.startPoint)this.startPoint=s;else{this.currentMousePoint=s;let o=Math.abs(s.x-this.startPoint.x),n=Math.abs(s.y-this.startPoint.y);o>2||n>2?this.finishRect():this.startPoint=null}else if(this.state==="circle")this.circleCenter?(this.currentMousePoint=s,this.circleRadius>5?this.finishCircle():(this.circleCenter=null,this.circleRadius=0,this.svgDrawer.clear())):this.circleCenter=s;else if(this.state==="idle"){if(this.transformBox.isTransforming)return;let o=this.screenToWorld(s);if(!o)return;let n=this.hitTestGraphic(o);if(this.dispatchEvent({type:"graphic-click",graphic:n}),n){if(this.selectedGraphic&&n.options.id===this.selectedGraphic.options.id)return;this.options.autoSelect&&this.selectGraphic(n.options.id)}else this.selectedGraphic&&this.deselectGraphic()}},this.onPointerMove=i=>{let s=this.getScreenPoint(i);if(this.currentMousePoint=s,this.state==="polygon")this.svgDrawer.updatePolygonPreview(s);else if(this.state==="rect"&&this.startPoint)this.svgDrawer.updateRectPreview(this.startPoint,s,!0);else if(this.state==="circle"&&this.circleCenter){let o=s.x-this.circleCenter.x,n=s.y-this.circleCenter.y,r=Math.sqrt(o*o+n*n);this.circleRadius=r,this.svgDrawer.updateCirclePreview(this.circleCenter,r),this.svgDrawer.updateCirclePreviewFill(this.circleCenter,r)}},this.onPointerUp=i=>{},this.onTransformStart=i=>{if(i.action==="rotate"&&this.selectedGraphic){let s=this.selectedGraphic.getCenter();this.rotationCenter=[s.x,s.y];let o=this.transformBox.getSvgCoordinate(s);o&&(this.initialRotateAngle=Math.atan2(i.point.y-o.y,i.point.x-o.x))}},this.onTransform=i=>{if(!this.selectedGraphic)return;let{action:s,delta:o,currentPoint:n}=i,r=this.selectedGraphic;if(s==="move"){let h={x:n.x-o.x,y:n.y-o.y},c=this.screenToWorld(h),l=this.screenToWorld(n);if(!c||!l)return;let p={x:l.x-c.x,y:l.y-c.y},u=r.options.geometry.coords[0].map(m=>[m[0]+p.x,m[1]+p.y]);r.options.geometry.coords[0]=u}else if(s.startsWith("scale")){let h=this.transformBox.getBoundingBoxInfo();if(!h)return;let c=r.options.geometry.coords[0],l=o.x,p=o.y;(s==="scale-top"||s==="scale-bottom")&&(l=0),(s==="scale-left"||s==="scale-right")&&(p=0);let d={x:h.min.x,y:h.min.y},u={x:h.max.x,y:h.max.y},m={x:d.x+(s.includes("left")?l:0),y:d.y+(s.includes("bottom")?p:0)},v={x:u.x+(s.includes("right")?l:0),y:u.y+(s.includes("top")?p:0)},f=this.screenToWorld(d),x=this.screenToWorld(u),P=this.screenToWorld(m),_=this.screenToWorld(v);if(!f||!x||!P||!_)return;let E=x.x-f.x,S=x.y-f.y,R=_.x-P.x,b=_.y-P.y,N=c.map(J=>{let O=E!==0?(J[0]-f.x)/E:.5,Z=S!==0?(J[1]-f.y)/S:.5;return[P.x+O*R,P.y+Z*b]});r.options.geometry.coords[0]=N}else if(s==="rotate"){let h=this.transformBox.getSvgCoordinate(new hi(this.rotationCenter[0],this.rotationCenter[1],0));if(!h)return;let c=Math.atan2(n.y-h.y,n.x-h.x),l=c-this.initialRotateAngle;this.initialRotateAngle=c;let d=r.options.geometry.coords[0].map(u=>ca(u,this.rotationCenter,l));r.options.geometry.coords[0]=d}r.dispose(),r.init(),r.visible=!0},this.onTransformEnd=i=>{this.selectedGraphic&&this.dispatchEvent({type:"change",action:"move",graphic:this.selectedGraphic,id:this.selectedGraphic.options.id})},this.options=w({},Fo,e),this.graphicsGroup=new du,this.graphicsGroup.name="GraphicDrawGroup",this.bmap.context.scene.add(this.graphicsGroup),this.svgDrawer=new Is(this.bmap.context,{strokeColor:this.options.strokeColor,strokeOpacity:this.options.strokeOpacity,fillColor:this.options.fillColor,fillOpacity:this.options.fillOpacity,pointColor:this.options.pointColor,pointRadius:this.options.pointRadius,adsorbRadius:this.options.adsorbRadius}),this.transformBox=new Fs(this.bmap.context),this.transformBox.hide(),this.registryEvents(),this.registryTransformEvents()}};export{Ge as AibeeLoader,kr as BMap,Nr as BMapSelect,pt as BaseSvg,Os as CarInertialPosition,xi as ClickHelper,us as Context,ps as ContextCamera,ls as ContextScene,hs as Control,Mi as CoordinateTransform,Tr as CrLoader,Hr as CrNavPath,Dr as Equipment,et as EventDispatcher,sn as Events,zt as Floor,or as GlbModel,K as Graphic,Go as GraphicDraw,Di as GraphicLayer,le as GroundTexture,aa as Heatmap,Hi as HeatmapElement,oa as HighlightPoi,ct as HooksName,is as HoverHelper,Te as InstancedGraphic,Fi as InstancedModel,Ye as InstancedParkingSpace,Qi as InstancedWall,Pi as KalmanFilter,Ki as Lane,X as Layer,Qe as LineElement,nS as MapTypePolar,$e as MergeAttributeGraphic,pe as MergeAttributeGroundTexture,$i as MergeAttributeLane,Yi as MergeAttributeWall,hr as MergeGraphic,de as MergedAttributeGraphicLine,Bi as MergedGraphicLayer,Ii as MergedModelLayer,ki as Model,qr as MulFloorNavigation,$r as MulFloorSelect,Wr as MulFloors,vs as NavPath,Br as Navigation,Le as Overlay,Ri as ParkingLayer,hS as ParkingType,$t as PathDirection,Es as PdrPosition,ce as Poi,$ as Poi2,Ai as PoiLayer,Oi as PoiLayer2,ia as Position,ei as RENDER_VERSION,ta as RecommendParkingSpace,cs as Renderer,Ln as RoadNetwork,Me as RoadNetwork2,I as SENSOR_TYPE,ra as SatelliteTile,ir as SelectBox,es as Selection,ws as Sensor,Ti as Shadow,ai as Socket,na as SortByDistance,Ni as SvgLine,Zi as SvgPolygon,be as TaskQueue,Xi as TextTexture,ue as TileLayer,zi as TileLoader,H as Timer,se as TweenUtil,en as UA,sa as UseMyPosition,ji as Wall,wi as WorkerPool,em as addAlphaToHexColor,ye as calc_angle,js as calc_direction,W1 as calculateInstantaneousSpeed,Ds as calculateLineDirection,Tn as convertToSnakeCase,It as createCircle,Kt as createLine,mt as createRect,Jo as createSvg,fi as createSvgElement,Ef as createThreeBox,bf as createThreeLine,Xt as darkenColor,Ip as defaultConfig,Fo as defaultGraphicDrawOptions,Tt as defaultGraphicOptions,yo as defaultOptions,vl as defaultTextTextureOptions,Wu as deviceToVector3,A as dispose,pn as distancePointToSegment,qt as generatorKeyByObj,Fa as getAngle,Js as getBorderPoints,mi as getCenter,_r as getConfig,dn as getDirectPath,Vs as getDirectionByAngle,un as getDistanceByPathPos,T as getLength,Uu as getLongestSideDir,Hu as getMinEdgeSquare,ut as getPathLength,Vt as getPointEdgeIndex,Pe as getPosByPathDistance,qo as hasChinese,Ns as hexToRgb,Yo as initDirectionalLight,Xo as initLight,pi as initShape,Sg as instancedGeometiesAttributes,om as isAndroid,ee as isContain,we as isControl,Yt as isIphone,xe as isMac,$o as isPointInPolygon,Cg as isRectangle,Qr as linearFitForSpeed,Cr as loadBuildingGround,IE as loadExternalStreet,Lr as loadGraphics,Eg as mergeGraphicGeometries,ah as mergeGraphicLineGeometries,Lm as moveOnRoute,ri as predictFuturePosition,U1 as predictFutureSpeed,ve as proxyOptions,H1 as removeOutliers,Ba as removeWeightPath,ft as setCirclePosition,rt as setLineStartEnd,U as setRectPosition,gi as simplifyPath,tn as sleepByRf,Qo as sleepOnePromise,Hs as sleepOneRf,ln as smoothPath,kn as splitStrByBracket,tm as strToNumber,Mt as timeoutPromise,wf as toWebWorker,vi as transformGraphicData,Oo as transformSpeed,_e as translatePosToCenter,z as triggerWorker,L as vector3ToDevice,wm as xhrGet};
|
|
701
|
+
`};var Ls=class extends Hd{constructor(t){super({type:"ArrowLineMaterial",uniforms:Object.assign({},Kr.clone(Ss["custom-line"].uniforms),{map:{value:null}}),vertexShader:Ss["custom-line"].vertexShader,fragmentShader:Ss["custom-line"].fragmentShader,clipping:!0}),this.dashed=!1,Object.defineProperties(this,{map:{enumerable:!0,get:function(){return this.uniforms.map.value},set:function(e){this.uniforms.map.value=e}},color:{enumerable:!0,get:function(){return this.uniforms.diffuse.value},set:function(e){this.uniforms.diffuse.value=e}},linewidth:{enumerable:!0,get:function(){return this.uniforms.linewidth.value},set:function(e){this.uniforms.linewidth.value=e}},dashScale:{enumerable:!0,get:function(){return this.uniforms.dashScale.value},set:function(e){this.uniforms.dashScale.value=e}},dashSize:{enumerable:!0,get:function(){return this.uniforms.dashSize.value},set:function(e){this.uniforms.dashSize.value=e}},gapSize:{enumerable:!0,get:function(){return this.uniforms.gapSize.value},set:function(e){this.uniforms.gapSize.value=e}},resolution:{enumerable:!0,get:function(){return this.uniforms.resolution.value},set:function(e){this.uniforms.resolution.value.copy(e)}},repeat:{enumerable:!0,get:function(){return this.uniforms.repeat.value},set:function(e){this.uniforms.repeat.value.copy(e)}},allDistance:{enumerable:!0,get:function(){return this.uniforms.allDistance.value},set:function(e){this.uniforms.allDistance.value=e}}}),this.setValues(t),this.isLineMaterial=!0}};import{LineGeometry as qd}from"three/examples/jsm/lines/LineGeometry.js";import{Line2 as $d}from"three/examples/jsm/lines/Line2.js";var Xr={texture_url:Si,lineWidth:8,color:16777215},Ts=class extends Nd{registryEvent(){this.navigation.bmap.context.addEventListener("control-change",this.onControlChange),this.navigation.bmap.context.addEventListener("update",this.onUpdate),this.navigation.bmap.context.addEventListener("resize",this.onResize)}unRegistryEvent(){this.navigation.bmap.context.removeEventListener("control-change",this.onControlChange),this.navigation.bmap.context.removeEventListener("update",this.onUpdate),this.navigation.bmap.context.removeEventListener("resize",this.onResize)}getRepeat(){let{points:t,navigation:{bmap:{context:{camera:e,clientSize:{width:i,height:s}}}}}=this,o=t.map(r=>{let[h,c,l]=r;return T(new Vd(h,c,l),e,i,s)}).map(r=>{let{x:h,y:c}=r;return[h,c]});return ut(o)/32}changeRepeat(){if(!this.material)return;let t=this.getRepeat();this.material.repeat=new Do(t,1)}loadTexture(t){return new Promise((e,i)=>{new Zd().load(t,e,void 0,i)})}transformPoints(t){let e=[];for(let i=0;i<t.length;i++)e.push(...t[i]);return e}updatePoints(t){if(this.points=t,this.mesh){var e,i;this.remove(this.mesh),(e=this.material)==null||e.dispose(),(i=this.geometry)==null||i.dispose()}this.geometry=new qd,this.geometry.setPositions(t.flat(2));let s=ut(t.map(r=>{let[h,c]=r;return[h,c]})),o=this.material=new Ls({color:new jd(this.config.color),transparent:!0,resolution:new Do(this.navigation.bmap.context.clientSize.width,this.navigation.bmap.context.clientSize.height),depthTest:!0,depthWrite:!0,linewidth:this.config.lineWidth,map:this.texture,blending:Kd,repeat:new Do(this.getRepeat(),1),allDistance:s}),n=this.mesh=new $d(this.geometry,o);return n.computeLineDistances(),n.renderOrder=9,this.add(n),n}movePath(t){this.material&&(this.material.thresholdRatio=t)}create(t){return g(this,null,function*(){if(!this.texture){let e=this.texture=yield this.loadTexture(this.config.texture_url);e.wrapS=e.wrapT=Xd}return this.updatePoints(t)})}getBoundingBox(){return this.mesh?(this.mesh.geometry.computeBoundingBox(),new Yd().copy(this.mesh.geometry.boundingBox).applyMatrix4(this.mesh.matrixWorld)):null}dispose(){var t,e,i;this.unRegistryEvent(),this.clear(),(t=this.geometry)==null||t.dispose(),(e=this.material)==null||e.dispose(),(i=this.texture)==null||i.dispose(),this.navigation=null}constructor(t,e){super(),this.navigation=t,this.mesh=null,this.geometry=null,this.material=null,this.texture=null,this.config=Xr,this.points=[],this.basicRepeat=1,this.prevCameraZoom=0,this.onControlChange=()=>{let i=this.navigation.bmap.context.camera.zoom;i!==this.prevCameraZoom&&(this.prevCameraZoom=i,this.changeRepeat())},this.onUpdate=()=>{this.texture},this.onResize=()=>{if(this.material){let{width:i,height:s}=this.navigation.bmap.context.clientSize;this.material.resolution.set(i,s)}},this.config=Object.assign({},Xr,e),this.registryEvent(),this.prevCameraZoom=this.navigation.bmap.context.camera.zoom}};import{Tween as su}from"@tweenjs/tween.js";import{AnimationMixer as Jd,Box3 as Qd,Object3D as Yr,Vector3 as tu,Mesh as eu,Euler as iu}from"three";var ks=class extends Yr{meshSetMaterial(t){t instanceof eu&&(t.material.emissiveIntensity=.5,t.material.shininess=0,t.material.emissive=t.material.color,t.material.emissiveMap=t.material.map,t.material.transparent=!0,t.material.depthTest=!1,t.renderOrder=1e6),t.children.forEach(i=>{this.meshSetMaterial(i)})}getBaseScale(t){let{clientSize:{height:e},camera:i}=this.bmap.context,o=(i.top-i.bottom)/i.zoom/e;return this.options.size*o/this.modelMaxLength}registryEvent(){this.bmap.context.addEventListener("update",this._update),this.bmap.context.addEventListener("control-zoom-change",this._onChangeZoom)}unRegistryEvent(){this.bmap.context.removeEventListener("update",this._update),this.bmap.context.removeEventListener("control-zoom-change",this._onChangeZoom)}lookAtCamera(){if(this.model&&this.bmap&&this.bmap.context){let t=this.bmap.context.camera,e=new iu;e.setFromQuaternion(t.quaternion,"ZYX"),this.group.rotation.copy(e)}}setClips(t){this.clearClips(),t.length&&(this.mixer=new Jd(this.model.scene),t.forEach(e=>this.mixer.clipAction(e).play()))}startClips(){var t;this.setClips(((t=this.model)==null?void 0:t.animations)||[])}clearClips(){this.mixer&&(this.mixer.stopAllAction(),this.mixer.uncacheRoot(this.mixer.getRoot()),this.mixer=null)}dispose(){this.unRegistryEvent(),this.clearClips(),this.clear(),this.model&&A(this.model.scene),this.bmap=null}constructor(t,e,i={}){super(),this.bmap=t,this.group=new Yr,this.mixer=null,this.previewTime=0,this.modelMaxLength=0,this.options={size:40},this._update=()=>{let s=Date.now();if(!this.previewTime)this.previewTime=s;else{var o;let n=s-this.previewTime;this.previewTime=s,(o=this.mixer)==null||o.update(n/1e3)}this.lookAtCamera()},this._onChangeZoom=s=>{let{zoom:o}=s;var n;if(!this.model)return;let r=this.getBaseScale(this.model.scene);(n=this.model)==null||n.scene.scale.set(r,r,r)},this.options=w({},this.options,i),this.add(this.group),lt.loadModel(e,!1).then(s=>{this.model=s;let n=new Qd().setFromObject(s.scene).getSize(new tu),r=Math.max(n.x,n.y,n.z);this.modelMaxLength=r;let h=this.getBaseScale(s.scene);s.scene.scale.set(h,h,h),this.meshSetMaterial(s.scene),this.group.add(s.scene),this.setClips(s.animations),this.group.rotation.set(Math.PI/2,Math.PI,0),this.dispatchEvent({type:"loaded"})}),this.registryEvent()}};import{Vector3 as Ao}from"three";var qr=class extends W{registryEvent(){this.bmap.context.addEventListener("update",this.onUpdate)}pauseAnimation(){this.tweenUtil.pause()}continueAnimation(){this.tweenUtil.continue()}clearTween(){this.tweenUtil.clear(),this.bmap.context.control.enabled=!0}unRegistryEvent(){this.bmap.context.removeEventListener("update",this.onUpdate)}clearPath(){this.path&&(this.bmap.context.scene.remove(this.path),this.path.dispose(),this.path=null,this.movedDistance=0,this.clearTween()),this.startModel&&(this.startModel.visible=!1),this.translatePath=null}addPath(t){this.paths=t;let e=t.map(i=>w({},i,{points:this.translatePoints(i.points)}));if(this.clearTween(),this.movedDistance=0,this.bmap.currentBuildGround)this.renderPath(e);else{let i=()=>{this.bmap.removeEventListener("center-change",i),this.renderPath(e)};this.bmap.addEventListener("center-change",i)}this.dispatchEvent({type:"add-path",paths:t})}translatePoints(t){let[e,i]=this.bmap.buildingCenter;return t.map(s=>[s[0]-e,s[1]-i])}renderPath(t){return g(this,null,function*(){if(!t.length)return this.clearPath();let e=[];t.forEach((i,s,o)=>{let n=this.mulFloor.floors.find(r=>r.name===i.floor);e.push(...i.points.map(r=>{let[h,c]=r;return[h,c,n.position.z+n.groundMaxHeight]}))}),this.cPath=e,this.animationPathOptions={cPathIndex:0},this.path?this.path.updatePoints(e):(this.path=new Ts(this),yield this.path.create(e),this.path.position.z=.5,this.bmap.context.scene.add(this.path)),this.startModel&&(this.startModel.position.set(e[0][0],e[0][1],e[0][2]),this.startModel.visible=!0),this.dispatchEvent({type:"render-path",path:this.path})})}catmullRomCurve3(t){return yi(t,!1,!0,.1,170,2.5)}getPathDirection(t,e){if(t.length<2)return null;let i=Vt(t,e),s=t[i],o=t[i+1],n=new Ao(o[0]-s[0],o[1]-s[1],0).normalize(),r=new Ao(0,1,0).normalize(),h=n.angleTo(r),c=new Ao().crossVectors(r,n);return(Object.is(c.y,0)?-1:1)*h}startSimulation(t){return g(this,null,function*(){t===void 0&&(t=1);let{paths:e,movedDistance:i}=this;if(!e.length)return;let s=e.reduce((n,r)=>n+r.distance,0);if(!s||i>=s)return;this.simulationTween&&this.tweenUtil.remove(this.simulationTween);let o=s/t;return this.startModel.startClips(),new Promise(n=>{let r=this.simulationTween=new su({distance:this.movedDistance},this.tweenUtil.group).to({distance:s},o*1e3).onUpdate(h=>{var c;this.movedDistance=h.distance;let l=h.distance,p=0;for(let m=0;m<e.length;m++)if(e[m].distance>=l){p=m;break}else l-=e[m].distance;let d=Pe(e[p].points,l);if(d===null)return;this.currentPathPosition=d;let u=this.translatePoints([d])[0],f=this.mulFloor.floors.find(m=>m.name===e[p].floor),x=f?f.position.z+f.groundMaxHeight:(c=this.startModel)==null?void 0:c.position.z;this.startModel&&this.startModel.position.set(u[0],u[1],x)}).onComplete(()=>{if(this.tweenUtil.remove(r),this.startModel.clearClips(),this.startModel){var h,c,l,p;let d=(l=e.slice(-1)[0])==null||(c=l.points)==null||(h=c.slice(-1))==null?void 0:h[0];if(!d)return;let u=this.mulFloor.floors.find(m=>{var y;return m.name===((y=e.slice(-1)[0])==null?void 0:y.floor)});if(!u)return;let f=u?u.position.z+u.groundMaxHeight:(p=this.startModel)==null?void 0:p.position.z,x=this.translatePoints([d])[0];this.startModel.position.set(x[0],x[1],f)}n(!0)}).start()})})}setStartPoiRotate(t){if(this.startPoi){let i=(this.bmap.context.control.getAzimuthalAngle()*180/Math.PI+360)%360;this.startPoi.options.icon_rotate=(360-t-i)%360}}dispose(){this.path&&(this.bmap.context.scene.remove(this.path),this.path.dispose()),this.startModel&&(this.bmap.context.scene.remove(this.startModel),this.startModel.dispose()),this.tweenUtil.dispose(),this.unRegistryEvent(),super.dispose()}constructor(t,e,i={}){super(t),this.mulFloor=e,this.path=null,this.fetchRoadStatus=!1,this.paths=[],this.curFloorPath=null,this.translatePath=null,this.currentPathPosition=null,this.pathTween=null,this.startPoi=null,this.movedDistance=0,this.tweenUtil=new se,this.animationPathOptions={cPathIndex:0},this.cPath=[],this.onUpdate=()=>{this.tweenUtil.update()},this.startModel=new ks(t,Un,i.startModel),this.startModel.visible=!1,this.bmap.context.scene.add(this.startModel),this.registryEvent()}};import"core-js/modules/es.array.flat.js";import"core-js/modules/es.array.unscopables.flat.js";import{Raycaster as ou,Vector2 as nu}from"three";var $r=class extends W{registryEvent(){this.clickHelper.addEventListener("click",this._click)}unRegistryEvent(){this.clickHelper.removeEventListener("click",this._click)}dispose(){this.unRegistryEvent(),this.clickHelper.dispose(),this.mulFloors=null,super.dispose()}constructor(t,e){super(t),this.mulFloors=e,this._click=i=>{let{e:s}=i;if(!this.mulFloors.showStatus)return;let o=new nu,{offsetX:n,offsetY:r}=s,h=this.mulFloors.floors.map(d=>d.poiLayer2.getPoiByDeviceXy(n,r)).flat(2),{clientSize:c}=this.bmap.context;o.x=n/c.width*2-1,o.y=r/c.height*-2+1;let l=new ou;l.setFromCamera(o,this.bmap.context.camera),l.ray.origin.sub(l.ray.direction.clone().multiplyScalar(1e4));let p=this.mulFloors.floors.map(d=>d.graphicLayer.getGraphicByRaycaster(l).graphics).flat();this.dispatchEvent({type:"select",pois:h,graphics:p})},this.clickHelper=new xi(this.bmap.context.container),this.registryEvent()}};import"core-js/modules/es.array.push.js";import"core-js/modules/es.array.find-last-index.js";import"core-js/modules/es.array.find-last.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.array.sort.js";import{Vector2 as ri}from"three";function Qr(a){let t=a.length,e=0,i=0,s=0,o=0;a.forEach(c=>{e+=c[0],i+=c[1],s+=c[0]*c[1],o+=c[0]*c[0]});let n=t*o-e*e;if(n===0)return{m:0,b:0};let r=(t*s-e*i)/n,h=(i-r*e)/t;return{m:r,b:h}}function ru(a){let t=a.length,e=0,i=0,s=0,o=0;a.forEach(h=>{e+=h[0],i+=h[1],s+=h[0]*h[1],o+=h[0]*h[0]});let n=(t*s-e*i)/(t*o-e*e),r=(i-n*e)/t;return{m:n,b:r}}function au(a,t,e){let i=e[0][0],s=e.slice(-1)[0][0],o=a*i+t,n=a*s+t;return{start:[i,o],end:[s,n]}}function Ds(a){if(a.length<2)return null;let t=a.filter((h,c)=>{let l=[...a];return l.splice(c,1),l.every(p=>p[0]!==h[0]&&p[1]!==h[1])});if(t.length<2)return null;let{m:e,b:i}=ru(t),{start:s,end:o}=au(e,i,t),r=(360-new ri().subVectors(new ri(o[0],o[1]),new ri(s[0],s[1])).angle()*180/Math.PI)%360;return Number.isNaN(r)?null:r}function Z1(a){let t=[];for(let e=1;e<a.length;e++){let i=a[e-1],s=a[e],o=s.position[0]-i.position[0],n=s.position[1]-i.position[1],r=Math.sqrt(o**2+n**2),h=s.time-i.time;if(h>0){let c=r/h;console.log("speedDelta",i.type,s.type,Oo(c),r,h),t.push(c)}else t.push(0)}return t}function j1(a,t){let e=a[0],i=a.slice(-1)[0],s=k(i.position,e.position),o=i.time-e.time;return o<100||s<3?null:s/o}function Oo(a){return a*60*60}function ai(a,t,e,i){let s=(e+90)%360*(Math.PI/180),o=t*i,n=new ri(a[0],a[1]),r=Math.cos(s),h=Math.sin(s),c=new ri(r,h);return n.add(c.normalize().multiplyScalar(o)),[n.x,n.y]}function V1(a){let t=[...a].sort((c,l)=>c-l),e=Jr(t,25),i=Jr(t,75),s=i-e,o=e-1.5*s,n=i+1.5*s,r=t.filter(c=>c>=o&&c<=n);return a.filter(c=>r.includes(c))}function Jr(a,t){let e=t/100*(a.length-1),i=Math.floor(e),s=Math.ceil(e);if(i===s)return a[i];let o=e-i;return a[i]*(1-o)+a[s]*o}import{isNil as As}from"lodash";var Os=class extends et{setPathAngle(t){this.pathAngle=t,this.dispatchEvent({type:"change-compass",value:this.pathAngle}),As(this.angle)&&(this.angle=t)}changeSpeed(){let t=this.history.filter(m=>["vision"].includes(m.type));if(t.length<2){this.speedFilter.filter(0),this.speed=0;return}let e=t[t.length-1].time,i=5e3;if(t[t.length-1].clientTime<Date.now()-1e3)return this.speed;let s=t.filter(m=>e-m.time<=i);if(s.length<5)return this.speed;let o=[];for(let m=0;m<s.length;m++){if(m===0){o.push(s[m]);continue}let y=s[m-1],P=s[m];P.time-y.time<2e3&&o.push(P)}if(o.length<2)return this.speed;let n=o[0].time,r=o[0].position,h=o.map((m,y)=>{let P=m.time-n,M=k(m.position,r);return[P,M]}),{m:c}=Qr(h),l=Math.max(c,0),p=15/3600;l>p&&console.warn("\u901F\u5EA6\u8D85\u8FC715km/h:",{speed_m_ms:l,speed_km_h:l*3600,points:o.map((m,y)=>({index:y+1,type:m.type,time:m.time,clientTime:m.clientTime,position:m.position})),relativeTimesAndDistances:h,totalDistance:k(o[o.length-1].position,o[0].position),totalTime:o[o.length-1].time-o[0].time,pointPairs:o.slice(1).map((m,y)=>({prevIndex:y+1,prevType:o[y].type,currIndex:y+2,currType:m.type,timeDiff:m.time-o[y].time,distance:k(m.position,o[y].position)}))});let d=2/1e3,u=Date.now(),f=u-this._lastSpeedUpdateTime;if(this._lastSpeedUpdateTime=u,this.speed!==0&&l!==0){let m=d*f;Math.abs(l-this.speed)>m&&(l=l>this.speed?this.speed+m:this.speed-m)}let x=this.speedFilter.filter(l);this.speed=x}changeAngle(t){t===void 0&&(t=this.visionHistory),t.length<2&&(this.angle=null);let e=Ds(t.map(i=>i.position));e!==null&&this.setAngle(e)}setAngle(t,e){e===void 0&&(e=!0),this.angle=t,e&&this.dispatchEvent({type:"change-position-compass",value:t})}setPosition(t,e,i){this.lastExternalPositionTime=Date.now();let s={position:t,time:e,clientTime:Date.now()-i,type:"vision"};if(this._setVisionHistoryForAngle(s),As(this.angle)||!this.speed){this.addHistory(s);return}let o=this.history.findLastIndex(r=>r.type==="vision"),n=this.history[o];if(n){if(n.time>e)return;let r=Ds([this.history.slice(-1)[0].position,t]);if(r&&Math.abs(r-this.angle)<60){this.addHistory(s);return}let h=ai(t,this.speed,360-this.pathAngle,i);k(h,this.history.slice(-1)[0].position)>5?this.visionExcessesCount++:this.visionExcessesCount=0,this.visionExcessesCount>3&&(console.warn("\u8FDE\u7EED\u4E09\u6B21\u89C6\u89C9\u548Cpdr\u5DEE\u8DDD\u5927\u4E8E5\u7C73\uFF0C\u4F7F\u7528\u89C6\u89C9\u6821\u51C6"),this.addHistory(s),this.visionExcessesCount=0)}}resetPdrPosition(){let t=this.history.findLast(e=>e.type==="vision");if(t&&this.speed){let e=ai(t.position,this.speed,360-this.pathAngle,Date.now()-t.clientTime);e&&this.history.push({position:e,time:Date.now(),clientTime:Date.now(),type:"pdr"})}}getLastVisionPdrPos(){let t=this.history.findLastIndex(i=>i.type==="vision");if(t!==-1){var e;return(e=this.history[t+1])!=null?e:this.history[t]}return null}_setVisionHistoryForAngle(t){if(this.visionHistory.length<3){this.visionHistory.push(t);return}let e=Ds([...this.visionHistory.slice(-3).map(i=>i.position),t.position]);if(e!==null&&this.angle!==null){let i=Math.abs(this.angle-e),s=Math.min(i,360-i);this.angle&&s>90?this.angleExcessesCount++:(this.angleExcessesCount=0,this.visionHistory.push(t))}if(this.angleExcessesCount>3)console.warn("\u8FDE\u7EED\u4E09\u6B21\u89D2\u5EA6\u6BD4\u8F83\u6B6A\uFF0C\u91CD\u65B0\u77EB\u6B63",e,this.angle,this.pathAngle),this.visionHistory=[t],this.angleExcessesCount=0;else{let i=k(this.visionHistory[0].position,this.visionHistory.slice(-1)[0].position);for(;i>5&&this.visionHistory.length>15;)this.visionHistory.shift(),i=k(this.visionHistory[0].position,this.visionHistory.slice(-1)[0].position)}this.changeAngle()}addHistory(t){this.history.push(t);let e=this.history.filter(r=>r.type==="vision"),i=e.length?Date.now()-e.slice(-1)[0].clientTime:0,s=k(this.history[0].position,this.history.slice(-1)[0].position),o=i>5e3?10:3,n=i>5e3?0:5;for(i>5e3&&console.warn("\u89C6\u89C9\u7ED3\u679C\u8D85\u51FA5s\u4E0D\u53EF\u7528\uFF0C\u5168\u90E8\u6E05\u7A7A");e.length>n&&s>o;)this.history.shift(),e=this.history.filter(r=>r.type==="vision"),s=k(this.history[0].position,this.history.slice(-1)[0].position);n===0?this.changeSpeed():t.type==="vision"&&this.changeSpeed(),this.changePosition(t.type)}setBeaconPosition(t,e,i){this.lastExternalPositionTime=Date.now();let s=Date.now()-i,o={position:t,time:e,clientTime:s,type:"beacon"},n=this.history.findLastIndex(l=>l.type!=="pdr"),r=this.history[n];if(!r){this.addHistory(o);return}if(As(this.pathAngle)||!this.speed){this.addHistory(o);return}if(r&&r.time>e)return;let h=ai(t,this.speed,360-this.pathAngle,i);k(h,this.history.slice(-1)[0].position)>5?this.beaconExcessesCount++:this.beaconExcessesCount=0,this.beaconExcessesCount>3&&(console.warn("\u8FDE\u7EED\u4E09\u6B21beacon\u548Cpdr\u5DEE\u8DDD\u5927\u4E8E5\u7C73\uFF0C\u4F7F\u7528beacon\u6821\u51C6"),this.addHistory(o),this.beaconExcessesCount=0)}startPositionTimer(){this.positionTimer&&this.timer.clearInterval(this.positionTimer),this.positionTimer=this.timer.setInterval(()=>{this.changePosition()},20)}stopPositionTimer(){this.positionTimer&&(this.timer.clearInterval(this.positionTimer),this.positionTimer=null)}changePosition(t){t===void 0&&(t="pdr");let e=Date.now()-this.lastExternalPositionTime;if(this.lastExternalPositionTime>0&&e>1e4){console.warn("\u8FDE\u7EED10s\u6CA1\u6709\u5916\u90E8\u5B9A\u4F4D\u7ED3\u679C\uFF0C\u505C\u6B62\u53D1\u9001\u60EF\u5BFC\u5B9A\u4F4D\u7ED3\u679C");return}let i=this.getPosition(t);i.success&&(this.history.push({position:i.pos,time:Date.now(),clientTime:Date.now(),type:"pdr"}),this.speed?this.dispatchEvent({type:"change-pos",value:w({},i)}):this.dispatchEvent({type:"change-pos",value:i}))}getPosition(t){if(this.history.length===0)return{success:!1,pos:[0,0],compass:null,speed:0};let e=this.history.slice(-1)[0];if(this.history.length<2)return{success:!0,pos:e.position,compass:this.pathAngle,speed:this.speed};if(As(this.pathAngle)||!this.speed)return{success:!0,pos:e.position,compass:this.pathAngle,speed:this.speed};let i=e.clientTime,s=Date.now()-i;return{success:!0,pos:this.pathAngle?ai(e.position,this.speed,360-this.pathAngle,s):e.position,compass:this.pathAngle,speed:Oo(this.speed)}}dispose(){this.timer.dispose()}constructor(){super(),this.history=[],this.visionHistory=[],this.speed=0,this.angle=null,this.timer=new H,this.positionTimer=null,this.speedFilter=new Pi,this.visionExcessesCount=0,this.beaconExcessesCount=0,this.angleExcessesCount=0,this.pathAngle=0,this.lastExternalPositionTime=0,this._lastSpeedUpdateTime=0,this.startPositionTimer(),this._lastSpeedUpdateTime=Date.now()}};import"core-js/modules/es.json.stringify.js";function Ro(){return new Worker(new URL("./worker/recommend.worker-GACCZKX6.js",import.meta.url))}import"core-js/modules/es.array.push.js";var Rs=class{setRoadData(t,e){this.roadNetwork.initRoute(t,e),this.roadReadyResolve(!0)}setRoadNetwork(t){this.roadNetwork=t}recommend(t,e,i,s,o){return g(this,null,function*(){yield this.roadReadyPromise;let n=e.reduce((l,p)=>(l[p.floor]?l[p.floor].push(p):l[p.floor]=[p],l),{}),r=this.roadNetwork.roadInfo.map(l=>l.floor),h=this.transformStart(t);if(!h)return null;let c=i?this.transformEnd(i):null;if(o){let l=e.filter(p=>{let d=this.roadNetwork.getParkingSpaceInfo(p.floor,p.lot_id);return d?d.parkingType===o:!1});if(l.length>0){let p=l.reduce((d,u)=>(d[u.floor]?d[u.floor].push(u):d[u.floor]=[u],d),{});if(c){let d=this.recommendByEnd(h,c,p,r,s);if(d)return d}else{let d=this.recommendByStart(h.floor,h.coord,h.routePointId,p,r,s);if(d)return d}}}return c?this.recommendByEnd(h,c,n,r,s):this.recommendByStart(h.floor,h.coord,h.routePointId,n,r,s)})}dispose(){this.roadNetwork.clear()}getFloorCarByDistance(t,e,i){let{floor:s,coord:o,routePointId:n}=t,r=null;return(e||[]).forEach(h=>{let c=this.roadNetwork.getPath({floor:s,coord:o,routePointId:n},{floor:h.floor,parkingSpace:h.lot_id},"forward",0,i);if(c==="near"){r={floor:h.floor,spaceNo:h.lot_id,distance:0};return}if(!c||typeof c=="string")return;let l={floor:h.floor,spaceNo:h.lot_id,distance:c[0].consume};r||(r=l),r.distance>l.distance&&(r=l)}),r}recommendByStart(t,e,i,s,o,n){let r=this.getFloorCarByDistance({floor:t,coord:e,routePointId:i},s[t],n);return r||this.recommendByStartNearFloor(t,e,i,s,o,n)}recommendByStartNearFloor(t,e,i,s,o,n){let r=o.indexOf(t);r===-1&&(r=o.length);let h=1,c=null;for(;h<=o.length;){if(o.filter((p,d)=>d===r-h||d===r+h).forEach(p=>{let d=this.getFloorCarByDistance({floor:t,coord:e,routePointId:i},s[p],n);c?d&&c.distance>d.distance&&(c=d):c=d}),c)return c;h++}return c}recommendByEnd(t,e,i,s,o){console.time("recommendByEnd");let n=this.recommendFloorCarByEndDistance(t,e,e.floor,i,o);if(n)return n;console.timeEnd("recommendByEnd"),console.time("recommendByStart");let r=this.recommendFloorCarByEndDistance(t,e,t.floor,i,o);return console.timeEnd("recommendByStart"),r||this.recommendByStartNearFloorAndEnd(t,e,t.floor,i,s,o)}recommendFloorCarByEndDistance(t,e,i,s,o){let n=s[i]||[];if(!n.length)return null;let r=null;return n.forEach(h=>{let c=this.roadNetwork.getParkingSpaceInfo(h.floor,h.lot_id);if(!c)return;console.time("path2");let l=this.roadNetwork.getPath({floor:h.floor,routePointId:c.id},e,"",0);if(console.timeEnd("path2"),l==="near"){r={floor:h.floor,spaceNo:h.lot_id,distance:0};return}if(!l||typeof l=="string")return;let p={floor:h.floor,spaceNo:h.lot_id,distance:l[0].consume},d={floor:h.floor,routePointId:c.id};if(r){if(r.distance>p.distance){console.count("forward");let u=this.roadNetwork.getPath(t,d,"forward",0,o);if(!u||typeof u=="string"&&u!=="near")return;r=p}}else{console.count("forward");let u=this.roadNetwork.getPath(t,d,"forward",0,o);if(!u||typeof u=="string"&&u!=="near")return;r=p}}),r}recommendByStartNearFloorAndEnd(t,e,i,s,o,n){let r=o.indexOf(i);r===-1&&(r=o.length);let h=1,c=null;for(;h<=o.length;){if(o.filter((p,d)=>d===r-h||d===r+h).forEach(p=>{let d=this.recommendFloorCarByEndDistance(t,e,p,s,n);c?d&&c.distance>d.distance&&(c=d):c=d}),c)return c;h++}return c}transformStart(t){if(t.routePointId)return{floor:t.floor,routePointId:t.routePointId};if(t.coord)return{floor:t.floor,coord:t.coord};if(t.nodeId){let e=this.roadNetwork.getNodeInfo(t.floor,t.nodeId);if(e)return{floor:e.floor,coord:e.cds}}return null}transformEnd(t){if(t.routePointId&&t.floor)return{floor:t.floor,routePointId:t.routePointId};if(t.coord)return{floor:t.floor,coord:t.coord};if(t.nodeId){let e=this.roadNetwork.getNodeInfo(t.floor,t.nodeId);if(e)return{floor:e.floor,coord:e.cds}}if(t.parkingSpace){let e=this.roadNetwork.getParkingSpaceInfo(t.floor,t.parkingSpace);if(e)return{floor:e.floor,coord:e.cds,routePointId:e.id}}return null}constructor(){this.roadNetwork=new Me,this.roadReadyPromise=new Promise(t=>{this.roadReadyResolve=t})}};var hu={placeId:0,catLotStatusApi:"https://screen.aibee.cn/ai-map/car-park/car-lot-status",useWorker:!1},ta=class{setRoadData(t,e){return this.options.useWorker&&this.worker?z(this.worker,"set_road_info",{roadData:t,facilities:e}):(this.recommendCore&&this.recommendCore.setRoadData(t,e),Promise.resolve())}recommend(t){return g(this,null,function*(){let e=yield fetch(this.options.catLotStatusApi,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({place_id:+this.options.placeId})}).then(i=>i.json()).then(i=>i.data.filter(s=>s.status===0)).then(i=>{var s;return i.filter((s=this.options.filterCarLotStatus)!=null?s:()=>!0)});return this.options.useWorker&&this.worker?z(this.worker,"recommend",w({},t,{carLotStatus:e})):this.recommendCore?this.recommendCore.recommend(t.start,e,t.end,t.travelDirection,t.parkingType):null})}dispose(){this.worker&&(this.worker.terminate(),this.worker=null),this.recommendCore&&(this.recommendCore.dispose(),this.recommendCore=null)}constructor(t={}){this.worker=null,this.recommendCore=null,this.options=w({},hu,t),this.options.useWorker?this.worker=Ro():this.recommendCore=new Rs}};import"core-js/modules/es.json.stringify.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.sort.js";import"core-js/modules/es.array.push.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/web.url-search-params.js";import"core-js/modules/web.url-search-params.delete.js";import"core-js/modules/web.url-search-params.has.js";import"core-js/modules/web.url-search-params.size.js";import"core-js/modules/es.json.stringify.js";var cu={url:"",reconnect:!0,heartBeat:2e3,heartMsg:JSON.stringify({command:"PING"}),reconnectTime:3e3,reconnectMaxCount:1e6,noMessageTime:6e3},hi=class extends et{initWebsocket(){this.ws=new WebSocket(this.options.url),this.ws.onopen=()=>{this.alive=!0,this.startHeart(),this.startOnMessageTimer(),this.stopReconnect(),this.dispatchEvent({type:"open"})},this.ws.onerror=()=>{this.alive=!1,this.ws=null,this.stopHeart(),this.stopOnMessageTimer(),this.startReconnect(),this.registryEvent()},this.ws.onclose=()=>{this.alive=!1,this.ws=null,this.stopHeart(),this.stopOnMessageTimer(),this.startReconnect()},this.ws.onmessage=t=>{this.startOnMessageTimer(),this.dispatchEvent({type:"message",message:t})}}startHeart(){this.stopHeart(),this.heartTimer=this.timer.setInterval(()=>{this.send(this.options.heartMsg)&&this.dispatchEvent({type:"send-heart"})},this.options.heartBeat)}stopHeart(){this.heartTimer&&(this.timer.clearInterval(this.heartTimer),this.heartTimer=null)}startReconnect(t){t===void 0&&(t=this.options.reconnectTime),this.stopReconnect(),this.options.reconnect&&(this.options.reconnectMaxCount--,this.options.reconnectMaxCount>=0&&(this.reconnectTimer=this.timer.setTimeout(()=>{this.initWebsocket()},t)))}stopReconnect(){this.reconnectTimer&&(this.timer.clearTimeout(this.reconnectTimer),this.reconnectTimer=null)}startOnMessageTimer(){this.stopOnMessageTimer(),this.noMessageTimer=this.timer.setTimeout(()=>{var t;(t=this.ws)==null||t.close(),this.dispatchEvent({type:"no-message-timeout"})},this.options.noMessageTime)}stopOnMessageTimer(){this.noMessageTimer&&(this.timer.clearTimeout(this.noMessageTimer),this.noMessageTimer=null)}send(t){var e;let i=typeof t=="string"?t:JSON.stringify(t);return this.alive&&((e=this.ws)==null?void 0:e.readyState)===1?(this.ws.send(i),this.dispatchEvent({type:"send-success",msg:i}),!0):(this.dispatchEvent({type:"send-fail",msg:i}),!1)}registryEvent(){window.addEventListener("online",this.onOnline)}unRegistryEvent(){window.removeEventListener("online",this.onOnline)}close(){var t;this.unRegistryEvent(),this.options.reconnect=!1,this.alive=!1,this.stopHeart(),this.stopReconnect(),this.stopOnMessageTimer(),(t=this.ws)==null||t.close(),this.ws=null,this.dispatchEvent({type:"close"})}dispose(){this.close(),this.timer.dispose(),super.dispose()}constructor(t){super(),this.ws=null,this.alive=!1,this.timer=new H,this.heartTimer=null,this.reconnectTimer=null,this.noMessageTimer=null,this.onOnline=()=>{this.startReconnect()},this.options=w({},cu,t||{}),this.options.url&&this.initWebsocket()}};import{isNil as ea}from"lodash";var Io=a=>{let t=a.toString(2),e=""+Array(16-t.length+1).join("0")+t,i=parseInt(e.slice(0,4),2)*10,s=parseInt(e.slice(4,16),2);return[i,s]};var ia=class extends et{initPositionWebSocket(){let t=w({},this.options.ext_position_params,{place_id:this.options.place_id,token:this.options.access_token}),e=Object.keys(t).filter(i=>!ea(t[i])).map(i=>i+"="+t[i]).join("&");this.positionWebSocket=new hi({url:this.options.wss_position_url+"?"+e}),this.positionWebSocket.addEventListener("message",i=>{let{message:s}=i,o=(()=>{try{return JSON.parse(s.data)}catch(F){return s.data}})();if(this.dispatchEvent({type:"ws-message",data:o}),o.command==="POSITION_RESULT"&&o.data.success)if(["POSITION","FLOOR","PARK_POSITION","AOA"].includes(o.data.success_type)&&this.useGpsFloorTimer&&(this.positionFloor=o.data.floor,this.timer.clearTimeout(this.useGpsFloorTimer),this.useGpsFloorTimer=null),o.data.success_type==="AOA"){let{x:F,y:G,time:Y,floor:j,ts:At}=o.data,Ot=this.positionFloor!==j;if(this.positionFloor=j,this.dispatchEvent({type:"ws-position",floor:j,x:F,y:G,time:Y,_type:"aoa"}),this.options.upload_position){var n;(n=this.positionWebSocket)==null||n.send({command:"UPLOAD_POSITION",ts:Date.now(),index:this.uploadIndex++,data:JSON.stringify({x:F,y:G,floor:j,type:"aoa"}),serverData:JSON.stringify(o)})}if(!this.options.use_pdr){this.dispatchEvent({type:"position",floor:j,x:F,y:G,time:new Date(At).getTime()-o.lag-o.duration});return}if(this.options.type!==1){var r;if(Ot){var h,c,l;(l=this.pdrPosition)==null||(c=l.pdr)==null||(h=c.particleFilter)==null||h.setPosInitFlag(!1)}(r=this.pdrPosition)==null||r.setBeaconPosition({x:F,y:G},new Date(At).getTime()-o.lag-o.duration)}else if(Ot){var p;if(this.resetPdr(),(p=this.carInertialPosition)==null||p.stopPositionTimer(),this.path){let ee=this.path.findIndex(We=>We.floor===j),Ut=this.path[ee];if(Ut){var d;this.resetPdr(),(d=this.carInertialPosition)==null||d.setBeaconPosition(Ut.points[0],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}else{var u;(u=this.carInertialPosition)==null||u.setBeaconPosition([F,G],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}}else{var f;(f=this.carInertialPosition)==null||f.setBeaconPosition([F,G],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}}else{var x;(x=this.carInertialPosition)==null||x.setBeaconPosition([F,G],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}}else if(o.data.success_type==="POSITION"){let{x:F,y:G,time:Y,floor:j,ts:At}=o.data,Ot=this.positionFloor!==j;if(this.positionFloor=j,this.dispatchEvent({type:"ws-position",floor:j,x:F,y:G,time:Y,_type:"beacon"}),console.log("positionFloor",j,Ot),this.options.upload_position){var m;(m=this.positionWebSocket)==null||m.send({command:"UPLOAD_POSITION",ts:Date.now(),index:this.uploadIndex++,data:JSON.stringify({x:F,y:G,floor:j,type:"originBeacon"}),serverData:JSON.stringify(o)})}if(!this.options.use_pdr){this.dispatchEvent({type:"position",floor:j,x:F,y:G,time:new Date(At).getTime()-o.lag-o.duration});return}if(this.options.type!==1){var y;if(Ot){var P,M,E;(E=this.pdrPosition)==null||(M=E.pdr)==null||(P=M.particleFilter)==null||P.setPosInitFlag(!1)}(y=this.pdrPosition)==null||y.setBeaconPosition({x:F,y:G},new Date(At).getTime()-o.lag-o.duration)}else if(Ot){var S;if(this.resetPdr(),(S=this.carInertialPosition)==null||S.stopPositionTimer(),this.path){let ee=this.path.findIndex(We=>We.floor===j),Ut=this.path[ee];if(Ut){var R;this.resetPdr(),(R=this.carInertialPosition)==null||R.setBeaconPosition(Ut.points[0],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}else{var b;(b=this.carInertialPosition)==null||b.setBeaconPosition([F,G],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}}else{var N;(N=this.carInertialPosition)==null||N.setBeaconPosition([F,G],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}}else{var J;(J=this.carInertialPosition)==null||J.setBeaconPosition([F,G],new Date(Y).getTime()-o.lag-o.duration,o.lag+o.duration)}}else if(o.data.success_type==="PARK_POSITION"&&o.data.success){if(this.options.type===1){let{x:F,y:G,time:Y,floor:j}=o.data,At=this.positionFloor!==j;if(this.positionFloor=o.data.floor,this.dispatchEvent({type:"ws-position",floor:j,x:F,y:G,time:Y,_type:"vision"}),!this.options.use_pdr){this.dispatchEvent({type:"position",floor:j,x:F,y:G,time:new Date(Y).getTime()});return}if(At){var O;if(this.resetPdr(),(O=this.carInertialPosition)==null||O.stopPositionTimer(),this.path){let Ot=this.path.findIndex(Ut=>Ut.floor===j),ee=this.path[Ot];if(ee){var Z;this.resetPdr(),(Z=this.carInertialPosition)==null||Z.setPosition(ee.points[0],new Date(Y).getTime(),o.duration)}else{var Q;(Q=this.carInertialPosition)==null||Q.setPosition([F,G],new Date(Y).getTime(),o.duration)}}else{var st;(st=this.carInertialPosition)==null||st.setPosition([F,G],new Date(Y).getTime(),o.duration)}}else{var nt,D;if((nt=this.carInertialPosition)==null||nt.setPosition([F,G],new Date(Y).getTime(),o.duration),!((D=this.carInertialPosition)!=null&&D.positionTimer)){var ge;(ge=this.carInertialPosition)==null||ge.startPositionTimer()}}if(this.options.upload_position){var ze;(ze=this.positionWebSocket)==null||ze.send({command:"UPLOAD_POSITION",ts:Date.now(),index:this.uploadIndex++,data:JSON.stringify({x:F,y:G,floor:j,type:"vision"}),serverData:JSON.stringify(o)})}}}else this.dispatchEvent({type:"floor",floor:o.data.floor,time:o.data.time})})}initSensorWebSocket(){let t=w({},this.options.ext_sensor_params,{token:this.options.access_token,place_id:this.options.place_id,record_sensor:1}),e=Object.keys(t).filter(i=>!ea(t[i])).map(i=>i+"="+t[i]).join("&");this.sensorWebSocket=new hi({url:this.options.wss_sensor_url+"?"+e})}initPdr(){this.options.type===1?(this.carInertialPosition=new Os,this.carInertialPosition.addEventListener("change-pos",t=>{let{value:e}=t,{pos:i,success:s,speed:o}=e;if(s&&(this.dispatchEvent({type:"position",floor:this.positionFloor,x:i[0],y:i[1],time:Date.now(),speed:o}),this.options.upload_position)){var n;(n=this.positionWebSocket)==null||n.send({command:"UPLOAD_POSITION",ts:Date.now(),index:this.uploadIndex++,data:JSON.stringify({x:i[0],y:i[1],floor:this.positionFloor,type:"vision_pdr"})})}}),this.carInertialPosition.addEventListener("change-compass",t=>{let{value:e}=t;this.dispatchEvent({type:"compass",value:e})})):(this.pdrPosition=new Es(this.bmap,{pdr:{using_gps:this.options.use_gps},sensor:{elements:[I.COMPASS,I.ACCELERATION,I.DEVICE_MOTION].concat(this.options.use_gps?[I.GPS]:[])}}),this.requestDeviceOrientationPermission(),this.options.upload_position&&this.pdrPosition.sensor.addEventListener("sensor-data",t=>{let{data:e}=t;var i;(i=this.positionWebSocket)==null||i.send({command:"UPLOAD_SENSOR",ts:Date.now(),index:this.uploadIndex++,data:JSON.stringify(e)})}),this.pdrPosition.sensor.addEventListener("add-data-item",t=>{t.item.type==="compass"&&this.dispatchEvent({type:"compass",value:t.item.res})}),this.pdrPosition.addEventListener("position",t=>{let{x:e,y:i,_type:s}=t;if(console.log("_type",s,e,i,this.positionFloor,this.gpsFloor),s==="gps"&&!this.useGpsFloorTimer){let n=()=>{this.useGpsFloorTimer=this.timer.setTimeout(()=>{this.gpsFloor?this.positionFloor=this.gpsFloor:n()},5e3)};n()}if(this.positionFloor&&(this.dispatchEvent({type:"position",floor:this.positionFloor,x:e,y:i,time:Date.now()}),this.options.upload_position)){var o;(o=this.positionWebSocket)==null||o.send({command:"UPLOAD_POSITION",ts:Date.now(),index:this.uploadIndex++,data:JSON.stringify({x:e,y:i,floor:this.positionFloor,type:s})})}}))}setSensor(t){this.pdrPosition&&this.pdrPosition.setSensor(t)}requestDeviceOrientationPermission(){return g(this,null,function*(){if(this.pdrPosition){let t=yield this.pdrPosition.checkSensor();return t.deviceOrientation?this.pdrPosition.start():(this.dispatchEvent(w({type:"check-sensor"},t)),!t.deviceOrientation&&this.options.use_default_permission),t}else return null})}getGpsFloor(){return g(this,null,function*(){if(this.options.use_gps&&this.options.get_gps_floor_url){let t=yield fetch(this.options.get_gps_floor_url+"/"+this.options.place_id).then(e=>e.json());t.code===200&&(this.gpsFloor=t.data.gps_floor)}})}pausePdr(){if(this.options.type===1){var t;(t=this.carInertialPosition)==null||t.stopPositionTimer()}else{var e;(e=this.pdrPosition)==null||e.pause()}}continuePdr(){if(this.options.type===1)this.carInertialPosition&&(this.carInertialPosition.positionTimer||this.carInertialPosition.startPositionTimer());else{var t;(t=this.pdrPosition)==null||t.continue()}}setPathAngle(t){if(this.options.type===1){var e;(e=this.carInertialPosition)==null||e.setPathAngle(t)}}getForwardAngle(){if(this.options.type===1){var t,e;return(e=(t=this.carInertialPosition)==null?void 0:t.angle)!=null?e:null}else return null}resetPdr(){this.carInertialPosition&&(this.carInertialPosition.history=[],this.carInertialPosition.setPathAngle(0),this.carInertialPosition.speed=0),this.pdrPosition&&this.pdrPosition.pdr.particleFilter.setPosInitFlag(!1)}setPath(t){this.path=t}sendBeacon(t){var e;let i=[];if(Yt)i=t.map(o=>{let[n,r]=Io(o.major);return[o.uuid,r,o.minor,o.rssi,o.accuracy,n]}).filter(o=>o[3]!==0).sort((o,n)=>n[3]-o[3]);else{let o=t.reduce((n,r)=>{var h,c;let[l,p]=Io(r.major),d=""+p+r.minor;return(h=n)[c=d]||(h[c]=[]),n[d].push(w({},r,{battery:l,major:p})),n},{});Object.entries(o).forEach(n=>{let[r,h]=n,{uuid:c,major:l,minor:p,accuracy:d,battery:u}=h[0];if(h.length>1){let f=h.filter(m=>m.rssi<0),x=f.reduce((m,y)=>m+y.rssi,0);i.push([c,l,p,x/f.length,d,u])}else i.push([c,l,p,h[0].rssi,d,u])})}let s={command:"POSITION",index:this.uploadIndex++,ts:Date.now(),beacons:JSON.stringify([{type:"ibeacon",timestamp:Date.now()/1e3,res:i}]),ext_sensors:JSON.stringify({})};(e=this.sensorWebSocket)==null||e.send(s)}dispose(){var t,e,i,s;this.timer.dispose(),(t=this.positionWebSocket)==null||t.dispose(),this.positionWebSocket=null,(e=this.sensorWebSocket)==null||e.dispose(),this.sensorWebSocket=null,(i=this.pdrPosition)==null||i.dispose(),this.pdrPosition=null,(s=this.carInertialPosition)==null||s.dispose(),this.carInertialPosition=null,super.dispose()}constructor(t,e){super(),this.bmap=t,this.positionWebSocket=null,this.sensorWebSocket=null,this.pdrPosition=null,this.carInertialPosition=null,this.gpsFloor="",this.positionFloor="",this.useGpsFloorTimer=null,this.uploadIndex=0,this.path=null,this.timer=new H;let i=location.href.indexOf("?"),s=i!==-1?location.href.slice(i):location.search,o=new URLSearchParams(s),n=o.get("server_env")||"prod",r={test:"nav-test.aibee.cn",prod:"nav.aibee.cn"},h="wss://"+r[n]+"/aether-walker/indoor/position",c="wss://"+r[n]+"/aether-walker/indoor/sensor";this.options=w({place_id:o.get("place_id"),access_token:o.get("access_token"),env:n,wss_position_url:h,wss_sensor_url:c,get_gps_floor_url:"https://"+r[n]+"/aether-walker/indoor/conf",use_sensor:!1,type:-1,use_gps:!0,use_pdr:!0,upload_position:!0,use_default_permission:!0,ext_position_params:{},ext_sensor_params:{}},e),this.initPositionWebSocket(),this.options.use_sensor&&this.initSensorWebSocket(),this.options.use_pdr&&this.initPdr(),this.options.use_gps&&this.getGpsFloor()}};import"core-js/modules/web.dom-collections.iterator.js";var sa=class extends W{showMyPosition(t,e){var i;let s=(i=this.bmap.context.currentFloor)==null?void 0:i.getGraphicPosition(t);if(s){let o=new Le(this.bmap.context,{autoUpdate:!0,appendToBody:!1});o.div.appendChild(e),o.position.copy(this.bmap.mercatorToWorld(s)),this.myPositionOverlay=o,console.log("graphicPos",s,this)}else console.warn("[showMyPosition] \u6CA1\u6709\u627E\u5230\u56FE\u5143\u6240\u5728\u7684\u4F4D\u7F6E")}hideMyPosition(){this.myPositionOverlay&&(this.myPositionOverlay.dispose(),this.myPositionOverlay=null)}dispose(){this.hideMyPosition()}constructor(...t){super(...t),this.myPositionOverlay=null}};var oa=class extends W{highlightPoi(t,e){e===void 0&&(e={icon_size:[40,40],collision_enable:!1}),t.map(s=>this.bmap.getPoiById(s)).filter(s=>!!s).forEach(s=>{var o;(o=s.userData).restore||(o.restore={});for(let h in e)if(h in s.options){var n,r;(n=s.userData.restore)[r=h]||(n[r]=s.options[h]),s.options[h]=e[h]}})}restorePoi(t){t.map(i=>this.bmap.getPoiById(i)).filter(i=>!!i).forEach(i=>{console.log("poi.userData.restore",i.userData.restore);for(let s in i.userData.restore)s in i.options&&(i.options[s]=i.userData.restore[s]);i.userData.restore={}})}};import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.sort.js";var na=class extends W{sortByDistance(t,e,i){return g(this,null,function*(){i===void 0&&(i=!1);let s=[...e];if(i||e.length<20)return yield Promise.all(s.map(o=>g(this,null,function*(){o.distance=yield this._getDistance(t,{floor:o.floor,x:o.center_x,y:o.center_y})}))),s.sort((o,n)=>o.distance-n.distance);{let o=s.sort((r,h)=>{let c=Math.sqrt((r.center_x-t.x)**2+(r.center_y-t.y)**2)+(t.floor===r.floor?0:100),l=Math.sqrt((h.center_x-t.x)**2+(h.center_y-t.y)**2)+(t.floor===h.floor?0:100);return c-l});return[...(yield Promise.all(o.slice(0,20).map(r=>g(this,null,function*(){return r.distance=yield this._getDistance(t,{floor:r.floor,x:r.center_x,y:r.center_y}),r})))).sort((r,h)=>r.distance-h.distance),...o.slice(20)]}})}_getDistance(t,e){return g(this,null,function*(){return this.navPath.getPath({floor:t.floor,coord:[t.x,t.y]},{floor:e.floor,coord:[e.x,e.y]},"",0).then(i=>i.reduce((s,o,n)=>{if(s+=o.distance,n!==i.length-1)switch(o.endType){case"escalator":case"straightLadder":case"staircase":case"ramp":s+=100;break}return s},0)).catch(i=>i==="near"?0:1/0)})}dispose(){super.dispose(),this.needDisposeNavPath&&this.navPath.dispose()}constructor(t,e){if(super(t),this.needDisposeNavPath=!1,e)this.navPath=e;else{this.navPath=new vs;let i=new Ge(t);this.needDisposeNavPath=!0,i.load(t.config.apiPath.loadPlaceInfo+"?place_id="+t.config.placeId+"&env=prod").then(s=>g(this,null,function*(){let[o,n]=yield Promise.all([i.getRoadNetworkData(),i.getFacilitiesData()]);this.navPath.setRoadData(o,n.infrastructures)}))}}};var lu="https://robot-vr-public.bj.bcebos.com/v1/static_resource/satellite_tiles",pu={base_url:lu},ra=class extends W{setVisible(t){this.tileLayer.setVisibility(t)}dispose(){this.bmap.context.scene.remove(this.tileLayer),this.tileLayer.dispose(),super.dispose()}constructor(t,e){super(t),this.options=w({},pu,e),this.tileLayer=new ue(t.context,this.options),this.tileLayer.position.z=-1,this.bmap.context.scene.add(this.tileLayer)}};import{Box3 as du,Group as uu}from"three";var aa=class extends W{addHeatmap(t,e){this.heatmap||(this.heatmap=new Hi(this.bmap.context),this.group.add(this.heatmap)),this.heatmap.loadData(t);let i=new du().setFromObject(e.graphicLayer);return this.heatmap.position.setZ(i.max.z+.1),this.heatmap}removeHeatMap(){this.heatmap&&(this.group.remove(this.heatmap),this.heatmap.dispose(),this.heatmap=null)}dispose(){this.removeHeatMap(),this.bmap.context.scene.remove(this.group)}constructor(t){super(t),this.heatmap=null,this.group=new uu,this.bmap.context.scene.add(this.group)}};import"core-js/modules/es.array.push.js";import"core-js/modules/web.dom-collections.iterator.js";import"core-js/modules/es.array.reverse.js";import{Group as mu,Vector3 as ci,Raycaster as fu,Vector2 as gu,Plane as yu,Box3 as vu}from"three";import"core-js/modules/es.array.push.js";var Is=class extends pt{updateRectPreview(t,e,i){i===void 0&&(i=!1);let s=Math.min(t.x,e.x),o=Math.min(t.y,e.y),n=Math.abs(e.x-t.x),r=Math.abs(e.y-t.y);this.previewElement||(this.previewElement=mt(this.options.strokeColor,"none"),this.previewElement.setAttribute("stroke-opacity",""+this.options.strokeOpacity),this.svg.appendChild(this.previewElement)),U(this.previewElement,s,o,n,r),i&&this.updateRectPreviewFill(s,o,n,r)}updateRectPreviewFill(t,e,i,s){this.previewFillElement||(this.previewFillElement=document.createElementNS("http://www.w3.org/2000/svg","rect"),this.previewFillElement.setAttribute("fill",this.options.fillColor),this.previewFillElement.setAttribute("fill-opacity",""+this.options.fillOpacity),this.svg.insertBefore(this.previewFillElement,this.svg.firstChild)),U(this.previewFillElement,t,e,i,s)}updateCirclePreview(t,e){this.previewElement||(this.previewElement=It(String(e),"none"),this.previewElement.setAttribute("stroke",this.options.strokeColor),this.previewElement.setAttribute("stroke-opacity",""+this.options.strokeOpacity),this.svg.appendChild(this.previewElement)),ft(this.previewElement,t.x,t.y),this.previewElement.setAttribute("r",""+e)}updateCirclePreviewFill(t,e){this.previewFillElement||(this.previewFillElement=document.createElementNS("http://www.w3.org/2000/svg","circle"),this.previewFillElement.setAttribute("fill",this.options.fillColor),this.previewFillElement.setAttribute("fill-opacity",""+this.options.fillOpacity),this.previewFillElement.setAttribute("stroke","none"),this.svg.insertBefore(this.previewFillElement,this.svg.firstChild)),ft(this.previewFillElement,t.x,t.y),this.previewFillElement.setAttribute("r",""+e)}addPolygonPoint(t){this.points.push(t);let e=It(String(this.options.pointRadius),this.options.pointColor);if(ft(e,t.x,t.y),this.controlPoints.push(e),this.svg.appendChild(e),this.points.length>1){let i=this.points[this.points.length-2],s=Kt(this.options.strokeColor);s.setAttribute("stroke-opacity",""+this.options.strokeOpacity),rt(s,i,t),this.svg.appendChild(s),this.lines.push(s)}this.lastLine&&this.lastLine.parentNode&&this.svg.removeChild(this.lastLine),this.lastLine=Kt(this.options.strokeColor),this.lastLine.setAttribute("stroke-opacity",""+this.options.strokeOpacity),rt(this.lastLine,t,t),this.svg.appendChild(this.lastLine),this.updatePolygonFill()}updatePolygonPreview(t){if(this.points.length===0)return;this.currentMousePoint=t;let e=this.points[this.points.length-1];this.lastLine&&rt(this.lastLine,e,t),this.updatePolygonFill(t)}checkAdsorb(t){if(this.points.length<2)return!1;let e=this.points[0],i=t.x-e.x,s=t.y-e.y;return Math.sqrt(i*i+s*s)<=this.adsorbRadius}updatePolygonFill(t){if(this.points.length<2)return;this.polygonFillElement||(this.polygonFillElement=document.createElementNS("http://www.w3.org/2000/svg","polygon"),this.polygonFillElement.setAttribute("fill",this.options.fillColor),this.polygonFillElement.setAttribute("fill-opacity",""+this.options.fillOpacity),this.polygonFillElement.setAttribute("stroke","none"),this.svg.insertBefore(this.polygonFillElement,this.svg.firstChild));let e=[];for(let i=0;i<this.points.length;i++){let s=this.points[i];!isNaN(s.x)&&!isNaN(s.y)&&e.push(s.x+","+s.y)}t&&!isNaN(t.x)&&!isNaN(t.y)&&e.push(t.x+","+t.y),e.length>=3&&this.polygonFillElement.setAttribute("points",e.join(" "))}clear(){this.points=[],this.currentMousePoint=void 0,this.controlPoints.forEach(t=>{t.parentNode&&this.svg.removeChild(t)}),this.controlPoints=[],this.lines.forEach(t=>{t.parentNode&&this.svg.removeChild(t)}),this.lines=[],this.previewElement&&(this.previewElement.parentNode&&this.svg.removeChild(this.previewElement),this.previewElement=null),this.previewFillElement&&(this.previewFillElement.parentNode&&this.svg.removeChild(this.previewFillElement),this.previewFillElement=null),this.lastLine&&(this.lastLine.parentNode&&this.svg.removeChild(this.lastLine),this.lastLine=null),this.polygonFillElement&&(this.polygonFillElement.parentNode&&this.svg.removeChild(this.polygonFillElement),this.polygonFillElement=null)}getLastPoint(){return this.points[this.points.length-1]}getFirstPoint(){return this.points[0]}dispose(){this.clear(),super.dispose()}constructor(t,e){super(t),this.previewElement=null,this.previewFillElement=null,this.controlPoints=[],this.lines=[],this.lastLine=null,this.points=[],this.polygonFillElement=null,this.currentMousePoint=void 0,this.adsorbRadius=8,this.options=e,e.adsorbRadius!==void 0&&(this.adsorbRadius=e.adsorbRadius)}};import"core-js/modules/es.array.push.js";import{Box3 as ha}from"three";var Fs=class extends pt{initElements(){this.svg.style.pointerEvents="auto",this.outline=mt(this.STROKE_COLOR,"transparent"),this.outline.setAttribute("stroke-dasharray","5,5"),this.outline.setAttribute("stroke-width","1"),this.svg.appendChild(this.outline),this.moveArea=mt(this.STROKE_COLOR,"transparent"),this.moveArea.style.cursor="move",this.svg.appendChild(this.moveArea);for(let t=0;t<4;t++){let e=Kt(this.STROKE_COLOR);e.setAttribute("stroke-width","1"),e.setAttribute("stroke-dasharray","5,5"),this.outlineLines.push(e),this.svg.appendChild(e)}for(let t=0;t<8;t++){let e=mt(this.STROKE_COLOR,this.FILL_COLOR);e.style.cursor=this.getCursorForPoint(t),this.scalePoints.push(e),this.svg.appendChild(e)}this.rotateHandle=It(String(this.ROTATE_HANDLE_RADIUS),this.FILL_COLOR),this.rotateHandle.setAttribute("stroke",this.STROKE_COLOR),this.rotateHandle.setAttribute("stroke-width","1"),this.rotateHandle.style.cursor="crosshair",this.svg.appendChild(this.rotateHandle)}getCursorForPoint(t){return["nw-resize","n-resize","ne-resize","e-resize","se-resize","s-resize","sw-resize","w-resize"][t]}registryEvent(){this.context.container.addEventListener("pointerdown",this.onPointerDown),this.context.container.addEventListener("pointermove",this.onPointerMove),this.context.container.addEventListener("pointerup",this.onPointerUp),this.context.container.addEventListener("pointerleave",this.onPointerUp),this.context.addEventListener("update",this.onUpdate)}unRegistryEvent(){this.context.container.removeEventListener("pointerdown",this.onPointerDown),this.context.container.removeEventListener("pointermove",this.onPointerMove),this.context.container.removeEventListener("pointerup",this.onPointerUp),this.context.container.removeEventListener("pointerleave",this.onPointerUp),this.context.removeEventListener("update",this.onUpdate)}getBoundingBoxInfo(){if(!this.selectedGraphic)return null;let t=new ha().setFromObject(this.selectedGraphic),{min:e,max:i}=t,{camera:s,container:{clientWidth:o,clientHeight:n}}=this.context,r=this.getSvgCoordinate(e),h=this.getSvgCoordinate(i);return{min:{x:r.x,y:r.y},max:{x:h.x,y:h.y},width:Math.abs(h.x-r.x),height:Math.abs(h.y-r.y),centerX:(r.x+h.x)/2,centerY:(r.y+h.y)/2}}show(t){this.selectedGraphic=t,this.svg.style.display="block",this.svg.style.pointerEvents="auto",this.updatePosition()}hide(){this.selectedGraphic=null,this.svg.style.display="none",this.svg.style.pointerEvents="none",this.clearControlPoints()}updatePosition(){if(this.boundingBox=this.getBoundingBoxInfo(),!this.boundingBox){this.clearControlPoints();return}let{min:t,max:e,width:i,height:s,centerX:o,centerY:n}=this.boundingBox,r=this.SCALE_POINT_SIZE/2,h=i/2,c=s/2;U(this.moveArea,t.x,e.y,i,s),U(this.outline,t.x,e.y,i,s),[{x1:t.x,y1:e.y,x2:e.x,y2:e.y},{x1:e.x,y1:e.y,x2:e.x,y2:t.y},{x1:e.x,y1:t.y,x2:t.x,y2:t.y},{x1:t.x,y1:t.y,x2:t.x,y2:e.y}].forEach((f,x)=>{rt(this.outlineLines[x],{x:f.x1,y:f.y1},{x:f.x2,y:f.y2})}),[{x:t.x-r,y:e.y-r},{x:o-r,y:e.y-r},{x:e.x-r,y:e.y-r},{x:e.x-r,y:n-r},{x:e.x-r,y:t.y-r},{x:o-r,y:t.y-r},{x:t.x-r,y:t.y-r},{x:t.x-r,y:n-r}].forEach((f,x)=>{U(this.scalePoints[x],f.x,f.y,this.SCALE_POINT_SIZE,this.SCALE_POINT_SIZE)});let d=o,u=e.y-this.ROTATE_HANDLE_OFFSET;ft(this.rotateHandle,d,u)}clearControlPoints(){U(this.moveArea,0,0,0,0),U(this.outline,0,0,0,0),this.outlineLines.forEach(e=>{rt(e,{x:0,y:0},{x:0,y:0})}),this.scalePoints.forEach(e=>{U(e,0,0,0,0)}),ft(this.rotateHandle,0,0)}getBoundingBox(){return this.selectedGraphic?new ha().setFromObject(this.selectedGraphic):null}getActionFromTarget(t){if(!t)return null;let e=t;if(e===this.rotateHandle)return{action:"rotate",point:this.rotateHandle};if(e===this.moveArea)return{action:"move",point:this.moveArea};let i=this.scalePoints.indexOf(e);return i!==-1?{action:["scale-left-top","scale-top","scale-right-top","scale-right","scale-right-bottom","scale-bottom","scale-left-bottom","scale-left"][i],point:this.scalePoints[i]}:null}getContainerPoint(t){let e=this.context.container.getBoundingClientRect();return{x:t.clientX-e.left,y:t.clientY-e.top}}dispose(){this.unRegistryEvent(),this.moveArea&&this.moveArea.parentNode&&this.svg.removeChild(this.moveArea),this.outline&&this.outline.parentNode&&this.svg.removeChild(this.outline),this.outlineLines.forEach(t=>{t.parentNode&&this.svg.removeChild(t)}),this.scalePoints.forEach(t=>{t.parentNode&&this.svg.removeChild(t)}),this.rotateHandle&&this.rotateHandle.parentNode&&this.svg.removeChild(this.rotateHandle),this.scalePoints=[],this.outlineLines=[],this.selectedGraphic=null,this.currentAction=null,this.startPoint=null,this.boundingBox=null,super.dispose()}constructor(t){super(t),this.scalePoints=[],this.outlineLines=[],this.isTransforming=!1,this.selectedGraphic=null,this.currentAction=null,this.startPoint=null,this.boundingBox=null,this.SCALE_POINT_SIZE=8,this.ROTATE_HANDLE_RADIUS=6,this.ROTATE_HANDLE_OFFSET=30,this.STROKE_COLOR="#1CADFF",this.FILL_COLOR="#ffffff",this.onUpdate=()=>{this.selectedGraphic&&this.updatePosition()},this.onPointerDown=e=>{if(!this.selectedGraphic)return;let i=this.getActionFromTarget(e.target);e.preventDefault(),e.stopPropagation(),i&&(this.currentAction=i.action,this.startPoint=this.getContainerPoint(e),this.isTransforming=!0,this.dispatchEvent({type:"transform-start",action:this.currentAction,point:this.startPoint}))},this.onPointerMove=e=>{if(!this.currentAction||!this.startPoint)return;let i=this.getContainerPoint(e),s={x:i.x-this.startPoint.x,y:i.y-this.startPoint.y};this.startPoint=i,this.dispatchEvent({type:"transform",action:this.currentAction,delta:s,currentPoint:i})},this.onPointerUp=()=>{this.currentAction&&(this.dispatchEvent({type:"transform-end",action:this.currentAction}),this.currentAction=null,this.startPoint=null,this.isTransforming=!1)},this.initElements(),this.registryEvent()}};var Fo={strokeColor:"#1CADFF",strokeOpacity:1,strokeWidth:1,fillColor:"rgb(28, 173, 255)",fillOpacity:.3,pointColor:"#1CADFF",pointOpacity:1,pointRadius:5,height:.1,circleSegments:64,adsorbRadius:8,autoSelect:!0};function xu(a,t,e){let i=[];for(let s=0;s<=e;s++){let o=s/e*Math.PI*2;i.push([a.x+t*Math.cos(o),a.y+t*Math.sin(o)])}return i.push([a.x+t,a.y]),[i]}function wu(a,t){let e=Math.min(a.x,t.x),i=Math.max(a.x,t.x),s=Math.min(a.y,t.y),o=Math.max(a.y,t.y);return[[[e,s],[i,s],[i,o],[e,o],[e,s]]]}function ca(a,t,e){let i=Math.cos(e),s=Math.sin(e),o=a[0]-t[0],n=a[1]-t[1];return[t[0]+o*i-n*s,t[1]+o*s+n*i]}var Go=class extends W{getState(){return this.state}startDrawPolygon(){this.state!=="idle"&&this.cancel(),this.deselectGraphic(),this.state="polygon",this.enter2DMode(),this.svgDrawer.clear(),this.disableControls(),this.dispatchEvent({type:"start",drawType:"polygon"})}startDrawRect(){this.state!=="idle"&&this.cancel(),this.deselectGraphic(),this.state="rect",this.enter2DMode(),this.startPoint=null,this.disableControls(),this.dispatchEvent({type:"start",drawType:"rect"})}startDrawCircle(){this.state!=="idle"&&this.cancel(),this.deselectGraphic(),this.state="circle",this.enter2DMode(),this.circleCenter=null,this.circleRadius=0,this.disableControls(),this.dispatchEvent({type:"start",drawType:"circle"})}cancel(){this.state==="idle"&&!this.selectedGraphic||(this.selectedGraphic&&this.deselectGraphic(),this.state!=="idle"&&(this.svgDrawer.clear(),this.state="idle",this.enableControls(),this.exit2DMode(),this.dispatchEvent({type:"cancel"})))}selectGraphic(t){let e=this.graphics.get(t);if(e){this.selectedGraphic&&this.deselectGraphic(),this.selectedGraphic=e,this.enter2DMode();var i,s;this.originalStyle={fillOpacity:(i=e.options.fillOpacity)!=null?i:.3,strokeOpacity:(s=e.options.strokeOpacity)!=null?s:1},e.options.fillOpacity=Math.min(this.originalStyle.fillOpacity,.5),e.options.strokeOpacity=Math.min(this.originalStyle.strokeOpacity,1),this.transformBox.show(e),this.dispatchEvent({type:"select",graphic:e})}}deselectGraphic(){if(!this.selectedGraphic)return;this.originalStyle&&(this.selectedGraphic.options.fillOpacity=this.originalStyle.fillOpacity,this.selectedGraphic.options.strokeOpacity=this.originalStyle.strokeOpacity,this.originalStyle=null);let t=this.selectedGraphic;this.selectedGraphic=null,this.transformBox.hide(),this.exit2DMode(),this.dispatchEvent({type:"deselect",graphic:t})}getSelectedGraphic(){return this.selectedGraphic}setRotation(t,e){let i=this.graphics.get(t);if(!i)return;let s=i.options.geometry.coords[0],o=[i.getCenter().x,i.getCenter().y],n=s.map(r=>ca(r,o,e));i.options.geometry.coords[0]=n,i.dispose(),i.init(),i.visible=!0,this.dispatchEvent({type:"change",action:"rotate",graphic:i,id:t})}setWidth(t,e){let i=this.graphics.get(t);if(!i)return;let s=i.getSize(),o=e/s.x,n=i.options.geometry.coords[0],r=[i.getCenter().x,i.getCenter().y],h=n.map(c=>[r[0]+(c[0]-r[0])*o,c[1]]);i.options.geometry.coords[0]=h,i.dispose(),i.init(),i.visible=!0,this.dispatchEvent({type:"change",action:"resize",graphic:i,id:t})}setHeight(t,e){let i=this.graphics.get(t);if(!i)return;let s=i.getSize(),o=e/s.y,n=i.options.geometry.coords[0],r=[i.getCenter().x,i.getCenter().y],h=n.map(c=>[c[0],r[1]+(c[1]-r[1])*o]);i.options.geometry.coords[0]=h,i.dispose(),i.init(),i.visible=!0,this.dispatchEvent({type:"change",action:"resize",graphic:i,id:t})}setCoordinates(t,e){let i=this.graphics.get(t);i&&(i.options.geometry.coords=e,i.dispose(),i.init(),i.visible=!0,this.dispatchEvent({type:"change",action:"update",graphic:i,id:t}))}loadGraphics(t){t.forEach(e=>{e.id?gt.registerKey(e.id):e.id=gt.genUniqueKey(),e.visible=!0,this.createGraphic(e)}),this.dispatchEvent({type:"change",action:"add"})}getGraphics(){return Array.from(this.graphics.values())}removeGraphic(t){var e;let i=this.graphics.get(t);i&&(((e=this.selectedGraphic)==null?void 0:e.options.id)===t&&this.deselectGraphic(),this.graphicsGroup.remove(i),i.dispose(),this.graphics.delete(t),gt.removeKey(t),this.dispatchEvent({type:"change",action:"remove",id:t}))}clearGraphics(){this.selectedGraphic&&this.deselectGraphic(),this.graphics.forEach((t,e)=>{this.graphicsGroup.remove(t),t.dispose(),gt.removeKey(e)}),this.graphics.clear(),this.dispatchEvent({type:"change",action:"remove"})}getScreenPoint(t){let e=this.bmap.context.container.getBoundingClientRect();return{x:t.clientX-e.left,y:t.clientY-e.top}}screenToWorld(t){let{camera:e,container:i}=this.bmap.context,s=new gu;s.x=t.x/i.clientWidth*2-1,s.y=-(t.y/i.clientHeight)*2+1,this.raycaster.setFromCamera(s,e);let o=new yu(new ci(0,0,1),0),n=new ci;return this.raycaster.ray.intersectPlane(o,n)?n:null}screenCoordsToWorld(t){return t.map(e=>{let i=this.screenToWorld(e);return i?[i.x,i.y]:[0,0]})}pixelsToWorldDistance(t,e){let i=this.screenToWorld(e);if(!i)return 0;let s={x:e.x+t,y:e.y},o=this.screenToWorld(s);return o?Math.sqrt((o.x-i.x)**2+(o.y-i.y)**2):0}registryEvents(){this.bmap.context.container.addEventListener("contextmenu",this.onContextMenu),this.bmap.context.container.addEventListener("pointerdown",this.onPointerDown),this.bmap.context.container.addEventListener("pointermove",this.onPointerMove),this.bmap.context.container.addEventListener("pointerup",this.onPointerUp)}unRegistryEvents(){this.bmap.context.container.removeEventListener("contextmenu",this.onContextMenu),this.bmap.context.container.removeEventListener("pointerdown",this.onPointerDown),this.bmap.context.container.removeEventListener("pointermove",this.onPointerMove),this.bmap.context.container.removeEventListener("pointerup",this.onPointerUp)}registryTransformEvents(){this.transformBox.addEventListener("transform-start",this.onTransformStart),this.transformBox.addEventListener("transform",this.onTransform),this.transformBox.addEventListener("transform-end",this.onTransformEnd)}unRegistryTransformEvents(){this.transformBox.removeEventListener("transform-start",this.onTransformStart),this.transformBox.removeEventListener("transform",this.onTransform),this.transformBox.removeEventListener("transform-end",this.onTransformEnd)}enter2DMode(){this.prevMapType===void 0&&(this.prevMapType=this.bmap.type,this.bmap.changeMapType("2d",0))}exit2DMode(){this.prevMapType!==void 0&&(this.bmap.changeMapType(this.prevMapType,0),this.prevMapType=void 0)}disableControls(){this.prevPanStatus=this.bmap.context.control.enablePan,this.prevRotateStatus=this.bmap.context.control.enableRotate,this.bmap.context.control.enablePan=!1,this.bmap.context.control.enableRotate=!1}enableControls(){this.prevPanStatus!==void 0&&(this.bmap.context.control.enablePan=this.prevPanStatus),this.prevRotateStatus!==void 0&&(this.bmap.context.control.enableRotate=this.prevRotateStatus)}hitTestGraphic(t){let e=Array.from(this.graphics.values()).reverse();for(let i of e){let s=new vu().setFromObject(i);if(t.x>=s.min.x&&t.x<=s.max.x&&t.y>=s.min.y&&t.y<=s.max.y)return i}return null}finishPolygon(){let t=this.svgDrawer.points;if(t.length<3)return;let e=[this.screenCoordsToWorld(t)],i=this.buildGraphicOptions(e),s=this.createGraphic(i);this.svgDrawer.clear(),this.state="idle",this.enableControls(),this.dispatchEvent({type:"finish",graphic:s,drawType:"polygon"}),this.options.autoSelect?this.selectGraphic(s.options.id):this.exit2DMode()}finishRect(){if(!this.startPoint)return;let t=this.currentMousePoint;if(!t)return;let e=this.screenToWorld(this.startPoint),i=this.screenToWorld(t);if(!e||!i)return;let s=wu(e,i),o=this.buildGraphicOptions(s),n=this.createGraphic(o);this.svgDrawer.clear(),this.startPoint=null,this.state="idle",this.enableControls(),this.dispatchEvent({type:"finish",graphic:n,drawType:"rect"}),this.options.autoSelect?this.selectGraphic(n.options.id):this.exit2DMode()}finishCircle(){if(!this.circleCenter||this.circleRadius<5)return;let t=this.screenToWorld(this.circleCenter);if(!t)return;let e=this.pixelsToWorldDistance(this.circleRadius,this.circleCenter),i=xu(t,e,this.options.circleSegments),s=this.buildGraphicOptions(i),o=this.createGraphic(s);this.svgDrawer.clear(),this.circleCenter=null,this.circleRadius=0,this.state="idle",this.enableControls(),this.dispatchEvent({type:"finish",graphic:o,drawType:"circle"}),this.options.autoSelect?this.selectGraphic(o.options.id):this.exit2DMode()}buildGraphicOptions(t){let e=t[0],i=0,s=0;for(let l=0;l<e.length-1;l++)i+=e[l][0],s+=e[l][1];let o=i/(e.length-1),n=s/(e.length-1),[r,h]=this.bmap.coordinateTransform.worldToMercator(new ci(o,n,0)),c=t.map(l=>l.map(p=>{let[d,u]=p;return this.bmap.coordinateTransform.worldToMercator(new ci(d,u,0))}));return w({},Tt,{id:gt.genUniqueKey(),geometry:{type:"polygon",cds:c,coords:t,curveCpt:[],curveIndex:[]},center_coord_x:o,center_coord_y:n,center_x:r,center_y:h,fillColor:this.options.fillColor,strokeColor:this.options.strokeColor,fillOpacity:this.options.fillOpacity,strokeOpacity:this.options.strokeOpacity,strokeWidth:this.options.strokeWidth,height:this.options.height,visible:!0})}createGraphic(t){let e=new K(this.bmap.context,t);return this.graphics.set(t.id,e),this.graphicsGroup.add(e),e}dispose(){this.exit2DMode(),this.unRegistryEvents(),this.unRegistryTransformEvents(),this.svgDrawer.dispose(),this.transformBox.dispose(),this.clearGraphics(),this.bmap.context.scene.remove(this.graphicsGroup),super.dispose()}constructor(t,e={}){super(t),this.state="idle",this.graphics=new Map,this.selectedGraphic=null,this.startPoint=null,this.circleCenter=null,this.circleRadius=0,this.originalStyle=null,this.initialRotateAngle=0,this.rotationCenter=[0,0],this.raycaster=new fu,this.currentMousePoint=null,this.onContextMenu=i=>{(this.state!=="idle"||this.selectedGraphic)&&(i.preventDefault(),this.cancel())},this.onPointerDown=i=>{if(i.button!==0)return;let s=this.getScreenPoint(i);if(this.state==="polygon")this.svgDrawer.checkAdsorb(s)&&this.svgDrawer.points.length>=2?this.finishPolygon():this.svgDrawer.addPolygonPoint(s);else if(this.state==="rect")if(!this.startPoint)this.startPoint=s;else{this.currentMousePoint=s;let o=Math.abs(s.x-this.startPoint.x),n=Math.abs(s.y-this.startPoint.y);o>2||n>2?this.finishRect():this.startPoint=null}else if(this.state==="circle")this.circleCenter?(this.currentMousePoint=s,this.circleRadius>5?this.finishCircle():(this.circleCenter=null,this.circleRadius=0,this.svgDrawer.clear())):this.circleCenter=s;else if(this.state==="idle"){if(this.transformBox.isTransforming)return;let o=this.screenToWorld(s);if(!o)return;let n=this.hitTestGraphic(o);if(this.dispatchEvent({type:"graphic-click",graphic:n}),n){if(this.selectedGraphic&&n.options.id===this.selectedGraphic.options.id)return;this.options.autoSelect&&this.selectGraphic(n.options.id)}else this.selectedGraphic&&this.deselectGraphic()}},this.onPointerMove=i=>{let s=this.getScreenPoint(i);if(this.currentMousePoint=s,this.state==="polygon")this.svgDrawer.updatePolygonPreview(s);else if(this.state==="rect"&&this.startPoint)this.svgDrawer.updateRectPreview(this.startPoint,s,!0);else if(this.state==="circle"&&this.circleCenter){let o=s.x-this.circleCenter.x,n=s.y-this.circleCenter.y,r=Math.sqrt(o*o+n*n);this.circleRadius=r,this.svgDrawer.updateCirclePreview(this.circleCenter,r),this.svgDrawer.updateCirclePreviewFill(this.circleCenter,r)}},this.onPointerUp=i=>{},this.onTransformStart=i=>{if(i.action==="rotate"&&this.selectedGraphic){let s=this.selectedGraphic.getCenter();this.rotationCenter=[s.x,s.y];let o=this.transformBox.getSvgCoordinate(s);o&&(this.initialRotateAngle=Math.atan2(i.point.y-o.y,i.point.x-o.x))}},this.onTransform=i=>{if(!this.selectedGraphic)return;let{action:s,delta:o,currentPoint:n}=i,r=this.selectedGraphic;if(s==="move"){let h={x:n.x-o.x,y:n.y-o.y},c=this.screenToWorld(h),l=this.screenToWorld(n);if(!c||!l)return;let p={x:l.x-c.x,y:l.y-c.y},u=r.options.geometry.coords[0].map(f=>[f[0]+p.x,f[1]+p.y]);r.options.geometry.coords[0]=u}else if(s.startsWith("scale")){let h=this.transformBox.getBoundingBoxInfo();if(!h)return;let c=r.options.geometry.coords[0],l=o.x,p=o.y;(s==="scale-top"||s==="scale-bottom")&&(l=0),(s==="scale-left"||s==="scale-right")&&(p=0);let d={x:h.min.x,y:h.min.y},u={x:h.max.x,y:h.max.y},f={x:d.x+(s.includes("left")?l:0),y:d.y+(s.includes("bottom")?p:0)},x={x:u.x+(s.includes("right")?l:0),y:u.y+(s.includes("top")?p:0)},m=this.screenToWorld(d),y=this.screenToWorld(u),P=this.screenToWorld(f),M=this.screenToWorld(x);if(!m||!y||!P||!M)return;let E=y.x-m.x,S=y.y-m.y,R=M.x-P.x,b=M.y-P.y,N=c.map(J=>{let O=E!==0?(J[0]-m.x)/E:.5,Z=S!==0?(J[1]-m.y)/S:.5;return[P.x+O*R,P.y+Z*b]});r.options.geometry.coords[0]=N}else if(s==="rotate"){let h=this.transformBox.getSvgCoordinate(new ci(this.rotationCenter[0],this.rotationCenter[1],0));if(!h)return;let c=Math.atan2(n.y-h.y,n.x-h.x),l=c-this.initialRotateAngle;this.initialRotateAngle=c;let d=r.options.geometry.coords[0].map(u=>ca(u,this.rotationCenter,l));r.options.geometry.coords[0]=d}r.dispose(),r.init(),r.visible=!0},this.onTransformEnd=i=>{this.selectedGraphic&&this.dispatchEvent({type:"change",action:"move",graphic:this.selectedGraphic,id:this.selectedGraphic.options.id})},this.options=w({},Fo,e),this.graphicsGroup=new mu,this.graphicsGroup.name="GraphicDrawGroup",this.bmap.context.scene.add(this.graphicsGroup),this.svgDrawer=new Is(this.bmap.context,{strokeColor:this.options.strokeColor,strokeOpacity:this.options.strokeOpacity,fillColor:this.options.fillColor,fillOpacity:this.options.fillOpacity,pointColor:this.options.pointColor,pointRadius:this.options.pointRadius,adsorbRadius:this.options.adsorbRadius}),this.transformBox=new Fs(this.bmap.context),this.transformBox.hide(),this.registryEvents(),this.registryTransformEvents()}};export{Ge as AibeeLoader,kr as BMap,Nr as BMapSelect,pt as BaseSvg,Os as CarInertialPosition,xi as ClickHelper,us as Context,ps as ContextCamera,ls as ContextScene,hs as Control,Mi as CoordinateTransform,Tr as CrLoader,Hr as CrNavPath,Dr as Equipment,et as EventDispatcher,sn as Events,zt as Floor,or as GlbModel,K as Graphic,Go as GraphicDraw,Di as GraphicLayer,le as GroundTexture,aa as Heatmap,Hi as HeatmapElement,oa as HighlightPoi,ct as HooksName,is as HoverHelper,Te as InstancedGraphic,Fi as InstancedModel,qe as InstancedParkingSpace,Qi as InstancedWall,Pi as KalmanFilter,Ki as Lane,X as Layer,ti as LineElement,cS as MapTypePolar,Je as MergeAttributeGraphic,pe as MergeAttributeGroundTexture,$i as MergeAttributeLane,Yi as MergeAttributeWall,hr as MergeGraphic,de as MergedAttributeGraphicLine,Bi as MergedGraphicLayer,Ii as MergedModelLayer,ki as Model,qr as MulFloorNavigation,$r as MulFloorSelect,Wr as MulFloors,vs as NavPath,Br as Navigation,Le as Overlay,Ri as ParkingLayer,dS as ParkingType,$t as PathDirection,Es as PdrPosition,ce as Poi,$ as Poi2,Ai as PoiLayer,Oi as PoiLayer2,ia as Position,rf as ProofType,ii as RENDER_VERSION,ta as RecommendParkingSpace,cs as Renderer,Ln as RoadNetwork,Me as RoadNetwork2,I as SENSOR_TYPE,ra as SatelliteTile,ir as SelectBox,es as Selection,ws as Sensor,Ti as Shadow,hi as Socket,na as SortByDistance,Ni as SvgLine,Zi as SvgPolygon,be as TaskQueue,Xi as TextTexture,ue as TileLayer,zi as TileLoader,H as Timer,se as TweenUtil,en as UA,sa as UseMyPosition,ji as Wall,wi as WorkerPool,sm as addAlphaToHexColor,ye as calc_angle,js as calc_direction,Z1 as calculateInstantaneousSpeed,Ds as calculateLineDirection,Tn as convertToSnakeCase,It as createCircle,Kt as createLine,mt as createRect,Jo as createSvg,gi as createSvgElement,Lf as createThreeBox,Cf as createThreeLine,Xt as darkenColor,Gp as defaultConfig,Fo as defaultGraphicDrawOptions,Tt as defaultGraphicOptions,yo as defaultOptions,wl as defaultTextTextureOptions,Hu as deviceToVector3,A as dispose,pn as distancePointToSegment,qt as generatorKeyByObj,Fa as getAngle,Js as getBorderPoints,fi as getCenter,_r as getConfig,dn as getDirectPath,Vs as getDirectionByAngle,un as getDistanceByPathPos,k as getLength,Nu as getLongestSideDir,Zu as getMinEdgeSquare,ut as getPathLength,Vt as getPointEdgeIndex,Pe as getPosByPathDistance,qo as hasChinese,Ns as hexToRgb,Yo as initDirectionalLight,Xo as initLight,di as initShape,Tg as instancedGeometiesAttributes,rm as isAndroid,ie as isContain,we as isControl,Yt as isIphone,xe as isMac,$o as isPointInPolygon,kg as isRectangle,Qr as linearFitForSpeed,Cr as loadBuildingGround,zE as loadExternalStreet,Lr as loadGraphics,Lg as mergeGraphicGeometries,hh as mergeGraphicLineGeometries,km as moveOnRoute,ai as predictFuturePosition,j1 as predictFutureSpeed,ve as proxyOptions,V1 as removeOutliers,Ba as removeWeightPath,ft as setCirclePosition,rt as setLineStartEnd,U as setRectPosition,yi as simplifyPath,tn as sleepByRf,Qo as sleepOnePromise,Hs as sleepOneRf,ln as smoothPath,kn as splitStrByBracket,im as strToNumber,Mt as timeoutPromise,_f as toWebWorker,vi as transformGraphicData,Oo as transformSpeed,_e as translatePosToCenter,z as triggerWorker,T as vector3ToDevice,Mm as xhrGet};
|