From c4ffe86a182a3a4fe1bbf00fe57e281a42fb2eeb Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 31 八月 2023 15:46:02 +0800 Subject: [PATCH] sdk版本更新,图层管理加载图层优化;空间查询图形下载优化 --- 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 2c9c80e..6fc3d8f 100644 --- a/public/CIMSDK/Workers/createEllipseGeometry.js +++ b/public/CIMSDK/Workers/createEllipseGeometry.js @@ -1 +1 @@ -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)}})); +define(["./Matrix3-ef89a1eb","./defaultValue-abec0268","./EllipseGeometry-9a1e783d","./Math-a56d1479","./Transforms-ed424165","./Matrix2-50a93848","./RuntimeError-279c39be","./combine-7a07cedd","./ComponentDatatype-565a8190","./WebGLConstants-292d99ef","./EllipseGeometryLibrary-69050f17","./GeometryAttribute-ea1743e0","./GeometryAttributes-50483cde","./GeometryInstance-159dff64","./GeometryOffsetAttribute-82d57e99","./GeometryPipeline-31b26235","./AttributeCompression-29f13287","./EncodedCartesian3-7ea38c7c","./IndexDatatype-5f9fa3ed","./IntersectionTests-b9443f66","./Plane-47041f17","./VertexFormat-d813e77b"],(function(e,t,r,a,n,i,o,s,d,l,c,f,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)}})); -- Gitblit v1.9.3