@vtx/cs-map 1.0.142 → 1.0.144
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/_util/encryptParams.js +26 -4
- package/lib/_util/encryptParams.js.map +1 -1
- package/lib/dom/index.js +17 -43
- package/lib/dom/index.js.map +1 -1
- package/lib/dom-layer/index.js +250 -0
- package/lib/dom-layer/index.js.map +1 -0
- package/lib/dom-layer/style/css.js +4 -0
- package/lib/dom-layer/style/css.js.map +1 -0
- package/lib/dom-layer/style/index.css +3 -0
- package/lib/dom-layer/style/index.js +4 -0
- package/lib/dom-layer/style/index.js.map +1 -0
- package/lib/dom-layer/style/index.less +3 -0
- package/lib/feature-layer/index.js +4 -2
- package/lib/feature-layer/index.js.map +1 -1
- package/lib/image-layer/index.js +4 -2
- package/lib/image-layer/index.js.map +1 -1
- package/lib/image-wms-layer/index.js +4 -2
- package/lib/image-wms-layer/index.js.map +1 -1
- package/lib/index.js +7 -0
- package/lib/index.js.map +1 -1
- package/lib/map/index.js +7 -2
- package/lib/map/index.js.map +1 -1
- package/package.json +1 -1
- package/CHANGELOG.md +0 -124
package/CHANGELOG.md
DELETED
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
## 1.0.26 (2023-11-02)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### ✨ Features
|
|
5
|
-
|
|
6
|
-
* FeatureLayer 增加海量点及聚合展示 ([3abec3a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/3abec3a)) by: **gaoyueliu**
|
|
7
|
-
* FeatureLayer 增加海量点及聚合展示 ([652cd79](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/652cd79)) by: **gaoyueliu**
|
|
8
|
-
* infoWindow优化 ([9feff8f](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9feff8f)) by: **YZQDI**
|
|
9
|
-
* onZoom回调增加viewRectangle返回值 ([967b362](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/967b362)) by: **songwenlin**
|
|
10
|
-
* wms图层 ([a77eb89](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/a77eb89)) by: **边昆**
|
|
11
|
-
* 修改下雪速度 ([5c9675a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/5c9675a)) by: **gaoyueliu**
|
|
12
|
-
* 修改展示异常问题 ([2e66a4b](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2e66a4b)) by: **gaoyueliu**
|
|
13
|
-
* 修改排序 ([9e8b77d](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9e8b77d)) by: **gaoyueliu**
|
|
14
|
-
* 发布1.0.18 ([56f2564](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/56f2564)) by: **gaoyueliu**
|
|
15
|
-
* 发布1.0.25 ([9d739b0](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9d739b0)) by: **gaoyueliu**
|
|
16
|
-
* 发布1.0.26 ([74d2fac](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/74d2fac)) by: **gaoyueliu**
|
|
17
|
-
* 图层增加层级 ([c3fe17a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/c3fe17a)) by: **gaoyueliu**
|
|
18
|
-
* 图层显示隐藏增加监听事件 ([f633f5a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/f633f5a)) by: **gaoyueliu**
|
|
19
|
-
* 地图搜索 ([b5ad828](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/b5ad828)) by: **边昆**
|
|
20
|
-
* 增加 map.showTemplateByFilter 根据图层条件设置图层选中 ([c8fa48f](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/c8fa48f)) by: **gaoyueliu**
|
|
21
|
-
* 增加 Marker ([e7e5236](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/e7e5236)) by: **gaoyueliu**
|
|
22
|
-
* 增加 Point ([6a63e68](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/6a63e68)) by: **gaoyueliu**
|
|
23
|
-
* 增加 Polygon ([d261f2e](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/d261f2e)) by: **gaoyueliu**
|
|
24
|
-
* 增加 Polyline ([39b3f3a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/39b3f3a)) by: **gaoyueliu**
|
|
25
|
-
* 增加 Renderer ([f0559f9](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/f0559f9)) by: **gaoyueliu**
|
|
26
|
-
* 增加 Renderer ([2406c67](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2406c67)) by: **gaoyueliu**
|
|
27
|
-
* 增加Cesium3DTilesLayer组件 ([03ac9bf](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/03ac9bf)) by: **gaoyueliu**
|
|
28
|
-
* 增加FeatureLayer ([b0eeb89](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/b0eeb89)) by: **gaoyueliu**
|
|
29
|
-
* 增加GifDomLayer用于渲染大量的gif点位 ([603d409](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/603d409)) by: **gaoyueliu**
|
|
30
|
-
* 增加GifDomLayer用于渲染大量的gif点位 ([2a50df6](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2a50df6)) by: **gaoyueliu**
|
|
31
|
-
* 增加GifDomLayer用于渲染大量的gif点位 ([19e83ea](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/19e83ea)) by: **gaoyueliu**
|
|
32
|
-
* 增加GifDomLayer用于渲染大量的gif点位 ([15fcfcb](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/15fcfcb)) by: **gaoyueliu**
|
|
33
|
-
* 增加GifDomLayer用于渲染大量的gif点位 ([b4426d0](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/b4426d0)) by: **gaoyueliu**
|
|
34
|
-
* 增加GifDomLayer用于渲染大量的gif点位 ([9478580](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9478580)) by: **gaoyueliu**
|
|
35
|
-
* 增加gif方式渲染 ([409309d](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/409309d)) by: **gaoyueliu**
|
|
36
|
-
* 增加gif方式渲染 ([f30a0ad](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/f30a0ad)) by: **gaoyueliu**
|
|
37
|
-
* 增加gif方式渲染 ([e6df1f1](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/e6df1f1)) by: **gaoyueliu**
|
|
38
|
-
* 增加ImageLayer ([6f1ef0c](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/6f1ef0c)) by: **gaoyueliu**
|
|
39
|
-
* 增加showTemplateByFilter demo ([7647005](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/7647005)) by: **gaoyueliu**
|
|
40
|
-
* 增加事件 ([2fa2d09](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2fa2d09)) by: **gaoyueliu**
|
|
41
|
-
* 增加事件 ([1ed8b16](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/1ed8b16)) by: **gaoyueliu**
|
|
42
|
-
* 增加二三维切换 ([ce99ffa](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/ce99ffa)) by: **gaoyueliu**
|
|
43
|
-
* 增加动画时长 ([9a62362](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9a62362)) by: **gaoyueliu**
|
|
44
|
-
* 增加动画时长 ([75c32d1](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/75c32d1)) by: **gaoyueliu**
|
|
45
|
-
* 增加图例 ([52f9334](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/52f9334)) by: **gaoyueliu**
|
|
46
|
-
* 增加图例 ([4c847ec](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/4c847ec)) by: **gaoyueliu**
|
|
47
|
-
* 增加图例 ([a698308](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/a698308)) by: **gaoyueliu**
|
|
48
|
-
* 增加图层控制工具 ([2a6f797](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2a6f797)) by: **gaoyueliu**
|
|
49
|
-
* 增加图层控制工具 ([67a620f](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/67a620f)) by: **gaoyueliu**
|
|
50
|
-
* 增加图层组 ([dbbebfd](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/dbbebfd)) by: **gaoyueliu**
|
|
51
|
-
* 增加图层组示例 ([7911e3b](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/7911e3b)) by: **gaoyueliu**
|
|
52
|
-
* 增加图层过滤 ([edfdd2e](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/edfdd2e)) by: **gaoyueliu**
|
|
53
|
-
* 增加图层过滤 ([df4ad32](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/df4ad32)) by: **gaoyueliu**
|
|
54
|
-
* 增加图层过滤组 ([0163317](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/0163317)) by: **gaoyueliu**
|
|
55
|
-
* 增加图形模糊搜索功能 ([abad256](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/abad256)) by: **songwenlin**
|
|
56
|
-
* 增加图形模糊搜索功能和搜索地址功能 ([38364b8](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/38364b8)) by: **songwenlin**
|
|
57
|
-
* 增加地图超出隐藏样式 ([d79ac6f](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/d79ac6f)) by: **gaoyueliu**
|
|
58
|
-
* 增加天气组件 ([8c9cf94](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/8c9cf94)) by: **gaoyueliu**
|
|
59
|
-
* 增加工具 ([49f465c](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/49f465c)) by: **gaoyueliu**
|
|
60
|
-
* 增加底图地址 ([086c6bd](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/086c6bd)) by: **gaoyueliu**
|
|
61
|
-
* 增加底图地址 ([e1ff675](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/e1ff675)) by: **gaoyueliu**
|
|
62
|
-
* 增加水面图层 ([e30266c](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/e30266c)) by: **gaoyueliu**
|
|
63
|
-
* 增加注释 ([b83348c](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/b83348c)) by: **gaoyueliu**
|
|
64
|
-
* 增加注释 ([c208712](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/c208712)) by: **gaoyueliu**
|
|
65
|
-
* 增加渐变线 ([ed32c86](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/ed32c86)) by: **gaoyueliu**
|
|
66
|
-
* 增加热力图 ([484a533](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/484a533)) by: **gaoyueliu**
|
|
67
|
-
* 增加缩放属性 ([1e6680b](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/1e6680b)) by: **gaoyueliu**
|
|
68
|
-
* 增加记忆及恢复上一次视角功能 ([87b4ec2](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/87b4ec2)) by: **gaoyueliu**
|
|
69
|
-
* 增加跳转至ol-map及map-icon ([86792ca](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/86792ca)) by: **gaoyueliu**
|
|
70
|
-
* 增加配置文档 ([76c1f09](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/76c1f09)) by: **gaoyueliu**
|
|
71
|
-
* 增加配置文档 ([0d06019](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/0d06019)) by: **gaoyueliu**
|
|
72
|
-
* 增加配置文档 ([280f472](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/280f472)) by: **gaoyueliu**
|
|
73
|
-
* 增加面高亮 ([8612a02](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/8612a02)) by: **gaoyueliu**
|
|
74
|
-
* 增加颜色转化方法 ([48901b1](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/48901b1)) by: **gaoyueliu**
|
|
75
|
-
* 增加飞线 ([0fa73b2](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/0fa73b2)) by: **gaoyueliu**
|
|
76
|
-
* 增加默认值 ([de9ceb4](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/de9ceb4)) by: **gaoyueliu**
|
|
77
|
-
* 增加默认坐标系 ([89ec1ba](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/89ec1ba)) by: **gaoyueliu**
|
|
78
|
-
* 增加默认坐标系 ([72030a5](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/72030a5)) by: **gaoyueliu**
|
|
79
|
-
* 完成项目使用调试 ([82795cb](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/82795cb)) by: **gaoyueliu**
|
|
80
|
-
* 更新地图图标 ([ec4f3b5](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/ec4f3b5)) by: **gaoyueliu**
|
|
81
|
-
* 添加手动关闭弹窗方法 ([834461e](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/834461e)) by: **YZQDI**
|
|
82
|
-
* 添加流动纹理图层 ([7856af2](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/7856af2)) by: **朱训**
|
|
83
|
-
* 添加点击事件,弹窗,以及flyTo方法 ([a824e67](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/a824e67)) by: **YZQDI**
|
|
84
|
-
* 点位高亮 ([58e8b11](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/58e8b11)) by: **边昆**
|
|
85
|
-
* 版本升级 ([6ce8703](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/6ce8703)) by: **YZQDI**
|
|
86
|
-
* 高亮效果 ([5800f82](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/5800f82)) by: **边昆**
|
|
87
|
-
* 高亮效果 ([af38d22](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/af38d22)) by: **边昆**
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
### 🎫 Chores
|
|
91
|
-
|
|
92
|
-
* 发布1.0.8 ([2da8509](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2da8509)) by: **gaoyueliu**
|
|
93
|
-
* 版本升级 ([3039df2](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/3039df2)) by: **YZQDI**
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### 🐛 Bug Fixes
|
|
97
|
-
|
|
98
|
-
* 修复FeatureLayer小气泡无法弹出的问题 ([f2f8019](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/f2f8019)) by: **gaoyueliu**
|
|
99
|
-
* 修复onCheck时图层报错问题 ([f5c8e35](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/f5c8e35)) by: **gaoyueliu**
|
|
100
|
-
* 修复onCheck时图层报错问题 ([8244e47](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/8244e47)) by: **gaoyueliu**
|
|
101
|
-
* 修复popup在某种场景下无法显示问题 ([0c06cba](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/0c06cba)) by: **songwenlin**
|
|
102
|
-
* 修复一些展示问题 ([ebc2fdd](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/ebc2fdd)) by: **gaoyueliu**
|
|
103
|
-
* 修复图层控制器展示问题 ([3feed7a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/3feed7a)) by: **gaoyueliu**
|
|
104
|
-
* 修复图层控制器展示问题 ([ff0dbe6](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/ff0dbe6)) by: **gaoyueliu**
|
|
105
|
-
* 修复图层无法查询的问题 ([dd833a8](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/dd833a8)) by: **gaoyueliu**
|
|
106
|
-
* 修复点击时出问题问题 ([9e31531](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9e31531)) by: **gaoyueliu**
|
|
107
|
-
* 修改一些图层展示问题 ([494503e](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/494503e)) by: **gaoyueliu**
|
|
108
|
-
* 修改样式 ([880fcfd](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/880fcfd)) by: **gaoyueliu**
|
|
109
|
-
* 修改样式 ([44fc4cd](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/44fc4cd)) by: **gaoyueliu**
|
|
110
|
-
* 增加矢量底图和影像底图的切换 ([449de2a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/449de2a)) by: **songwenlin**
|
|
111
|
-
* 增加矢量底图和影像底图的切换 ([672ab25](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/672ab25)) by: **songwenlin**
|
|
112
|
-
* 增加矢量底图和影像底图的切换 ([6dd2b6d](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/6dd2b6d)) by: **songwenlin**
|
|
113
|
-
* 添加markerStyle修改mapIcon样式 ([2d52a26](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2d52a26)) by: **linjicai**
|
|
114
|
-
* 添加底图参数 ([f6722e4](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/f6722e4)) by: **linjicai**
|
|
115
|
-
* 添加默认底图参数 ([9935c07](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9935c07)) by: **linjicai**
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### 👷 Build System
|
|
119
|
-
|
|
120
|
-
* 发布1.0.19 ([528855a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/528855a)) by: **gaoyueliu**
|
|
121
|
-
* 发布1.0.20 ([c1497df](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/c1497df)) by: **gaoyueliu**
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|