Skip to content

Commit e6abbec

Browse files
committed
2 parents 1bfd47d + 26965dd commit e6abbec

13 files changed

+181
-17
lines changed

.github/whatsNew1011_1.png

10.4 KB
Loading

.github/whatsNew1011_2.png

51.2 KB
Loading

.github/whatsNew1011_3.png

1.17 MB
Loading

.github/whatsNew1011_4.png

93 KB
Loading

.github/whatsNew1011_5.png

42.1 KB
Loading

CHANGELOG.md

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,152 @@
1+
# 10.1.1 #
2+
3+
## 新特性
4+
5+
### 组件库更新
6+
7+
#### 上线Storybook 组件故事,优化、统一组件样式,新增统一样式的基础组件(基于Ant Design Vue)
8+
9+
#### 视频组件新增支持 rtmp, flv, m3u8 视频流格式
10+
11+
#### 地图组件支持显示经纬网,单值专题图支持显示自定义样式,数据流图层支持墨卡托坐标系
12+
13+
![1011-6](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/whatsNew1011_1.png)
14+
15+
### iClient for Leaflet 更新
16+
17+
#### 引入SuperMap mapbox-gl-enhance.js库,优化Leaflet对MVT矢量瓦片的渲染效果,并支持常用坐标系:Web Mercator,WGS84,CGCS2000,北京54,西安80
18+
19+
![1011-11](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/whatsNew1011_2.png)
20+
21+
### iClient for OpenLayers 更新
22+
23+
#### WebMap 支持显示经纬网,单值专题图支持显示自定义样式,数据流图层支持墨卡托坐标系
24+
25+
![1011-7](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/whatsNew1011_3.png)
26+
27+
### iClient for MapboxGL 更新
28+
29+
#### 新增GraticuleLayer经纬网图层
30+
31+
![1011-8](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/whatsNew1011_4.png)
32+
33+
### 申明
34+
35+
#### 由于MapboxGL V2版本授权协议变更,SuperMap iClient for MapboxGL 依旧会基于 V1版本进行后续版本的维护与升级,协议无变化
36+
37+
![1011-9](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/whatsNew1011_5.png)
38+
39+
## API changes
40+
41+
### for OpenLayers
42+
43+
- `ol.supermap.WebMap`
44+
45+
- `options` 新增 `tileFormat` 参数,支持指定地图瓦片出图格式
46+
47+
- 支持显示经纬网
48+
49+
- 单值专题图支持显示自定义样式
50+
51+
- 数据流图层支持墨卡托坐标系
52+
53+
- 地图弹窗内容支持显示图片、视频、文本
54+
55+
### for MapboxGL
56+
57+
- 新增 `mapboxgl.supermap.GraticuleLayer` 类,支持显示经纬网图层
58+
59+
### Component
60+
61+
- vue-iclient-mapboxgl
62+
63+
- 视频(sm-video-player)组件新增支持 rtmp, flv, m3u8 视频流格式
64+
65+
- 地图(sm-web-map)组件
66+
67+
- 支持显示经纬网
68+
69+
- 单值专题图支持显示自定义样式
70+
71+
- 数据流图层支持墨卡托坐标系
72+
73+
- 优化、统一组件样式
74+
75+
- 新增组件 Storybook
76+
77+
- 新增统一样式的基础组件(基于Ant Design Vue)
78+
头像 sm-avatar
79+
面包屑 sm-breadcrumb
80+
按钮 sm-button
81+
多选框 sm-checkbox
82+
日期选择框 sm-date-picker 、
83+
空状态 sm-empty
84+
输入框 sm-input
85+
布局 sm-layout
86+
对话框 sm-modal
87+
单选框 sm-radio
88+
选择器 sm-select
89+
步骤条 sm-steps
90+
开关 sm-switch
91+
标签页 sm-tabs
92+
文字提示 sm-tooltip
93+
穿梭框 sm-transfer
94+
分页 sm-pagination
95+
卡片 sm-card
96+
折叠面板 sm-collpase
97+
滑动输入条 sm-slider
98+
加载中 sm-spin
99+
表格 sm-table
100+
树形控件 sm-tree
101+
102+
103+
- 新增多个主题配置变量
104+
105+
## Fixed
106+
107+
### for Leaflet
108+
109+
- 动态标绘
110+
111+
- 修复 标绘不支持自定义请求头 问题
112+
113+
- 修复 标绘触屏模式和Leaflet.Draw.js冲突 问题
114+
115+
- 修复 触屏模式下第一次无法绘制点标号 问题
116+
117+
- 基本图元注记和线面标号的对象标注支持设置随图缩放和固定大小
118+
119+
### for OpenLayers
120+
121+
- 修复不同图层设置不同的掩膜,掩膜有相交时错乱的问题
122+
123+
### Component
124+
125+
- vue-iclient-mapboxgl
126+
127+
- 修复 `sm-animate-marker-layer` 组件移除时报错的问题
128+
129+
- 修复 `sm-web-map` 组件显示数据流热力图图层失败的问题
130+
131+
132+
## Examples
133+
134+
### for Leaflet
135+
136+
- 可视化 - 矢量瓦片
137+
138+
- 增加 ‘MVT (叠加 MapboxGL)’ 例子
139+
140+
### for MapboxGL
141+
142+
- 增加 ‘可视化-经纬网’ 分类及例子
143+
144+
- 多坐标系 - 地图
145+
146+
- 增加 ‘经纬网_WGS84’ 例子
147+
148+
149+
1150
# 10.1.0 #
2151
## 新特性
3152

examples/component/components_estateMonitoringPlatform_vue.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,13 @@
207207
);
208208
return { ...mergeData, showMap: false };
209209
},
210-
mounted() {
211-
console.log(this.showMap);
210+
beforeMount() {
212211
let screenWidth = document.body.clientWidth;
213212
if (screenWidth <= 540) {
214213
this.showMap = false;
215214
} else {
216215
this.showMap = true;
217216
}
218-
console.log(this.showMap);
219217
SuperMap.Components.setTheme({
220218
background: 'transparent',
221219
textColor: '#fff',

examples/component/components_layerManager_vue.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
width: 100%;
1818
height: 100%;
1919
}
20+
.sm-component-layer-manager .sm-component-tree {
21+
font-size: 12px;
22+
}
2023
</style>
2124
</head>
2225

examples/component/components_query_vue.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
width: 100%;
1616
height: 100%;
1717
}
18+
.mapboxgl-ctrl button:not(:disabled):hover {
19+
background-color: #269ff0;
20+
}
1821
</style>
1922
</head>
2023

examples/component/components_tianditu_home_vue.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
width: 100%;
6262
height: calc(100% - 63px);
6363
}
64+
65+
.mapboxgl-ctrl button:not(:disabled):hover {
66+
background-color: #269ff0;
67+
}
6468
</style>
6569
</head>
6670

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy