From 5c63e3106bc4b82e06d280bf7fd44785f07ac56a Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 11 八月 2023 15:09:14 +0800 Subject: [PATCH] 图层管理,空间查询修改 --- public/CIMSDK/Workers/createEllipseGeometry.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/CIMSDK/Workers/createEllipseGeometry.js b/public/CIMSDK/Workers/createEllipseGeometry.js index 11e0138..2c9c80e 100644 --- a/public/CIMSDK/Workers/createEllipseGeometry.js +++ b/public/CIMSDK/Workers/createEllipseGeometry.js @@ -1 +1 @@ -define(["./Matrix3-293ae7b3","./defaultValue-865ac579","./EllipseGeometry-ab004366","./Math-76ce6367","./Transforms-36e0c57f","./Matrix2-7f5bbd54","./RuntimeError-9e0724f9","./combine-5e110d09","./ComponentDatatype-985dcc38","./WebGLConstants-258cf3a0","./EllipseGeometryLibrary-bda8a026","./GeometryAttribute-df0cc42c","./GeometryAttributes-75794475","./GeometryInstance-0f6ca825","./GeometryOffsetAttribute-06264989","./GeometryPipeline-d395f1f6","./AttributeCompression-e34a188e","./EncodedCartesian3-d8932345","./IndexDatatype-16f6b4a1","./IntersectionTests-3a8233fc","./Plane-a7f8aee2","./VertexFormat-20b5279f"],(function(e,t,r,a,n,i,o,c,s,f,l,d,m,b,p,u,y,G,E,C,x,A){"use strict";return function(a,n){return t.defined(n)&&(a=r.EllipseGeometry.unpack(a,n)),a._center=e.Cartesian3.clone(a._center),a._ellipsoid=e.Ellipsoid.clone(a._ellipsoid),r.EllipseGeometry.createGeometry(a)}})); +define(["./Matrix3-c381b58e","./defaultValue-865ac579","./EllipseGeometry-17653f1a","./Math-76ce6367","./Transforms-ea9ca02d","./Matrix2-f88429ba","./RuntimeError-9e0724f9","./combine-5e110d09","./ComponentDatatype-985dcc38","./WebGLConstants-258cf3a0","./EllipseGeometryLibrary-7bd58025","./GeometryAttribute-d025250e","./GeometryAttributes-75794475","./GeometryInstance-8b896a8b","./GeometryOffsetAttribute-06264989","./GeometryPipeline-f311ba05","./AttributeCompression-194a7de3","./EncodedCartesian3-7da52f0b","./IndexDatatype-16f6b4a1","./IntersectionTests-c82940c4","./Plane-c6962071","./VertexFormat-20b5279f"],(function(e,t,r,a,n,i,o,c,s,l,d,b,f,m,p,u,y,G,E,C,x,A){"use strict";return function(a,n){return t.defined(n)&&(a=r.EllipseGeometry.unpack(a,n)),a._center=e.Cartesian3.clone(a._center),a._ellipsoid=e.Ellipsoid.clone(a._ellipsoid),r.EllipseGeometry.createGeometry(a)}})); -- Gitblit v1.9.3