-
Notifications
You must be signed in to change notification settings - Fork 635
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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 <26923747+lvisei@users.noreply.github.com>
* 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 <26923747+lvisei@users.noreply.github.com>
* 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 <26923747+lvisei@users.noreply.github.com> * chore: add changeset --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: lvisei <26923747+lvisei@users.noreply.github.com>
* 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>
* 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
🦋 Changeset detectedLatest commit: bdc9267 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
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 |
* fix: 修复在 Map 上使用组件事件穿透到图层上的问题 * chore: add changeset
* fix: 解决 GeometryLayer 在不同底图上的渲染不一致情况 * chore: add changeset * fix: 统一地形高度 * docs: 更新文档
* refactor: 升级新版地图交互事件机制 * refactor: 默认升级 MapNext 至 maplibre-gl-js@4.3.2
lvisei
changed the title
「WIP」refactor: split tripartite map
refactor: split tripartite map
Jun 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个变动的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
三方地图拆分到插件包,减小包体积,用户使用三方地图按需引入。
事项