Commit Graph

110 Commits

Author SHA1 Message Date
thinkinggis f03cc59ed9 feat: add raster layer 2020-01-02 20:14:25 +08:00
thinkinggis abc14f445b chore: update version 2020-01-01 12:22:58 +08:00
thinkinggis 73eeaf484c fix(pointlayer): point amimate 2020-01-01 11:25:04 +08:00
thinkinggis 995cb5c0f6 chore: update version 2020-01-01 09:56:52 +08:00
thinkinggis 47b36730f1 docs: add animate docs 2019-12-31 19:17:29 +08:00
thinkinggis 04f1a47e0f chore: useBuiltIns false 2019-12-31 13:44:58 +08:00
thinkinggis f1ef2cc926 chore: update package version 2019-12-30 19:38:48 +08:00
thinkinggis 3114ab55a5 feat: polygon 支持text 2019-12-30 18:10:21 +08:00
thinkinggis 0a9558d8eb feat: point text add overlap 2019-12-30 15:35:47 +08:00
thinkinggis d45e42c4b4 chore: update package.json 2019-12-29 13:08:35 +08:00
thinkinggis 0605543717 fix: animate time 2019-12-27 23:16:54 +08:00
@thinkinggis 73d37e59e4 Merge pull request #134 from antvis/animate
feat(layer): add citybuildinglayer & add line add animate
2019-12-27 12:12:42 +08:00
thinkinggis f9e4ea89e6 docs: add pointanimate demo 2019-12-27 11:35:19 +08:00
thinkinggis 1e641f0de2 feat(layer): pointLayer add text model 2019-12-27 10:15:22 +08:00
thinkinggis 9fa15e4d2a fix: 高德地图底图模式,事件交互注册顺序的问题导致不生效 2019-12-26 11:42:09 +08:00
thinkinggis 40851dabb9 fix: layer style storkeColor->stroke 2019-12-26 00:44:32 +08:00
thinkinggis ae1e0fafaa feat(layer): add citybuildinglayer & add line add animate 2019-12-25 00:01:14 +08:00
thinkinggis f6bc9e1fda chore: update version 2019-12-23 14:36:58 +08:00
thinkinggis 5b574275a1 --amend 2019-12-23 14:32:00 +08:00
thinkinggis 1a8031c449 chore: update changelog 2019-12-23 12:04:31 +08:00
thinkinggis 108d95f443 chore: update version 2019-12-23 11:27:37 +08:00
thinkinggis aa3589675d chore: babel useBuiltIns useage 2019-12-20 17:31:50 +08:00
thinkinggis 9fce267950 fix(layer): fix default model config 2019-12-20 00:16:00 +08:00
thinkinggis 09373ea02a chore: update version 2019-12-18 23:56:51 +08:00
thinkinggis 73e946ff94 feat(layer): add blend 效果配置支持 normal,additive 2019-12-18 22:39:27 +08:00
thinkinggis c9ffc3b7c0 feat(layer): add setSelect setActive 方法 & refactor color util 2019-12-18 00:33:25 +08:00
thinkinggis 9089d69d0d feat: scene 实例化支持传入地图实例 & 更新文档 2019-12-17 11:14:31 +08:00
thinkinggis fdcc6e8944 docs: update changelog 2019-12-12 21:18:19 +08:00
thinkinggis 611be14042 feat(source render): source transfrom, layer event 2019-12-12 00:35:15 +08:00
thinkinggis 6322779a78 docs: add source docs, fix mapbox marker 2019-12-10 20:11:26 +08:00
thinkinggis db294bce6f refactor: update version 2019-12-08 14:27:38 +08:00
thinkinggis 88bbc1fc65 fix(scene): contianer resize 2019-12-07 01:43:18 +08:00
thinkinggis 9ad51fe641 feat(source): wip cluster 2019-12-04 19:00:43 +08:00
thinkinggis 8e0b253386 chore: publish 2019-11-29 15:15:13 +08:00
thinkinggis faedb77962 chore: publish 2019-11-29 12:18:29 +08:00
thinkinggis 7954aa3ed7 chore: publish 2019-11-29 01:01:49 +08:00
thinkinggis d2d4569389 docs(docs): fix docs error 2019-11-28 23:38:18 +08:00
thinkinggis 2e7b891b20 chore: publish 2019-11-28 18:13:29 +08:00
thinkinggis 70de2f5c8b chore(version): update version 2019-11-28 18:10:27 +08:00
thinkinggis c64622e05d chore: publish 2019-11-28 17:54:59 +08:00
thinkinggis 8dabe4c9c1 fix(component): fix marker 2019-11-28 17:25:56 +08:00
thinkinggis 6fc4621f3b chore(package): : 🎇 update version 2019-11-28 16:04:48 +08:00
thinkinggis cf6b1b4cf6 chore: publish 2019-11-28 15:14:37 +08:00
thinkinggis 3734898a5f refactor(component): add popup marker service 2019-11-28 00:26:09 +08:00
thinkinggis e134a5598c refactor(amap): rename Amap to GaodeMap 避免和高德全局对象Amap冲突 2019-11-27 14:54:53 +08:00
yuqi.pyq a4a618e3a4 fix(map): use P20 offset coordinates
fix #94
2019-11-26 20:37:39 +08:00
thinkinggis ea3e6ca5d5 fix(master): merge master branch fix conflict 2019-11-25 17:29:48 +08:00
xiaoiver 44dec441af 完善构建方案 & 容器 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 d905708971 fix(packages): remove sub modules node_modules 2019-11-23 10:23:25 +08:00
thinkinggis 23211d091d fix(site): megre conflict 2019-11-22 19:28:43 +08:00