tg-map-vue3 4.2.11 → 4.3.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # 更新日志
2
2
 
3
+ ## 4.3.x
4
+
5
+ - feat: 添加[tg-map-echarts]包
6
+
3
7
  ## 4.2.x
4
8
 
5
9
  - ***BREAKING CHANGE***: `TgMapConfig.talks.layerId`废弃, 改用`layerIds`
@@ -9,6 +13,7 @@
9
13
  - feat: talks支持切换内置地图类型和暗色模式
10
14
  - feat: TgMapType.talks支持复写图层内部定义的attribution
11
15
  - feat: [Tg.MouseEvent]新增`pixel`字段
16
+ - feat: talks支持热力图
12
17
 
13
18
  ## 4.1.x
14
19
 
@@ -119,3 +124,4 @@
119
124
  [AbstractMap]: packages/tg-map-core/src/map/map/map.ts#L92
120
125
  [Overlay]: packages/tg-map-core/src/map/map/overlay/overlay.ts
121
126
  [tg-map-core]: packages/tg-map-core/README.md
127
+ [tg-map-echarts]: packages/tg-map-echarts/README.md
package/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  封装 百度地图, Google地图, Here地图(未完成), Maptalks 的Vue3组件库
4
4
 
5
+ ## 项目结构
6
+
7
+ - [tg-map-core](./packages/tg-map-core/package.json): 核心库, 将baidu/google/maptalks地图封装成统一的API
8
+ - [tg-map-vue3](./package.json): 基于tg-map-core的Vue3组件
9
+ - [tg-map-echarts](./packages/tg-map-echarts/package.json): echarts的tg-map-core插件
10
+ - [@transcodegroup/tg-map](https://github.com/TranscodeGroup/tg-map/blob/vue2/package.json): 基于tg-map-core的Vue2组件, 因为构建工具链完全不同, 放在单独的vue2分支维护
11
+
5
12
  ## 使用
6
13
 
7
14
  安装: