Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: split tripartite map #2503

Merged
merged 72 commits into from
Jun 11, 2024
Merged

refactor: split tripartite map #2503

merged 72 commits into from
Jun 11, 2024

Conversation

lvisei
Copy link
Member

@lvisei lvisei commented May 27, 2024

🤔 这个变动的性质是?

  • 重构

🔗 相关 Issue

💡 需求背景和解决方案

三方地图拆分到插件包,减小包体积,用户使用三方地图按需引入。

事项

  • 抽象类 BaseMap 封装
  • 百度、腾讯、谷歌、天地图、Mapbox 基于抽象类 BaseMap 实现各自方法,补全缺失方法、解决类型问题
    • 部分方法缺失确定
  • 官网文档与示例更新
  • refactor: remove regl render mode refactor: remove regl render mode #2507
  • extension-map 迁移到 https:/antvis/l7-extensions 仓库

lvisei and others added 30 commits April 17, 2024 19:17
* refactor: amap next

* test: sleepTime

* test: add heatmap snapshot

* test: sleepTime

* fix: getMinZoom

* chore: zoom offset

* refactor: base map

* chore(CI): update snapshots (#2391)

* fix: type

* test: sleepTime

* wip: demo

* fix: source update 事件访问图层初始化未完成

* test: set pitch

* chore: common viewport to lib

* chore: note todo

* chore: fix path

* chore: remove path

* chore: meterToCoord

* test: sleepTime

* chore: ingore path for ci

* test: update snapshot

* chore: rename

* chore: demo shakking

---------

Co-authored-by: lvisei <[email protected]>
* wip: data shake case

* fix: fix line data offset in mapbox

* refactor: 完成点线面图层属性索引重构

* refactor: 完成 citybuliding\earth\geometry\heatmap 图层属性索引重构

* refactor: 完成 image/ raster/wind 图层属性索引重构

* refactor: 标记最大索引

* chore: remove log

* fix: line layer data shake

* wip: point shape

* wip: line simpleline

* wip: pont billboard

* wip: point shape

* wip: wall shape

* wip: raster layer

* wip: polygon

* test: update case

* wip: extrude shape

* refactor: 自定义开启双精度属性

* chore: fetch time

* chore(CI): update snapshots (#2428)

* chore: turn up fetch time

* chore(CI): update snapshots (#2429)

* chore: add changeset

---------

Co-authored-by: lvisei <[email protected]>
* refactor: remove old amap v1 and v2

* test: lineAtOffset

* test: remove unuse map tyep

* fix: map type

* fix: amap support three

* refactor: 移除不必要的剔除逻辑

* fix: 修复面图层光照计算
* fix: mapbox 下部分面数据图层绘制异常

* chore: add changeset

* fix: 3d extrude polygon layer
* wip: 修复 WebGPU 模式渲染问题

* test: demo
* fix: mapbox 线图层的贴图变形

* chore(CI): update snapshots (#2476)

Co-authored-by: lvisei <[email protected]>

* chore: add changeset

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: lvisei <[email protected]>
* chore: set default renderer to device

* chore: add changeset

* chore: set veriosn to minor

* test: update test case for device

* chore: add DeviceRenderer test template
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
lvisei and others added 6 commits May 30, 2024 17:50
* fix: 天地图 setCenter 方法缺失

* chore: gui remove error

* chore: animate 调试

* chore: add changeset
* refactor: remove regl render mode

* chore: remve renderer

* chore: path

* chore: add changeset

* chore: format style
Copy link

changeset-bot bot commented May 31, 2024

🦋 Changeset detected

Latest commit: bdc9267

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 13 packages
Name Type
@antv/l7-maps Major
@antv/l7 Major
@antv/l7-layers Major
@antv/l7-scene Major
@antv/l7-test-utils Major
@antv/l7-three Major
@antv/l7-component Major
@antv/l7-renderer Major
@antv/l7-core Major
@antv/l7-map Major
@antv/l7-source Major
@antv/l7-utils Major
@antv/l7-extension-maps Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Base automatically changed from beta to master June 11, 2024 06:39
@lvisei lvisei changed the base branch from master to next June 11, 2024 12:13
@lvisei lvisei changed the title 「WIP」refactor: split tripartite map refactor: split tripartite map Jun 11, 2024
@lvisei lvisei merged commit b1f8049 into next Jun 11, 2024
2 checks passed
@lvisei lvisei deleted the refactor/split-tripartite-map branch June 11, 2024 13:00
lvisei added a commit that referenced this pull request Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V3 L7 3.0 升级
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant