mars3d 3.4.1 → 3.4.2

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/README.md CHANGED
@@ -6,17 +6,18 @@
6
6
  <p align="center">🌎 一款基于WebGL技术实现的三维地球客户端开发平台</p>
7
7
 
8
8
  <p align="center">
9
- <a target="_black" href="https://www.npmjs.com/package/mars3d">
10
- <img alt="Npm version" src="https://img.shields.io/npm/v/mars3d.svg?style=flat&logo=npm&label=version"/>
11
- </a>
12
- <a target="_black" href="https://www.npmjs.com/package/mars3d">
13
- <img alt="Npm downloads" src="https://img.shields.io/npm/dt/mars3d?style=flat&logo=npm">
14
- </a>
15
- <a target="_black" href="https://github.com/marsgis/mars3d">
16
- <img alt="GitHub stars" src="https://img.shields.io/github/stars/marsgis/mars3d?style=flat&logo=github">
17
- </a>
18
- <a href='https://gitee.com/marsgis/mars3d/stargazers'><img src='https://gitee.com/marsgis/mars3d/badge/star.svg?theme=dark' alt='star'></img></a>
19
-
9
+ <a target="_black" href="https://www.npmjs.com/package/mars3d">
10
+ <img alt="Npm version" src="https://img.shields.io/npm/v/mars3d.svg?style=flat&logo=npm&label=版本号" />
11
+ </a>
12
+ <a target="_black" href="https://www.npmjs.com/package/mars3d">
13
+ <img alt="Npm downloads" src="https://img.shields.io/npm/dt/mars3d?style=flat&logo=npm&label=下载量" />
14
+ </a>
15
+ <a target="_black" href="https://github.com/marsgis/mars3d">
16
+ <img alt="GitHub stars" src="https://img.shields.io/github/stars/marsgis/mars3d?style=flat&logo=github" />
17
+ </a>
18
+ <a target="_black" href="https://gitee.com/marsgis/mars3d">
19
+ <img src="https://gitee.com/marsgis/mars3d/badge/star.svg?theme=dark" alt="star" />
20
+ </a>
20
21
  </p>
21
22
 
22
23
  [**English**](./README_EN.md) |[**中文**](./README.md)
@@ -25,10 +26,12 @@
25
26
  当前仓库包含SDK更新日志、和其他仓库导航。
26
27
 
27
28
 
29
+
28
30
  Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
29
31
 
30
32
  国内Gitee:[https://gitee.com/marsgis/mars3d](https://gitee.com/marsgis/mars3d)
31
33
 
34
+ 更新日志: [CHANGE.md](./CHANGE.md)
32
35
 
33
36
 
34
37
  ## 功能示例
@@ -49,8 +52,8 @@ Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
49
52
  |原生JS技术栈 |[查看](https://www.bilibili.com/video/BV1za41177ZW/)| [mars3d-es5-template](https://github.com/marsgis/mars3d-es5-template) |[mars3d-es5-template](https://gitee.com/marsgis/mars3d-es5-template) |
50
53
  |Vue技术栈 |[查看](https://www.bilibili.com/video/BV17P4y1F7gv/)| [mars3d-vue-template](https://github.com/marsgis/mars3d-vue-template) |[mars3d-vue-template](https://gitee.com/marsgis/mars3d-vue-template) |
51
54
  |React技术栈 |[查看](https://www.bilibili.com/video/BV1nZ4y1b7W7/)| [mars3d-react-template](https://github.com/marsgis/mars3d-react-template) |[mars3d-react-template](https://gitee.com/marsgis/mars3d-react-template) |
52
- |Angular技术栈 |暂无 | [mars3d-angular-template](https://github.com/marsgis/mars3d-angular-template) |[mars3d-angular-template](https://gitee.com/marsgis/mars3d-angular-template) |
53
- |CS桌面端程序 |暂无| [mars3d-electron](https://github.com/marsgis/mars3d-electron) |[mars3d-electron](https://gitee.com/marsgis/mars3d-electron) |
55
+ |Angular技术栈 |[查看](https://www.bilibili.com/video/BV13Y411K7xs/) | [mars3d-angular-template](https://github.com/marsgis/mars3d-angular-template) |[mars3d-angular-template](https://gitee.com/marsgis/mars3d-angular-template) |
56
+ |CS桌面端程序 |[查看](https://www.bilibili.com/video/BV1N94y1R7ds/)| [mars3d-electron](https://github.com/marsgis/mars3d-electron) |[mars3d-electron](https://gitee.com/marsgis/mars3d-electron) |
54
57
  |APP移动端程序 |[查看](https://www.bilibili.com/video/BV18F41157qR/)|[mars3d-uni-app](https://github.com/marsgis/mars3d-uni-app) |[mars3d-uni-app](https://gitee.com/marsgis/mars3d-uni-app) |
55
58
 
56
59
 
@@ -64,7 +67,7 @@ Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
64
67
  |基础项目 原生JS版 |[查看](http://mars3d.cn/dev/guide/project/jcxm-es5.html) | [查看](https://www.bilibili.com/video/BV1nF41157Rn/)| [mars3d-es5-project](https://github.com/marsgis/mars3d-es5-project) |[mars3d-es5-project](https://gitee.com/marsgis/mars3d-es5-project) |
65
68
  |基础项目 Vue版|[查看](http://mars3d.cn/dev/guide/project/jcxm-vue.html) |[查看](https://www.bilibili.com/video/BV1JF411q7Ut/)| [mars3d-vue-project](https://github.com/marsgis/mars3d-vue-project) |[mars3d-vue-project](https://gitee.com/marsgis/mars3d-vue-project) |
66
69
  |基础项目 Vue版+admin管理 |无 | 无| [mars3d-vue-project-admin](https://github.com/marsgis/mars3d-vue-project-admin) |[mars3d-vue-project-admin](https://gitee.com/marsgis/mars3d-vue-project-admin) |
67
- |基础项目 React版|[查看](http://mars3d.cn/dev/guide/project/jcxm-react.html) |暂无| [mars3d-react-project](https://github.com/marsgis/mars3d-react-project) |[mars3d-react-project](https://gitee.com/marsgis/mars3d-react-project) |
70
+ |基础项目 React版|[查看](http://mars3d.cn/dev/guide/project/jcxm-react.html) |[查看](https://www.bilibili.com/video/BV1n3411u7Dm/)| [mars3d-react-project](https://github.com/marsgis/mars3d-react-project) |[mars3d-react-project](https://gitee.com/marsgis/mars3d-react-project) |
68
71
  |三维地球APP项目| [查看](http://mars3d.cn/dev/guide/project/app-vue.html) | [查看](https://www.bilibili.com/video/BV1iY4y1t7jk/)| [付费提供](http://mars3d.cn/details.html?id=app-vue) | [付费提供](http://mars3d.cn/details.html?id=app-vue) |
69
72
 
70
73
 
package/dist/mars3d.css CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Mars3D三维可视化平台 mars3d
3
3
  *
4
- * 版本信息:v3.4.1
5
- * 编译日期:2022-07-25 16:20:12
4
+ * 版本信息:v3.4.2
5
+ * 编译日期:2022-08-01 18:16:31
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2022-06-01
8
8
  */
package/dist/mars3d.d.ts CHANGED
@@ -2,8 +2,8 @@
2
2
  /**
3
3
  * Mars3D三维可视化平台 mars3d
4
4
  *
5
- * 版本信息:v3.4.1
6
- * 编译日期:2022-07-25 16:20:12
5
+ * 版本信息:v3.4.2
6
+ * 编译日期:2022-08-01 18:16:31
7
7
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
8
8
  * 使用单位:免费公开版 ,2022-06-01
9
9
  */
@@ -1063,6 +1063,7 @@ declare enum LayerType {
1063
1063
  graphic,
1064
1064
  graphicGroup,
1065
1065
  geojson,
1066
+ busineData,
1066
1067
  lodGraphic,
1067
1068
  wfs,
1068
1069
  arcgis_wfs,
@@ -1268,8 +1269,8 @@ declare namespace MaterialType {
1268
1269
  const Grid: string;
1269
1270
  /**
1270
1271
  * 面状:棋盘
1271
- * @property [evenColor = Cesium.Color.WHITE] - 主色
1272
- * @property [oddColor = Cesium.Color.BLACK] - 衬色,棋盘中另外一个颜色
1272
+ * @property [lightColor = Cesium.Color.WHITE] - 主色
1273
+ * @property [darkColor = Cesium.Color.BLACK] - 衬色,棋盘中另外一个颜色
1273
1274
  * @property [repeat = new Cesium.Cartesian2(2.0, 2.0)] - 数量,在每个方向重复的次数
1274
1275
  */
1275
1276
  const Checkerboard: string;
@@ -17153,6 +17154,169 @@ declare class ArcGisWfsSingleLayer extends GeoJsonLayer {
17153
17154
  }): GeoJsonLayer;
17154
17155
  }
17155
17156
 
17157
+ /**
17158
+ * 业务数据(通过API接口获取)图层, 主要是为了封装后简化使用,或直接配置到config.json,也可以自行构造Graphic矢量对象加到GraphicLayer。<br />
17159
+ *
17160
+ * 样式信息:通过symbol配置graphic类型和样式<br />
17161
+ * 坐标信息:建议接口返回中有规范的坐标字段lat\lng\alt或用formatPosition方法自定义解析
17162
+ * @param [options] - 参数对象,包括以下:
17163
+ * @param [options.url] - geojson文件或服务url地址
17164
+ * @param [options.data] - geojson格式规范数据对象,与url二选一即可。
17165
+ * @param [options.dataColumn] - 接口返回数据中,对应的业务数据数组所在的读取字段名称,支持多级(用.分割);如果数据直接返回数组时可以不配置。
17166
+ * @param [options.formatData] - 可以对加载的数据进行格式化或转换操作
17167
+ * @param [options.lngColumn = "lng"] - 点坐标时,经度值对应的字段名称
17168
+ * @param [options.latColumn = "lat"] - 点坐标时,纬度值对应的字段名称
17169
+ * @param [options.altColumn = "alt"] - 点坐标时,高度值对应的字段名称
17170
+ * @param [options.formatPosition] - 可以对加载的数据进行格式化或转换操作
17171
+ * @param [options.onCreateGraphic] - 解析geojson后,外部自定义方法来创建Graphic对象
17172
+ * @param [options.allowDrillPick] - 是否允许鼠标穿透拾取
17173
+ * @param [options.opacity = 1.0] - 透明度(部分图层),取值范围:0.0-1.0
17174
+ * @param [options.zIndex] - 控制图层的叠加层次(部分图层),默认按加载的顺序进行叠加,但也可以自定义叠加顺序,数字大的在上面。
17175
+ * @param [options.symbol] - 矢量数据的style样式,为Function时是完全自定义的回调处理 symbol(attr, style, feature)
17176
+ * @param [options.symbol.type] - 标识数据类型,默认是根据数据生成 point、polyline、polygon
17177
+ * @param options.symbol.styleOptions - Style样式,每种不同类型数据都有不同的样式,具体见各{@link GraphicType}矢量数据的style参数。
17178
+ * @param [options.symbol.styleField] - 按 styleField 属性设置不同样式。
17179
+ * @param [options.symbol.styleFieldOptions] - 按styleField值与对应style样式的键值对象。
17180
+ * @param [options.symbol.merge] - 是否合并并覆盖json中已有的style,默认不合并。
17181
+ * @param [options.symbol.callback] - 自定义判断处理返回style ,示例:callback: function (attr, styleOpt){ return { color: "#ff0000" }; }
17182
+ * @param [options.graphicOptions] - 默认的graphic的构造参数,每种不同类型数据都有不同的属性,具体见各{@link GraphicType}矢量数据的构造参数。
17183
+ * @param [options.clustering] - 设置聚合相关参数(仅对Entity点数据有效):
17184
+ * @param [options.clustering.enabled = false] - 是否开启聚合
17185
+ * @param [options.clustering.pixelRange = 20] - 多少像素矩形范围内聚合
17186
+ * @param [options.clustering.clampToGround = true] - 是否贴地
17187
+ * @param [options.clustering.radius = 26] - 内置样式时,圆形图标的半径大小(单位:像素)
17188
+ * @param [options.clustering.fontColor = '#ffffff'] - 内置样式时,数字的颜色
17189
+ * @param [options.clustering.color = 'rgba(181, 226, 140, 0.6)'] - 内置样式时,圆形图标的背景颜色
17190
+ * @param [options.clustering.opacity = 0.5] - 内置样式时,圆形图标的透明度
17191
+ * @param [options.clustering.borderWidth = 5] - 圆形图标的边框宽度(单位:像素),0不显示
17192
+ * @param [options.clustering.borderColor = 'rgba(110, 204, 57, 0.5)'] - 内置样式时,圆形图标的边框颜色
17193
+ * @param [options.clustering.borderOpacity = 0.6] - 内置样式时,圆形图标边框的透明度
17194
+ * @param [options.clustering.getImage] - 自定义聚合的图标样式,例如:getImage:function(count) { return image}
17195
+ * @param [options.proxy] - 加载资源时要使用的代理服务url。
17196
+ * @param [options.templateValues] - 一个对象,用于替换Url中的模板值的键/值对
17197
+ * @param [options.queryParameters] - 一个对象,其中包含在检索资源时将发送的查询参数。比如:queryParameters: {'access_token': '123-435-456-000'}
17198
+ * @param [options.headers] - 一个对象,将发送的其他HTTP标头。比如:headers: { 'X-My-Header': 'valueOfHeader' }
17199
+ * @param [options.popup] - 绑定的popup弹窗值,也可以bindPopup方法绑定,支持:'all'、数组、字符串模板
17200
+ * @param [options.popupOptions] - popup弹窗时的配置参数,也支持如pointerEvents等{@link Popup}构造参数,还包括:
17201
+ * @param [options.popupOptions.title] - 固定的标题名称
17202
+ * @param [options.popupOptions.titleField] - 标题对应的属性字段名称
17203
+ * @param [options.popupOptions.noTitle] - 不显示标题
17204
+ * @param [options.tooltip] - 绑定的tooltip弹窗值,也可以bindTooltip方法绑定,参数与popup属性完全相同。
17205
+ * @param [options.tooltipOptions] - tooltip弹窗时的配置参数,也支持如pointerEvents等{@link Tooltip}构造参数,还包括:
17206
+ * @param [options.tooltipOptions.title] - 固定的标题名称
17207
+ * @param [options.tooltipOptions.titleField] - 标题对应的属性字段名称
17208
+ * @param [options.tooltipOptions.noTitle] - 不显示标题
17209
+ * @param [options.contextmenuItems] - 绑定的右键菜单值,也可以bindContextMenu方法绑定
17210
+ * @param [options.id = createGuid()] - 图层id标识
17211
+ * @param [options.pid = -1] - 图层父级的id,一般图层管理中使用
17212
+ * @param [options.name = ''] - 图层名称
17213
+ * @param [options.show = true] - 图层是否显示
17214
+ * @param [options.eventParent] - 指定的事件冒泡对象,默认为map对象,false时不冒泡
17215
+ * @param [options.center] - 图层自定义定位视角 {@link Map#setCameraView}
17216
+ * @param options.center.lng - 经度值, 180 - 180
17217
+ * @param options.center.lat - 纬度值, -90 - 90
17218
+ * @param [options.center.alt] - 高度值
17219
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
17220
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
17221
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
17222
+ * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
17223
+ * @param options.extent.xmin - 最小经度值, -180 至 180
17224
+ * @param options.extent.xmax - 最大经度值, -180 至 180
17225
+ * @param options.extent.ymin - 最小纬度值, -90 至 90
17226
+ * @param options.extent.ymax - 最大纬度值, -90 至 90
17227
+ * @param [options.extent.height = 0] - 矩形高度值
17228
+ * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
17229
+ */
17230
+ declare class BusineDataLayer extends GraphicLayer {
17231
+ constructor(options?: {
17232
+ url?: string;
17233
+ data?: any;
17234
+ dataColumn?: string;
17235
+ formatData?: (...params: any[]) => any;
17236
+ lngColumn?: string;
17237
+ latColumn?: string;
17238
+ altColumn?: string;
17239
+ formatPosition?: (...params: any[]) => any;
17240
+ onCreateGraphic?: (...params: any[]) => any;
17241
+ allowDrillPick?: boolean | ((...params: any[]) => any);
17242
+ opacity?: number;
17243
+ zIndex?: number;
17244
+ symbol?: {
17245
+ type?: GraphicType | string;
17246
+ styleOptions: any;
17247
+ styleField?: string;
17248
+ styleFieldOptions?: any;
17249
+ merge?: boolean;
17250
+ callback?: (...params: any[]) => any;
17251
+ };
17252
+ graphicOptions?: any;
17253
+ clustering?: {
17254
+ enabled?: boolean;
17255
+ pixelRange?: number;
17256
+ clampToGround?: boolean;
17257
+ radius?: number;
17258
+ fontColor?: string;
17259
+ color?: string;
17260
+ opacity?: number;
17261
+ borderWidth?: number;
17262
+ borderColor?: string;
17263
+ borderOpacity?: number;
17264
+ getImage?: (...params: any[]) => any;
17265
+ };
17266
+ proxy?: string;
17267
+ templateValues?: any;
17268
+ queryParameters?: any;
17269
+ headers?: any;
17270
+ popup?: string | Globe.getTemplateHtml_template[] | ((...params: any[]) => any);
17271
+ popupOptions?: {
17272
+ title?: string;
17273
+ titleField?: string;
17274
+ noTitle?: string;
17275
+ };
17276
+ tooltip?: string | Globe.getTemplateHtml_template[] | ((...params: any[]) => any) | any;
17277
+ tooltipOptions?: {
17278
+ title?: string;
17279
+ titleField?: string;
17280
+ noTitle?: string;
17281
+ };
17282
+ contextmenuItems?: any;
17283
+ id?: string | number;
17284
+ pid?: string | number;
17285
+ name?: string;
17286
+ show?: boolean;
17287
+ eventParent?: BaseClass | boolean;
17288
+ center?: {
17289
+ lng: number;
17290
+ lat: number;
17291
+ alt?: number;
17292
+ heading?: number;
17293
+ pitch?: number;
17294
+ roll?: number;
17295
+ };
17296
+ extent?: {
17297
+ xmin: number;
17298
+ xmax: number;
17299
+ ymin: number;
17300
+ ymax: number;
17301
+ height?: number;
17302
+ };
17303
+ flyTo?: boolean;
17304
+ });
17305
+ /**
17306
+ * 加载新数据 或 刷新数据
17307
+ * @param [newOptions] - 新设定的参数,会与类的构造参数合并。
17308
+ * @param [newOptions.url] - API接口url地址
17309
+ * @param [newOptions.data] - API接口对应的数据对象,与url二选一即可。
17310
+ * @param [newOptions.类参数] - 包含当前类支持的所有参数
17311
+ * @returns 当前对象本身,可以链式调用
17312
+ */
17313
+ load(newOptions?: {
17314
+ url?: string;
17315
+ data?: any;
17316
+ 类参数?: any;
17317
+ }): BusineDataLayer;
17318
+ }
17319
+
17156
17320
  /**
17157
17321
  * 高德在线POI图层
17158
17322
  * @param [options] - 参数对象,包括以下:
@@ -17357,6 +17521,18 @@ declare namespace GeoJsonLayer {
17357
17521
  * @param [options.templateValues] - 一个对象,用于替换Url中的模板值的键/值对
17358
17522
  * @param [options.queryParameters] - 一个对象,其中包含在检索资源时将发送的查询参数。比如:queryParameters: {'access_token': '123-435-456-000'}
17359
17523
  * @param [options.headers] - 一个对象,将发送的其他HTTP标头。比如:headers: { 'X-My-Header': 'valueOfHeader' }
17524
+ * @param [options.clustering] - 设置聚合相关参数(仅对Entity点数据有效):
17525
+ * @param [options.clustering.enabled = false] - 是否开启聚合
17526
+ * @param [options.clustering.pixelRange = 20] - 多少像素矩形范围内聚合
17527
+ * @param [options.clustering.clampToGround = true] - 是否贴地
17528
+ * @param [options.clustering.radius = 26] - 内置样式时,圆形图标的半径大小(单位:像素)
17529
+ * @param [options.clustering.fontColor = '#ffffff'] - 内置样式时,数字的颜色
17530
+ * @param [options.clustering.color = 'rgba(181, 226, 140, 0.6)'] - 内置样式时,圆形图标的背景颜色
17531
+ * @param [options.clustering.opacity = 0.5] - 内置样式时,圆形图标的透明度
17532
+ * @param [options.clustering.borderWidth = 5] - 圆形图标的边框宽度(单位:像素),0不显示
17533
+ * @param [options.clustering.borderColor = 'rgba(110, 204, 57, 0.5)'] - 内置样式时,圆形图标的边框颜色
17534
+ * @param [options.clustering.borderOpacity = 0.6] - 内置样式时,圆形图标边框的透明度
17535
+ * @param [options.clustering.getImage] - 自定义聚合的图标样式,例如:getImage:function(count) { return image}
17360
17536
  * @param [options.popup] - 绑定的popup弹窗值,也可以bindPopup方法绑定,支持:'all'、数组、字符串模板
17361
17537
  * @param [options.popupOptions] - popup弹窗时的配置参数,也支持如pointerEvents等{@link Popup}构造参数,还包括:
17362
17538
  * @param [options.popupOptions.title] - 固定的标题名称
@@ -17418,6 +17594,19 @@ declare class GeoJsonLayer extends GraphicLayer {
17418
17594
  templateValues?: any;
17419
17595
  queryParameters?: any;
17420
17596
  headers?: any;
17597
+ clustering?: {
17598
+ enabled?: boolean;
17599
+ pixelRange?: number;
17600
+ clampToGround?: boolean;
17601
+ radius?: number;
17602
+ fontColor?: string;
17603
+ color?: string;
17604
+ opacity?: number;
17605
+ borderWidth?: number;
17606
+ borderColor?: string;
17607
+ borderOpacity?: number;
17608
+ getImage?: (...params: any[]) => any;
17609
+ };
17421
17610
  popup?: string | Globe.getTemplateHtml_template[] | ((...params: any[]) => any);
17422
17611
  popupOptions?: {
17423
17612
  title?: string;
@@ -17747,7 +17936,7 @@ declare namespace GraphicLayer {
17747
17936
  * @param [options.symbol.styleFieldOptions] - 按styleField值与对应style样式的键值对象。
17748
17937
  * @param [options.symbol.callback] - 自定义判断处理返回style ,示例:callback: function (attr, styleOpt){ return { color: "#ff0000" }; }
17749
17938
  * @param [options.allowDrillPick] - 是否允许鼠标穿透拾取
17750
- * @param [options.clustering] - Entity点数据时,设置聚合相关参数:
17939
+ * @param [options.clustering] - 设置聚合相关参数(仅对Entity点数据有效):
17751
17940
  * @param [options.clustering.enabled = false] - 是否开启聚合
17752
17941
  * @param [options.clustering.pixelRange = 20] - 多少像素矩形范围内聚合
17753
17942
  * @param [options.clustering.clampToGround = true] - 是否贴地
@@ -18026,7 +18215,7 @@ declare class GraphicLayer extends BaseGraphicLayer {
18026
18215
  * @param [options.objectsToExclude] - 贴模型分析时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
18027
18216
  * @param options.endItem - 每计算完成1个graphic高度后 的回调方法
18028
18217
  * @param options.end - 异步计算高度完成所有graphic后 的回调方法
18029
- * @returns 绘制创建完成的Promise,等价于callback参数
18218
+ * @returns 绘制创建完成的Promise
18030
18219
  */
18031
18220
  autoSurfaceHeight(options?: {
18032
18221
  has3dtiles?: boolean;
@@ -31623,9 +31812,10 @@ declare namespace GraphicUtil {
31623
31812
  * 注册矢量数据类
31624
31813
  * @param type - 矢量数据类型
31625
31814
  * @param graphicClass - 矢量数据类
31815
+ * @param [isPoint] - 是否为点状数据
31626
31816
  * @returns 无
31627
31817
  */
31628
- function register(type: string, graphicClass: BaseGraphic | any): void;
31818
+ function register(type: string, graphicClass: BaseGraphic | any, isPoint?: boolean): void;
31629
31819
  /**
31630
31820
  * 根据 矢量数据类型 获取 矢量数据类
31631
31821
  * @param type - 矢量数据类型
@@ -33577,6 +33767,7 @@ declare namespace layer {
33577
33767
  export { GraphicLayer as DivLayer }
33578
33768
  export { GraphicGroupLayer }
33579
33769
  export { GeoJsonLayer }
33770
+ export { BusineDataLayer }
33580
33771
  export { TilesetLayer }
33581
33772
  export { OsmBuildingsLayer }
33582
33773
  export { GraticuleLayer }