thinkinggis
|
ad3823d718
|
docs: add animate docs
|
2019-12-31 19:17:29 +08:00 |
thinkinggis
|
6f9fe7fe63
|
chore: useBuiltIns false
|
2019-12-31 13:44:58 +08:00 |
thinkinggis
|
1aa02851aa
|
chore: update package version
|
2019-12-30 19:38:48 +08:00 |
thinkinggis
|
e18440d79e
|
chore: update package.json
|
2019-12-29 13:08:35 +08:00 |
@thinkinggis
|
607f03ec7a
|
Merge pull request #134 from antvis/animate
feat(layer): add citybuildinglayer & add line add animate
|
2019-12-27 12:12:42 +08:00 |
thinkinggis
|
8eb73df569
|
chore: update version
|
2019-12-23 14:36:58 +08:00 |
thinkinggis
|
989a0084b2
|
--amend
|
2019-12-23 14:32:00 +08:00 |
thinkinggis
|
1d607730d5
|
chore: update changelog
|
2019-12-23 12:04:31 +08:00 |
thinkinggis
|
ecfa21db88
|
chore: add core.js to all moudule package
|
2019-12-23 11:56:09 +08:00 |
thinkinggis
|
0f7e7624f0
|
chore: update version
|
2019-12-23 11:27:37 +08:00 |
thinkinggis
|
e9070bbc5c
|
chore: babel useBuiltIns useage
|
2019-12-20 17:31:50 +08:00 |
thinkinggis
|
ae9dd06ec6
|
chore: update version
|
2019-12-18 23:56:51 +08:00 |
thinkinggis
|
05390c6aa7
|
feat: scene 实例化支持传入地图实例 & 更新文档
|
2019-12-17 11:14:31 +08:00 |
thinkinggis
|
f5db06d04f
|
docs: refactor layer docs
|
2019-12-14 22:15:28 +08:00 |
thinkinggis
|
22ba73e98c
|
docs: update changelog
|
2019-12-12 21:18:19 +08:00 |
thinkinggis
|
090ce315aa
|
refactor: update version
|
2019-12-08 14:27:38 +08:00 |
thinkinggis
|
99c60bb87b
|
chore: publish
|
2019-11-29 15:15:13 +08:00 |
thinkinggis
|
301f17a6a7
|
chore: publish
|
2019-11-29 12:18:29 +08:00 |
thinkinggis
|
5e92198633
|
chore: publish
|
2019-11-28 18:13:29 +08:00 |
thinkinggis
|
4d03e873b6
|
chore(version): update version
|
2019-11-28 18:10:27 +08:00 |
thinkinggis
|
363617febb
|
chore: publish
|
2019-11-28 17:54:59 +08:00 |
thinkinggis
|
bc17add4c3
|
fix(component): fix marker
|
2019-11-28 17:25:56 +08:00 |
thinkinggis
|
f16a5e21a0
|
chore(package): : 🎇 update version
|
2019-11-28 16:04:48 +08:00 |
thinkinggis
|
63dce31a63
|
chore: publish
|
2019-11-28 15:14:37 +08:00 |
thinkinggis
|
62f42618bb
|
refactor(component): add popup marker service
|
2019-11-28 00:26:09 +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 |
yuqi.pyq
|
f12c14a128
|
build(esmodule): support building es1015 & esm
|
2019-11-15 15:28:23 +08:00 |
yuqi.pyq
|
bd334b1990
|
chore(lerna): add publish config for leaf packages
|
2019-11-12 16:56:31 +08:00 |
yuqi.pyq
|
5379c4d29d
|
chore(license): add MIT license
|
2019-11-12 16:01:33 +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
|
8d6f6989bf
|
feat(component): add layer control
|
2019-11-10 21:20:26 +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 |
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 |
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 |
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 |
yuqi.pyq
|
31a3db93a1
|
refactor: refactor with monorep architecture
|
2019-10-08 20:15:52 +08:00 |