thinkinggis
|
024477adf8
|
fix(parser): fix multipolygom parser
|
2019-12-02 15:16:45 +08:00 |
xiaoiver
|
3eff40b37b
|
修复 Windows 环境开发问题 (#109)
* fix(windows): preparing Windows environment
* re #101, add `CONTRIBUTING.md`
* chore(windows): fix lerna watch command in Windows
|
2019-11-29 15:38:17 +08:00 |
thinkinggis
|
451172b611
|
fix(map): temporarily closed amap offset coordinate
|
2019-11-29 11:19:04 +08:00 |
thinkinggis
|
bc17add4c3
|
fix(component): fix marker
|
2019-11-28 17:25:56 +08:00 |
thinkinggis
|
62f42618bb
|
refactor(component): add popup marker service
|
2019-11-28 00:26:09 +08:00 |
yuqi.pyq
|
1e6bea4619
|
fix(map): use P20 offset coordinates
fix #94
|
2019-11-26 20:37:39 +08:00 |
yuqi.pyq
|
4a494373e8
|
feat(map): adjust Scene API, use @antv/l7-maps instead
re #86
|
2019-11-26 17:51:29 +08:00 |
xiaoiver
|
c5aae1675f
|
完善构建方案 & 容器 Bug 修复 (#84)
* feat(core): support hierarchical containers
* feat(multipassrenderer): support custom postprocessing pass
* build(rollup): output CDN bundle to @antv/l7/dist
* build(tsc): generate TS declaration files
* chore(prerelease): prerelease beta.10
|
2019-11-25 15:27:56 +08:00 |
thinkinggis
|
d8967f2b45
|
fix(site): megre conflict
|
2019-11-22 19:28:43 +08:00 |
thinkinggis
|
066935ce34
|
fix(doc): file name lowercase
|
2019-11-22 18:08:49 +08:00 |
thinkinggis
|
45b2b3ac11
|
fix(rm cache): rm cache
|
2019-11-21 13:05:22 +08:00 |
thinkinggis
|
cd612223c1
|
refactor(example): add lint
|
2019-11-20 17:26:24 +08:00 |
thinkinggis
|
40aba768c6
|
fix(fix confilict): conflict
|
2019-11-14 18:22:08 +08:00 |
yuqi.pyq
|
76d2c9a51f
|
build(prettier): support optional chain with TS 3.7
fix #46
|
2019-11-12 15:37:31 +08:00 |
thinkinggis
|
b1f2942631
|
feat(scene): scene service inTransientScope
|
2019-11-07 00:52:03 +08:00 |
thinkinggis
|
47296a24ef
|
feat(add l7 site): add websites
|
2019-11-06 11:57:42 +08:00 |
thinkinggis
|
05bd44be1c
|
feat(layers): add heatmap 3d layer
|
2019-11-02 00:45:00 +08:00 |
thinkinggis
|
99dac21e66
|
feat(layers): add heatmap layer
|
2019-11-01 15:36:20 +08:00 |
thinkinggis
|
d5155afcac
|
feat(layer): add arc2d layer
|
2019-10-30 16:38:59 +08:00 |
yuqi.pyq
|
585ea28d74
|
feat(post-processing): add some post processing effects
add noise, sepia, halftone and ink effects
|
2019-10-30 16:12:11 +08:00 |
thinkinggis
|
dd97c55ac4
|
feat(layers): add arclayer
|
2019-10-30 14:53:18 +08:00 |
thinkinggis
|
7aa37fdbdc
|
feat(layers): add girdheatmap add raster imagelayer
|
2019-10-30 11:52:36 +08:00 |
thinkinggis
|
54b67150cd
|
feat(layers): add polygon3d , pointimagelayer
|
2019-10-30 10:12:02 +08:00 |
thinkinggis
|
eb9e220ede
|
fix(merge): merge next branch
|
2019-10-29 17:39:42 +08:00 |
thinkinggis
|
cfabee3d03
|
feat(layer): point layer
|
2019-10-29 17:33:37 +08:00 |
yuqi.pyq
|
39aba9d9ec
|
feat(multi-pass): support TAA(Temporal Anti-Aliasing)
we can enable TAA in layer's options now, but there're something wrong when picking enabled at same
time.
|
2019-10-29 14:42:41 +08:00 |
yuqi.pyq
|
896b02c1e7
|
feat(schema-validation): support validation for layer's options
implement with JSON Schema (ajv)
|
2019-10-27 20:58:33 +08:00 |
yuqi.pyq
|
39fb89cc7f
|
feat(picking): support advanced picking API: `layer.pick({x, y})`
|
2019-10-25 17:16:53 +08:00 |
thinkinggis
|
af43098fcf
|
fix(merge branch): fix confilt
|
2019-10-25 10:46:58 +08:00 |
thinkinggis
|
f55429d018
|
feat(component): add scale ,zoom, popup, marker map method
|
2019-10-24 21:23:15 +08:00 |
yuqi.pyq
|
9e29d1a949
|
feat(picking): support PixelPickingPass and highlight the picked feature
|
2019-10-24 20:53:15 +08:00 |
thinkinggis
|
2cffc58813
|
feat(core): add map method
|
2019-10-21 14:37:35 +08:00 |
thinkinggis
|
7e6d48aba7
|
feat(point image): add point image
|
2019-10-16 19:46:10 +08:00 |
thinkinggis
|
557115b12f
|
feat(layer): add imagelayer
|
2019-10-16 10:13:44 +08:00 |
thinkinggis
|
453adb09d6
|
fix(layer): fix merge conflict
|
2019-10-14 19:22:51 +08:00 |
thinkinggis
|
c0289113cf
|
feat(layer): add point line polygon image layer
|
2019-10-12 21:26:54 +08:00 |
yuqi.pyq
|
7059ef3186
|
refactor(@l7/core): 重构 MultiPassRenderer & PostProcessor
不依赖具体 renderer 渲染服务接口,@l7/renderer 各渲染引擎只需要实现基础 WebGL 资源对象接口
|
2019-10-12 10:42:50 +08:00 |
thinkinggis
|
83d6dcc4a4
|
feat(layer): 新增sourceplugin, attribute 增加类型判断
|
2019-10-10 11:45:18 +08:00 |
yuqi.pyq
|
31a3db93a1
|
refactor: refactor with monorep architecture
|
2019-10-08 20:15:52 +08:00 |