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

chore: beta sync master #2529

Merged
merged 51 commits into from
Jun 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
9f03717
refactor: 重构高德地图 V2 以视口进行同步 (#2387)
lvisei Apr 17, 2024
6a1d703
Merge branch 'master' into beta
lvisei Apr 17, 2024
6ffc717
wip: data shake case
lvisei Apr 19, 2024
5c82d3a
Merge branch 'master' into fix/data-shake
lvisei Apr 24, 2024
6166750
Merge branch 'master' into beta
lvisei Apr 24, 2024
33f505d
fix: 新版高德大于 21 级别抖动问题
lvisei Apr 28, 2024
a44d34e
Merge branch 'fix/amap-data-shake' into beta
lvisei Apr 28, 2024
0913661
fix: Mapbox/Maplibre 20 层级以上数据偏移问题 (#2416)
lvisei Apr 30, 2024
21ec03a
Merge branch 'master' into beta
lvisei Apr 30, 2024
46efdc5
chore: set to beta version
lvisei Apr 30, 2024
969b533
refactor: remove old amap v1 and v2 (#2435)
lvisei May 6, 2024
048c203
chore: add changeset
lvisei May 6, 2024
3f508ff
fix: type EventEmitter
lvisei May 6, 2024
18db6f7
chore: set changeset
lvisei May 6, 2024
4a73001
chore: version (beta) (#2442)
github-actions[bot] May 6, 2024
d408bdb
fix: mapbox 下部分面数据图层绘制异常 (#2453)
lvisei May 15, 2024
e9b9583
Merge branch 'master' into beta
lvisei May 16, 2024
ed86b03
Merge branch 'master' into beta
lvisei May 16, 2024
7e3b672
fix: 修复 WebGPU 模式渲染问题 (#2450)
lvisei May 16, 2024
3e33888
fix: mapbox 线图层的贴图变形 (#2474)
lvisei May 16, 2024
05dd5cc
refactor: set default renderer to device (#2477)
lvisei May 16, 2024
37b72bd
chore: set changeset
lvisei May 16, 2024
c4c6004
chore: version (beta) (#2480)
github-actions[bot] May 16, 2024
f68e1be
revert: use cache for createInputLayout
lvisei May 17, 2024
87a7e8b
chore: set changesets
lvisei May 17, 2024
5e4a474
chore: type throttle
lvisei May 17, 2024
34aaaf1
chore: version (beta) (#2482)
github-actions[bot] May 17, 2024
ef91217
test: 应用调试工程 (#2494)
lvisei May 24, 2024
49c1b7e
Merge branch 'master' into beta
lvisei May 24, 2024
356a956
test: raster layer
lvisei May 24, 2024
a7bbef5
test: line dash
lvisei May 24, 2024
0754eeb
fix: 修复热力蜂窝图层渲染空白 (#2500)
lvisei May 24, 2024
9060f49
chore: version (beta) (#2502)
github-actions[bot] May 24, 2024
aca779d
fix: 无地图与 MapLibre 模式移动 Marker 出错 (#2509)
lvisei May 29, 2024
a5f57ed
fix: 在 WebGL2 拾取事件冒泡延迟问题 (#2511)
lvisei May 29, 2024
f5f24d3
chore: version (beta) (#2512)
github-actions[bot] May 29, 2024
cca16a3
fix: 天地图 setCenter 方法缺失 (#2513)
lvisei May 31, 2024
100fd87
chore: version (beta) (#2514)
github-actions[bot] May 31, 2024
8939e9b
fix: 修复在 Map 上使用组件事件穿透到图层上的问题 (#2518)
lvisei Jun 4, 2024
958f5d1
chore: version (beta) (#2519)
github-actions[bot] Jun 4, 2024
67647e9
fix: 解决 GeometryLayer 在不同底图上的渲染不一致情况 (#2523)
lvisei Jun 5, 2024
7e38a83
refactor: 升级新版一方地图交互事件机制,解决抖动问题 (#2521)
lvisei Jun 5, 2024
a3cbd49
chore: type
lvisei Jun 5, 2024
7ca84b8
chore: change MapNext to Map
lvisei Jun 5, 2024
663667c
chore: import right map type
lvisei Jun 5, 2024
7c78b4a
chore: version (beta) (#2524)
github-actions[bot] Jun 5, 2024
1797625
fix: 顶点着色器与片元着色器 varying 变量顺序不一致 (#2527)
lvisei Jun 7, 2024
3aa0f32
fix: 修复 bindings 缓存在 WebGPU 的问题 (#2526)
lvisei Jun 7, 2024
428b5ea
chore: version (beta) (#2528)
github-actions[bot] Jun 7, 2024
1113315
chore: exit beta
lvisei Jun 11, 2024
cc6687e
chore: update changeset
lvisei Jun 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: 修复 WebGPU 模式渲染问题 (#2450)
* wip: 修复 WebGPU 模式渲染问题

* test: demo
lvisei authored May 16, 2024
commit 7e3b6724177d93accbe9d311b4be53a74234f48e
1 change: 0 additions & 1 deletion __tests__/integration/point.spec.ts
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ const TEST_CASES = [
},
{
name: 'column',
sleepTime: 200,
},
{
name: 'dot',
2 changes: 1 addition & 1 deletion __tests__/integration/polygon.spec.ts
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import { generateCanvasTestCases } from './utils/generator';
const TEST_CASES = [
{
name: 'extrude',
sleepTime: 1000,
sleepTime: 500,
},
{
name: 'extrusion',
1 change: 1 addition & 0 deletions examples/data/nanjing-city.json

Large diffs are not rendered by default.

351 changes: 351 additions & 0 deletions examples/data/shanghaixi-village.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,351 @@
[{
"id": "5011000000404",
"name": "铁路新村(华池路)",
"longitude": 121.4316962,
"latitude": 31.26082325,
"unit_price": 71469.4,
"count": 2
}, {
"id": "5011000002716",
"name": "金元坊",
"longitude": 121.3810096,
"latitude": 31.25302026,
"unit_price": 47480.5,
"count": 2
}, {
"id": "5011000003403",
"name": "兰溪路231弄",
"longitude": 121.4086229,
"latitude": 31.25291206,
"unit_price": 55218.4,
"count": 2
}, {
"id": "5011000003652",
"name": "兰溪公寓",
"longitude": 121.409227,
"latitude": 31.251014,
"unit_price": 55577.8,
"count": 2
}, {
"id": "5011000004139",
"name": "梅岭新村",
"longitude": 121.400946,
"latitude": 31.24946565,
"unit_price": 63028.1,
"count": 2
}, {
"id": "5011000005647",
"name": "石泉路140弄",
"longitude": 121.4318415,
"latitude": 31.25682515,
"unit_price": 52256.3,
"count": 2
}, {
"id": "5011000006479",
"name": "中山北路2165弄",
"longitude": 121.4350523,
"latitude": 31.25364239,
"unit_price": 55129.4,
"count": 2
}, {
"id": "5011000008328",
"name": "光新路430弄",
"longitude": 121.4374976,
"latitude": 31.26298493,
"unit_price": 49397.2,
"count": 2
}, {
"id": "5011000004973",
"name": "旬阳新村",
"longitude": 121.431054,
"latitude": 31.259485,
"unit_price": 58836.4,
"count": 3
}, {
"id": "5011000005863",
"name": "岚皋路300弄",
"longitude": 121.4290778,
"latitude": 31.2587194,
"unit_price": 56944.2,
"count": 3
}, {
"id": "5011000006645",
"name": "光复西路145弄",
"longitude": 121.4375783,
"latitude": 31.25329386,
"unit_price": 63652.3,
"count": 3
}, {
"id": "5011000011530",
"name": "祥和大厦",
"longitude": 121.3839187,
"latitude": 31.25161362,
"unit_price": 41029.4,
"count": 3
}, {
"id": "5011000013673",
"name": "真光十小区",
"longitude": 121.395288,
"latitude": 31.256758,
"unit_price": 41900.9,
"count": 3
}, {
"id": "5011000013938",
"name": "真光新秀",
"longitude": 121.396422,
"latitude": 31.260857,
"unit_price": 49490.7,
"count": 3
}, {
"id": "5011000017097",
"name": "陆三小区",
"longitude": 121.4259304,
"latitude": 31.24930686,
"unit_price": 56632.3,
"count": 3
}, {
"id": "5011000017118",
"name": "樱花苑",
"longitude": 121.4002071,
"latitude": 31.25485805,
"unit_price": 49650.2,
"count": 3
}, {
"id": "5011000017635",
"name": "宁馨家园",
"longitude": 121.3988072,
"latitude": 31.25289796,
"unit_price": 61407.7,
"count": 3
}, {
"id": "5011000020263",
"name": "南大街22弄",
"longitude": 121.4090896,
"latitude": 31.25320726,
"unit_price": 52482.1,
"count": 3
}, {
"id": "5011000000988",
"name": "芝川新苑",
"longitude": 121.409025,
"latitude": 31.263945,
"unit_price": 59417.8,
"count": 4
}, {
"id": "5011000007885",
"name": "南大街34弄",
"longitude": 121.4080409,
"latitude": 31.2535179,
"unit_price": 49739.4,
"count": 4
}, {
"id": "5011000016119",
"name": "万千公寓",
"longitude": 121.4379659,
"latitude": 31.26270913,
"unit_price": 61846.7,
"count": 4
}, {
"id": "5011000017255",
"name": "上海星港",
"longitude": 121.419023,
"latitude": 31.249904,
"unit_price": 81443.3,
"count": 4
}, {
"id": "5011000018021",
"name": "中岚大楼",
"longitude": 121.432984,
"latitude": 31.251381,
"unit_price": 52858.6,
"count": 4
}, {
"id": "5011000018102",
"name": "武宁苑",
"longitude": 121.424577,
"latitude": 31.249765,
"unit_price": 53966.7,
"count": 4
}, {
"id": "5011000019020",
"name": "天汇国际",
"longitude": 121.4115686,
"latitude": 31.26126002,
"unit_price": 45380,
"count": 4
}, {
"id": "5011102208410",
"name": "三元及地苑",
"longitude": 121.3760233,
"latitude": 31.26220092,
"unit_price": 47857.5,
"count": 4
}, {
"id": "5011000001095",
"name": "长征家苑",
"longitude": 121.3949788,
"latitude": 31.25376373,
"unit_price": 58117.4,
"count": 5
}, {
"id": "5011000009828",
"name": "中环财富杰座",
"longitude": 121.378574,
"latitude": 31.25527816,
"unit_price": 26802.3,
"count": 5
}, {
"id": "5011000013807",
"name": "华轩大厦",
"longitude": 121.375539,
"latitude": 31.258582,
"unit_price": 23147.8,
"count": 5
}, {
"id": "5011000014493",
"name": "金莲坊",
"longitude": 121.3802448,
"latitude": 31.24989653,
"unit_price": 48458.5,
"count": 5
}, {
"id": "5011000017050",
"name": "曹杨家园",
"longitude": 121.4101947,
"latitude": 31.26469667,
"unit_price": 56991.5,
"count": 5
}, {
"id": "5011000018096",
"name": "颐宁苑",
"longitude": 121.415998,
"latitude": 31.252321,
"unit_price": 62755.7,
"count": 5
}, {
"id": "5011000018172",
"name": "城公大厦",
"longitude": 121.4383528,
"latitude": 31.26001489,
"unit_price": 56813.7,
"count": 5
}, {
"id": "509977363956217",
"name": "中骏天悦",
"longitude": 121.409065,
"latitude": 31.260569,
"unit_price": 109279,
"count": 5
}, {
"id": "5011000015683",
"name": "市政馨苑",
"longitude": 121.420237,
"latitude": 31.259543,
"unit_price": 60397.9,
"count": 6
}, {
"id": "5011000003824",
"name": "星光域",
"longitude": 121.413902,
"latitude": 31.264414,
"unit_price": 91223.7,
"count": 7
}, {
"id": "5011000014462",
"name": "大隆花苑",
"longitude": 121.4388425,
"latitude": 31.26340479,
"unit_price": 52720.9,
"count": 7
}, {
"id": "5011000015186",
"name": "光新三村",
"longitude": 121.43749,
"latitude": 31.263028,
"unit_price": 50524.7,
"count": 7
}, {
"id": "5011000015629",
"name": "平民后村",
"longitude": 121.43489,
"latitude": 31.256305,
"unit_price": 59470,
"count": 7
}, {
"id": "5011000015825",
"name": "真光新村",
"longitude": 121.397285,
"latitude": 31.260535,
"unit_price": 48991.6,
"count": 7
}, {
"id": "5011000018225",
"name": "半岛花园",
"longitude": 121.441891,
"latitude": 31.253607,
"unit_price": 73694.6,
"count": 7
}, {
"id": "5011000008852",
"name": "真西新村第二小区",
"longitude": 121.402254,
"latitude": 31.251552,
"unit_price": 55383.5,
"count": 8
}, {
"id": "5011000017348",
"name": "嘉秀坊",
"longitude": 121.3750242,
"latitude": 31.26059388,
"unit_price": 47246.6,
"count": 10
}, {
"id": "5011000018056",
"name": "真情公寓",
"longitude": 121.3909318,
"latitude": 31.26018159,
"unit_price": 56255.2,
"count": 10
}, {
"id": "5011000011380",
"name": "清涧七街坊",
"longitude": 121.3922347,
"latitude": 31.2646608,
"unit_price": 46948.6,
"count": 11
}, {
"id": "5011000015943",
"name": "新体育广场",
"longitude": 121.432549,
"latitude": 31.26324211,
"unit_price": 30852.9,
"count": 11
}, {
"id": "5011000014039",
"name": "清涧六街坊",
"longitude": 121.395639,
"latitude": 31.263124,
"unit_price": 45790.7,
"count": 12
}, {
"id": "5011000015761",
"name": "曹杨八村",
"longitude": 121.4120603,
"latitude": 31.25113592,
"unit_price": 50921.7,
"count": 18
}, {
"id": "5011000017518",
"name": "海棠苑",
"longitude": 121.398276,
"latitude": 31.254232,
"unit_price": 49380.8,
"count": 18
}, {
"id": "5011000012360",
"name": "嘉善坊",
"longitude": 121.3811297,
"latitude": 31.25881044,
"unit_price": 41048.3,
"count": 20
}]
Loading
Oops, something went wrong.
Loading
Oops, something went wrong.